DISTFILES: dico: dico-2.5.tar.xz

2018-03-03 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://ftp.gnu.org/gnu/dico/dico-2.5.tar.xz
a50a8e9def28fc74bf41cca7931463b9  dico-2.5.tar.xz
Size: 1696308 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/dico] - new

2018-03-03 Thread qboosh
commit 28d00df672b420f303365f04e1be79c3a6463e12
Author: Jakub Bogusz 
Date:   Sat Mar 3 19:42:21 2018 +0100

- new

 dico-info.patch   |  15 +
 dico-nolibs.patch |  15 +
 dico.spec | 171 ++
 3 files changed, 201 insertions(+)
---
diff --git a/dico.spec b/dico.spec
new file mode 100644
index 000..a9d1c34
--- /dev/null
+++ b/dico.spec
@@ -0,0 +1,171 @@
+#
+# Conditional build:
+%bcond_without static_libs # static library
+
+Summary:   GNU Dico - flexible implementation of DICT server
+Summary(pl.UTF-8): GNU Dico - elastyczna implementacja serwera DICT
+Name:  dico
+Version:   2.5
+Release:   1
+License:   GPL v3+
+Group: Applications/Text
+Source0:   http://ftp.gnu.org/gnu/dico/%{name}-%{version}.tar.xz
+# Source0-md5: a50a8e9def28fc74bf41cca7931463b9
+Patch0:%{name}-nolibs.patch
+Patch1:%{name}-info.patch
+URL:   http://www.gnu.org/software/dico/
+BuildRequires: WordNet-devel
+BuildRequires: autoconf >= 2.63
+BuildRequires: automake >= 1:1.11
+BuildRequires: gettext-tools >= 0.18
+BuildRequires: gsasl-devel >= 0.2.5
+BuildRequires: guile-devel >= 5:1.8
+BuildRequires: libltdl-devel >= 2:2.4
+BuildRequires: libtool >= 2:2.4
+BuildRequires: ncurses-devel
+BuildRequires: openldap-devel
+BuildRequires: pam-devel
+BuildRequires: pcre-devel
+BuildRequires: python-devel >= 2
+BuildRequires: readline-devel
+BuildRequires: tar >= 1:1.22
+BuildRequires: texinfo
+#BuildRequires:tk
+BuildRequires: xz
+BuildRequires: zlib-devel
+Requires:  %{name}-libs = %{version}-%{release}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Dico is a flexible implementation of DICT server (RFC 2229). The
+server is modular: the daemon itself (dicod) provides only the server
+functionality, and knows nothing about database formats. Actual
+searches are performed by functions supplied in loadable modules. A
+single module can handle any number of database instances. 
+
+The package includes several modules for searching in different
+dictionary databases, such as dict.org, WordNet and others.
+
+%description -l pl.UTF-8
+Dico do elastyczna implementacja serwera DICT (RFC 2229). Serwer jest
+modularny - sam demon (dicod) zapewnia jedynie funkcjonalność serwera,
+natomiast nie zna żadnego formatu bazy danych. Właściwe wyszukiwanie
+jest wykonywane przez funkcje dostarczane w ładowanych modułach.
+Pojedynczy moduł może obsłużyć dowolną liczbę instancji bazy danych.
+
+Pakiet zawiera kilka modułów do wyszukiwania w różnych bazach danych
+słowników, takich jak dict.org, WordNet i inne.
+
+%package libs
+Summary:   GNU Dico shared library
+Summary(pl.UTF-8): Biblioteka współdzielona GNU Dico
+Group: Libraries
+
+%description libs
+GNU Dico shared library.
+
+%description libs -l pl.UTF-8
+Biblioteka współdzielona GNU Dico.
+
+%package devel
+Summary:   Header files for GNU Dico library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki GNU Dico
+Group: Development/Libraries
+Requires:  %{name}-libs = %{version}-%{release}
+
+%description devel
+Header files for GNU Dico library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki GNU Dico.
+
+%package static
+Summary:   Static GNU Dico library
+Summary(pl.UTF-8): Statyczna biblioteka GNU Dico
+Group: Development/Libraries
+Requires:  %{name}-devel = %{version}-%{release}
+
+%description static
+Statices for GNU Dico library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka GNU Dico.
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4 -I am -I grecs/am -I gint -I imprimatur
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+   WISH=/usr/bin/wish \
+   --disable-silent-rules \
+   %{!?with_static_libs:--disable-static}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libdico.la \
+   $RPM_BUILD_ROOT%{_libdir}/dico/*.la
+%if %{with static_libs}
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/dico/*.a
+%endif
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog* NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/dico
+%attr(755,root,root) %{_bindir}/dicod
+%attr(755,root,root) %{_bindir}/gcider
+%attr(755,root,root) %{_libexecdir}/idxgcide
+%dir %{_libdir}/dico
+%attr(755,root,root) %{_libdir}/dico/dictorg.so
+%attr(755,root,root) %{_libdir}/dico/echo.so
+%attr(755,root,root) %{_libdir}/dico/gcide.so
+%attr(755,root,root) %{_libdir}/dico/guile.so
+%attr(755,root,root) %{_libdir}/dico/ldap.so
+%attr(755,root,root) %{_libdir}/dico/metaphone2.so
+%attr(755,root,root) %{_libdir}/dico/nprefix.so
+%attr(755,root,root) %{_libdir}/dico/outline.so
+%attr(755,root,root) 

[packages/dico] Created branch master

2018-03-03 Thread qboosh
The branch 'master' was created.

Summary of new commits:

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


[packages/WordNet] - separate -libs so whole dictionary is not required for development; release 5

2018-03-03 Thread qboosh
commit f88e32aa227a1c0b43e7c3804d566e0437d3b44f
Author: Jakub Bogusz 
Date:   Sat Mar 3 17:42:07 2018 +0100

- separate -libs so whole dictionary is not required for development; 
release 5

 WordNet.spec | 34 +-
 1 file changed, 25 insertions(+), 9 deletions(-)
---
diff --git a/WordNet.spec b/WordNet.spec
index cb3d93d..e471a46 100644
--- a/WordNet.spec
+++ b/WordNet.spec
@@ -2,7 +2,7 @@ Summary:Online lexical reference system, ie. smart 
dictionary
 Summary(pl.UTF-8): System referencji słownikowych, czyli mądry słownik
 Name:  WordNet
 Version:   3.0
-Release:   4
+Release:   5
 License:   Free to use (see COPYING)
 Group: Applications/Dictionaries
 Source0:   http://wordnetcode.princeton.edu/3.0/%{name}-%{version}.tar.bz2
@@ -18,6 +18,7 @@ BuildRequires:libtool
 BuildRequires: tcl-devel >= 8.4
 BuildRequires: tk-devel >= 8.4
 BuildRequires: xorg-lib-libXScrnSaver-devel
+Requires:  %{name}-libs = %{version}-%{release}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -36,17 +37,29 @@ pewnym kontekście. Są rozpoznawane dwa rodzaje relacji: 
leksykalna i
 semantyczna. Leksykalne zachodzą między formami słów; semantyczne
 między ich znaczeniami.
 
+%package libs
+Summary:   WordNet shared library
+Summary(pl.UTF-8): Biblioteka współdzielona WordNet
+Group: Libraries
+Conflicts: WordNet < 3.0-5
+
+%description libs
+WordNet shared library.
+
+%description libs -l pl.UTF-8
+Biblioteka współdzielona WordNet.
+
 %package devel
-Summary:   Header files, library, and development documentation for WordNet
-Summary(pl.UTF-8): Pliki nagłówkowe, biblioteka i dokumentacja do WordNet
+Summary:   Header files and development documentation for WordNet
+Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja do WordNet
 Group: Development/Libraries
-Requires:  %{name} = %{version}-%{release}
+Requires:  %{name}-libs = %{version}-%{release}
 
 %description devel
 Header files and development documentation for WordNet.
 
 %description devel -l pl.UTF-8
-Pliki nagłówkowe, biblioteka i dokumentacja do WordNet.
+Pliki nagłówkowe i dokumentacja do WordNet.
 
 %package static
 Summary:   Static WordNet library
@@ -103,20 +116,23 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post  libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING ChangeLog README
 %attr(755,root,root) %{_bindir}/wn
-%attr(755,root,root) %{_libdir}/libWN.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libWN.so.0
 %{_mandir}/man1/wn.1*
 %{_mandir}/man1/wnintro.1*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/dict
 
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libWN.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libWN.so.0
+
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libWN.so


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/WordNet.git/commitdiff/f88e32aa227a1c0b43e7c3804d566e0437d3b44f

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


[packages/libsodium] - URL fix

2018-03-03 Thread adwol
commit 20a16ed06e8c936a5ed6b877247d6258b37f890f
Author: Adam Osuchowski 
Date:   Sat Mar 3 20:40:30 2018 +0100

- URL fix

 libsodium.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libsodium.spec b/libsodium.spec
index 204d3b1..5416978 100644
--- a/libsodium.spec
+++ b/libsodium.spec
@@ -11,7 +11,7 @@ License:  BSD
 Group: Libraries
 Source0:   
https://download.libsodium.org/libsodium/releases/%{name}-%{version}.tar.gz
 # Source0-md5: 37b18839e57e7a62834231395c8e962b
-URL:   https://github.com/jedisct1/libsodium
+URL:   https://libsodium.org/
 BuildRequires: pkgconfig >= 1:0.25
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libsodium.git/commitdiff/20a16ed06e8c936a5ed6b877247d6258b37f890f

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


DISTFILES: ddrescue: ddrescue-1.23.tar.lz

2018-03-03 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://download.savannah.gnu.org/releases/ddrescue/ddrescue-1.23.tar.lz
cd85a82d510d9abf790132fb0da1bf3c  ddrescue-1.23.tar.lz
Size: 82451 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/ddrescue] - updated to 1.23

2018-03-03 Thread qboosh
commit 38ff885419495d12a1537015030edf5f94a3cd3f
Author: Jakub Bogusz 
Date:   Sat Mar 3 14:37:31 2018 +0100

- updated to 1.23

 ddrescue.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ddrescue.spec b/ddrescue.spec
index 0a14f77..f81a314 100644
--- a/ddrescue.spec
+++ b/ddrescue.spec
@@ -1,12 +1,12 @@
 Summary:   Data copying in presence of I/O errors
 Summary(pl.UTF-8): Kopiowanie danych z błędami wejścia/wyjścia
 Name:  ddrescue
-Version:   1.22
+Version:   1.23
 Release:   1
 License:   GPL v3+
 Group: Applications/System
 Source0:   
http://download.savannah.gnu.org/releases/ddrescue/%{name}-%{version}.tar.lz
-# Source0-md5: 49c845ed89d25b534842e40366154cb4
+# Source0-md5: cd85a82d510d9abf790132fb0da1bf3c
 Patch0:%{name}-info.patch
 URL:   http://www.nongnu.org/ddrescue/ddrescue.html
 BuildRequires: help2man


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ddrescue.git/commitdiff/38ff885419495d12a1537015030edf5f94a3cd3f

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


[packages/WordNet] - updated Source0 URL

2018-03-03 Thread qboosh
commit fb01e616ff2cdfb8483b3796fa42f2ffcf486b8d
Author: Jakub Bogusz 
Date:   Sat Mar 3 17:31:57 2018 +0100

- updated Source0 URL

 WordNet.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/WordNet.spec b/WordNet.spec
index 0beff50..cb3d93d 100644
--- a/WordNet.spec
+++ b/WordNet.spec
@@ -5,7 +5,7 @@ Version:3.0
 Release:   4
 License:   Free to use (see COPYING)
 Group: Applications/Dictionaries
-Source0:   
ftp://ftp.cogsci.princeton.edu/pub/wordnet/3.0/%{name}-%{version}.tar.bz2
+Source0:   http://wordnetcode.princeton.edu/3.0/%{name}-%{version}.tar.bz2
 # Source0-md5: 89b4db7c6840ce69a8e315a3f83d996b
 Patch0:%{name}-FHS.patch
 Patch1:%{name}-shared.patch
@@ -95,6 +95,8 @@ rm -rf $RPM_BUILD_ROOT
DESTDIR=$RPM_BUILD_ROOT
 
 %{__rm} -r $RPM_BUILD_ROOT%{_prefix}/doc/{html,ps,pdf}
+# program not included
+%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/grind.1
 # just a copy of tk headers
 %{__rm} -r $RPM_BUILD_ROOT%{_includedir}/tk
 
@@ -120,8 +122,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libWN.so
 %{_libdir}/libWN.la
 %{_includedir}/wn.h
-# program not included
-#%{_mandir}/man1/grind.1*
 %{_mandir}/man3/binsrch.3*
 %{_mandir}/man3/morph.3*
 %{_mandir}/man3/wn*.3*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/WordNet.git/commitdiff/fb01e616ff2cdfb8483b3796fa42f2ffcf486b8d

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


DISTFILES: cacti: cacti-1.1.36.tar.gz

2018-03-03 Thread arekm
Request by: arekm


Files fetched: 1

STORED: http://www.cacti.net/downloads/cacti-1.1.36.tar.gz
dba0422ba64c6ccc312b74ae2fa58bf5  cacti-1.1.36.tar.gz
Size: 9018560 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/cacti] - up to 1.1.36

2018-03-03 Thread arekm
commit d848f1538e57c7590ee935d0e0046c259da64822
Author: Arkadiusz Miśkiewicz 
Date:   Sat Mar 3 20:50:50 2018 +0100

- up to 1.1.36

 cacti-config.patch | 9 ++---
 cacti.spec | 4 ++--
 2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/cacti.spec b/cacti.spec
index 4ad19d7..3fdf662 100644
--- a/cacti.spec
+++ b/cacti.spec
@@ -4,12 +4,12 @@
 Summary:   Cacti is a PHP frontend for rrdtool
 Summary(pl.UTF-8): Cacti - frontend w PHP do rrdtoola
 Name:  cacti
-Version:   1.1.35
+Version:   1.1.36
 Release:   1
 License:   GPL v2
 Group: Applications/WWW
 Source0:   http://www.cacti.net/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: e5b19a34480d262d520b6e9d009e738d
+# Source0-md5: dba0422ba64c6ccc312b74ae2fa58bf5
 Source2:   %{name}.crontab
 Source3:   %{name}-apache.conf
 Source4:   %{name}-lighttpd.conf
diff --git a/cacti-config.patch b/cacti-config.patch
index 15d2562..cc6e304 100644
--- a/cacti-config.patch
+++ b/cacti-config.patch
@@ -1,10 +1,13 @@
 --- cacti-0.8.7b/include/global.php2008-10-05 04:38:29.740276226 +0300
 +++ cacti-0.8.7g/include/global.php2010-12-13 12:10:44.312310245 +0200
-@@ -65,7 +65,7 @@ $url_path = '/cacti/';
+@@ -64,10 +64,7 @@ $url_path = '/cacti/';
+ /* allow upto 5000 items to be selected */
  ini_set('max_input_vars', '5000');
  
- /* Include configuration */
--include(dirname(__FILE__) . '/config.php');
+-/* Include configuration, or use the defaults */
+-if (file_exists(dirname(__FILE__) . '/config.php')) {
+-  include(dirname(__FILE__) . '/config.php');
+-}
 +require '/etc/webapps/cacti/config.php';
  
  if (isset($config['cacti_version'])) {


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cacti.git/commitdiff/d848f1538e57c7590ee935d0e0046c259da64822

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


[packages/gnuastro] - added info patch (unify direntries)

2018-03-03 Thread qboosh
commit c34b940200c5598ab422799709e562b88a182de9
Author: Jakub Bogusz 
Date:   Sun Mar 4 08:41:51 2018 +0100

- added info patch (unify direntries)

 gnuastro-info.patch | 1019 +++
 gnuastro.spec   |2 +
 2 files changed, 1021 insertions(+)
---
diff --git a/gnuastro.spec b/gnuastro.spec
index 5354876..1f1f13f 100644
--- a/gnuastro.spec
+++ b/gnuastro.spec
@@ -11,6 +11,7 @@ License:  GPL v3+
 Group: Applications/Science
 Source0:   http://ftp.gnu.org/gnu/gnuastro/%{name}-%{version}.tar.lz
 # Source0-md5: 2ed4ed0357a373c19291b1c67fd8bd8f
+Patch0:%{name}-info.patch
 URL:   http://www.gnu.org/software/gnuastro/
 BuildRequires: autoconf >= 2.69
 BuildRequires: automake
@@ -74,6 +75,7 @@ Statyczna biblioteka Gnuastro.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # regenerate for as-needed to work
diff --git a/gnuastro-info.patch b/gnuastro-info.patch
new file mode 100644
index 000..63058f8
--- /dev/null
+++ b/gnuastro-info.patch
@@ -0,0 +1,1019 @@
+--- gnuastro-0.5/doc/gnuastro.texi.orig2017-12-22 13:35:03.0 
+0100
 gnuastro-0.5/doc/gnuastro.texi 2018-03-04 08:17:34.176850007 +0100
+@@ -44,54 +44,54 @@
+ @c To include in the info directory.
+ @dircategory Astronomy
+ @direntry
+-* Gnuastro: (gnuastro).   GNU Astronomy Utilities.
+-* libgnuastro: (gnuastro)Gnuastro library. Full Gnuastro library doc.
++* Gnuastro: (gnuastro).   GNU Astronomy Utilities
++* libgnuastro: (gnuastro)Gnuastro library.Full Gnuastro library doc.
+ 
+-* help-gnuastro: (gnuastro)help-gnuastro mailing list. Getting help.
++* help-gnuastro: (gnuastro)help-gnuastro mailing list.Getting help.
+ 
+-* bug-gnuastro: (gnuastro)Report a bug. How to report bugs
++* bug-gnuastro: (gnuastro)Report a bug.   How to report bugs
+ 
+-* Arithmetic: (gnuastro)Arithmetic. Arithmetic operations on pixels.
+-* astarithmetic: (gnuastro)Invoking astarithmetic. Options to Arithmetic.
++* Arithmetic: (gnuastro)Arithmetic.   Arithmetic operations on pixels.
++* astarithmetic: (gnuastro)astarithmetic. Options to Arithmetic.
+ 
+-* BuildProgram: (gnuastro)BuildProgram. Compile and run programs using 
Gnuastro's library.
+-* astbuildprog: (gnuastro)Invoking astbuildprog. Options to BuildProgram.
++* BuildProgram: (gnuastro)BuildProgram.   Compile and run programs using 
Gnuastro's library.
++* astbuildprog: (gnuastro)astbuildprog.   Options to BuildProgram.
+ 
+-* ConvertType: (gnuastro)ConvertType. Convert different file types.
+-* astconvertt: (gnuastro)Invoking astconvertt. Options to ConvertType.
++* ConvertType: (gnuastro)ConvertType. Convert different file types.
++* astconvertt: (gnuastro)astconvertt. Options to ConvertType.
+ 
+-* Convolve: (gnuastro)Convolve. Convolve an input file with kernel.
+-* astconvolve: (gnuastro)Invoking astconvolve. Options to Convolve.
++* Convolve: (gnuastro)Convolve.   Convolve an input file with 
kernel.
++* astconvolve: (gnuastro)astconvolve. Options to Convolve.
+ 
+-* CosmicCalculator: (gnuastro)CosmicCalculator. For cosmological params.
+-* astcosmiccal: (gnuastro)Invoking astcosmiccal. Options to CosmicCalculator.
++* CosmicCalculator: (gnuastro)CosmicCalculator.   For cosmological params.
++* astcosmiccal: (gnuastro)astcosmiccal.   Options to CosmicCalculator.
+ 
+-* Crop: (gnuastro)Crop. Crop region(s) from image(s).
+-* astcrop: (gnuastro)Invoking astcrop. Options to Crop.
++* Crop: (gnuastro)Crop.   Crop region(s) from image(s).
++* astcrop: (gnuastro)astcrop. Options to Crop.
+ 
+-* Fits: (gnuastro)Fits. View and manipulate FITS extensions and keywords.
+-* astfits: (gnuastro)Invoking astfits. Options to Fits.
++* Fits: (gnuastro)Fits.   View and manipulate FITS 
extensions and keywords.
++* astfits: (gnuastro)astfits. Options to Fits.
+ 
+-* MakeCatalog: (gnuastro)MakeCatalog. Make a catalog from labeled image.
+-* astmkcatalog: (gnuastro)Invoking astmkcatalog. Options to MakeCatalog.
++* MakeCatalog: (gnuastro)MakeCatalog. Make a catalog from labeled image.
++* astmkcatalog: (gnuastro)astmkcatalog.   Options to MakeCatalog.
+ 
+-* MakeNoise: (gnuastro)MakeNoise. Make (add) noise to an image.
+-* astmknoise: (gnuastro)Invoking astmknoise. Options to MakeNoise.
++* MakeNoise: (gnuastro)MakeNoise. Make (add) noise to an image.
++* astmknoise: (gnuastro)astmknoise.   Options to MakeNoise.
+ 
+-* MakeProfiles: (gnuastro)MakeProfiles. Make mock profiles.
+-* astmkprof: (gnuastro)Invoking astmkprof. Options to MakeProfiles.
++* MakeProfiles: (gnuastro)MakeProfiles.   Make mock profiles.
++* astmkprof: (gnuastro)astmkprof. Options to MakeProfiles.
+ 
+-* NoiseChisel: (gnuastro)NoiseChisel. Detect signal in noise.
+-* astnoisechisel: (gnuastro)Invoking astnoisechisel. Options to NoiseChisel.
++* NoiseChisel: (gnuastro)NoiseChisel. Detect 

[packages/wcslib] - non-parallel make

2018-03-03 Thread qboosh
commit 17e878cdc74eb2100dcf5fe0ce4e3fb8c0ce5506
Author: Jakub Bogusz 
Date:   Sun Mar 4 08:30:15 2018 +0100

- non-parallel make

 wcslib.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wcslib.spec b/wcslib.spec
index 1e1755d..cec3241 100644
--- a/wcslib.spec
+++ b/wcslib.spec
@@ -69,12 +69,12 @@ Dokumentacja API bibliotek WCSLIB.
 %build
 %configure
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
DESTDIR=$RPM_BUILD_ROOT
 
 # split over packages as %doc


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wcslib.git/commitdiff/17e878cdc74eb2100dcf5fe0ce4e3fb8c0ce5506

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


[packages/FileZilla] Revert "- update md5", sourceforge broken ATN

2018-03-03 Thread baggins
commit 50bff430f5213c266decbf4afdd7a97ace410556
Author: Jan Rękorajski 
Date:   Sun Mar 4 00:01:43 2018 +0100

Revert "- update md5", sourceforge broken ATN

This reverts commit 5d93ad95829c3136ceac9d6b33cf2593e6ba96b4.

 FileZilla.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/FileZilla.spec b/FileZilla.spec
index 51fddb8..a4ca4f5 100644
--- a/FileZilla.spec
+++ b/FileZilla.spec
@@ -11,7 +11,7 @@ Release:  1
 License:   GPL
 Group: X11/Applications/Networking
 Source0:   
http://downloads.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
-# Source0-md5: cb530d737c8f2d1023797cf0587b4e05
+# Source0-md5: 0eee1369904e9b0b60500a1068ca5a85
 Patch0:%{name}-desktop.patch
 URL:   http://filezilla-project.org/
 BuildRequires: autoconf >= 2.50


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/FileZilla.git/commitdiff/50bff430f5213c266decbf4afdd7a97ace410556

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


[packages/FileZilla] - update md5

2018-03-03 Thread baggins
commit 5d93ad95829c3136ceac9d6b33cf2593e6ba96b4
Author: Jan Rękorajski 
Date:   Sun Mar 4 00:00:27 2018 +0100

- update md5

 FileZilla.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/FileZilla.spec b/FileZilla.spec
index a4ca4f5..51fddb8 100644
--- a/FileZilla.spec
+++ b/FileZilla.spec
@@ -11,7 +11,7 @@ Release:  1
 License:   GPL
 Group: X11/Applications/Networking
 Source0:   
http://downloads.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
-# Source0-md5: 0eee1369904e9b0b60500a1068ca5a85
+# Source0-md5: cb530d737c8f2d1023797cf0587b4e05
 Patch0:%{name}-desktop.patch
 URL:   http://filezilla-project.org/
 BuildRequires: autoconf >= 2.50


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/FileZilla.git/commitdiff/5d93ad95829c3136ceac9d6b33cf2593e6ba96b4

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


DISTFILES: FileZilla: ERRORS: FileZilla_3.31.0_src.tar.bz2

2018-03-03 Thread baggins
Request by: baggins

FATAL: data returned from 
http://downloads.sourceforge.net/filezilla/FileZilla_3.31.0_src.tar.bz2:  HTML 
document, ASCII text

Files fetched: 0



-- 
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


DISTFILES: FileZilla: ERRORS: FileZilla_3.31.0_src.tar.bz2

2018-03-03 Thread baggins
Request by: baggins

FATAL: http://downloads.sourceforge.net/filezilla/FileZilla_3.31.0_src.tar.bz2 
md5 mismatch, needed 0eee1369904e9b0b60500a1068ca5a85, got 
cb530d737c8f2d1023797cf0587b4e05

Files fetched: 0



-- 
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/mysql-workbench] - building with percona is not going to fly, due to dependency gdal -> mysql-devel - rel 2

2018-03-03 Thread baggins
commit 77acaba3a81263f7b908a4890f5db69a5b0bb660
Author: Jan Rękorajski 
Date:   Sun Mar 4 01:22:29 2018 +0100

- building with percona is not going to fly, due to dependency gdal -> 
mysql-devel
- rel 2

 mysql-workbench.spec | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/mysql-workbench.spec b/mysql-workbench.spec
index 3223f16..8cb1fd3 100644
--- a/mysql-workbench.spec
+++ b/mysql-workbench.spec
@@ -14,7 +14,7 @@ Summary:  Extensible modeling tool for MySQL
 Summary(pl.UTF-8): Narzędzie do modelowania baz danych dla MySQL-a
 Name:  mysql-workbench
 Version:   6.3.10
-Release:   1
+Release:   2
 License:   GPL v2
 Group: Applications/Databases
 # Source0Download: http://dev.mysql.com/downloads/workbench/
@@ -57,7 +57,6 @@ BuildRequires:mysql-connector-c++-devel >= 1.1.8
 BuildRequires: /usr/bin/mysql_config
 BuildRequires: pcre-cxx-devel
 BuildRequires: pcre-devel
-BuildRequires: percona-server-devel
 BuildRequires: pkgconfig
 BuildRequires: python-devel >= 1:2.6
 BuildRequires: readline-devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql-workbench.git/commitdiff/77acaba3a81263f7b908a4890f5db69a5b0bb660

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


DISTFILES: pinfo: pinfo-0.6.10.tar.gz

2018-03-03 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://github.com/baszoetekouw/pinfo/archive/0.6.10/pinfo-0.6.10.tar.gz
de82923e08cac4940d8c91770cc1ff63  pinfo-0.6.10.tar.gz
Size: 160381 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/pinfo] - new URLs, updated to 0.6.10 - updated pl.po-update,home_etc patches

2018-03-03 Thread qboosh
commit 3e6433897a85466e8868cf6b0e129e243a127646
Author: Jakub Bogusz 
Date:   Sat Mar 3 21:53:33 2018 +0100

- new URLs, updated to 0.6.10
- updated pl.po-update,home_etc patches

 pinfo-home_etc.patch |  28 --
 pinfo-pl.po-update.patch | 143 ---
 pinfo.spec   |  23 
 3 files changed, 134 insertions(+), 60 deletions(-)
---
diff --git a/pinfo.spec b/pinfo.spec
index 2adda85..53e82e7 100644
--- a/pinfo.spec
+++ b/pinfo.spec
@@ -5,12 +5,13 @@ Summary(pt_BR.UTF-8): Visualizador de páginas info e man
 Summary(ru.UTF-8): Программа просмотра info- и man-документов в стиле lynx
 Summary(uk.UTF-8): Програма перегляду info- та man-документів у стилі lynx
 Name:  pinfo
-Version:   0.6.9
-Release:   10
+Version:   0.6.10
+Release:   1
 License:   GPL v2
 Group: Applications/System
-Source0:   
https://alioth.debian.org/download.php/1498/%{name}-%{version}.tar.bz2
-# Source0-md5: e0c788467945f5f97fbacad55863e5b8
+#Source0Download: https://github.com/baszoetekouw/pinfo/releases
+Source0:   
https://github.com/baszoetekouw/pinfo/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: de82923e08cac4940d8c91770cc1ff63
 Source1:   %{name}.sh
 Source2:   %{name}.csh
 Patch0:%{name}-amfix.patch
@@ -19,7 +20,7 @@ Patch2:   %{name}-pl.po-update.patch
 Patch3:%{name}-info.patch
 Patch4:%{name}-ncurses.patch
 Patch5:%{name}-color.patch
-URL:   http://pinfo.alioth.debian.org/
+URL:   https://github.com/baszoetekouw/pinfo
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
 BuildRequires: gettext-tools
@@ -64,8 +65,6 @@ регулярним виразам.
 %patch4 -p1
 %patch5 -p1
 
-rm -f doc/pinfo.info po/stamp-po
-
 %build
 CPPFLAGS="-I%{_includedir}/ncursesw"
 %{__gettextize}
@@ -92,17 +91,17 @@ install %{SOURCE2} $RPM_BUILD_ROOT/etc/shrc.d/%{name}.csh
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p  /sbin/postshell
+%post  -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun-p  /sbin/postshell
+%postun-p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc ChangeLog NEWS AUTHORS README
 %attr(755,root,root) %{_bindir}/pinfo
-%config(noreplace) %verify(not md5 mtime size) /etc/shrc.d/*
+%config(noreplace) %verify(not md5 mtime size) /etc/shrc.d/pinfo.*
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pinforc
-%{_mandir}/man1/*
-%{_infodir}/pinfo*
+%{_mandir}/man1/pinfo.1*
+%{_infodir}/pinfo.info*
diff --git a/pinfo-home_etc.patch b/pinfo-home_etc.patch
index d6638ff..6af6085 100644
--- a/pinfo-home_etc.patch
+++ b/pinfo-home_etc.patch
@@ -1,16 +1,3 @@
-diff -ur pinfo-0.6.9.org/doc/pinfo.1 pinfo-0.6.9/doc/pinfo.1
 pinfo-0.6.9.org/doc/pinfo.12006-03-16 17:27:56.0 +0100
-+++ pinfo-0.6.9/doc/pinfo.12006-03-18 19:21:54.315546250 +0100
-@@ -133,7 +133,7 @@
- 
- .SH COLOR AND KEY DEFINITIONS
- .P
--There are configuration files called ~/.pinforc and
-+There are configuration files called $HOME_ETC/.pinforc or ~/.pinforc and
- [prefix]/etc/pinforc, for local and global configuration (where prefix is the
- prefix of the directory, where pinfo is installed, i.e. /usr/local, or /).
- Here's an example of such a file; we'll discuss the contents below:
-diff -ur pinfo-0.6.9.org/doc/pinfo.1.in pinfo-0.6.9/doc/pinfo.1.in
 --- pinfo-0.6.9.org/doc/pinfo.1.in 2006-03-09 21:54:33.0 +0100
 +++ pinfo-0.6.9/doc/pinfo.1.in 2006-03-18 19:21:54.319546500 +0100
 @@ -133,7 +133,7 @@
@@ -22,21 +9,6 @@ diff -ur pinfo-0.6.9.org/doc/pinfo.1.in 
pinfo-0.6.9/doc/pinfo.1.in
  [prefix]/etc/pinforc, for local and global configuration (where prefix is the
  prefix of the directory, where pinfo is installed, i.e. /usr/local, or /).
  Here's an example of such a file; we'll discuss the contents below:
-diff -ur pinfo-0.6.9.org/doc/pinfo.info pinfo-0.6.9/doc/pinfo.info
 pinfo-0.6.9.org/doc/pinfo.info 2006-03-16 17:28:00.0 +0100
-+++ pinfo-0.6.9/doc/pinfo.info 2006-03-18 19:21:54.319546500 +0100
-@@ -174,8 +174,8 @@
- file::, and at the key descriptions, *Note Keys::. Keys available in
- manual viewer differ a bit from the keys available in info viewer.
- 
--   There are configuration files called `~/.pinforc' and
--`[prefix]/etc/pinforc', for local and global configuration (where
-+   There are configuration files called `$HOME_ETC/.pinforc' or `~/.pinforc'
-+and `[prefix]/etc/pinforc', for local and global configuration (where
- prefix is the prefix of the directory, where `pinfo' is installed, i.e.
- `/usr/local', or `/usr').
- 
-diff -ur pinfo-0.6.9.org/doc/pinfo.texi pinfo-0.6.9/doc/pinfo.texi
 --- pinfo-0.6.9.org/doc/pinfo.texi 2006-03-16 16:40:41.0 +0100
 +++ pinfo-0.6.9/doc/pinfo.texi 2006-03-18 19:21:54.319546500 +0100
 @@ -202,8 

[packages/GeoIP-db-IPASNum] updated to 2018.03.03

2018-03-03 Thread glen
commit 909b5a27b35cfb858bb256ae4ed82f1b1a06dcd9
Author: Elan Ruusamäe 
Date:   Sun Mar 4 01:04:09 2018 +0200

updated to 2018.03.03

 GeoIP-db-IPASNum.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/GeoIP-db-IPASNum.spec b/GeoIP-db-IPASNum.spec
index 556dadc..c5ae0e2 100644
--- a/GeoIP-db-IPASNum.spec
+++ b/GeoIP-db-IPASNum.spec
@@ -2,12 +2,12 @@ Summary:  GeoLite IPASNum - IP to AS number translation 
database for GeoIP
 Summary(pl.UTF-8): GeoLite IPASNum - baza danych tłumaczeń adresów IP na 
numery AS dla GeoIP
 Name:  GeoIP-db-IPASNum
 # Updated every month:
-Version:   2018.02.24
+Version:   2018.03.03
 Release:   1
 License:   CC 3.0 BY-SA
 Group: Applications/Databases
 Source0:   
http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz?/GeoIPASNum-%{version}.dat.gz
-# Source0-md5: d8d2b264bdc7442cfa82a3436aefa75b
+# Source0-md5: e72072a21af8a4ebefed4458f380f20e
 URL:   http://dev.maxmind.com/geoip/legacy/geolite/
 Requires:  GeoIP-libs
 BuildArch: noarch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/GeoIP-db-IPASNum.git/commitdiff/909b5a27b35cfb858bb256ae4ed82f1b1a06dcd9

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


DISTFILES: GeoIP-db-IPASNum: GeoIPASNum-2018.03.03.dat.gz

2018-03-03 Thread glen
Request by: glen


Files fetched: 1

STORED: 
http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz?/GeoIPASNum-2018.03.03.dat.gz
e72072a21af8a4ebefed4458f380f20e  GeoIPASNum-2018.03.03.dat.gz
Size: 2543631 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


DISTFILES: vulkan-sdk: VulkanTools-1.0.68.0.tar.gz Vulkan-LoaderAndValidationLayers-65c23aec1365c0a727323af6f331b0773b4fc1de.tar.gz

2018-03-03 Thread qboosh
Request by: qboosh


Files fetched: 2

STORED: 
https://github.com/LunarG/VulkanTools/archive/sdk-1.0.68.0/VulkanTools-1.0.68.0.tar.gz
34f9b94a9c698bd6f62d1a0b8c1cc1bc  VulkanTools-1.0.68.0.tar.gz
Size: 1094710 bytes
STORED: 
https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/archive/65c23aec1365c0a727323af6f331b0773b4fc1de/Vulkan-LoaderAndValidationLayers-65c23aec1365c0a727323af6f331b0773b4fc1de.tar.gz
6da35fb1d4ba687e1d67c39aaa474c4b  
Vulkan-LoaderAndValidationLayers-65c23aec1365c0a727323af6f331b0773b4fc1de.tar.gz
Size: 4030694 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/kp5-systemsettings] - release 2 (by relup.sh)

2018-03-03 Thread baggins
commit 30024bfb239954b92b20e25cd18fef4d30f61eed
Author: Jan Rękorajski 
Date:   Sun Mar 4 00:10:35 2018 +0100

- release 2 (by relup.sh)

 kp5-systemsettings.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kp5-systemsettings.spec b/kp5-systemsettings.spec
index 11160f4..9869129 100644
--- a/kp5-systemsettings.spec
+++ b/kp5-systemsettings.spec
@@ -4,7 +4,7 @@
 Summary:   KDE system settings
 Name:  kp5-%{kpname}
 Version:   5.11.2
-Release:   1
+Release:   2
 License:   GPL v2+/LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp5-systemsettings.git/commitdiff/30024bfb239954b92b20e25cd18fef4d30f61eed

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


[packages/kf5-kded] - release 2 (by relup.sh)

2018-03-03 Thread baggins
commit cc88efc26a906d6deffa7e20bf98af4d6814920b
Author: Jan Rękorajski 
Date:   Sun Mar 4 00:10:22 2018 +0100

- release 2 (by relup.sh)

 kf5-kded.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kf5-kded.spec b/kf5-kded.spec
index 2f3e902..d706528 100644
--- a/kf5-kded.spec
+++ b/kf5-kded.spec
@@ -5,7 +5,7 @@
 Summary:   Central daemon of KDE work spaces
 Name:  kf5-%{kfname}
 Version:   5.43.0
-Release:   1
+Release:   2
 License:   LGPL v2.1+
 Group: X11/Libraries
 Source0:   
http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kded.git/commitdiff/cc88efc26a906d6deffa7e20bf98af4d6814920b

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


[packages/vulkan-sdk] - updated to 1.0.68.0 - updated system_glslang_and_spirv-tools,demos_out_of_src,x32,system_jsoncpp p

2018-03-03 Thread qboosh
commit 1010dc183e9131aa91b0c1ea27f2e48108401d12
Author: Jakub Bogusz 
Date:   Sat Mar 3 22:00:03 2018 +0100

- updated to 1.0.68.0
- updated 
system_glslang_and_spirv-tools,demos_out_of_src,x32,system_jsoncpp patches
- removed outdated always_xcb,install patches
- added c++ patch (missing  include for std::stringstream)

 always_xcb.patch |  11 --
 demos_out_of_src.patch   |  39 ---
 system_glslang_and_spirv-tools.patch |  62 +-
 system_jsoncpp.patch |  67 +++
 vulkan-sdk-c++.patch |  10 ++
 vulkan-sdk-install.patch |  20 
 vulkan-sdk.spec  | 215 +--
 x32.patch|   9 +-
 8 files changed, 216 insertions(+), 217 deletions(-)
---
diff --git a/vulkan-sdk.spec b/vulkan-sdk.spec
index da83027..1835ef5 100644
--- a/vulkan-sdk.spec
+++ b/vulkan-sdk.spec
@@ -9,24 +9,27 @@
 %bcond_without wayland # Wayland support in loader
 %bcond_without x11 # XLib support in loader
 
-%defineapi_version 1.0.39
+%defineapi_version 1.0.68
+# see submodules/Vulkan-LoaderAndValidationLayers in git
+%definelvl_rev 65c23aec1365c0a727323af6f331b0773b4fc1de
 
 Summary:   LunarG Vulkan SDK
 Summary(pl.UTF-8): Pakiet programistyczny (SDK) LunarG Vulkan
 Name:  vulkan-sdk
-Version:   1.0.39.1
-Release:   2
+Version:   1.0.68.0
+Release:   1
 License:   Apache v2.0, parts MIT-like
 Group: Development
 Source0:   
https://github.com/LunarG/VulkanTools/archive/sdk-%{version}/VulkanTools-%{version}.tar.gz
-# Source0-md5: 62446dfd61208771d39109218cb29152
+# Source0-md5: 34f9b94a9c698bd6f62d1a0b8c1cc1bc
+Source1:   
https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/archive/%{lvl_rev}/Vulkan-LoaderAndValidationLayers-%{lvl_rev}.tar.gz
+# Source1-md5: 6da35fb1d4ba687e1d67c39aaa474c4b
 Patch0:system_glslang_and_spirv-tools.patch
 Patch1:demos_out_of_src.patch
 Patch2:rpath.patch
-Patch3:always_xcb.patch
+Patch3:%{name}-c++.patch
 Patch4:x32.patch
 Patch5:system_jsoncpp.patch
-Patch6:%{name}-install.patch
 URL:   http://lunarg.com/vulkan-sdk/
 BuildRequires: GLM
 BuildRequires: Qt5Core-devel >= 5
@@ -38,8 +41,8 @@ BuildRequires:cmake >= 3.0
 %if %{with tests} && %(locale -a | grep -q '^C\.UTF-8$'; echo $?)
 BuildRequires: glibc-localedb-all
 %endif
-BuildRequires: glslang >= 3.0.s20161222
-BuildRequires: glslang-devel >= 3.0.s20161222
+BuildRequires: glslang >= 3.0.s20180205
+BuildRequires: glslang-devel >= 3.0.s20180205
 BuildRequires: graphviz
 BuildRequires: ImageMagick-devel
 BuildRequires: jsoncpp-devel
@@ -52,12 +55,12 @@ BuildRequires:  python3 >= 3
 BuildRequires: python3-lxml
 BuildRequires: python3-modules >= 3
 BuildRequires: qt5-build >= 5
-BuildRequires: spirv-tools-devel >= v2016.7
+BuildRequires: spirv-tools-devel >= v2018.1-0.s20180210
 BuildRequires: udev-devel
 %{?with_wayland:BuildRequires: wayland-devel}
 %{?with_x11:BuildRequires: xorg-lib-libX11-devel}
-Requires:  glslang >= 3.0.s20161222
-Requires:  spirv-tools >= v2016.7
+Requires:  glslang >= 3.0.s20180205
+Requires:  spirv-tools >= v2018.1-0.s20180210
 Requires:  %{name}-debug-layers = %{version}-%{release}
 Requires:  vulkan-devel = %{version}-%{release}
 Requires:  vulkan-loader = %{version}-%{release}
@@ -89,30 +92,6 @@ Common loader for Vulkan API drivers.
 %description -n vulkan-loader -l pl.UTF-8
 Wspólna biblioteka wczytująca sterowniki Vulkan.
 
-%package validation-layers
-Summary:   Validation layers for Vulkan
-Summary(pl.UTF-8): Warstwy sprawdzania poprawności dla Vulkana
-Group: Development/Libraries
-Requires:  vulkan-loader = %{version}-%{release}
-
-%description validation-layers
-Validation layers for Vulkan.
-
-%description validation-layers -l pl.UTF-8
-Warstwy sprawdzania poprawności dla Vulkana.
-
-%package debug-layers
-Summary:   Debug layers for Vulkan
-Summary(pl.UTF-8): Warstwy diagnostyczne dla Vulkana
-Group: Development/Libraries
-Requires:  vulkan-loader = %{version}-%{release}
-
-%description debug-layers
-Debug layers for Vulkan.
-
-%description debug-layers -l pl.UTF-8
-Warstwy diagnostyczne dla Vulkana.
-
 %package -n vulkan-devel
 Summary:   Header files for the Vulkan API
 Summary(pl.UTF-8): Pliki nagłówkowe API Vulkan
@@ -125,19 +104,6 @@ Header files for the Vulkan API.
 %description -n vulkan-devel -l pl.UTF-8
 Pliki nagłówkowe API Vulkan.
 
-%package demos
-Summary:   Vulkan demos
-Summary(pl.UTF-8): Programy demonstracyjne Vulkana
-Group: Development/Libraries
-Requires:  vulkan(icd)
-Requires:  vulkan-loader = %{version}-%{release}
-
-%description demos
-Vulkan demos.

[packages/mysql-workbench] - uncomment json patch - BR percona-server-devel

2018-03-03 Thread baggins
commit 36e2d5ef1d487189d624ce140b7a226d3eec2b94
Author: Jan Rękorajski 
Date:   Sun Mar 4 01:13:36 2018 +0100

- uncomment json patch
- BR percona-server-devel

 mysql-workbench.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/mysql-workbench.spec b/mysql-workbench.spec
index 3818d2f..3223f16 100644
--- a/mysql-workbench.spec
+++ b/mysql-workbench.spec
@@ -57,6 +57,7 @@ BuildRequires:mysql-connector-c++-devel >= 1.1.8
 BuildRequires: /usr/bin/mysql_config
 BuildRequires: pcre-cxx-devel
 BuildRequires: pcre-devel
+BuildRequires: percona-server-devel
 BuildRequires: pkgconfig
 BuildRequires: python-devel >= 1:2.6
 BuildRequires: readline-devel
@@ -108,7 +109,7 @@ skomplikowanych migracji do MySQL-a.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-#%%patch6 -p1
+%patch6 -p1
 %patch7 -p1
 cp -p '%{SOURCE2}' res/mysql.profiles
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql-workbench.git/commitdiff/36e2d5ef1d487189d624ce140b7a226d3eec2b94

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


[packages/unetbootin] - yet another ugly way to detect usb devices

2018-03-03 Thread arekm
commit f63327164603980b3c8e4535da4d71a15cec03a2
Author: Arkadiusz Miśkiewicz 
Date:   Sat Mar 3 11:38:30 2018 +0100

- yet another ugly way to detect usb devices

 unetbootin.spec |  4 +++-
 usb.patch   | 58 +
 2 files changed, 61 insertions(+), 1 deletion(-)
---
diff --git a/unetbootin.spec b/unetbootin.spec
index bd6d829..7ef192f 100644
--- a/unetbootin.spec
+++ b/unetbootin.spec
@@ -7,7 +7,7 @@ Group:  Base
 URL:   https://unetbootin.github.io/
 Source0:   
https://github.com/unetbootin/unetbootin/releases/download/%{version}/%{name}-source-%{version}.tar.gz
 # Source0-md5: 50ad69c1d703e635d30c3aa4305093f7
-# Syslinux is only available on x86 architectures
+Patch0:usb.patch
 BuildRequires: desktop-file-utils
 BuildRequires: qt4-build
 Requires:  syslinux
@@ -23,6 +23,8 @@ distribution isn't on the list.
 
 %prep
 %setup -q -c
+%patch0 -p1
+
 sed -i '/^Version/d' unetbootin.desktop
 sed -i '/\[en_US\]/d' unetbootin.desktop
 sed -i 's|%{_bindir}/unetbootin|unetbootin|g' unetbootin.desktop
diff --git a/usb.patch b/usb.patch
new file mode 100644
index 000..708daf1
--- /dev/null
+++ b/usb.patch
@@ -0,0 +1,58 @@
+diff -ur 1.org/unetbootin.cpp 1/unetbootin.cpp
+--- 1.org/unetbootin.cpp   2017-07-14 10:54:12.0 +0200
 1/unetbootin.cpp   2018-03-03 11:31:28.430440832 +0100
+@@ -258,6 +258,10 @@
+   dfcommand = "/bin/df";
+   else
+   dfcommand = locatecommand("df", tr("either"), 
"util-linux");
++  if (QFile::exists("/bin/udevadm"))
++  udevadmcommand = "/bin/udevadm";
++  else
++  udevadmcommand = locatecommand("udevadm", tr("either"), "silent");
+   if (QFile::exists("/sbin/sfdisk"))
+   sfdiskcommand = "/sbin/sfdisk";
+   else
+@@ -585,6 +589,14 @@
+ return matchinglist;
+ }
+ 
++bool unetbootin::is_usb(QFileInfo path)
++{
++if (!udevadmcommand.isEmpty()) {
++  return QString(callexternapp(udevadmcommand, QString("info -q path 
%2").arg(path.canonicalFilePath(.contains(QRegExp("/usb\\d+/"));
++}
++return false;
++}
++
+ QStringList unetbootin::listsanedrives()
+ {
+   QStringList fulldrivelist;
+@@ -617,7 +629,8 @@
+ //
fulldrivelist.append(usbfileinfoL.at(i).canonicalFilePath());
+ //}
+ if 
(usbfileinfoL.at(i).fileName().contains(QRegExp("^usb-\\S{1,}$")) ||
+-
usbfileinfoL.at(i).fileName().contains(QRegExp("^mmc-\\S{1,}$")))
++
usbfileinfoL.at(i).fileName().contains(QRegExp("^mmc-\\S{1,}$")) ||
++  is_usb(usbfileinfoL.at(i)))
+ {
+   if (!volidcommand.isEmpty())
+   {
+diff -ur 1.org/unetbootin.h 1/unetbootin.h
+--- 1.org/unetbootin.h 2017-07-14 07:31:37.0 +0200
 1/unetbootin.h 2018-03-03 11:27:22.499726441 +0100
+@@ -232,6 +232,7 @@
+   #ifdef Q_OS_UNIX
+   QString fdiskcommand;
+   QString sfdiskcommand;
++  QString udevadmcommand;
+   QString dfcommand;
+   QString blkidcommand;
+   QString volidcommand;
+@@ -302,6 +303,7 @@
+   QStringList matchinglist(QRegExp regex, QString text);
+   QStringList listsanedrives();
+   QStringList listalldrives();
++  bool is_usb(QFileInfo path);
+   void replaceTextInFile(QString repfilepath, QRegExp replaceme, QString 
replacewith);
+   QString fixkernelbootoptions(const QString );
+   void setLabel(QString devname, QString newlabel);


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/unetbootin.git/commitdiff/f63327164603980b3c8e4535da4d71a15cec03a2

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


[packages/vulkan-sdk] - release 2 (by relup.sh)

2018-03-03 Thread baggins
commit b666c57f90b633bd3b56be77c001b8879ccc3411
Author: Jan Rękorajski 
Date:   Sat Mar 3 12:43:26 2018 +0100

- release 2 (by relup.sh)

 vulkan-sdk.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vulkan-sdk.spec b/vulkan-sdk.spec
index cf38810..da83027 100644
--- a/vulkan-sdk.spec
+++ b/vulkan-sdk.spec
@@ -15,7 +15,7 @@ Summary:  LunarG Vulkan SDK
 Summary(pl.UTF-8): Pakiet programistyczny (SDK) LunarG Vulkan
 Name:  vulkan-sdk
 Version:   1.0.39.1
-Release:   1
+Release:   2
 License:   Apache v2.0, parts MIT-like
 Group: Development
 Source0:   
https://github.com/LunarG/VulkanTools/archive/sdk-%{version}/VulkanTools-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vulkan-sdk.git/commitdiff/b666c57f90b633bd3b56be77c001b8879ccc3411

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


[packages/mysql-connector-c++] - require /usr/bin/mysql_config instead of mysql-devel

2018-03-03 Thread witekfl
commit 7c0802fc6554bd110e70e458db7df8cce3442dc1
Author: Witold Filipczyk 
Date:   Sat Mar 3 12:58:57 2018 +0100

- require /usr/bin/mysql_config instead of mysql-devel

 mysql-connector-c++.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/mysql-connector-c++.spec b/mysql-connector-c++.spec
index b703239..9d05145 100644
--- a/mysql-connector-c++.spec
+++ b/mysql-connector-c++.spec
@@ -6,7 +6,7 @@
 Summary:   MySQL database connector for C++
 Name:  mysql-connector-c++
 Version:   1.1.9
-Release:   1
+Release:   2
 License:   GPL v2 with exceptions
 Group: Libraries
 URL:   http://forge.mysql.com/wiki/Connector_C++
@@ -14,10 +14,11 @@ Source0:
http://vesta.informatik.rwth-aachen.de/mysql/Downloads/Connector-C++/%{
 # Source0-md5: f262bef7e70178f95ceb72a71f0915f7
 Source1:   get-source.sh
 # Source0Download: http://dev.mysql.com/downloads/connector/cpp
+BuildRequires: /usr/bin/mysql_config
 BuildRequires: boost-devel >= 1.34.0
 BuildRequires: cmake >= 2.6.2
+BuildRequires: libatomic-devel
 BuildRequires: libstdc++-devel
-BuildRequires: mysql-devel
 BuildRequires: sed >= 4.0
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -41,7 +42,7 @@ The Connector/C++ preview features the following classes:
 Summary:   MySQL Connector/C++ developer files (headers, examples, etc.)
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
-Requires:  mysql-devel
+Requires:  /usr/bin/mysql_config
 
 %description devel
 These are the files needed to compile programs using MySQL


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql-connector-c++.git/commitdiff/7c0802fc6554bd110e70e458db7df8cce3442dc1

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


[packages/mysql-workbench] - updated to 6.3.10 - updated patches; added ldconfig.patch - commented json.patch - build with perc

2018-03-03 Thread witekfl
commit 99c11e7c005ddf74dfc4435354ff415d1892fcb0
Author: Witold Filipczyk 
Date:   Sat Mar 3 13:01:09 2018 +0100

- updated to 6.3.10
- updated patches; added ldconfig.patch
- commented json.patch
- build with percona-server, because built with mysql-5.6 cannot connect to 
mariadb servers
- some features are not available, I don't know why

 antlr-res.patch|  4 +--
 ldconfig.patch | 11 +++
 mysql-workbench-json.patch | 82 --
 mysql-workbench.spec   | 20 ++-
 4 files changed, 54 insertions(+), 63 deletions(-)
---
diff --git a/mysql-workbench.spec b/mysql-workbench.spec
index 2a701ab..3818d2f 100644
--- a/mysql-workbench.spec
+++ b/mysql-workbench.spec
@@ -13,13 +13,13 @@
 Summary:   Extensible modeling tool for MySQL
 Summary(pl.UTF-8): Narzędzie do modelowania baz danych dla MySQL-a
 Name:  mysql-workbench
-Version:   6.3.7
-Release:   0.1
+Version:   6.3.10
+Release:   1
 License:   GPL v2
 Group: Applications/Databases
 # Source0Download: http://dev.mysql.com/downloads/workbench/
 Source0:   
http://cdn.mysql.com/Downloads/MySQLGUITools/%{name}-community-%{version}-src.tar.gz
-# Source0-md5: 385987776b63ad9a1c9389a9da07a6c5
+# Source0-md5: 565e52097c58a663d3498bb740eaefe5
 Source1:   http://www.antlr3.org/download/antlr-3.4-complete.jar
 # Source1-md5: 1b91dea1c7d480b3223f7c8a9aa0e172
 Source2:   PLD_Linux_(MySQL_Package).xml
@@ -30,6 +30,7 @@ Patch3:   wrapper-exec.patch
 Patch4:antlr-res.patch
 Patch5:mysql-version.patch
 Patch6:%{name}-json.patch
+Patch7:ldconfig.patch
 URL:   http://wb.mysql.com/
 BuildRequires: OpenGL-devel
 BuildRequires: autoconf
@@ -41,7 +42,7 @@ BuildRequires:ctemplate >= 2.3
 BuildRequires: ctemplate-devel >= 2.3
 BuildRequires: gdal-devel
 BuildRequires: glib2-devel
-BuildRequires: gtkmm-devel >= 2.12
+BuildRequires: gtkmm3-devel
 %{?with_system_antlr:BuildRequires:libantlr3c-devel >= 3.4}
 BuildRequires: libgnome-keyring-devel
 %{?with_gnome_keyring:BuildRequires:   libgnome-keyring-devel}
@@ -52,8 +53,8 @@ BuildRequires:libvsqlitepp-devel
 BuildRequires: libxml2-devel
 BuildRequires: libzip-devel
 BuildRequires: lua51-devel
-BuildRequires: mysql-connector-c++-devel >= 1.1.0-0.bzr916
-BuildRequires: mysql-devel >= 5.6.0
+BuildRequires: mysql-connector-c++-devel >= 1.1.8
+BuildRequires: /usr/bin/mysql_config
 BuildRequires: pcre-cxx-devel
 BuildRequires: pcre-devel
 BuildRequires: pkgconfig
@@ -107,7 +108,8 @@ skomplikowanych migracji do MySQL-a.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
+#%%patch6 -p1
+%patch7 -p1
 cp -p '%{SOURCE2}' res/mysql.profiles
 
 %if %{with system_antlr}
@@ -129,6 +131,7 @@ cd build
-DLIB_INSTALL_DIR=%{_libdir} \
-DWB_INSTALL_DIR_EXECUTABLE=%{_libdir}/%{name} \
-DUSE_UNIXODBC=%{!?with_unixodbc:NO}%{?with_unixodbc:YES} \
+   -DMySQL_CONFIG_PATH=%{_bindir}/mysql_config \
..
 
 %{__make}
@@ -171,7 +174,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/*.glade
 %{_datadir}/%{name}/*.py.txt
 %{_datadir}/%{name}/*.py[co]
-%{_datadir}/%{name}/*.rc
+#%%{_datadir}/%{name}/*.rc
+%{_datadir}/%{name}/*.css
 %{_datadir}/%{name}/*.vbs
 %{_datadir}/%{name}/data
 %{_datadir}/%{name}/extras
diff --git a/antlr-res.patch b/antlr-res.patch
index 458220b..789e7dc 100644
--- a/antlr-res.patch
+++ b/antlr-res.patch
@@ -1,7 +1,7 @@
 stay in buildroot
 
 
mysql-workbench-community-6.2.5-src/library/mysql.parser/grammar/build-parser~  
   2015-02-25 10:08:47.0 +0200
-+++ 
mysql-workbench-community-6.2.5-src/library/mysql.parser/grammar/build-parser   
   2015-05-12 11:52:46.517522447 +0300
+--- 
mysql-workbench-community-6.3.10-src/library/parsers/grammars/build-parsers~
   2015-02-25 10:08:47.0 +0200
 
mysql-workbench-community-6.3.10-src/library/parsers/grammars/build-parsers 
   2015-05-12 11:52:46.517522447 +0300
 @@ -2,7 +2,7 @@
  
  TARGET_DIRECTORY=..
diff --git a/ldconfig.patch b/ldconfig.patch
new file mode 100644
index 000..9ffe33e
--- /dev/null
+++ b/ldconfig.patch
@@ -0,0 +1,11 @@
+--- 
mysql-workbench-community-6.3.10-src/frontend/linux/workbench/mysql-workbench.in.ldconfig
  2018-03-03 11:33:57.108754383 +0100
 
mysql-workbench-community-6.3.10-src/frontend/linux/workbench/mysql-workbench.in
   2018-03-03 12:55:25.937612439 +0100
+@@ -22,7 +22,7 @@ wblibdir="$destdir@WB_INSTALL_LIB_DIR@"
+ # Check if PROJSO env is set and file exists, if not, try to handle this on 
our own
+ if [[ -z "${PROJSO}" ]]; then
+   # Set the PROJSO env variable so gdal can find proj cause it's using dlopen 
instead ld 
+-  TMPLOC=`ldconfig -p | grep libproj | awk '{printf $4;exit;}'`
++  TMPLOC=`/sbin/ldconfig -p | grep libproj | awk '{printf $4;exit;}'`
+   if [[ -f "$TMPLOC" ]]; then
+ echo "Found $TMPLOC"
+ 

DISTFILES: mysql-workbench: mysql-workbench-community-6.3.10-src.tar.gz antlr-3.4-complete.jar

2018-03-03 Thread witekfl
Request by: witekfl


Files fetched: 1

STORED: 
http://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-6.3.10-src.tar.gz
565e52097c58a663d3498bb740eaefe5  
mysql-workbench-community-6.3.10-src.tar.gz
Size: 14969443 bytes
ALREADY GOT: http://www.antlr3.org/download/antlr-3.4-complete.jar
1b91dea1c7d480b3223f7c8a9aa0e172  antlr-3.4-complete.jar


-- 
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/automake] - updated to 1.16 - updated no_versioned_dir patch

2018-03-03 Thread qboosh
commit 25aa85ba407d9138444b942f6da8dd3fc311ea31
Author: Jakub Bogusz 
Date:   Sat Mar 3 13:32:43 2018 +0100

- updated to 1.16
- updated no_versioned_dir patch

 automake-no_versioned_dir.patch | 34 +-
 automake.spec   | 14 +-
 2 files changed, 22 insertions(+), 26 deletions(-)
---
diff --git a/automake.spec b/automake.spec
index de8c887..f0d0e78 100644
--- a/automake.spec
+++ b/automake.spec
@@ -14,13 +14,13 @@ Summary(ru.UTF-8):  GNU automake - инструменты для автомати
 Summary(tr.UTF-8): Makefile yapılandırma araçları
 Summary(uk.UTF-8): GNU automake - інструменти для автоматичної генерації 
Makefile'ів
 Name:  automake
-Version:   1.15.1
+Version:   1.16
 Release:   1
 Epoch: 1
 License:   GPL v2+
 Group: Development/Building
 Source0:   http://ftp.gnu.org/gnu/automake/%{name}-%{version}.tar.xz
-# Source0-md5: 24cd3501b6ad8cd4d7e2546f07e8b4d4
+# Source0-md5: bfdf69ac36c327b3a59b83ab01057e30
 Patch0:%{name}-info.patch
 Patch1:%{name}-man.patch
 Patch2:%{name}-no_versioned_dir.patch
@@ -126,16 +126,12 @@ ln -s ../m4/[!a]*.m4 ../m4/a[!m]*.m4 .
 %{__automake}
 %endif
 
-# NOTE: _target macro becames "noarch" if ./builder passes --target=noarch, so
-# be sure use plain /usr/bin/rpmbuild.
 %configure \
-%if %{_host_cpu} == "x32"
-   --host=%{_target_platform} \
-   --build=%{_target_platform}
-%else
+%if "%{_host_cpu}" != "x32"
--host=%{_host} \
-   --build=%{_host}
+   --build=%{_host} \
 %endif
+   --disable-silent-rules
 %{__make}
 
 %install
diff --git a/automake-no_versioned_dir.patch b/automake-no_versioned_dir.patch
index 15c6db0..41de1d2 100644
--- a/automake-no_versioned_dir.patch
+++ b/automake-no_versioned_dir.patch
@@ -1,33 +1,33 @@
 automake-1.14/bin/automake.in.orig 2012-11-22 17:36:51.560603115 +0100
-+++ automake-1.14/bin/automake.in  2012-11-22 18:18:52.190550575 +0100
-@@ -29,7 +29,7 @@
+--- automake-1.16/bin/automake.in.orig 2018-03-03 08:01:09.987847780 +0100
 automake-1.16/bin/automake.in  2018-03-03 08:03:07.704513100 +0100
+@@ -31,7 +31,7 @@
  
  BEGIN
  {
--  @Automake::perl_libdirs = ('@datadir@/@PACKAGE@-@APIVERSION@')
-+  @Automake::perl_libdirs = ('@datadir@/@PACKAGE@')
- unless @Automake::perl_libdirs;
-   unshift @INC, @Automake::perl_libdirs;
+-  unshift (@INC, '@datadir@/@PACKAGE@-@APIVERSION@')
++  unshift (@INC, '@datadir@/@PACKAGE@')
+ unless $ENV{AUTOMAKE_UNINSTALLED};
  
 automake-1.14/bin/aclocal.in.orig  2012-11-22 17:36:51.597269780 +0100
-+++ automake-1.14/bin/aclocal.in   2012-11-22 18:19:11.647216837 +0100
+   # Override SHELL.  This is required on DJGPP so that system() uses
+--- automake-1.16/bin/aclocal.in.orig  2018-03-03 08:01:09.991181113 +0100
 automake-1.16/bin/aclocal.in   2018-03-03 08:04:06.407845767 +0100
 @@ -27,7 +27,7 @@
  
  BEGIN
  {
--  @Aclocal::perl_libdirs = ('@datadir@/@PACKAGE@-@APIVERSION@')
-+  @Aclocal::perl_libdirs = ('@datadir@/@PACKAGE@')
- unless @Aclocal::perl_libdirs;
-   unshift @INC, @Aclocal::perl_libdirs;
+-  unshift (@INC, '@datadir@/@PACKAGE@-@APIVERSION@')
++  unshift (@INC, '@datadir@/@PACKAGE@')
+ unless $ENV{AUTOMAKE_UNINSTALLED};
  }
 automake-1.14/lib/Automake/Config.in.orig  2013-06-24 17:34:25.598771336 
+0200
-+++ automake-1.14/lib/Automake/Config.in   2013-06-24 17:35:31.062101922 
+0200
+ 
+--- automake-1.16/lib/Automake/Config.in.orig  2018-03-03 08:01:09.991181113 
+0100
 automake-1.16/lib/Automake/Config.in   2018-03-03 08:04:36.151178758 
+0100
 @@ -32,7 +32,7 @@
  our $PACKAGE_BUGREPORT = '@PACKAGE_BUGREPORT@';
  our $VERSION = '@VERSION@';
  our $RELEASE_YEAR = '@RELEASE_YEAR@';
--our $libdir = '@datadir@/@PACKAGE@-@APIVERSION@';
-+our $libdir = '@datadir@/@PACKAGE@';
+-our $libdir = $ENV{"AUTOMAKE_LIBDIR"} || '@datadir@/@PACKAGE@-@APIVERSION@';
++our $libdir = $ENV{"AUTOMAKE_LIBDIR"} || '@datadir@/@PACKAGE@';
  
  our $perl_threads = 0;
  # We need at least this version for CLONE support.


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/automake.git/commitdiff/25aa85ba407d9138444b942f6da8dd3fc311ea31

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


DISTFILES: automake: automake-1.16.tar.xz

2018-03-03 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://ftp.gnu.org/gnu/automake/automake-1.16.tar.xz
bfdf69ac36c327b3a59b83ab01057e30  automake-1.16.tar.xz
Size: 1534632 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