[packages/libreoffice] split gtk2/gtk3 libs and enable both

2019-04-15 Thread atler
commit b6d2f1026fed32d7571da15710608ad353cd3beb
Author: Jan Palus 
Date:   Tue Apr 16 01:35:41 2019 +0200

split gtk2/gtk3 libs and enable both

 libreoffice.spec | 61 ++--
 1 file changed, 51 insertions(+), 10 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index ffe134c..f4f4595 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -15,7 +15,7 @@
 %bcond_without kde4# KDE4 L packages
 %bcond_without kde5# KDE5 L packages
 %bcond_without gtk # GTK2 L
-%bcond_withgtk3# GTK3 L (experimental)
+%bcond_without gtk3# GTK3 L
 %bcond_without qt5 # QT5 L
 %bcond_withmono# enable compilation of mono bindings
 %bcond_without mozilla # without mozilla components
@@ -352,21 +352,51 @@ LibreOffice productivity suite - KDE 5 Interface.
 %description libs-kde5 -l pl.UTF-8
 Pakiet biurowy LibreOffice - Interfejs KDE 5.
 
-%package libs-gtk
-Summary:   LibreOffice GTK+ Interface
-Summary(pl.UTF-8): Interfejs GTK+ dla LibreOffice
+%package libs-gtk-common
+Summary:   Common files for LibreOffice GTK+ Interface
+Summary(pl.UTF-8): Pakiet wspólny dla interfejsów GTK+ dla LibreOffice
 Group: X11/Libraries
 Requires:  %{name}-core = %{version}-%{release}
+%if "%{_rpmversion}" >= "5"
+BuildArch: noarch
+%endif
+
+%description libs-gtk-common
+Common files for LibreOffice GTK+ Interface.
+
+%description libs-gtk-common -l pl.UTF-8
+Pakiet wspólny dla interfejsów GTK+ dla LibreOffice.
+
+%package libs-gtk2
+Summary:   LibreOffice GTK+ 2 Interface
+Summary(pl.UTF-8): Interfejs GTK+ 2 dla LibreOffice
+Group: X11/Libraries
+Requires:  %{name}-core = %{version}-%{release}
+Requires:  %{name}-libs-gtk-common = %{version}-%{release}
+Obsoletes: libreoffice-libs-gtk < 6.2.3.1-2
 Obsoletes: openoffice-i18n-en
 Obsoletes: openoffice-i18n-en-gtk
 Obsoletes: openoffice-libs-gtk
 Obsoletes: openoffice.org-libs-gtk
 
-%description libs-gtk
-LibreOffice productivity suite - GTK+ Interface.
+%description libs-gtk2
+LibreOffice productivity suite - GTK+ 2 Interface.
 
-%description libs-gtk -l pl.UTF-8
-Pakiet biurowy LibreOffice - Interfejs GTK+.
+%description libs-gtk2 -l pl.UTF-8
+Pakiet biurowy LibreOffice - Interfejs GTK+ 2.
+
+%package libs-gtk3
+Summary:   LibreOffice GTK+ 3 Interface
+Summary(pl.UTF-8): Interfejs GTK+ 3 dla LibreOffice
+Group: X11/Libraries
+Requires:  %{name}-core = %{version}-%{release}
+Requires:  %{name}-libs-gtk-common = %{version}-%{release}
+
+%description libs-gtk3
+LibreOffice productivity suite - GTK+ 3 Interface.
+
+%description libs-gtk3 -l pl.UTF-8
+Pakiet biurowy LibreOffice - Interfejs GTK+ 3.
 
 %package libs-qt5
 Summary:   LibreOffice Qt5 Interface
@@ -3924,12 +3954,23 @@ fi
 %endif
 
 %if %{with gtk} || %{with gtk3}
-%files libs-gtk
+%files libs-gtk-common
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/%{name}/program/libvclplug_gtk*.so
 %{_datadir}/%{name}/share/registry/gnome.xcd
 %endif
 
+%if %{with gtk}
+%files libs-gtk2
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/%{name}/program/libvclplug_gtklo.so
+%endif
+
+%if %{with gtk3}
+%files libs-gtk3
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/%{name}/program/libvclplug_gtk3lo.so
+%endif
+
 %if %{with qt5}
 %files libs-qt5
 %defattr(644,root,root,755)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libreoffice.git/commitdiff/b6d2f1026fed32d7571da15710608ad353cd3beb

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libreoffice] package qt5 and kde5 l libs

2019-04-15 Thread atler
commit 2b22c612be643a78ccffdd98ec0d449b9be66721
Author: Jan Palus 
Date:   Tue Apr 16 01:34:20 2019 +0200

package qt5 and kde5 l libs

 libreoffice.spec | 79 ++--
 1 file changed, 71 insertions(+), 8 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 405a48d..ffe134c 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -13,8 +13,10 @@
 # Conditional build:
 %bcond_without java# without Java support (disables help support)
 %bcond_without kde4# KDE4 L packages
+%bcond_without kde5# KDE5 L packages
 %bcond_without gtk # GTK2 L
 %bcond_withgtk3# GTK3 L (experimental)
+%bcond_without qt5 # QT5 L
 %bcond_withmono# enable compilation of mono bindings
 %bcond_without mozilla # without mozilla components
 %bcond_without i18n# do not create i18n packages (extra build time)
@@ -46,7 +48,12 @@
 %undefine  with_system_hsqldb
 %endif
 
+%if %{with kde5}
+%definewith_qt51
+%endif
+
 %definemajor_ver   6.2.3
+%defineqt5_ver 5.6
 
 Summary:   LibreOffice - powerful office suite
 Summary(pl.UTF-8): LibreOffice - potężny pakiet biurowy
@@ -237,6 +244,22 @@ BuildRequires: ant-apache-regexp
 BuildRequires: jdk >= 1.4.0_00
 BuildRequires: jre-X11
 %endif
+%if %{with kde5}
+BuildRequires: kf5-kconfig-devel
+BuildRequires: kf5-kcoreaddons-devel
+BuildRequires: kf5-ki18n-devel
+BuildRequires: kf5-kio-devel
+BuildRequires: kf5-kwindowsystem-devel
+BuildRequires: libxcb-devel
+%endif
+%if %{with qt5}
+BuildRequires: Qt5Core-devel >= %{qt5_ver}
+BuildRequires: Qt5Gui-devel >= %{qt5_ver}
+BuildRequires: Qt5Network-devel >= %{qt5_ver}
+BuildRequires: Qt5Widgets-devel >= %{qt5_ver}
+BuildRequires: qt5-build >= %{qt5_ver}
+BuildRequires: qt5-qmake >= %{qt5_ver}
+%endif
 # contains (dlopened) *.so libs
 BuildConflicts:java-gcj-compat
 Requires:  %{name}-base = %{version}-%{release}
@@ -300,21 +323,34 @@ Do zalet LibreOffice można zaliczyć:
  - kontrola CVS,
  - infrastruktura służąca do komunikowania się w ramach projektu.
 
-%package libs-kde
-Summary:   LibreOffice KDE Interface
-Summary(pl.UTF-8): Interfejs KDE dla LibreOffice
+%package libs-kde4
+Summary:   LibreOffice KDE 4 Interface
+Summary(pl.UTF-8): Interfejs KDE 4 dla LibreOffice
 Group: X11/Libraries
 Requires:  %{name}-core = %{version}-%{release}
+Obsoletes: libreoffice-libs-kde < 6.2.3.1-2
 Obsoletes: openoffice-i18n-en
 Obsoletes: openoffice-i18n-en-kde
 Obsoletes: openoffice-libs-kde
 Obsoletes: openoffice.org-libs-kde
 
-%description libs-kde
-LibreOffice productivity suite - KDE Interface.
+%description libs-kde4
+LibreOffice productivity suite - KDE 4 Interface.
+
+%description libs-kde4 -l pl.UTF-8
+Pakiet biurowy LibreOffice - Interfejs KDE 4.
+
+%package libs-kde5
+Summary:   LibreOffice KDE 5 Interface
+Summary(pl.UTF-8): Interfejs KDE 5 dla LibreOffice
+Group: X11/Libraries
+Requires:  %{name}-core = %{version}-%{release}
+
+%description libs-kde5
+LibreOffice productivity suite - KDE 5 Interface.
 
-%description libs-kde -l pl.UTF-8
-Pakiet biurowy LibreOffice - Interfejs KDE.
+%description libs-kde5 -l pl.UTF-8
+Pakiet biurowy LibreOffice - Interfejs KDE 5.
 
 %package libs-gtk
 Summary:   LibreOffice GTK+ Interface
@@ -332,6 +368,18 @@ LibreOffice productivity suite - GTK+ Interface.
 %description libs-gtk -l pl.UTF-8
 Pakiet biurowy LibreOffice - Interfejs GTK+.
 
+%package libs-qt5
+Summary:   LibreOffice Qt5 Interface
+Summary(pl.UTF-8): Interfejs Qt5 dla LibreOffice
+Group: X11/Libraries
+Requires:  %{name}-core = %{version}-%{release}
+
+%description libs-qt5
+LibreOffice productivity suite - Qt5 Interface.
+
+%description libs-qt5 -l pl.UTF-8
+Pakiet biurowy LibreOffice - Interfejs Qt5.
+
 %package core
 Summary:   Core modules for LibreOffice
 Summary(pl.UTF-8): Podstawowe moduły dla LibreOffice
@@ -3006,6 +3054,8 @@ export PATH=$PATH:%{_libdir}/interbase/bin
--enable-scripting-beanshell \
--enable-scripting-javascript \
--%{?with_kde4:en}%{!?with_kde4:dis}able-kde4 \
+   --%{?with_kde5:en}%{!?with_kde5:dis}able-kde5 \
+   --%{?with_qt5:en}%{!?with_qt5:dis}able-qt5 \
--with-lang=%{?with_i18n:ALL} \
 %if %{with java}
--with-java \
@@ -3860,12 +3910,19 @@ fi
 %{_mandir}/man1/unopkg.1*
 
 %if %{with kde4}
-%files libs-kde
+%files libs-kde4
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/program/libvclplug_kde4*.so
 %attr(755,root,root) %{_libdir}/%{name}/program/libkde4be1lo.so
 %endif
 
+%if %{with kde5}
+%files libs-kde5
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/%{name}/program/libvclplug_kde5*.so
+%attr(755,root,root) %{_libdir}/%{name}/program/libkde5be1lo.so
+%endif

[packages/qt5-qtwebengine] - release 3 (by relup.sh)

2019-04-15 Thread atler
commit c374e35a707db8e0e86d8b2fcb95d6376e83bf27
Author: Jan Palus 
Date:   Mon Apr 15 22:51:02 2019 +0200

- release 3 (by relup.sh)

 qt5-qtwebengine.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec
index 450807d..7e1e41d 100644
--- a/qt5-qtwebengine.spec
+++ b/qt5-qtwebengine.spec
@@ -8,7 +8,7 @@ Summary:The Qt5 WebEngine library
 Summary(pl.UTF-8): Biblioteka Qt5 WebEngine
 Name:  qt5-%{orgname}
 Version:   5.12.2
-Release:   2
+Release:   3
 License:   LGPL v3 or GPL v2+ or commercial
 Group: X11/Libraries
 Source0:   
http://download.qt.io/official_releases/qt/5.12/%{version}/submodules/%{orgname}-everywhere-src-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtwebengine.git/commitdiff/c374e35a707db8e0e86d8b2fcb95d6376e83bf27

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/qt5-qtlocation] more BRs; package serialnmea plugin; rel 2

2019-04-15 Thread atler
commit 9e987a6f1d8c1aae5dc4eedd67fa1229d297af01
Author: Jan Palus 
Date:   Mon Apr 15 22:49:07 2019 +0200

more BRs; package serialnmea plugin; rel 2

 qt5-qtlocation.spec | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/qt5-qtlocation.spec b/qt5-qtlocation.spec
index 8d29357..697faa7 100644
--- a/qt5-qtlocation.spec
+++ b/qt5-qtlocation.spec
@@ -20,7 +20,7 @@ Summary:  The Qt5 Location library
 Summary(pl.UTF-8): Biblioteka Qt5 Location
 Name:  qt5-%{orgname}
 Version:   5.12.2
-Release:   1
+Release:   2
 License:   LGPL v2.1 with Digia Qt LGPL Exception v1.1 or GPL v3.0
 Group: Libraries
 Source0:   
http://download.qt.io/official_releases/qt/5.12/%{version}/submodules/%{orgname}-everywhere-src-%{version}.tar.xz
@@ -31,9 +31,13 @@ URL: http://www.qt.io/
 BuildRequires: GConf2-devel >= 2.0
 BuildRequires: Qt5Concurrent-devel >= %{qtbase_ver}
 BuildRequires: Qt5Core-devel >= %{qtbase_ver}
+BuildRequires: Qt5DBus-devel >= %{qtbase_ver}
+BuildRequires: Qt5Gui-devel >= %{qtbase_ver}
 BuildRequires: Qt5Network-devel >= %{qtbase_ver}
 BuildRequires: Qt5Qml-devel >= %{qtdeclarative_ver}
 BuildRequires: Qt5Quick-devel >= %{qtdeclarative_ver}
+BuildRequires: Qt5SerialPort-devel >= %{qtdeclarative_ver}
+BuildRequires: Qt5Sql-devel >= %{qtdeclarative_ver}
 BuildRequires: gypsy-devel
 BuildRequires: pkgconfig
 %if %{with doc}
@@ -309,6 +313,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{qt5dir}/plugins/position/libqtposition_geoclue2.so
 %attr(755,root,root) %{qt5dir}/plugins/position/libqtposition_gypsy.so
 %attr(755,root,root) %{qt5dir}/plugins/position/libqtposition_positionpoll.so
+%attr(755,root,root) %{qt5dir}/plugins/position/libqtposition_serialnmea.so
 %dir %{qt5dir}/qml/QtPositioning
 %attr(755,root,root) %{qt5dir}/qml/QtPositioning/libdeclarative_positioning.so
 %{qt5dir}/qml/QtPositioning/plugins.qmltypes


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtlocation.git/commitdiff/9e987a6f1d8c1aae5dc4eedd67fa1229d297af01

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: glib2: glib-2.60.1.tar.xz

2019-04-15 Thread atler
Request by: atler


Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/glib/2.60/glib-2.60.1.tar.xz
3b6046a33102397330cbc63847093a39  glib-2.60.1.tar.xz
Size: 4586668 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/glib2] up to 2.60.1

2019-04-15 Thread atler
commit 13a992c0927e822e375816063a70af00737147e3
Author: Jan Palus 
Date:   Mon Apr 15 21:20:27 2019 +0200

up to 2.60.1

 glib2.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib2.spec b/glib2.spec
index 88ca2b3..4517049 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -19,13 +19,13 @@ Summary(pt_BR.UTF-8):   Conjunto de funções gráficas 
utilitárias
 Summary(tr.UTF-8): Yararlı ufak yordamlar kitaplığı
 Summary(zh_CN.UTF-8):  实用工具函数库
 Name:  glib2
-Version:   2.60.0
+Version:   2.60.1
 Release:   1
 Epoch: 1
 License:   LGPL v2+
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/glib/2.60/glib-%{version}.tar.xz
-# Source0-md5: 7d36520dda58de65027abf5b4fb1241a
+# Source0-md5: 3b6046a33102397330cbc63847093a39
 URL:   http://www.gtk.org/
 BuildRequires: docbook-dtd412-xml
 BuildRequires: docbook-dtd45-xml


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/glib2.git/commitdiff/13a992c0927e822e375816063a70af00737147e3

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/firefox60-esr] - release 2, rebuild against icu 64

2019-04-15 Thread adamg
commit 4c51db5a9cb895913c6176c3e1b07d1240e5879f
Author: Adam Gołębiowski 
Date:   Mon Apr 15 17:44:40 2019 +0200

- release 2, rebuild against icu 64

 firefox60-esr.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/firefox60-esr.spec b/firefox60-esr.spec
index 03212ec..890d286 100644
--- a/firefox60-esr.spec
+++ b/firefox60-esr.spec
@@ -46,7 +46,7 @@ Summary(hu.UTF-8):Firefox web böngésző
 Summary(pl.UTF-8): Firefox - przeglądarka WWW
 Name:  firefox60-esr
 Version:   60.6.1
-Release:   1
+Release:   2
 License:   MPL v2.0
 Group: X11/Applications/Networking
 # http://archive.mozilla.org/pub/firefox/releases/%{version}/SOURCE


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/firefox60-esr.git/commitdiff/4c51db5a9cb895913c6176c3e1b07d1240e5879f

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/brltty] - release 4, rebuild against icu 64

2019-04-15 Thread adamg
commit 19ea0ba6974b21a826d6e3e2c155ec77a6d5db9e
Author: Adam Gołębiowski 
Date:   Mon Apr 15 13:54:56 2019 +0200

- release 4, rebuild against icu 64

 brltty.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/brltty.spec b/brltty.spec
index be6a462..84d62bb 100644
--- a/brltty.spec
+++ b/brltty.spec
@@ -27,7 +27,7 @@ Summary:  Braille display driver for Linux/Unix
 Summary(pl.UTF-8): Sterownik do wyświetlaczy Braille'a
 Name:  brltty
 Version:   5.5
-Release:   3
+Release:   4
 License:   GPL v2+ (brltty and drivers), LGPL v2.1+ (APIs)
 Group: Daemons
 Source0:   http://mielke.cc/brltty/archive/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/brltty.git/commitdiff/19ea0ba6974b21a826d6e3e2c155ec77a6d5db9e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/brltty] - sys/sysmacros.h needs to be explicitely included

2019-04-15 Thread adamg
commit 0285055ea6b2a88c71cabd8edab7a3f6998fe8fb
Author: Adam Gołębiowski 
Date:   Mon Apr 15 13:54:31 2019 +0200

- sys/sysmacros.h needs to be explicitely included

 brltty-glibc25.patch | 10 ++
 brltty.spec  |  2 ++
 2 files changed, 12 insertions(+)
---
diff --git a/brltty.spec b/brltty.spec
index 961f191..be6a462 100644
--- a/brltty.spec
+++ b/brltty.spec
@@ -35,6 +35,7 @@ Source0:  
http://mielke.cc/brltty/archive/%{name}-%{version}.tar.xz
 Patch1:%{name}-speech-dispatcher.patch
 Patch2:%{name}-python.patch
 Patch3:make.patch
+Patch4:%{name}-glibc25.patch
 URL:   http://mielke.cc/brltty/
 BuildRequires: alsa-lib-devel
 %{?with_at_spi:BuildRequires:  at-spi-devel}
@@ -255,6 +256,7 @@ Biblioteka BrlAPI dla Tcl.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{__autoconf}
diff --git a/brltty-glibc25.patch b/brltty-glibc25.patch
new file mode 100644
index 000..c8ffbf2
--- /dev/null
+++ b/brltty-glibc25.patch
@@ -0,0 +1,10 @@
+--- brltty-5.5/Programs/brlapi_client.c~   2017-04-19 00:35:13.0 
+0200
 brltty-5.5/Programs/brlapi_client.c2019-04-15 13:46:45.074072750 
+0200
+@@ -28,6 +28,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ 
+ #ifndef __MINGW32__


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/brltty.git/commitdiff/19ea0ba6974b21a826d6e3e2c155ec77a6d5db9e

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ncftp: ncftp-3.2.6-src.tar.xz

2019-04-15 Thread arekm
Request by: arekm


Files fetched: 1

STORED: ftp://ftp.ncftp.com/ncftp/ncftp-3.2.6-src.tar.xz
42d0f896d69a4d603ec097546444245f  ncftp-3.2.6-src.tar.xz
Size: 420564 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ncftp] - up to 3.2.6; ipv6 is gone (not supported by upstream and by other projects)

2019-04-15 Thread arekm
commit 68a4b1e984510930b1d6a778cbcfb6d51c050727
Author: Arkadiusz Miśkiewicz 
Date:   Mon Apr 15 13:23:19 2019 +0200

- up to 3.2.6; ipv6 is gone (not supported by upstream and by other 
projects)

 ncftp-ac.patch  |   57 -
 ncftp-ac25x.patch   |   26 -
 ncftp-kame-v6.patch | 2977 ---
 ncftp.spec  |   25 +-
 4 files changed, 7 insertions(+), 3078 deletions(-)
---
diff --git a/ncftp.spec b/ncftp.spec
index 58773df..8cbdfbc 100644
--- a/ncftp.spec
+++ b/ncftp.spec
@@ -1,29 +1,22 @@
-# NOTE: update kame patch to use val_getaddrinfo() when/if enabling DNSSEC 
verification
 Summary:   Browser program for the File Transfer Protocol
 Summary(de.UTF-8): NcFTP - ein Textmodus FTP-Client
 Summary(es.UTF-8): Cliente FTP con una interface agradable
 Summary(pl.UTF-8): Zaawansowany klient FTP
 Summary(pt_BR.UTF-8):  Cliente FTP com uma interface agradável
 Name:  ncftp
-Version:   3.2.5
-Release:   3
+Version:   3.2.6
+Release:   1
 Epoch: 2
 License:   The Clarified Artistic License
 Group: Applications/Networking
-Source0:   ftp://ftp.ncftp.com/ncftp/%{name}-%{version}-src.tar.bz2
-# Source0-md5: b05c7a6d5269c04891f02f43d4312b30
+Source0:   ftp://ftp.ncftp.com/ncftp/%{name}-%{version}-src.tar.xz
+# Source0-md5: 42d0f896d69a4d603ec097546444245f
 Source1:   %{name}.desktop
 Source2:   %{name}.png
 Source3:   ncftpbookmarks.1
-# not updated yet, replaced by patch4
-#Source4:  ftp://ftp.kame.net/pub/kame/misc/ncftp-323-v6-20091109.diff.gz
-## Source4-md5:9120dcbb0fceacb5174d01024b0ba5a5
 Patch0:%{name}-DESTDIR.patch
 Patch1:%{name}-shared.patch
-Patch2:%{name}-ac25x.patch
-Patch3:%{name}-home_etc.patch
-Patch4:%{name}-kame-v6.patch
-Patch5:%{name}-ac.patch
+Patch2:%{name}-home_etc.patch
 URL:   http://www.ncftp.com/
 BuildRequires: autoconf >= 2.53
 BuildRequires: ncurses-devel >= 5.0
@@ -57,19 +50,15 @@ automáticos, e muito mais.
 %prep
 %setup -q
 #gunzip -c %{SOURCE4} | patch -p1
-%patch4 -p1
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
-%patch5 -p1
 
 %build
 %{__autoconf} -I autoconf_local
 %{__autoheader} -I autoconf_local
 CPPFLAGS="%{rpmcppflags} -I/usr/include/ncurses"
-%configure \
-   --enable-ipv6
+%configure
 
 %{__make}
 
@@ -100,7 +89,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.txt README.v6 
doc/{CHANGELOG,FIREWALLS_AND_PROXIES,LICENSE,READLINE,what_*}.txt
+%doc README.txt 
doc/{CHANGELOG,FIREWALLS_AND_PROXIES,LICENSE,READLINE,what_*}.txt
 %attr(755,root,root) %{_bindir}/ncftp*
 %attr(755,root,root) %{_libdir}/libncftp.so.*
 %dir /var/spool/%{name}
diff --git a/ncftp-ac.patch b/ncftp-ac.patch
deleted file mode 100644
index 2e28ca5..000
--- a/ncftp-ac.patch
+++ /dev/null
@@ -1,57 +0,0 @@
 ncftp-3.2.5/configure.in.orig  2011-03-27 15:57:04.305737273 +0200
-+++ ncftp-3.2.5/configure.in   2011-03-27 16:00:02.729737273 +0200
-@@ -42,7 +42,7 @@
- 
- dnl Try to use PATH rather than hardcode the installation path, if possible.
- if test "${prefix-NONE}" != "NONE" && test "$prefix" != "/usr/local" && test 
"$prefix" != "/usr"; then
--  AC_DEFINE_UNQUOTED(PREFIX_BINDIR, "$prefix/bin")
-+  AC_DEFINE_UNQUOTED(PREFIX_BINDIR, "$prefix/bin", [bin directory])
- fi
- 
- 
-@@ -152,7 +152,7 @@
-ipv6=no
-;;
-   *)   AC_MSG_RESULT(yes)
--   AC_DEFINE(ENABLE_IPV6)
-+   AC_DEFINE(ENABLE_IPV6,,[Define if you want IPv6 support.])
-ipv6=yes
-;;
-   esac ],
-@@ -179,13 +179,13 @@
- ))
- 
- AC_CHECK_FUNC(getaddrinfo, [
--  AC_DEFINE(HAVE_GETADDRINFO)], [
-+  AC_DEFINE(HAVE_GETADDRINFO,,[Define if you have the getaddrinfo 
function.])], [
-   AC_LIBOBJ([getaddrinfo])
-   LIBSOBJS="$LIBSOBJS getaddrinfo.so"
- ])
- 
- AC_CHECK_FUNC(getnameinfo, [
--  AC_DEFINE(HAVE_GETNAMEINFO)], [
-+  AC_DEFINE(HAVE_GETNAMEINFO,,[Define if you have the getaddrname 
function.])], [
-   AC_LIBOBJ([getnameinfo])
-   LIBSOBJS="$LIBSOBJS getnameinfo.so"
- ])
-@@ -197,7 +197,7 @@
- [struct sockaddr x;
- x.sa_len = 0;],
-AC_MSG_RESULT(yes)
--   AC_DEFINE(HAVE_SOCKADDR_SA_LEN),
-+   AC_DEFINE(HAVE_SOCKADDR_SA_LEN,,[Define if sockaddr has sa_len 
member]),
-AC_MSG_RESULT(no))
- 
- # check if sockaddr_storage has ss_family member
-@@ -207,9 +207,9 @@
- [struct sockaddr_storage x;
- x.__ss_family = 0;],
-   AC_MSG_RESULT(yes)
--  AC_DEFINE(HAVE_SOCKADDR_STORAGE_SS_FAMILY),
-+  AC_DEFINE(HAVE_SOCKADDR_STORAGE_SS_FAMILY,,[Define if sockaddr_storage 
has ss_family member]),
-   AC_MSG_RESULT(no)
--  AC_DEFINE(HAVE_SOCKADDR_STORAGE___SS_FAMILY)
-+  AC_DEFINE(HAVE_SOCKADDR_STORAGE___SS_FAMILY,,[Define if 
sockaddr_storage has __ss_family member])
-   CPPFLAGS="$CPPFLAGS -D__ss_family=ss_family -D__ss_len=ss_len")
- 
- CPPFLAGS="-I$MAINDIR 

[packages/gnustep-gui] - release 16, rebuild against icu 64

2019-04-15 Thread adamg
commit 3e510bbeca19f630331ac7e94f99a9afce4e9f38
Author: Adam Gołębiowski 
Date:   Mon Apr 15 12:53:41 2019 +0200

- release 16, rebuild against icu 64

 gnustep-gui.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnustep-gui.spec b/gnustep-gui.spec
index 0da3557..c0e9b7f 100644
--- a/gnustep-gui.spec
+++ b/gnustep-gui.spec
@@ -9,7 +9,7 @@ Summary(pl.UTF-8):  Biblioteka GNUstep GUI
 Name:  gnustep-gui
 %definever 0.24
 Version:   %{ver}.0
-Release:   15
+Release:   16
 License:   LGPL v2+ (library), GPL v3+ (applications)
 Group: Libraries
 Source0:   ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnustep-gui.git/commitdiff/3e510bbeca19f630331ac7e94f99a9afce4e9f38

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/python-pyicu] - updated to 2.3

2019-04-15 Thread adamg
commit 4b18033fa240d5bbea712b5734a93dcf910d7b07
Author: Adam Gołębiowski 
Date:   Mon Apr 15 12:40:59 2019 +0200

- updated to 2.3

 0001-disable-failing-test.patch | 25 +
 python-pyicu.spec   | 13 ++---
 2 files changed, 31 insertions(+), 7 deletions(-)
---
diff --git a/python-pyicu.spec b/python-pyicu.spec
index 3921e6d..d68251c 100644
--- a/python-pyicu.spec
+++ b/python-pyicu.spec
@@ -7,12 +7,13 @@
 Summary:   PyICU - Python 2 extension wrapping IBM's ICU C++ API
 Summary(pl.UTF-8): PyICU - rozszerzenie Pythona 2 obudowujące API C++ 
biblioteki ICU firmy IBM
 Name:  python-pyicu
-Version:   1.9.6
-Release:   2
+Version:   2.3
+Release:   1
 License:   MIT-like
 Group: Development/Languages/Python
-Source0:   
https://pypi.python.org/packages/bc/78/f4e26f67c9b6b9074baa576ae67947e42fb86039199a65e9ab91ddb51d26/PyICU-%{version}.tar.gz
-# Source0-md5: bb7838411ba9c7363503745220c754e9
+Source0:   
https://files.pythonhosted.org/packages/87/10/fdf5842f42834f6e3141668b607c07bc3c94de39acf582c3d4015e7a7fc5/PyICU-2.3.tar.gz
+# Source0-md5: 622d9bc07bca7d5be4b5cc061f4770c4
+Patch0:0001-disable-failing-test.patch
 URL:   https://pypi.python.org/pypi/PyICU
 BuildRequires: libicu-devel >= 59
 BuildRequires: libstdc++-devel >= 6:4.7
@@ -58,6 +59,7 @@ Ten pakiet zawiera moduł Pythona 3.
 
 %prep
 %setup -q -n PyICU-%{version}
+%patch0 -p1
 
 %build
 # uses ICU C++ API, which (in case if icu 59+) needs char16_t as distinct 
type, i.e. C++ 11
@@ -99,7 +101,6 @@ rm -rf $RPM_BUILD_ROOT
 %{py_sitedir}/PyICU.py[co]
 %dir %{py_sitedir}/icu
 %{py_sitedir}/icu/__init__.py[co]
-%{py_sitedir}/icu/docs.py[co]
 %attr(755,root,root) %{py_sitedir}/_icu.so
 %if "%{py_ver}" > "2.4"
 %{py_sitedir}/PyICU-%{version}-py*.egg-info
@@ -114,10 +115,8 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{py3_sitedir}/icu
 %{py3_sitedir}/__pycache__/PyICU.*.py[co]
 %{py3_sitedir}/icu/__init__.py
-%{py3_sitedir}/icu/docs.py
 %dir %{py3_sitedir}/icu/__pycache__
 %{py3_sitedir}/icu/__pycache__/__init__.*.py[co]
-%{py3_sitedir}/icu/__pycache__/docs.*.py[co]
 %attr(755,root,root) %{py3_sitedir}/_icu.cpython-*.so
 %{py3_sitedir}/PyICU-%{version}-py*.egg-info
 %endif
diff --git a/0001-disable-failing-test.patch b/0001-disable-failing-test.patch
new file mode 100644
index 000..b6e8a6c
--- /dev/null
+++ b/0001-disable-failing-test.patch
@@ -0,0 +1,25 @@
+From 777dcdf87976160e9a6639b0b1cc506192bc911b Mon Sep 17 00:00:00 2001
+From: Pete Walter 
+Date: Thu, 30 Nov 2017 22:35:32 +
+Subject: [PATCH] disable failing test
+
+---
+ test/test_Script.py | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/test/test_Script.py b/test/test_Script.py
+index 90a1c81..054058c 100644
+--- a/test/test_Script.py
 b/test/test_Script.py
+@@ -34,6 +34,8 @@ def is_unicode_32bit():
+ class TestScript(TestCase):
+ 
+ def testSurrogatePairs(self):
++return
++
+ pairs = u'a\u0950\u4e2d\U00029efa'
+ unicode_32bit = is_unicode_32bit()
+ names = [Script.getScript(cp).getShortName() for cp in pairs]
+-- 
+2.14.3
+


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pyicu.git/commitdiff/4b18033fa240d5bbea712b5734a93dcf910d7b07

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: python-pyicu: PyICU-2.3.tar.gz

2019-04-15 Thread adamg
Request by: adamg


Files fetched: 1

STORED: 
https://files.pythonhosted.org/packages/87/10/fdf5842f42834f6e3141668b607c07bc3c94de39acf582c3d4015e7a7fc5/PyICU-2.3.tar.gz
622d9bc07bca7d5be4b5cc061f4770c4  PyICU-2.3.tar.gz
Size: 214710 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/evolution-data-server] - switch to cmake_on_off macro

2019-04-15 Thread adamg
commit b2c671ba968a725a13918634fa39b29729d7bb0f
Author: Adam Gołębiowski 
Date:   Mon Apr 15 11:26:49 2019 +0200

- switch to cmake_on_off macro

 evolution-data-server.spec | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/evolution-data-server.spec b/evolution-data-server.spec
index 656ddd2..02dd294 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -53,7 +53,7 @@ BuildRequires:nss-devel >= 3
 %{?with_ldap:BuildRequires:openldap-devel >= 2.4.6}
 BuildRequires: pkgconfig
 %{?with_goa:BuildRequires: rest-devel >= 0.7}
-BuildRequires: rpmbuild(macros) >= 1.304
+BuildRequires: rpmbuild(macros) >= 1.742
 BuildRequires: sqlite3-devel >= 3.7.17
 BuildRequires: tar >= 1:1.22
 %{?with_vala:BuildRequires:vala >= 2:0.22.0}
@@ -222,11 +222,11 @@ API serwera danych Evolution dla języka Vala.
 %cmake \
-DLIBEXEC_INSTALL_DIR=%{_libexecdir} \
%{?with_kerberos5:-DWITH_KRB5=%{_prefix} -DWITH_KRB5_LIBS=%{_libdir}} \
-   %{!?with_kerberos5:-DWITH_KRB5=OFF} \
-   %{!?with_ldap:-DWITH_OPENLDAP=OFF} \
-   %{?with_apidocs:-DENABLE_GTK_DOC=ON} \
-   %{?with_vala:-DENABLE_VALA_BINDINGS=ON} \
-   %{?with_goa:-DENABLE_GOA=ON} \
+   %{cmake_on_off kerberos5 WITH_KRB5} \
+   %{cmake_on_off ldap WITH_OPENLDAP} \
+   %{cmake_on_off apidocs ENABLE_GTK_DOC} \
+   %{cmake_on_off vala ENABLE_VALA_BINDINGS} \
+   %{cmake_on_off goa ENABLE_GOA} \
-DENABLE_SCHEMAS_COMPILE=OFF \
-DENABLE_INTROSPECTION=ON
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/evolution-data-server.git/commitdiff/b83df012d0212a935bc41a57c41988700b9cb915

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/evolution-data-server] - release 3

2019-04-15 Thread adamg
commit b83df012d0212a935bc41a57c41988700b9cb915
Author: Adam Gołębiowski 
Date:   Mon Apr 15 11:29:33 2019 +0200

- release 3

 evolution-data-server.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/evolution-data-server.spec b/evolution-data-server.spec
index 02dd294..800518d 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -12,7 +12,7 @@ Summary:  Evolution data server
 Summary(pl.UTF-8): Serwer danych Evolution
 Name:  evolution-data-server
 Version:   3.32.1
-Release:   2
+Release:   3
 License:   LGPL v2+
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/3.32/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/evolution-data-server.git/commitdiff/b83df012d0212a935bc41a57c41988700b9cb915

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/evolution-data-server] - files update

2019-04-15 Thread adamg
commit c7159b95de7279ba4f4b7cd6a585bf0a79f6d8f4
Author: Adam Gołębiowski 
Date:   Mon Apr 15 11:14:47 2019 +0200

- files update

 evolution-data-server.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/evolution-data-server.spec b/evolution-data-server.spec
index a83ef24..656ddd2 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -399,7 +399,7 @@ fi
 %attr(755,root,root) %{_libdir}/libedata-cal-%{apiver}.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libedata-cal-%{apiver}.so.29
 %attr(755,root,root) %{_libdir}/libedataserver-%{apiver}.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libedataserver-%{apiver}.so.23
+%attr(755,root,root) %ghost %{_libdir}/libedataserver-%{apiver}.so.24
 %attr(755,root,root) %{_libdir}/libedataserverui-%{apiver}.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libedataserverui-%{apiver}.so.2
 %{_libdir}/girepository-1.0/Camel-1.2.typelib


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/evolution-data-server.git/commitdiff/b83df012d0212a935bc41a57c41988700b9cb915

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/evolution-data-server] - rename UOA -> GOA

2019-04-15 Thread adamg
commit faac868837eb97fb88d76fc909584537f4711a4a
Author: Adam Gołębiowski 
Date:   Mon Apr 15 11:14:40 2019 +0200

- rename UOA -> GOA

 evolution-data-server.spec | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/evolution-data-server.spec b/evolution-data-server.spec
index 5e882bb..a83ef24 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -3,7 +3,7 @@
 %bcond_without apidocs # do not build and package API docs
 %bcond_without kerberos5   # build without Kerberos5 support
 %bcond_without ldap# build without LDAP support
-%bcond_without uoa # single sign-on (aka Ubuntu Online Accounts)
+%bcond_without goa # single sign-on (aka Gnome Online Accounts)
 %bcond_without vala# do not build Vala API
 
 %definebasever 3.32
@@ -36,14 +36,14 @@ BuildRequires:  gtk-webkit4-devel >= 2.12.0
 %{?with_kerberos5:BuildRequires:   heimdal-devel}
 BuildRequires: intltool >= 0.40.0
 BuildRequires: json-glib-devel >= 1.0.4
-%{?with_uoa:BuildRequires: libaccounts-glib-devel >= 1.4}
+%{?with_goa:BuildRequires: libaccounts-glib-devel >= 1.4}
 BuildRequires: libcanberra-gtk3-devel >= 0.25
 BuildRequires: libgdata-devel >= 0.15.1
 BuildRequires: libgweather-devel >= 3.10
 BuildRequires: libical-devel >= 2.0
 BuildRequires: libicu-devel
 BuildRequires: libsecret-devel >= 0.5
-%{?with_uoa:BuildRequires: libsignon-glib-devel >= 1.8}
+%{?with_goa:BuildRequires: libsignon-glib-devel >= 1.8}
 BuildRequires: libsoup-devel >= 2.42.0
 BuildRequires: libstdc++-devel
 BuildRequires: libtool >= 2:2.2
@@ -52,7 +52,7 @@ BuildRequires:nspr-devel >= 4
 BuildRequires: nss-devel >= 3
 %{?with_ldap:BuildRequires:openldap-devel >= 2.4.6}
 BuildRequires: pkgconfig
-%{?with_uoa:BuildRequires: rest-devel >= 0.7}
+%{?with_goa:BuildRequires: rest-devel >= 0.7}
 BuildRequires: rpmbuild(macros) >= 1.304
 BuildRequires: sqlite3-devel >= 3.7.17
 BuildRequires: tar >= 1:1.22
@@ -226,7 +226,7 @@ API serwera danych Evolution dla języka Vala.
%{!?with_ldap:-DWITH_OPENLDAP=OFF} \
%{?with_apidocs:-DENABLE_GTK_DOC=ON} \
%{?with_vala:-DENABLE_VALA_BINDINGS=ON} \
-   %{!?with_uoa:-DENABLE_UOA=OFF} \
+   %{?with_goa:-DENABLE_GOA=ON} \
-DENABLE_SCHEMAS_COMPILE=OFF \
-DENABLE_INTROSPECTION=ON
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/evolution-data-server.git/commitdiff/b83df012d0212a935bc41a57c41988700b9cb915

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: Carla: Carla-2.0.0.tar.gz Carla-Plugins-859bc98.tar.gz

2019-04-15 Thread jajcus
Request by: jajcus


Files fetched: 2

STORED: https://github.com/falkTX/Carla/archive/v2.0.0/Carla-2.0.0.tar.gz
48fb7b0b8ee2e451798767ae779e8483  Carla-2.0.0.tar.gz
Size: 5257441 bytes
STORED: 
https://github.com/falkTX/Carla-Plugins/archive/859bc98/Carla-Plugins-859bc98.tar.gz
d1f05c048b8c813d7768ef40fc9badaa  Carla-Plugins-859bc98.tar.gz
Size: 2766031 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/Carla] Version: 2.0.0

2019-04-15 Thread jajcus
commit fa7f86238957d8709666d11cafa3b34304c380c5
Author: Jacek Konieczny 
Date:   Mon Apr 15 10:52:36 2019 +0200

Version: 2.0.0

The built-in ZynAddSubFx has been disabled, won't build in this version
and the external plugins (including Zyn-Fusion) are perfectly usable.

 Carla.spec | 38 --
 1 file changed, 24 insertions(+), 14 deletions(-)
---
diff --git a/Carla.spec b/Carla.spec
index 42474e0..c3fd4aa 100644
--- a/Carla.spec
+++ b/Carla.spec
@@ -1,22 +1,20 @@
-# git tag is 1.9.12, but release name is 2.0-RC2
-# https://github.com/falkTX/Carla/releases/tag/v1.9.12
-%definetag v1.9.12
+#
+# Conditional build:
+%bcond_withzynaddsubfx # build with built-in ZynAddSubFx synth
 
 # current revision of source/native-plugins/external git submodule
-%define plugins_rev  98723d7
+%define plugins_rev   859bc98
 
-%definebetarc2
-%definerel 3
 Summary:   Audio plugin host
 Name:  Carla
-Version:   2.0
-Release:   0.%{beta}.%{rel}
+Version:   2.0.0
+Release:   1
 License:   GPL v2+
 Group: Applications
-Source0:   
https://github.com/falkTX/Carla/archive/%{tag}/%{name}-%{tag}.tar.gz
-# Source0-md5: 11b75d313629dbf20f71e9e36ba8a0c0
+Source0:   
https://github.com/falkTX/Carla/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 48fb7b0b8ee2e451798767ae779e8483
 Source1:   
https://github.com/falkTX/Carla-Plugins/archive/%{plugins_rev}/Carla-Plugins-%{plugins_rev}.tar.gz
-# Source1-md5: b8bb65277e724d022b7ed54ead4bc286
+# Source1-md5: d1f05c048b8c813d7768ef40fc9badaa
 Patch0:pypkgdir.patch
 Patch1:soundfonts_path.patch
 URL:   http://kxstudio.linuxaudio.org/Applications:Carla
@@ -66,7 +64,7 @@ Header files for %{name} library.
 Pliki nagłówkowe biblioteki %{name}.
 
 %prep
-%setup -q -n %{name}-1.9.12 -a 1
+%setup -q -n %{name}-%{version} -a 1
 
 rmdir source/native-plugins/external
 mv Carla-Plugins-%{plugins_rev}* source/native-plugins/external
@@ -79,6 +77,10 @@ mv Carla-Plugins-%{plugins_rev}* 
source/native-plugins/external
 %{__make} -j1 features \
EXTERNAL_PLUGINS=true \
SKIP_STRIPPING=true \
+%if %{without zynaddsubfx}
+   SKIP_ZYN_SYNTH=true \
+   HAVE_ZYN_DEPS=false \
+%endif
CC="%{__cc}" \
CXX="%{__cxx}" \
CFLAGS="%{rpmcflags}" \
@@ -94,6 +96,10 @@ mv Carla-Plugins-%{plugins_rev}* 
source/native-plugins/external
--trace \
EXTERNAL_PLUGINS=true \
SKIP_STRIPPING=true \
+%if %{without zynaddsubfx}
+   SKIP_ZYN_SYNTH=true \
+   HAVE_ZYN_DEPS=false \
+%endif
CC="%{__cc}" \
CXX="%{__cxx}" \
CFLAGS="%{rpmcflags}" \
@@ -109,6 +115,10 @@ mv Carla-Plugins-%{plugins_rev}* 
source/native-plugins/external
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
+%if %{without zynaddsubfx}
+   SKIP_ZYN_SYNTH=true \
+   HAVE_ZYN_DEPS=false \
+%endif
PREFIX=%{_prefix} \
LIBDIR=%{_libdir} \
PYPKGDIR=%{py3_sitescriptdir} \
@@ -163,7 +173,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}/carla
 %dir %{_datadir}/carla/resources
 %{_datadir}/carla/resources/widgets
-%{_datadir}/carla/resources/zynaddsubfx
+%{?with_zynaddsubfx:%{_datadir}/carla/resources/zynaddsubfx}
 %{_datadir}/carla/resources/*.py
 %{_datadir}/carla/resources/__pycache__
 %attr(755,root,root) %{_datadir}/carla/carla-control
@@ -174,7 +184,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_datadir}/carla/resources/carla-plugin-patchbay
 %attr(755,root,root) %{_datadir}/carla/resources/midipattern-ui
 %attr(755,root,root) %{_datadir}/carla/resources/notes-ui
-%attr(755,root,root) %{_datadir}/carla/resources/zynaddsubfx-ui
+%{?with_zynaddsubfx:%attr(755,root,root) 
%{_datadir}/carla/resources/zynaddsubfx-ui}
 %{_datadir}/carla/widgets
 %{_datadir}/carla/*.py
 %{_datadir}/carla/__pycache__


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Carla.git/commitdiff/fa7f86238957d8709666d11cafa3b34304c380c5

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/liborcus] - release 2, rebuild against boost-1.70

2019-04-15 Thread adamg
commit 8051f42889d8683607a94bf04fb41d34a5bf3204
Author: Adam Gołębiowski 
Date:   Mon Apr 15 10:49:44 2019 +0200

- release 2, rebuild against boost-1.70

 liborcus.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/liborcus.spec b/liborcus.spec
index 32b4625..0cf219b 100644
--- a/liborcus.spec
+++ b/liborcus.spec
@@ -9,7 +9,7 @@ Summary:Standalone file import filter library for 
spreadsheet documents
 Summary(pl.UTF-8): Biblioteka samodzielnego filtra importującego pliki dla 
arkuszy kalkulacyjnych
 Name:  liborcus
 Version:   0.14.1
-Release:   1
+Release:   2
 License:   MPL v2.0
 Group: Libraries
 #Source0Download: https://gitlab.com/orcus/orcus/raw/master/README.md


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/liborcus.git/commitdiff/8051f42889d8683607a94bf04fb41d34a5bf3204

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/prelude-lml] - icu/boost rebuild - release 4 (by relup.sh)

2019-04-15 Thread baggins
commit e07bf67775536c9900bc78f6f110fbdd0c7439e4
Author: Jan Rękorajski 
Date:   Mon Apr 15 09:34:12 2019 +0200

- icu/boost rebuild
- release 4 (by relup.sh)

 prelude-lml.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/prelude-lml.spec b/prelude-lml.spec
index 44c34ef..7ad1899 100644
--- a/prelude-lml.spec
+++ b/prelude-lml.spec
@@ -6,7 +6,7 @@ Summary:A network intrusion detection system - log 
analyzer
 Summary(pl.UTF-8): System wykrywania intruzów w sieci - analizator logów
 Name:  prelude-lml
 Version:   4.1.0
-Release:   3
+Release:   4
 License:   GPL v2+
 Group: Applications
 #Source0Download: https://www.prelude-siem.org/projects/prelude/files


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/prelude-lml.git/commitdiff/e07bf67775536c9900bc78f6f110fbdd0c7439e4

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/epiphany] - BR: libdazzle-devel

2019-04-15 Thread adamg
commit 760f9a9f85a866b2b981643abfb64ee935c0749e
Author: Adam Gołębiowski 
Date:   Mon Apr 15 09:43:29 2019 +0200

- BR: libdazzle-devel

 epiphany.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/epiphany.spec b/epiphany.spec
index 317ffb3..91e55b9 100644
--- a/epiphany.spec
+++ b/epiphany.spec
@@ -25,6 +25,7 @@ BuildRequires:gtk+3-devel >= 3.22.0
 BuildRequires: gtk-webkit4-devel >= 2.19.5
 BuildRequires: iso-codes >= 0.53
 BuildRequires: json-glib-devel >= 1.2.0
+BuildRequires: libdazzle-devel
 BuildRequires: libicu-devel
 BuildRequires: libnotify-devel >= 0.5.1
 BuildRequires: libsecret-devel >= 0.14


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/epiphany.git/commitdiff/f581045347ac8181bd78d2abe22aad2a4d9d417f

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ogre] - icu/boost rebuild - release 10 (by relup.sh)

2019-04-15 Thread baggins
commit ba2daae8cc3c64f35297b37664dcf859c2a95820
Author: Jan Rękorajski 
Date:   Mon Apr 15 09:34:04 2019 +0200

- icu/boost rebuild
- release 10 (by relup.sh)

 ogre.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ogre.spec b/ogre.spec
index 82f2bf0..dae33ac 100644
--- a/ogre.spec
+++ b/ogre.spec
@@ -14,7 +14,7 @@ Summary:  Object-oriented Graphics Rendering Engine
 Summary(pl.UTF-8): OGRE - zorientowany obiektowo silnik renderowania 
grafiki
 Name:  ogre
 Version:   1.8.1
-Release:   9
+Release:   10
 License:   MIT
 Group: Applications
 Source0:   
http://downloads.sourceforge.net/ogre/%{name}_src_v%{fver}.tar.bz2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ogre.git/commitdiff/ba2daae8cc3c64f35297b37664dcf859c2a95820

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/mkvtoolnix] - icu/boost rebuild - release 2 (by relup.sh)

2019-04-15 Thread baggins
commit d4ef1dea48b6e8acb1d2ec6ae8554bb56dc4f9d3
Author: Jan Rękorajski 
Date:   Mon Apr 15 09:33:56 2019 +0200

- icu/boost rebuild
- release 2 (by relup.sh)

 mkvtoolnix.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mkvtoolnix.spec b/mkvtoolnix.spec
index cd60beb..4ebe2d0 100644
--- a/mkvtoolnix.spec
+++ b/mkvtoolnix.spec
@@ -7,7 +7,7 @@ Summary:Matroska video utilities
 Summary(pl.UTF-8): Narzędzia do filmów w formacie Matroska
 Name:  mkvtoolnix
 Version:   32.0.0
-Release:   1
+Release:   2
 License:   GPL v2
 Group: Applications/Multimedia
 Source0:   
https://www.bunkus.org/videotools/mkvtoolnix/sources/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mkvtoolnix.git/commitdiff/d4ef1dea48b6e8acb1d2ec6ae8554bb56dc4f9d3

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/epiphany] - release 3, rebuild against icu 64

2019-04-15 Thread adamg
commit f581045347ac8181bd78d2abe22aad2a4d9d417f
Author: Adam Gołębiowski 
Date:   Mon Apr 15 09:44:56 2019 +0200

- release 3, rebuild against icu 64

 epiphany.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/epiphany.spec b/epiphany.spec
index 91e55b9..62e1183 100644
--- a/epiphany.spec
+++ b/epiphany.spec
@@ -4,7 +4,7 @@ Summary(es.UTF-8):  Epiphany - navigador Web de GNOME 
basado en WebKit
 Summary(pl.UTF-8): Epiphany - przeglądarka WWW dla GNOME
 Name:  epiphany
 Version:   3.30.2
-Release:   2
+Release:   3
 License:   GPL v2+
 Group: X11/Applications/Networking
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/epiphany/3.30/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/epiphany.git/commitdiff/f581045347ac8181bd78d2abe22aad2a4d9d417f

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/ixion] - icu/boost rebuild - release 2 (by relup.sh)

2019-04-15 Thread baggins
commit 70d9cfdc922074d66aac26fb52f0e31212e4792c
Author: Jan Rękorajski 
Date:   Mon Apr 15 09:33:25 2019 +0200

- icu/boost rebuild
- release 2 (by relup.sh)

 ixion.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ixion.spec b/ixion.spec
index b41e01a..ee23af9 100644
--- a/ixion.spec
+++ b/ixion.spec
@@ -7,7 +7,7 @@ Summary:Generic formula compulation library
 Summary(pl.UTF-8): Ogólna biblioteka do obliczania wzorów
 Name:  ixion
 Version:   0.14.1
-Release:   1
+Release:   2
 License:   MPL v2.0
 Group: Libraries
 #Source0Download: https://gitlab.com/ixion/ixion/raw/master/README.md


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ixion.git/commitdiff/70d9cfdc922074d66aac26fb52f0e31212e4792c

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/luminance-hdr] - icu/boost rebuild - release 5 (by relup.sh)

2019-04-15 Thread baggins
commit ab17bcc575bcadd06c7a66bfbd8820fbfe4f59e5
Author: Jan Rękorajski 
Date:   Mon Apr 15 09:33:48 2019 +0200

- icu/boost rebuild
- release 5 (by relup.sh)

 luminance-hdr.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/luminance-hdr.spec b/luminance-hdr.spec
index e309ac1..a7bd1c5 100644
--- a/luminance-hdr.spec
+++ b/luminance-hdr.spec
@@ -9,7 +9,7 @@ Summary:Luminance HDR - HDR Image compositor
 Summary(pl.UTF-8): Luminance HDR - narzędzie do składania obrazów HDR
 Name:  luminance-hdr
 Version:   2.5.1
-Release:   4
+Release:   5
 License:   GPL v2+
 Group: X11/Applications/Graphics
 Source0:   
http://downloads.sourceforge.net/qtpfsgui/%{name}-%{version}.tar.bz2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/luminance-hdr.git/commitdiff/ab17bcc575bcadd06c7a66bfbd8820fbfe4f59e5

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/pulseview] - icu/boost rebuild - release 2 (by relup.sh)

2019-04-15 Thread baggins
commit a25e215fd1102dfd86103443fdd9b6c2171cbc4c
Author: Jan Rękorajski 
Date:   Mon Apr 15 09:34:19 2019 +0200

- icu/boost rebuild
- release 2 (by relup.sh)

 pulseview.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pulseview.spec b/pulseview.spec
index 6ee5223..f766e3a 100644
--- a/pulseview.spec
+++ b/pulseview.spec
@@ -7,7 +7,7 @@ Summary:Qt based logic analyzer GUI for sigrok
 Summary(pl.UTF-8): Oparty na Qt graficzny interfejs analizatora logicznego 
dla szkieletu sigrok
 Name:  pulseview
 Version:   0.4.0
-Release:   1
+Release:   2
 License:   GPL v3+
 Group: X11/Applications/Graphics
 Source0:   
http://sigrok.org/download/source/pulseview/%{name}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pulseview.git/commitdiff/a25e215fd1102dfd86103443fdd9b6c2171cbc4c

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kde4-kde3support] - icu/boost rebuild - release 61 (by relup.sh)

2019-04-15 Thread baggins
commit 869ec63285ed6c2ba55de51c0e1676e1e9142db3
Author: Jan Rękorajski 
Date:   Mon Apr 15 09:33:32 2019 +0200

- icu/boost rebuild
- release 61 (by relup.sh)

 kde4-kde3support.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kde4-kde3support.spec b/kde4-kde3support.spec
index a208430..61b67d1 100644
--- a/kde4-kde3support.spec
+++ b/kde4-kde3support.spec
@@ -19,7 +19,7 @@ Summary(ru.UTF-8):K Desktop Environment 3 - Библиотеки
 Summary(uk.UTF-8): K Desktop Environment 3 - Бібліотеки
 Name:  kde4-kde3support
 Version:   3.5.10
-Release:   60
+Release:   61
 License:   LGPL v2
 Group: X11/Libraries
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{origname}-%{version}.tar.bz2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kde3support.git/commitdiff/869ec63285ed6c2ba55de51c0e1676e1e9142db3

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/scummvm] - icu/boost rebuild - release 4 (by relup.sh)

2019-04-15 Thread baggins
commit 8ab75c14cb9ca44f0fd0b85331b6f0811f7b4a6a
Author: Jan Rękorajski 
Date:   Mon Apr 15 09:34:27 2019 +0200

- icu/boost rebuild
- release 4 (by relup.sh)

 scummvm.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/scummvm.spec b/scummvm.spec
index 458d021..50c022c 100644
--- a/scummvm.spec
+++ b/scummvm.spec
@@ -3,7 +3,7 @@ Summary:Graphic adventure game interpreter
 Summary(pl.UTF-8): Interpreter gier przygodowych
 Name:  scummvm
 Version:   1.9.0
-Release:   3
+Release:   4
 License:   GPL v2+
 Group: X11/Applications/Games
 Source0:   
http://scummvm.org/frs/scummvm/%{version}/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/scummvm.git/commitdiff/8ab75c14cb9ca44f0fd0b85331b6f0811f7b4a6a

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libcmis] - icu/boost rebuild - release 2 (by relup.sh)

2019-04-15 Thread baggins
commit af48726cd798afbfee0ef9fa276a586da9f73e48
Author: Jan Rękorajski 
Date:   Mon Apr 15 09:33:41 2019 +0200

- icu/boost rebuild
- release 2 (by relup.sh)

 libcmis.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libcmis.spec b/libcmis.spec
index 4ac73fd..6e6bbe9 100644
--- a/libcmis.spec
+++ b/libcmis.spec
@@ -6,7 +6,7 @@ Summary:A C++ client library for the CMIS interface
 Summary(pl.UTF-8): Biblioteka klienta C++ dla inferfejsu CMIS
 Name:  libcmis
 Version:   0.5.2
-Release:   1
+Release:   2
 License:   GPL v2+ or LGPL v2+ or MPL v1.1
 Group: Libraries
 #Source0Download: https://github.com/tdf/libcmis/releases


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libcmis.git/commitdiff/af48726cd798afbfee0ef9fa276a586da9f73e48

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/thunderbolt-software-user-space] - icu/boost rebuild - release 2 (by relup.sh)

2019-04-15 Thread baggins
commit be8d013213923924b9be3e188fe5ea152c6fb0d9
Author: Jan Rękorajski 
Date:   Mon Apr 15 09:34:35 2019 +0200

- icu/boost rebuild
- release 2 (by relup.sh)

 thunderbolt-software-user-space.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/thunderbolt-software-user-space.spec 
b/thunderbolt-software-user-space.spec
index dd40172..319c587 100644
--- a/thunderbolt-software-user-space.spec
+++ b/thunderbolt-software-user-space.spec
@@ -2,7 +2,7 @@ Summary:User-space components for handling Thunderbolt 
controller and devices
 Summary(pl.UTF-8): Komponenty przestrzeni użytkownika do obsługi 
kontrolerów i urządzeń Thunderbolt
 Name:  thunderbolt-software-user-space
 Version:   0.9.3
-Release:   1
+Release:   2
 License:   BSD
 Group: Libraries
 #Source0Download: 
https://github.com/01org/thunderbolt-software-user-space/releases


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/thunderbolt-software-user-space.git/commitdiff/be8d013213923924b9be3e188fe5ea152c6fb0d9

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/innoextract] - icu/boost rebuild - release 10 (by relup.sh)

2019-04-15 Thread baggins
commit 0d1f88190ad8fe591b38265e248a859f6bef5503
Author: Jan Rękorajski 
Date:   Mon Apr 15 09:33:17 2019 +0200

- icu/boost rebuild
- release 10 (by relup.sh)

 innoextract.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/innoextract.spec b/innoextract.spec
index 2a02293..36df9f4 100644
--- a/innoextract.spec
+++ b/innoextract.spec
@@ -2,7 +2,7 @@ Summary:Tool to unpack installers created by Inno Setup
 Summary(pl.UTF-8): Narzędzie do rozpakowywania instalatorów tworzonych 
przez Inno Setup
 Name:  innoextract
 Version:   1.3
-Release:   9
+Release:   10
 License:   BSD
 Group: Applications/Files
 Source0:   
http://downloads.sourceforge.net/innoextract/%{name}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/innoextract.git/commitdiff/0d1f88190ad8fe591b38265e248a859f6bef5503

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/hugin] - icu/boost rebuild - release 3 (by relup.sh)

2019-04-15 Thread baggins
commit 8e10e47d19a60d1f7ae99756d1d2438882a541b8
Author: Jan Rękorajski 
Date:   Mon Apr 15 09:33:05 2019 +0200

- icu/boost rebuild
- release 3 (by relup.sh)

 hugin.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/hugin.spec b/hugin.spec
index d50d408..3e83b8f 100644
--- a/hugin.spec
+++ b/hugin.spec
@@ -2,7 +2,7 @@ Summary:Toolchain to create panoramic images
 Summary(pl.UTF-8): Zestaw narzędzi do tworzenia panoramicznych zdjęć
 Name:  hugin
 Version:   2019.0.0
-Release:   2
+Release:   3
 License:   GPL v2+
 Group: X11/Applications/Graphics
 Source0:   
http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.bz2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hugin.git/commitdiff/8e10e47d19a60d1f7ae99756d1d2438882a541b8

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/aegisub] - release 10, rebuild against icu 64, boost 1.70

2019-04-15 Thread adamg
commit 108e8929f38ce0adc20609a8992eb4ffc6f1c3c2
Author: Adam Gołębiowski 
Date:   Mon Apr 15 09:13:35 2019 +0200

- release 10, rebuild against icu 64, boost 1.70

 aegisub-boost-1.70.patch | 44 
 aegisub-icu64.patch  | 43 +++
 aegisub.spec |  6 +-
 3 files changed, 92 insertions(+), 1 deletion(-)
---
diff --git a/aegisub.spec b/aegisub.spec
index 70b10dd..e4eb915 100644
--- a/aegisub.spec
+++ b/aegisub.spec
@@ -11,13 +11,15 @@ Summary:Subtitle editor
 Summary(pl.UTF-8): Edytor napisów
 Name:  aegisub
 Version:   3.2.2
-Release:   9
+Release:   10
 License:   BSD
 Group: X11/Applications
 Source0:   http://ftp.aegisub.org/pub/releases/%{name}-%{version}.tar.xz
 # Source0-md5: d80e852c34811add358c06d77f5cd40d
 Patch0:pthread.patch
 Patch1:%{name}-icu.patch
+Patch2:%{name}-icu64.patch
+Patch3:%{name}-boost-1.70.patch
 URL:   http://www.aegisub.net/
 # AC_AGI_COMPILE tries to run test program which tries to open device and most 
likely fails
 #BuildRequires:OpenAL-devel >= 0.0.8
@@ -86,6 +88,8 @@ obsługa tych zaawansowanych funkcji.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %{__mv} vendor{,.keep}
 mkdir vendor
diff --git a/aegisub-boost-1.70.patch b/aegisub-boost-1.70.patch
new file mode 100644
index 000..a3bed95
--- /dev/null
+++ b/aegisub-boost-1.70.patch
@@ -0,0 +1,44 @@
+--- aegisub-3.2.2/src/colour_button.cpp.orig   2019-04-15 08:43:16.415251576 
+0200
 aegisub-3.2.2/src/colour_button.cpp2019-04-15 08:44:56.040476824 
+0200
+@@ -18,7 +18,7 @@
+ 
+ #include "dialogs.h"
+ 
+-#include 
++#include 
+ 
+ wxDEFINE_EVENT(EVT_COLOR, wxThreadEvent);
+ 
+--- aegisub-3.2.2/src/subtitles_provider_libass.cpp~   2014-12-08 
01:07:09.0 +0100
 aegisub-3.2.2/src/subtitles_provider_libass.cpp2019-04-15 
08:49:46.265809744 +0200
+@@ -50,7 +50,7 @@
+ #include 
+ 
+ #include 
+-#include 
++#include 
+ #include 
+ #include 
+ 
+--- aegisub-3.2.2/src/video_frame.cpp~ 2014-12-08 01:07:09.0 +0100
 aegisub-3.2.2/src/video_frame.cpp  2019-04-15 09:02:28.425810852 +0200
+@@ -16,7 +16,7 @@
+ 
+ #include "video_frame.h"
+ 
+-#include 
++#include 
+ #include 
+ 
+ namespace {
+--- aegisub-3.2.2/src/video_provider_dummy.cpp~2014-12-08 
01:07:09.0 +0100
 aegisub-3.2.2/src/video_provider_dummy.cpp 2019-04-15 09:03:44.153106555 
+0200
+@@ -46,7 +46,7 @@
+ #include 
+ #include 
+ #include 
+-#include 
++#include 
+ 
+ DummyVideoProvider::DummyVideoProvider(double fps, int frames, int width, int 
height, agi::Color colour, bool pattern)
+ : framecount(frames)
diff --git a/aegisub-icu64.patch b/aegisub-icu64.patch
new file mode 100644
index 000..1f359f2
--- /dev/null
+++ b/aegisub-icu64.patch
@@ -0,0 +1,43 @@
+--- aegisub-3.2.2/libaegisub/common/character_count.cpp~   2014-12-08 
01:07:09.0 +0100
 aegisub-3.2.2/libaegisub/common/character_count.cpp2019-04-15 
08:12:10.451191386 +0200
+@@ -36,7 +36,7 @@
+   static std::once_flag token;
+   std::call_once(token, [&] {
+   UErrorCode status = U_ZERO_ERROR;
+-  
bi.reset(BreakIterator::createCharacterInstance(Locale::getDefault(), status));
++  
bi.reset(icu::BreakIterator::createCharacterInstance(icu::Locale::getDefault(), 
status));
+   if (U_FAILURE(status)) throw agi::InternalError("Failed to 
create character iterator");
+   });
+ 
+@@ -58,7 +58,7 @@
+ 
+   size_t count = 0;
+   auto pos = character_bi.first();
+-  for (auto end = character_bi.next(); end != BreakIterator::DONE; pos = 
end, end = character_bi.next()) {
++  for (auto end = character_bi.next(); end != icu::BreakIterator::DONE; 
pos = end, end = character_bi.next()) {
+   if (!mask)
+   ++count;
+   else {
+@@ -143,7 +143,7 @@
+   auto& bi = get_break_iterator([0], str.size());
+ 
+   for (auto pos = bi.first(), end = bi.next(); ; --n, pos = end, end = 
bi.next()) {
+-  if (end == BreakIterator::DONE)
++  if (end == icu::BreakIterator::DONE)
+   return str.size();
+   if (n == 0)
+   return pos;
+--- aegisub-3.2.2/src/utils.cpp~   2019-04-15 08:06:15.502668259 +0200
 aegisub-3.2.2/src/utils.cpp2019-04-15 09:01:36.733106091 +0200
+@@ -265,9 +265,9 @@
+ }
+ 
+ wxString LocalizedLanguageName(wxString const& lang) {
+-  Locale iculoc(lang.c_str());
++  icu::Locale iculoc(lang.c_str());
+   if (!iculoc.isBogus()) {
+-  UnicodeString ustr;
++  icu::UnicodeString ustr;
+   iculoc.getDisplayName(iculoc, ustr);
+ #ifdef _MSC_VER
+   return wxString(ustr.getBuffer());

[packages/mpd] - release 3, rebuild against icu 64

2019-04-15 Thread adamg
commit 43c804af17f71eb08eef9f9907ec6afddb7aeea9
Author: Adam Gołębiowski 
Date:   Mon Apr 15 08:09:47 2019 +0200

- release 3, rebuild against icu 64

 mpd.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mpd.spec b/mpd.spec
index 2e1e45c..8a1d9a2 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -10,7 +10,7 @@ Summary:  Music Player Daemon
 Summary(pl.UTF-8): Music Player Daemon - demon odtwarzający muzykę
 Name:  mpd
 Version:   0.21.7
-Release:   2
+Release:   3
 License:   GPL v2+
 Group: Applications/Multimedia
 Source0:   
http://www.musicpd.org/download/mpd/0.21/%{name}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mpd.git/commitdiff/43c804af17f71eb08eef9f9907ec6afddb7aeea9

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit