[packages/kmod] no epoch present, don't use it

2014-04-08 Thread glen
commit 1904028ec0d275827f23dee5bdbbf78cdc19d37b
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Apr 8 10:20:14 2014 +0300

no epoch present, don't use it

 kmod.spec | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/kmod.spec b/kmod.spec
index b0e3bee..c517ab0 100644
--- a/kmod.spec
+++ b/kmod.spec
@@ -34,8 +34,8 @@ BuildRequires:zlib-devel
 Requires:  %{name}-libs = %{version}-%{release}
 # won't work on older kernels as these do not provide require information in 
/sys
 Requires:  uname(release) = 2.6.21
-Provides:  virtual(module-tools)
 Provides:  module-init-tools = 4.0
+Provides:  virtual(module-tools)
 Obsoletes: module-init-tools  4.0
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -110,7 +110,7 @@ Bashowe uzupełnianie nazw dla narzędzi kmod.
 Summary:   kmod Python bindings
 Summary(pl.UTF-8): Dowiązania do kmod dla Pythona
 Group: Development/Languages/Python
-Requires:  %{name} = %{epoch}:%{version}-%{release}
+Requires:  %{name} = %{version}-%{release}
 Requires:  python
 
 %description -n python-kmod
@@ -145,7 +145,6 @@ sed -i -e 's# testsuite/test-modprobe # #g' Makefile.am
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/modprobe.d
-
 %{__make} install \
pkgconfigdir=%{_pkgconfigdir} \
DESTDIR=$RPM_BUILD_ROOT
@@ -160,8 +159,8 @@ done
 
 : $RPM_BUILD_ROOT/etc/modprobe.d/modprobe.conf
 
-install %{SOURCE1} $RPM_BUILD_ROOT/etc/modprobe.d/blacklist.conf
-install %{SOURCE2} $RPM_BUILD_ROOT/etc/modprobe.d/usb.conf
+cp -p %{SOURCE1} $RPM_BUILD_ROOT/etc/modprobe.d/blacklist.conf
+cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/modprobe.d/usb.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kmod.git/commitdiff/1904028ec0d275827f23dee5bdbbf78cdc19d37b

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


[packages/kmod] kmod binaries link statically, no requires on -libs

2014-04-08 Thread glen
commit 16c81894bd314d8cbce168a5728ad3d1d57f24f6
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Apr 8 11:00:32 2014 +0300

kmod binaries link statically, no requires on -libs

 kmod.spec | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/kmod.spec b/kmod.spec
index 82e86ed..d40cf54 100644
--- a/kmod.spec
+++ b/kmod.spec
@@ -32,7 +32,6 @@ BuildRequires:tar = 1:1.22
 BuildRequires: xz
 BuildRequires: xz-devel = 1:4.99
 BuildRequires: zlib-devel
-Requires:  %{name}-libs = %{version}-%{release}
 # won't work on older kernels as these do not provide require information in 
/sys
 Requires:  uname(release) = 2.6.21
 Provides:  module-init-tools = 4.0


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kmod.git/commitdiff/16c81894bd314d8cbce168a5728ad3d1d57f24f6

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


[packages/kmod] python requires just -libs via soname, but enforce strict dep

2014-04-08 Thread glen
commit 064bf3419949c7c7f2aa23704b6e7a12cdc9c37b
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Apr 8 10:59:45 2014 +0300

python requires just -libs via soname, but enforce strict dep

 kmod.spec | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/kmod.spec b/kmod.spec
index c517ab0..82e86ed 100644
--- a/kmod.spec
+++ b/kmod.spec
@@ -27,6 +27,7 @@ BuildRequires:libtool = 2:2.0
 BuildRequires: pkgconfig
 BuildRequires: python-devel
 BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) = 1.219
 BuildRequires: tar = 1:1.22
 BuildRequires: xz
 BuildRequires: xz-devel = 1:4.99
@@ -110,8 +111,7 @@ Bashowe uzupełnianie nazw dla narzędzi kmod.
 Summary:   kmod Python bindings
 Summary(pl.UTF-8): Dowiązania do kmod dla Pythona
 Group: Development/Languages/Python
-Requires:  %{name} = %{version}-%{release}
-Requires:  python
+Requires:  %{name}-libs = %{version}-%{release}
 
 %description -n python-kmod
 kmod Python bindings.
@@ -157,6 +157,10 @@ done
 # obsoleted by pkg-config
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libkmod.la
 
+# not needed in python module
+%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/kmod/*.la
+%py_postclean
+
 : $RPM_BUILD_ROOT/etc/modprobe.d/modprobe.conf
 
 cp -p %{SOURCE1} $RPM_BUILD_ROOT/etc/modprobe.d/blacklist.conf
@@ -215,4 +219,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %dir %{py_sitedir}/kmod
 %attr(755,root,root) %{py_sitedir}/kmod/*.so
-%{py_sitedir}/kmod/*.py*
+%{py_sitedir}/kmod/*.py[co]


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kmod.git/commitdiff/16c81894bd314d8cbce168a5728ad3d1d57f24f6

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


[packages/redis] up to 2.8.8

2014-04-08 Thread glen
commit ad526ad62dbef1184965de3fa3b1b29e53988952
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Apr 8 13:47:18 2014 +0300

up to 2.8.8

 redis.init | 2 --
 redis.spec | 6 +++---
 2 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/redis.spec b/redis.spec
index 04336cd..ef08186 100644
--- a/redis.spec
+++ b/redis.spec
@@ -18,18 +18,18 @@
 
 Summary:   A persistent key-value database
 Name:  redis
-Version:   2.8.2
+Version:   2.8.8
 Release:   1
 License:   BSD
 Group: Applications/Databases
-URL:   http://www.redis.io/
 Source0:   http://download.redis.io/releases/%{name}-%{version}.tar.gz
-# Source0-md5: ee527b0c37e1e2cbceb497f5f6b8112b
+# Source0-md5: f3af82ca88b9d84c81d0b77614d07426
 Source1:   %{name}.logrotate
 Source2:   %{name}.init
 Source3:   %{name}.tmpfiles
 Patch0:%{name}.conf.patch
 Patch1:%{name}-tcl.patch
+URL:   http://www.redis.io/
 %{?with_perftools:BuildRequires:gperftools-devel}
 BuildRequires: jemalloc-static
 BuildRequires: rpm = 4.4.9-56
diff --git a/redis.init b/redis.init
old mode 100644
new mode 100755
index 0f0bb17..8340f26
--- a/redis.init
+++ b/redis.init
@@ -7,8 +7,6 @@
 # description: Starts and stops the redis daemon.
 # processname: redis-server
 #
-# $Id$
-
 # Source function library
 . /etc/rc.d/init.d/functions
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/redis.git/commitdiff/ad526ad62dbef1184965de3fa3b1b29e53988952

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


DISTFILES: redis: redis-2.8.8.tar.gz

2014-04-08 Thread glen

Files fetched: 1

STORED: http://download.redis.io/releases/redis-2.8.8.tar.gz
f3af82ca88b9d84c81d0b77614d07426  redis-2.8.8.tar.gz
Size: 1073450 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/wkhtmltopdf] up to 0.12.0, new homepage

2014-04-08 Thread glen
commit ad4b2378881e22ae4400edbde7fd4bf646929ccc
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Apr 8 15:11:11 2014 +0300

up to 0.12.0, new homepage

does not compile currently

 wkhtmltopdf.spec | 16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/wkhtmltopdf.spec b/wkhtmltopdf.spec
index 9f45d40..7952617 100644
--- a/wkhtmltopdf.spec
+++ b/wkhtmltopdf.spec
@@ -1,15 +1,13 @@
 Summary:   Programs capable of converting HTML documents into images or 
PDF documents
 Summary(pl.UTF-8): Programy do konwersji dokumentów HTML do obrazów lub 
dokumentów PDF
 Name:  wkhtmltopdf
-Version:   0.11.0
-%definesubver  rc1
-Release:   0.%{subver}.1
+Version:   0.12.0
+Release:   0.1
 License:   LGPL v3+ (library), GPL v3+ (utilities)
 Group: Applications/Graphics
-#Source0Download: http://code.google.com/p/wkhtmltopdf/downloads/list
-Source0:   
http://wkhtmltopdf.googlecode.com/files/%{name}-%{version}_%{subver}.tar.bz2
-# Source0-md5: 65378cf59698c676fcd6d8f5efd54be6
-URL:   http://code.google.com/p/wkhtmltopdf/
+Source0:   
https://github.com/wkhtmltopdf/wkhtmltopdf/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: e2af84222d651791d10270ce9ccf1245
+URL:   http://wkhtmltopdf.org/
 BuildRequires: QtCore-devel = 4
 BuildRequires: QtGui-devel = 4
 BuildRequires: QtNetwork-devel = 4
@@ -43,7 +41,7 @@ Header files for wkhtmltox library.
 Pliki nagłówkowe biblioteki wkhtmltox.
 
 %prep
-%setup -q -n %{name}-%{version}_%{subver}
+%setup -q
 
 %build
 qmake-qt4 \
@@ -57,7 +55,7 @@ qmake-qt4 \
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_includedir}}
 
-install bin/wkhtmlto* $RPM_BUILD_ROOT%{_bindir}
+install -p bin/wkhtmlto* $RPM_BUILD_ROOT%{_bindir}
 cp -dp bin/libwkhtmltox.so{,.?,.*.*.*} $RPM_BUILD_ROOT%{_libdir}
 cp -pr include/wkhtmltox $RPM_BUILD_ROOT%{_includedir}
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wkhtmltopdf.git/commitdiff/ad4b2378881e22ae4400edbde7fd4bf646929ccc

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


DISTFILES: wkhtmltopdf: wkhtmltopdf-0.12.0.tar.gz

2014-04-08 Thread glen

Files fetched: 1

STORED: 
https://github.com/wkhtmltopdf/wkhtmltopdf/archive/0.12.0/wkhtmltopdf-0.12.0.tar.gz
e2af84222d651791d10270ce9ccf1245  wkhtmltopdf-0.12.0.tar.gz
Size: 135618 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/php-Smarty] up to 3.1.18

2014-04-08 Thread glen
commit c1af0558f71c684de588ad84992ab6c2e7dcb761
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Apr 8 15:35:44 2014 +0300

up to 3.1.18

 php-Smarty.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-Smarty.spec b/php-Smarty.spec
index c78980c..6932907 100644
--- a/php-Smarty.spec
+++ b/php-Smarty.spec
@@ -1,6 +1,6 @@
 %definedoc_version 3.1.14
 %definephp_min_version 5.2.0
-%definemain_version 3.1.16
+%definemain_version 3.1.18
 Summary:   Template engine for PHP
 Summary(pl.UTF-8): System szablonów dla PHP
 Name:  php-Smarty
@@ -9,7 +9,7 @@ Release:1
 License:   LGPL v2.1+
 Group: Development/Languages/PHP
 Source0:   http://www.smarty.net/files/Smarty-%{version}.tar.gz
-# Source0-md5: 7ff6b5587c748efb2e797fcb11c96fc4
+# Source0-md5: cea6e224e652525fd9ee2853c3a33169
 # Source1Download: http://www.smarty.net/documentation
 Source1:   http://www.smarty.net/files/docs/manual-en.%{doc_version}.zip
 # Source1-md5: f54b1dd458776e4b1ccfdbfbfda1f484


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-Smarty.git/commitdiff/c1af0558f71c684de588ad84992ab6c2e7dcb761

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


DISTFILES: php-Smarty: Smarty-3.1.18.tar.gz manual-en.3.1.14.zip

2014-04-08 Thread glen

Files fetched: 1

STORED: http://www.smarty.net/files/Smarty-3.1.18.tar.gz
cea6e224e652525fd9ee2853c3a33169  Smarty-3.1.18.tar.gz
Size: 208750 bytes
ALREADY GOT: http://www.smarty.net/files/docs/manual-en.3.1.14.zip
f54b1dd458776e4b1ccfdbfbfda1f484  manual-en.3.1.14.zip


-- 
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/lxc] up to 1.0.2 (27th of March 2014)

2014-04-08 Thread glen
commit 25363228d471d346129ab2bcf1db3c0b8ee9c189
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Apr 8 15:41:03 2014 +0300

up to 1.0.2 (27th of March 2014)

 lxc.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lxc.spec b/lxc.spec
index 6578dd6..7a4de96 100644
--- a/lxc.spec
+++ b/lxc.spec
@@ -12,12 +12,12 @@
 Summary:   Linux Containers userspace tools
 Summary(pl.UTF-8): Narzędzia do kontenerów linuksowych (LXC)
 Name:  lxc
-Version:   1.0.1
-Release:   0.3
+Version:   1.0.2
+Release:   0.1
 License:   LGPL v2.1+
 Group: Applications/System
 Source0:   
https://www.linuxcontainers.org/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: 3c7379891e45713817ec873a167070b0
+# Source0-md5: 89cddb431672db355483a96046f7fd95
 Source1:   %{name}-pld.in.sh
 Patch1:%{name}-pld.patch
 URL:   https://www.linuxcontainers.org/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lxc.git/commitdiff/25363228d471d346129ab2bcf1db3c0b8ee9c189

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


DISTFILES: lxc: lxc-1.0.2.tar.gz

2014-04-08 Thread glen

Files fetched: 1

STORED: https://www.linuxcontainers.org/downloads/lxc-1.0.2.tar.gz
89cddb431672db355483a96046f7fd95  lxc-1.0.2.tar.gz
Size: 788251 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


SVN: admin/dns/pld-linux.org.template

2014-04-08 Thread hawk
Author: hawk
Date: Tue Apr  8 15:45:20 2014
New Revision: 12740

Modified:
   admin/dns/pld-linux.org.template
Log:
- drop cri.pld-linux.org, old version is dead and new version will not support 
PLD
- drop *.titanium.pld-linux.org


Modified: admin/dns/pld-linux.org.template
==
--- admin/dns/pld-linux.org.template(original)
+++ admin/dns/pld-linux.org.templateTue Apr  8 15:45:20 2014
@@ -76,20 +76,6 @@
 ftp.ppcCNAME   ftp
 ftp.sparc  CNAME   ftp
 
-
-$ORIGIN titanium.pld-linux.org.
-ftpCNAME   ftp.pld-linux.org.
-ftp.i586   CNAME   ftp
-ftp.i686   CNAME   ftp
-ftp.noarch CNAME   ftp
-ftp.x86-64 CNAME   ftp
-; hawk
-i586   A   85.128.46.230
-; arekm, hawk
-i686   CNAME   atlas
-; shadzik, hawk
-x86-64 A   91.213.238.145
-
 $ORIGIN th.pld-linux.org.
 ; arekm
 srcCNAME   ep09.pld-linux.org.
@@ -336,9 +322,6 @@
 ; mmazur's project
 buildmgr   A   217.73.31.20
 
-; Hawk's ChRoot Installer
-criA   5.9.25.25
-
 ; undefined (machine), shadzik
 security   A   195.110.48.30
 
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SVN: admin/dns/pld-linux.org.template

2014-04-08 Thread hawk
Author: hawk
Date: Tue Apr  8 15:46:14 2014
New Revision: 12741

Modified:
   admin/dns/pld-linux.org.template
Log:
- zone serial updated


Modified: admin/dns/pld-linux.org.template
==
--- admin/dns/pld-linux.org.template(original)
+++ admin/dns/pld-linux.org.templateTue Apr  8 15:46:14 2014
@@ -1,7 +1,7 @@
 $TTL 30m
 $ORIGIN .
 pld-linux.org  IN SOA  ns1.pld-linux.org. hostmaster.pld-linux.org. (
-   2013112701 ; serial
+   2014040801 ; serial
1h ; refresh
30m; retry
7d ; expire
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[PLDWWW] page changed: links

2014-04-08 Thread Marcin Król (hawk)
[Official:] old CRI is dead, new will not support PLD

--- https://www.pld-linux.org/links?rev=1225955890
+++ https://www.pld-linux.org/links
@@ -11,9 +11,8 @@
* [[http://forum.pld-linux.org/|http://forum.pld-linux.org/]] - PLD Linux 
forum 
* [[http://livecd.pld-linux.org/|http://livecd.pld-linux.org/]] - Live CD 
* [[http://rescuecd.pld-linux.org/|http://rescuecd.pld-linux.org/]] - 
RescueCD 
* [[http://ppcrcd.pld-linux.org/|http://ppcrcd.pld-linux.org/]] - RescueCD 
for PPC 
-   * [[http://cri.pld-linux.org/|http://cri.pld-linux.org/]] - ChRoot 
Installer 
* [[http://pld-users.org/|http://pld-users.org/]] - Users' wiki 
  
  
  = Unofficial: =


Diff URL:
  https://www.pld-linux.org/links?do=diffr1=1225955890r2=1396965783
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[PLDWWW] page changed: people:hawk

2014-04-08 Thread Marcin Król (hawk)
[Inner Wiki links] 

--- https://www.pld-linux.org/people/hawk?rev=1350165538
+++ https://www.pld-linux.org/people/hawk
@@ -11,9 +11,8 @@
  
  
  = Inner Wiki links =
  
-   * [[::titanium|PLD Titanium page]] 
* [[:packages:xulrunner|XULRunner upgrade procedure]] 
  
  
  = PLD 1.0/1.1 (Ra) information =


Diff URL:
  https://www.pld-linux.org/people/hawk?do=diffr1=1350165538r2=1396965829
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[PLDWWW] page changed: people:hawk

2014-04-08 Thread Marcin Król (hawk)
No point in keeping this page.

--- https://www.pld-linux.org/people/hawk?rev=1396965829
+++ https://www.pld-linux.org/people/hawk
@@ -1,51 +1 @@
- 
- 
- == Marcin Król ==
- 
- 
- = Short FAQ =
- Q1: How may I contact you?\\ A1: Send me an e-mail (hawk@pld...). You may be 
sure that I'll read it and will try to answer it ASAP (if required).\\ A2: 
Jabber me (hawk@pld...). Note: if your message will arrive while I'm busy/in 
work/etc I may forgot about it and it will remain unanswered. In such case 
please send your message again or refer to A1.\\ A3: Catch me on irc (#pld @ 
freenode). Note: I'm not checking IRC on daily basis. Your message may be 
answered in few days or not anserwed at all. Please don't use IRC for sending 
some important informations/requests. Check A1 before you'll send me some vital 
info via IRC. 
- 
- Q: I have some other question...\\ A: goto Q1 
- 
- 
- 
- = Inner Wiki links =
- 
-   * [[:packages:xulrunner|XULRunner upgrade procedure]] 
- 
- 
- = PLD 1.0/1.1 (Ra) information =
- PLD Ra has reached EOL (End of Life). It will not be updated anymore. It is 
strongly recommended to upgrade to Ac, Th or Titanium as soon as possible! 
- 
- 
- 
- = PLD 2.0 (Ac) information =
- I gave up maintaining this version of PLD. I wasn't able to do some necessary 
changes without breaking stability. I've chosen to create PLD Titanium instead. 
- 
- 
- 
- = PLD installer =
- PLD 2.0 Ac is the last one using old, text based installer. I'm not planning 
any updates of existing installer code. This project has reached EOL. Future 
versions of PLD will probably use Anaconda or no installer at all. 
- 
- 
- 
- = CRI - ChRoot Installer =
- Long time ago I was planning to create console based installer that will fit 
on floppy and will use chroot + previously prepared tarball with system to 
perform installation. Theoretically this should allow installation of any Linux 
distribution in any configuration. I've finally managed to release such 
bootdisks. Check [[http://cri.pld-linux.org/|http://cri.pld-linux.org/]] for 
more details. 
- 
- 
- 
- = Useful information =
- I cannot guarantee that: 
- 
- 
-   * I'll accept and/or commit changes/patches you've sent to me 
-   * I'll respond to your e-mail in acceptable time (mail me again or jabber 
me if something is urgent) 
-   * I'll take care of all PLD related problems 
-   * I'll have something done in specified time (I'll do my best, but please 
understand that I also have life, work etc.) 
- 
- 
- 
-  [[::categoryhomepage|CategoryHomepage]] 
- 
- 
+ Please delete this page.


Diff URL:
  https://www.pld-linux.org/people/hawk?do=diffr1=1396965829r2=1396966517
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[PLDWWW] page changed: about

2014-04-08 Thread Marcin Król (hawk)
Titanium is history

--- https://www.pld-linux.org/about?rev=1370245713
+++ https://www.pld-linux.org/about
@@ -17,12 +17,9 @@
  |PLD Ra/1.0|22.11.2002|stable, EOL now|
  |[[:AcInfo|PLD Ac/2.0]]|01.04.2007|stable|
  |[[:ThInfo|PLD Th/3.0]]| |stable, in endless development|
  
- = Unofficial Releases =
  
- |**version**|**status**|
- |[[http://wiki.tld-linux.org/|PLD Titanium]]|stable, in endless development|
  = Current Status =
  Current versions of PLD support the following architectures: 
  
  


Diff URL:
  https://www.pld-linux.org/about?do=diffr1=1370245713r2=1396966622
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[PLDWWW] page changed: people:glen

2014-04-08 Thread Marcin Król (hawk)
[Inner Wiki links] proper TLD name, feel free to drop this link if it bothers 
someone in PLD

--- https://www.pld-linux.org/people/glen?rev=1370863021
+++ https://www.pld-linux.org/people/glen
@@ -5,9 +5,9 @@
  
  = Inner Wiki links =
  
* [[:packages:pear|PEAR Info]] 
-   * [[http://www.tld-linux.org/|Linux Titanium info]] 
+   * [[http://www.tld-linux.org/|TLD Linux (former PLD Titanium) info]] 
* [[:docs:vserver|PLD Linux Vserver pages]] 
* [[::developingpld|Developing PLD Linux]] 
* [[:developingpld:acrequestsrules|AC builder notes]] 
* [[:developingpld:ackernelbuildernotes|building Ac kernel packages notes]] 


Diff URL:
  https://www.pld-linux.org/people/glen?do=diffr1=1370863021r2=1396966793
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[PLDWWW] page changed: pl:docs:instalacjazapomocachroota

2014-04-08 Thread Marcin Król (hawk)
[Rozpakowanie gotowca] 

--- https://www.pld-linux.org/pl/docs/instalacjazapomocachroota?rev=1231954745
+++ https://www.pld-linux.org/pl/docs/instalacjazapomocachroota
@@ -44,9 +44,9 @@
  
  
  == Rozpakowanie gotowca ==
  
-   * ściągamy gotowego chroota 
[[ftp://ftp.pld-linux.org/people/undefine/chroot/ac|od Undefined (Ac i Th)]] 
lub [[ftp://ftp.titanium.pld-linux.org/people/hawk/cri/chroots/|od Hawka (Ti i 
Th)]] 
+   * ściągamy gotowego chroota 
[[ftp://ftp.pld-linux.org/people/undefine/chroot/ac|od Undefined (Ac i Th)]]
* rozpakowujemy go (na przykład tar xvfj chroot-i686.tar.bz2) 
  
  
  == Psucie nowego systemu ==


Diff URL:
  
https://www.pld-linux.org/pl/docs/instalacjazapomocachroota?do=diffr1=1231954745r2=1396966880
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[PLDWWW] page changed: packages:xulrunner

2014-04-08 Thread Marcin Król (hawk)


--- https://www.pld-linux.org/packages/xulrunner?rev=1253356814
+++ https://www.pld-linux.org/packages/xulrunner
@@ -2,9 +2,9 @@
  /* page was renamed from xulrunner */
  
  
  = XULRunner upgrade procedure =
- PLD Ac, Th and Titanium are using custom builds of 
[[http://developer.mozilla.org/en/docs/XULRunner|XULRunner]] to provide 
libraries for all applications using Gecko engine (except Iceweasel, Icedove 
and [[:Packages:Iceape|Iceape]]). Since Firefox 3.0 was released XULRunner may 
(and even should) be built from Firefox sources. Be sure to include CVE notes 
when updating this and other Mozilla packages. You may obtain them from 
[[http://www.mozilla.org/projects/security/known-vulnerabilities.html|http://www.mozilla.org/projects/security/known-vulnerabilities.html]].
 
+ PLD Ac and Th are using custom builds of 
[[http://developer.mozilla.org/en/docs/XULRunner|XULRunner]] to provide 
libraries for all applications using Gecko engine (except Iceweasel, Icedove 
and [[:Packages:Iceape|Iceape]]). Since Firefox 3.0 was released XULRunner may 
(and even should) be built from Firefox sources. Be sure to include CVE notes 
when updating this and other Mozilla packages. You may obtain them from 
[[http://www.mozilla.org/projects/security/known-vulnerabilities.html|http://www.mozilla.org/projects/security/known-vulnerabilities.html]].
 
  
  Following specs must be rebuild after XULRunner upgrade on all PLD distros: 
  
  
@@ -17,10 +17,10 @@
  
  
* blam.spec 
* liferea.spec 
- PLD Titanium and PLD 3.0 (Th): 
+ PLD 3.0 (Th): 
  
  
* gnome-web-photo.spec 
* python-gnome-extras.spec 
  


Diff URL:
  
https://www.pld-linux.org/packages/xulrunner?do=diffr1=1253356814r2=1396966674
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/readline] - add patches

2014-04-08 Thread arekm
commit 67f23bb29620e3043f5cfa59a6eb5f71bcef2995
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Tue Apr 8 16:58:30 2014 +0200

- add patches

 readline62-001 |  46 
 readline62-002 |  57 --
 readline62-003 |  76 
 readline62-004 | 108 -
 readline62-005 |  72 --
 readline63-001 |  43 +++
 readline63-002 |  44 +++
 readline63-003 |  47 +
 8 files changed, 134 insertions(+), 359 deletions(-)
---
diff --git a/readline62-001 b/readline62-001
deleted file mode 100644
index d4563c3..000
--- a/readline62-001
+++ /dev/null
@@ -1,46 +0,0 @@
-  READLINE PATCH REPORT
-  =
-
-Readline-Release: 6.2
-Patch-ID: readline62-001
-
-Bug-Reported-by:   Clark J. Wang dearv...@gmail.com
-Bug-Reference-ID:  
AANLkTimGbW7aC4E5infXP6ku5WPci4t=xvc+l1syh...@mail.gmail.com
-Bug-Reference-URL: 
http://lists.gnu.org/archive/html/bug-bash/2011-02/msg00157.html
-
-Bug-Description:
-
-The readline vi-mode `cc', `dd', and `yy' commands failed to modify the
-entire line.
-
-[This patch intentionally does not modify patchlevel]
-
-Patch (apply with `patch -p0'):
-
-*** ../readline-6.2-patched/vi_mode.c  2010-11-20 19:51:39.0 -0500
 vi_mode.c  2011-02-17 20:24:25.0 -0500
-***
-*** 1115,1119 
-_rl_vi_last_motion = c;
-RL_UNSETSTATE (RL_STATE_VIMOTION);
-!   return (0);
-  }
-  #if defined (READLINE_CALLBACKS)
 1115,1119 
-_rl_vi_last_motion = c;
-RL_UNSETSTATE (RL_STATE_VIMOTION);
-!   return (vidomove_dispatch (m));
-  }
-  #if defined (READLINE_CALLBACKS)
-*** ../readline-6.2-patched/callback.c 2010-06-06 12:18:58.0 -0400
 callback.c 2011-02-17 20:43:28.0 -0500
-***
-*** 149,152 
 149,155 
- /* Should handle everything, including cleanup, numeric arguments,
-and turning off RL_STATE_VIMOTION */
-+if (RL_ISSTATE (RL_STATE_NUMERICARG) == 0)
-+  _rl_internal_char_cleanup ();
-+ 
- return;
-   }
diff --git a/readline62-002 b/readline62-002
deleted file mode 100644
index 3dc2604..000
--- a/readline62-002
+++ /dev/null
@@ -1,57 +0,0 @@
-  READLINE PATCH REPORT
-  =
-
-Readline-Release: 6.2
-Patch-ID: readline62-002
-
-Bug-Reported-by:   Vincent Sheffer vince.shef...@apisphere.com
-Bug-Reference-ID:  f13c1c4f-c44c-4071-bfed-4bb6d13cf...@apisphere.com
-Bug-Reference-URL: 
https://lists.gnu.org/archive/html/bug-readline/2011-08/msg0.html
-
-Bug-Description:
-
-The readline shared library helper script needs to be updated for Mac OS X
-10.7 (Lion, darwin11).
-
-Patch (apply with `patch -p0'):
-
-*** ../readline-6.2-patched/support/shobj-conf 2009-10-28 09:20:21.0 
-0400
 support/shobj-conf 2011-08-27 13:25:23.0 -0400
-***
-*** 158,162 
-  
-  # Darwin/MacOS X
-! darwin[89]*|darwin10*)
-   SHOBJ_STATUS=supported
-   SHLIB_STATUS=supported
 172,176 
-  
-  # Darwin/MacOS X
-! darwin[89]*|darwin1[012]*)
-   SHOBJ_STATUS=supported
-   SHLIB_STATUS=supported
-***
-*** 187,191 
-  
-   case ${host_os} in
-!  darwin[789]*|darwin10*) SHOBJ_LDFLAGS=''
-   SHLIB_XLDFLAGS='-dynamiclib -arch_only `/usr/bin/arch` 
-install_name $(libdir)/$@ -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) 
-compatibility_version $(SHLIB_MAJOR) -v'
-   ;;
 201,205 
-  
-   case ${host_os} in
-!  darwin[789]*|darwin1[012]*) SHOBJ_LDFLAGS=''
-   SHLIB_XLDFLAGS='-dynamiclib -arch_only `/usr/bin/arch` 
-install_name $(libdir)/$@ -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) 
-compatibility_version $(SHLIB_MAJOR) -v'
-   ;;
-
-*** ../readline-6.2-patched/patchlevel 2010-01-14 10:15:52.0 -0500
 patchlevel 2011-11-17 11:09:35.0 -0500
-***
-*** 1,3 
-  # Do not edit -- exists only for use by patch
-  
-! 1
 1,3 
-  # Do not edit -- exists only for use by patch
-  
-! 2
diff --git a/readline62-003 b/readline62-003
deleted file mode 100644
index 0462242..000
--- a/readline62-003
+++ /dev/null
@@ -1,76 +0,0 @@
-  READLINE PATCH REPORT
-  =
-
-Readline-Release: 6.2
-Patch-ID: readline62-003
-
-Bug-Reported-by:   Max Horn m...@quendi.de
-Bug-Reference-ID:  20cc5c60-07c3-4e41-9817-741e48d40...@quendi.de
-Bug-Reference-URL: 
http://lists.gnu.org/archive/html/bug-readline/2012-06/msg5.html
-
-Bug-Description:
-
-A change between readline-6.1 and readline-6.2 to prevent the readline input

[packages/bash] - add patches

2014-04-08 Thread arekm
commit 28d34d34e60edd20eae7e514f2c85be964bb96ea
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Tue Apr 8 16:59:00 2014 +0200

- add patches

 bash43-001 |  58 +++
 bash43-002 |  62 
 bash43-003 |  48 
 bash43-004 |  47 
 bash43-005 |  63 +
 bash43-006 |  48 
 bash43-007 |  50 
 bash43-008 | 188 +
 8 files changed, 564 insertions(+)
---
diff --git a/bash43-001 b/bash43-001
new file mode 100644
index 000..ea1c6b2
--- /dev/null
+++ b/bash43-001
@@ -0,0 +1,58 @@
+BASH PATCH REPORT
+=
+
+Bash-Release:  4.3
+Patch-ID:  bash43-001
+
+Bug-Reported-by:   NBaH n...@sfr.fr
+Bug-Reference-ID:  ler0b5$iu9$1...@speranza.aioe.org
+Bug-Reference-URL: 
http://lists.gnu.org/archive/html/bug-bash/2014-02/msg00092.html
+
+Bug-Description:
+
+A missing check for a valid option prevented `test -R' from working.  There
+is another problem that causes bash to look up the wrong variable name when
+processing the argument to `test -R'.
+
+Patch (apply with `patch -p0'):
+
+*** ../bash-4.3/test.c 2014-02-04 16:52:58.0 -0500
+--- test.c 2014-02-28 21:22:44.0 -0500
+***
+*** 647,652 
+  
+  case 'R':
+!   v = find_variable (arg);
+!   return (v  invisible_p (v) == 0  var_isset (v)  nameref_p (v) ? 
TRUE : FALSE);
+  }
+  
+--- 647,652 
+  
+  case 'R':
+!   v = find_variable_noref (arg);
+!   return ((v  invisible_p (v) == 0  var_isset (v)  nameref_p (v)) 
? TRUE : FALSE);
+  }
+  
+***
+*** 724,727 
+--- 724,728 
+  case 'u': case 'v': case 'w': case 'x': case 'z':
+  case 'G': case 'L': case 'O': case 'S': case 'N':
++ case 'R':
+return (1);
+  }
+*** ../bash-4.3/patchlevel.h   2012-12-29 10:47:57.0 -0500
+--- patchlevel.h   2014-03-20 20:01:28.0 -0400
+***
+*** 26,30 
+ looks for to find the patch level (for the sccs version string). */
+  
+! #define PATCHLEVEL 0
+  
+  #endif /* _PATCHLEVEL_H_ */
+--- 26,30 
+ looks for to find the patch level (for the sccs version string). */
+  
+! #define PATCHLEVEL 1
+  
+  #endif /* _PATCHLEVEL_H_ */
diff --git a/bash43-002 b/bash43-002
new file mode 100644
index 000..735b7b8
--- /dev/null
+++ b/bash43-002
@@ -0,0 +1,62 @@
+BASH PATCH REPORT
+=
+
+Bash-Release:  4.3
+Patch-ID:  bash43-002
+
+Bug-Reported-by:   Moe Tunes moetune...@gmail.com
+Bug-Reference-ID:  53103f49.3070...@gmail.com
+Bug-Reference-URL: 
http://lists.gnu.org/archive/html/bug-bash/2014-02/msg00086.html
+
+Bug-Description:
+
+A change to save state while running the DEBUG trap caused pipelines to hang
+on systems which need process group synchronization while building pipelines.
+
+Patch (apply with `patch -p0'):
+
+*** ../bash-4.3/trap.c 2014-02-05 10:03:21.0 -0500
+--- trap.c 2014-02-28 09:51:43.0 -0500
+***
+*** 921,925 
+  
+  #if defined (JOB_CONTROL)
+!   save_pipeline (1); /* XXX only provides one save level */
+  #endif
+  
+--- 921,926 
+  
+  #if defined (JOB_CONTROL)
+!   if (sig != DEBUG_TRAP) /* run_debug_trap does this */
+!  save_pipeline (1);  /* XXX only provides one save level */
+  #endif
+  
+***
+*** 941,945 
+  
+  #if defined (JOB_CONTROL)
+!   restore_pipeline (1);
+  #endif
+  
+--- 942,947 
+  
+  #if defined (JOB_CONTROL)
+!   if (sig != DEBUG_TRAP) /* run_debug_trap does this */
+!  restore_pipeline (1);
+  #endif
+  
+*** ../bash-4.3/patchlevel.h   2012-12-29 10:47:57.0 -0500
+--- patchlevel.h   2014-03-20 20:01:28.0 -0400
+***
+*** 26,30 
+ looks for to find the patch level (for the sccs version string). */
+  
+! #define PATCHLEVEL 1
+  
+  #endif /* _PATCHLEVEL_H_ */
+--- 26,30 
+ looks for to find the patch level (for the sccs version string). */
+  
+! #define PATCHLEVEL 2
+  
+  #endif /* _PATCHLEVEL_H_ */
diff --git a/bash43-003 b/bash43-003
new file mode 100644
index 000..0f32f41
--- /dev/null
+++ b/bash43-003
@@ -0,0 +1,48 @@
+BASH PATCH REPORT
+=
+
+Bash-Release:  4.3
+Patch-ID:  bash43-003
+
+Bug-Reported-by:   Anatol Pomozov anatol.pomo...@gmail.com
+Bug-Reference-ID:  
caomfomxy3mt2so5gq5f-smcvarquaebwz2qkzgctmexjode...@mail.gmail.com
+Bug-Reference-URL: 
http://lists.gnu.org/archive/html/bug-readline/2014-03/msg00010.html
+
+Bug-Description:
+
+When in callback mode, some readline commands can cause readline to seg
+fault by passing invalid contexts to callback functions.
+
+Patch (apply with `patch -p0'):
+
+*** 

[packages/libkml] include fix java directories passed to configure

2014-04-08 Thread bszx
commit f0aed1e16a3d853bf814401d2a2006b62966240a
Author: Bartek Szady b...@bszx.eu.org
Date:   Tue Apr 8 16:35:07 2014 +0200

include fix
java directories passed to configure

 libkml-include.patch | 10 ++
 libkml.spec  |  5 +
 2 files changed, 15 insertions(+)
---
diff --git a/libkml.spec b/libkml.spec
index 6f27f67..b53f99c 100644
--- a/libkml.spec
+++ b/libkml.spec
@@ -16,6 +16,7 @@ Source0:  
http://libkml.googlecode.com/files/%{name}-%{version}.tar.gz
 Patch0:%{name}-sh.patch
 Patch1:%{name}-system-libs.patch
 Patch2:%{name}-link.patch
+Patch3:%{name}-include.patch
 URL:   http://code.google.com/p/libkml/
 BuildRequires: autoconf = 2.59
 BuildRequires: automake = 1:1.9.6
@@ -28,6 +29,7 @@ BuildRequires:libstdc++-devel = 6:4.0
 BuildRequires: libtool = 2:1.5
 BuildRequires: python-devel = 2.3
 BuildRequires: rpm-pythonprov
+%{?with_java:BuildRequires:rpm-javaprov}
 BuildRequires: rpmbuild(macros) = 1.219
 BuildRequires: sed = 4.0
 BuildRequires: swig = 1.3.35
@@ -115,6 +117,7 @@ Oparte na SWIG-u wiązania Pythona do bibliotek KML.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 # error: ISO C++ 1998 does not support 'long long'
 %{__sed} -i -e 's/ -Werror//' configure.ac $(find . -name Makefile.am | xargs 
grep -l -e '-Werror')
@@ -127,6 +130,8 @@ Oparte na SWIG-u wiązania Pythona do bibliotek KML.
 %{__automake}
 %configure \
%{!?with_java:--disable-java} \
+   %{?with_java:--with-java-include-dir=%{_jvmdir}/java/include} \
+   %{?with_java:--with-java-lib-dir=%{_jvmdir}/java/lib} \
%{!?with_static_libs:--disable-static}
 %{__make}
 
diff --git a/libkml-include.patch b/libkml-include.patch
new file mode 100644
index 000..96e6f5f
--- /dev/null
+++ b/libkml-include.patch
@@ -0,0 +1,10 @@
+--- libkml-1.2.0/src/kml/base/file_posix.cc.old2010-01-14 
01:16:30.0 +0100
 libkml-1.2.0/src/kml/base/file_posix.cc2014-02-17 15:42:51.044404305 
+0100
+@@ -31,6 +31,7 @@
+ #include string.h
+ #include sys/types.h
+ #include sys/stat.h
++#include unistd.h
+ 
+ namespace kmlbase {
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libkml.git/commitdiff/f0aed1e16a3d853bf814401d2a2006b62966240a

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


[packages/strigi] - updated cmake invocation, package docs, more verbose files - release 2

2014-04-08 Thread qboosh
commit 4a9fce3d13afdb3ead863d78e1b921377eb3c411
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Tue Apr 8 18:47:44 2014 +0200

- updated cmake invocation, package docs, more verbose files
- release 2

 strigi.spec | 49 ++---
 1 file changed, 26 insertions(+), 23 deletions(-)
---
diff --git a/strigi.spec b/strigi.spec
index f9462c7..407c287 100644
--- a/strigi.spec
+++ b/strigi.spec
@@ -3,14 +3,13 @@
 %bcond_without dbus# dbus support
 #
 %defineqtver   4.6.3
-#%define   _svnver 850421
 
 Summary:   Strigi desktop search
 Summary(pl.UTF-8): System wyszukiwania Strigi
 Name:  strigi
 Version:   0.7.8
-Release:   1
-License:   GPL
+Release:   2
+License:   LGPL v2+
 Group: X11/Applications
 Source0:   
http://www.vandenoever.info/software/strigi/%{name}-%{version}.tar.bz2
 # Source0-md5: d69443234f4286d71997db9de543331a
@@ -18,21 +17,22 @@ Patch1: %{name}-as-needed.patch
 URL:   http://strigi.sourceforge.net/
 BuildRequires: QtDBus-devel = %{qtver}
 BuildRequires: QtGui-devel = %{qtver}
+BuildRequires: attr-devel
 BuildRequires: bzip2-devel
-BuildRequires: clucene-core-devel
-BuildRequires: cmake = 2.6.2
+BuildRequires: clucene-core-devel = 0.9.21
+BuildRequires: cmake = 2.8.9
 BuildRequires: cppunit-devel
 %{?with_dbus:BuildRequires:dbus-devel = 1.0}
 BuildRequires: exiv2-devel = 0.21
 BuildRequires: expat-devel
 BuildRequires: fam-devel
 BuildRequires: ffmpeg-devel
-BuildRequires: libxml2-devel
+BuildRequires: libxml2-devel = 2
 BuildRequires: log4cxx-devel
 %{?with_dbus:BuildRequires:pkgconfig}
 BuildRequires: qt4-build = %{qtver}
 BuildRequires: qt4-qmake = %{qtver}
-BuildRequires: rpmbuild(macros) = 1.293
+BuildRequires: rpmbuild(macros) = 1.605
 BuildRequires: zlib-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -86,19 +86,13 @@ Pliki nagłówkowe dla strigi.
 %build
 install -d build
 cd build
-# add this to get verbose output
-#-DCMAKE_VERBOSE_MAKEFILE=1 \
-%cmake \
+# note: package expects relative CMAKE_INSTALL_LIBDIR
+%cmake .. \
-DCMAKE_INSTALL_LIBDIR=%{_lib} \
-   -DCMAKE_AR=/usr/bin/ar \
-DFORCE_DEPS=1 \
-   -DENABLE_INOTIFY=1 \
-DENABLE_FAM=1 \
-   -DENABLE_LOG4CXX=1 \
-%if %{_lib} == lib64
-   -DLIB_SUFFIX=64 \
-%endif
-   ../
+   -DENABLE_INOTIFY=1 \
+   -DENABLE_LOG4CXX=1
 
 %{__make}
 
@@ -116,20 +110,29 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
+%doc AUTHORS ChangeLog
+%attr(755,root,root) %{_bindir}/deepfind
+%attr(755,root,root) %{_bindir}/deepgrep
+%attr(755,root,root) %{_bindir}/lucene2indexer
+%attr(755,root,root) %{_bindir}/rdfindexer
+%attr(755,root,root) %{_bindir}/strigiclient
+%attr(755,root,root) %{_bindir}/strigicmd
+%attr(755,root,root) %{_bindir}/strigidaemon
+%attr(755,root,root) %{_bindir}/xmlindexer
 %attr(755,root,root) %{_libdir}/libsearchclient.so.*.*.*
-%attr(755,root,root) %{_libdir}/libstreamanalyzer.so.*.*.*
-%attr(755,root,root) %{_libdir}/libstreams.so.*.*.*
-%attr(755,root,root) %{_libdir}/libstrigihtmlgui.so.*.*.*
-%attr(755,root,root) %{_libdir}/libstrigiqtdbusclient.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libsearchclient.so.0
+%attr(755,root,root) %{_libdir}/libstreamanalyzer.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libstreamanalyzer.so.0
+%attr(755,root,root) %{_libdir}/libstreams.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libstreams.so.0
+%attr(755,root,root) %{_libdir}/libstrigihtmlgui.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libstrigihtmlgui.so.0
+%attr(755,root,root) %{_libdir}/libstrigiqtdbusclient.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libstrigiqtdbusclient.so.0
 %dir %{_libdir}/strigi
 %attr(755,root,root) %{_libdir}/strigi/*.so
-%{?with_dbus:%{_datadir}/dbus-1/services/*.service}
+%{?with_dbus:%{_datadir}/dbus-1/services/org.freedesktop.xesam.searcher.service}
+%{?with_dbus:%{_datadir}/dbus-1/services/vandenoever.strigi.service}
 %dir %{_datadir}/strigi
 %{_datadir}/strigi/fieldproperties
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/strigi.git/commitdiff/4a9fce3d13afdb3ead863d78e1b921377eb3c411

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


[packages/openslp] - fix exported symbols clashes with glibc and other libs, rel 2

2014-04-08 Thread baggins
commit 855d943da5a93f4c7f4c53e3b32aa425067aac01
Author: Jan Rękorajski bagg...@pld-linux.org
Date:   Tue Apr 8 18:59:12 2014 +0200

- fix exported symbols clashes with glibc and other libs, rel 2

Restore configure check for strncasecmp and strcasecmp and make
timeval_subtract() and timeval_add() static to avoid exporting them
in libslp. strncasecmp visibility causes a nasty and mysterious
crash of slapd from openldap package.

 openslp-symbol-clashes.patch | 30 ++
 openslp.spec |  5 -
 2 files changed, 34 insertions(+), 1 deletion(-)
---
diff --git a/openslp.spec b/openslp.spec
index 38afd12..c58ff05 100644
--- a/openslp.spec
+++ b/openslp.spec
@@ -7,7 +7,7 @@ Summary(pl.UTF-8):  Otwarta implementacja Service Location 
Protocol V2
 Summary(pt.UTF-8): Implementação 'open source' do protocolo Service 
Location Protocol V2
 Name:  openslp
 Version:   2.0.0
-Release:   1
+Release:   2
 License:   BSD
 Group: Libraries
 Source0:   
http://downloads.sourceforge.net/openslp/%{name}-%{version}.tar.gz
@@ -15,6 +15,7 @@ Source0:  
http://downloads.sourceforge.net/openslp/%{name}-%{version}.tar.gz
 Source1:   %{name}.init
 Patch0:%{name}-opt.patch
 Patch1:%{name}-build.patch
+Patch2:%{name}-symbol-clashes.patch
 URL:   http://www.openslp.org/
 BuildRequires: autoconf = 2.59
 BuildRequires: automake
@@ -132,11 +133,13 @@ Biblioteki statyczne OpenSLP.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
--enable-slpv1 \
diff --git a/openslp-symbol-clashes.patch b/openslp-symbol-clashes.patch
new file mode 100644
index 000..525d82e
--- /dev/null
+++ b/openslp-symbol-clashes.patch
@@ -0,0 +1,30 @@
+--- openslp-2.0.0/configure.ac~2014-04-08 18:43:55.0 +0200
 openslp-2.0.0/configure.ac 2014-04-08 18:46:25.821730251 +0200
+@@ -34,6 +34,7 @@
+ AC_SEARCH_LIBS([gethostbyname], [nsl])
+ AC_CHECK_LIB([m], [log10])
+ AC_CHECK_LIB([pthread], [pthread_create])
++AC_CHECK_FUNCS(strncasecmp strcasecmp)
+ 
+ #
+ # Checks for header files
+--- openslp-2.0.0/libslp/libslp_network.c~ 2013-06-08 04:50:38.0 
+0200
 openslp-2.0.0/libslp/libslp_network.c  2014-04-08 18:55:12.525059771 
+0200
+@@ -142,7 +142,7 @@
+  *
+  * @internal
+  */
+-void timeval_subtract(struct timeval *lhs, struct timeval *rhs)
++static void timeval_subtract(struct timeval *lhs, struct timeval *rhs)
+ {
+ lhs-tv_sec -= rhs-tv_sec;
+ lhs-tv_usec -= rhs-tv_usec;
+@@ -162,7 +162,7 @@
+  *
+  * @internal
+  */
+-void timeval_add(struct timeval *lhs, struct timeval *rhs)
++static void timeval_add(struct timeval *lhs, struct timeval *rhs)
+ {
+ lhs-tv_sec += rhs-tv_sec;
+ lhs-tv_usec += rhs-tv_usec;


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openslp.git/commitdiff/855d943da5a93f4c7f4c53e3b32aa425067aac01

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


[packages/openttd] Version: 1.4.0

2014-04-08 Thread jajcus
commit 7e49c026327bff8d6b091b38225a76b59aadd2b8
Author: Jacek Konieczny jaj...@jajcus.net
Date:   Tue Apr 8 19:45:52 2014 +0200

Version: 1.4.0

 openttd-home_etc.patch | 53 +-
 openttd.spec   |  7 ---
 2 files changed, 31 insertions(+), 29 deletions(-)
---
diff --git a/openttd.spec b/openttd.spec
index daccbdc..3d7dc85 100644
--- a/openttd.spec
+++ b/openttd.spec
@@ -5,12 +5,12 @@
 Summary:   An open source reimplementation of the Microprose game 
Transport Tycoon Deluxe
 Summary(pl.UTF-8): Otwarta reimplementacja gry Transport Tycoon Deluxe
 Name:  openttd
-Version:   1.3.1
-Release:   3
+Version:   1.4.0
+Release:   1
 License:   GPL v2+
 Group: X11/Applications/Games
 Source0:   
http://us.binaries.openttd.org/binaries/releases/%{version}/%{name}-%{version}-source.tar.xz
-# Source0-md5: 3ec41c83dcf6c05910a7883519d8149a
+# Source0-md5: aecab1565c861acd1b117d4830a09edc
 Source1:   %{name}.desktop
 Source2:   %{name}-server.desktop
 Patch0:%{name}-home_etc.patch
@@ -22,6 +22,7 @@ BuildRequires:fontconfig-devel
 BuildRequires: freetype-devel
 BuildRequires: grfcodec = 6.0.2
 %{?with_home_etc:BuildRequires:home-etc-devel}
+BuildRequires: libicu-devel
 BuildRequires: libpng-devel
 BuildRequires: libstdc++-devel
 BuildRequires: lzo-devel
diff --git a/openttd-home_etc.patch b/openttd-home_etc.patch
index e71eecd..87bd3b4 100644
--- a/openttd-home_etc.patch
+++ b/openttd-home_etc.patch
@@ -1,23 +1,23 @@
-diff -burN openttd-0.6.0.orig/config.lib openttd-0.6.0/config.lib
 openttd-0.6.0.orig/config.lib  2008-04-06 12:28:03.600539135 +0200
-+++ openttd-0.6.0/config.lib   2008-04-06 12:31:30.843779880 +0200
-@@ -50,6 +50,7 @@
-   with_application_bundle=1
+diff -dur -x '*.orig' -x '*.rej' -x '*~' openttd-1.4.0.orig/config.lib 
openttd-1.4.0/config.lib
+--- openttd-1.4.0.orig/config.lib  2014-04-01 20:37:07.0 +0200
 openttd-1.4.0/config.lib   2014-04-08 19:28:02.013554008 +0200
+@@ -69,6 +69,7 @@
+   with_allegro=1
with_sdl=1
with_cocoa=1
 +  with_home_etc=1
with_zlib=1
-   with_png=1
-   with_makedepend=1
-@@ -107,6 +108,7 @@
-   with_application_bundle
+   with_lzma=1
+   with_lzo2=1
+@@ -144,6 +145,7 @@
+   with_allegro
with_sdl
with_cocoa
 +  with_home_etc
with_zlib
-   with_png
-   with_makedepend
-@@ -251,6 +253,9 @@
+   with_lzma
+   with_lzo2
+@@ -333,6 +335,9 @@
--without-cocoa)  with_cocoa=0;;
--with-cocoa=*)   with_cocoa=$optarg;;
  
@@ -27,7 +27,7 @@ diff -burN openttd-0.6.0.orig/config.lib 
openttd-0.6.0/config.lib
--with-zlib)  with_zlib=2;;
--without-zlib)   with_zlib=0;;
--with-zlib=*)with_zlib=$optarg;;
-@@ -1049,6 +1054,11 @@
+@@ -1651,6 +1656,11 @@
fi
fi
  
@@ -39,11 +39,12 @@ diff -burN openttd-0.6.0.orig/config.lib 
openttd-0.6.0/config.lib
if [ $with_zlib != 0 ]; then
if [ $enable_static != 0 ]  [ $os != OSX ]; then
LIBS=$LIBS $zlib
 openttd-1.2.0-beta1/src/fileio.cpp.orig2011-12-24 10:13:06.0 
+0100
-+++ openttd-1.2.0-beta1/src/fileio.cpp 2011-12-29 14:58:18.100920008 +0100
-@@ -28,6 +28,10 @@
- #include sys/stat.h
- #include algorithm
+diff -dur -x '*.orig' -x '*.rej' -x '*~' openttd-1.4.0.orig/src/fileio.cpp 
openttd-1.4.0/src/fileio.cpp
+--- openttd-1.4.0.orig/src/fileio.cpp  2014-04-01 20:37:03.0 +0200
 openttd-1.4.0/src/fileio.cpp   2014-04-08 19:30:30.296888687 +0200
+@@ -32,6 +32,10 @@
+ #include basedir.h
+ #endif
  
 +#ifdef HOME_ETC
 +#include home_etc.h
@@ -52,15 +53,15 @@ diff -burN openttd-0.6.0.orig/config.lib 
openttd-0.6.0/config.lib
  /** Size of the #Fio data buffer. */
  #define FIO_BUFFER_SIZE 512
  
-@@ -1077,7 +1081,11 @@
-   find_directory(B_USER_SETTINGS_DIRECTORY, path);
-   const char *homedir = path.Path();
- #else
+@@ -1103,7 +1107,11 @@
+* or at least before something else touches the environment
+* variables in any way. It can also contain all kinds of
+* unvalidated data we rather not want internally. */
 +#ifdef HOME_ETC
-+  const char *hometdir = _HEdir;
++  const char *homedir = _HEdir;
 +#else
const char *homedir = getenv(HOME);
 +#endif
- 
-   if (homedir == NULL) {
-   const struct passwd *pw = getpwuid(getuid());
+   if (homedir != NULL) {
+   homedir = strndup(homedir, MAX_PATH);
+   }


 gitweb:


[packages/nml] Version: 0.2.4

2014-04-08 Thread jajcus
commit 2cf4ae7f7a69f3b1fad75eae1eb23a2a9f6d0f0f
Author: Jacek Konieczny jaj...@jajcus.net
Date:   Tue Apr 8 19:46:14 2014 +0200

Version: 0.2.4

 nml.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/nml.spec b/nml.spec
index e39347d..cd664ba 100644
--- a/nml.spec
+++ b/nml.spec
@@ -1,11 +1,11 @@
 Summary:   convert meta-languate to openttd's grf and/or nfo files
 Name:  nml
-Version:   0.2.3
+Version:   0.2.4
 Release:   1
 License:   GPL v2
 Group: Applications
-Source0:   
http://bundles.openttdcoop.org/nml/releases/0.2.3/%{name}-%{version}.src.tar.gz
-# Source0-md5: 7188dcfffa6037b1a0735a1be1cc7a30
+Source0:   
http://bundles.openttdcoop.org/nml/releases/0.2.4/%{name}-%{version}.src.tar.gz
+# Source0-md5: ef770edf2adab08546c87dc58c19504b
 URL:   https://dev.openttdcoop.org/projects/nml
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) = 1.234


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nml.git/commitdiff/2cf4ae7f7a69f3b1fad75eae1eb23a2a9f6d0f0f

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


DISTFILES: openttd: openttd-1.4.0-source.tar.xz

2014-04-08 Thread jajcus

Files fetched: 1

STORED: 
http://us.binaries.openttd.org/binaries/releases/1.4.0/openttd-1.4.0-source.tar.xz
aecab1565c861acd1b117d4830a09edc  openttd-1.4.0-source.tar.xz
Size: 6661904 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: nml: nml-0.2.4.src.tar.gz

2014-04-08 Thread jajcus

Files fetched: 1

STORED: http://bundles.openttdcoop.org/nml/releases/0.2.4/nml-0.2.4.src.tar.gz
ef770edf2adab08546c87dc58c19504b  nml-0.2.4.src.tar.gz
Size: 271892 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/openttd-opengfx] Version: 0.4.7

2014-04-08 Thread jajcus
commit 76f49e13f6ba2c357c5c4b6e106ab6f7d267ee63
Author: Jacek Konieczny jaj...@jajcus.net
Date:   Tue Apr 8 19:48:14 2014 +0200

Version: 0.4.7

 openttd-opengfx.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/openttd-opengfx.spec b/openttd-opengfx.spec
index a3b399b..48d098e 100644
--- a/openttd-opengfx.spec
+++ b/openttd-opengfx.spec
@@ -1,16 +1,16 @@
 Summary:   Open Source graphics base set for OpenTTD
 Summary(pl.UTF-8): Otwarty zestaw grafiki dla OpenTTD
 Name:  openttd-opengfx
-Version:   0.4.4
+Version:   0.4.7
 Release:   1
 License:   GPL v2+
 Group: Applications/Games
 Source0:   
http://bundles.openttdcoop.org/opengfx/releases/%{version}/opengfx-%{version}-source.tar.xz
-# Source0-md5: b6024a7d697b9589fe652da67b36e656
+# Source0-md5: 7b09917405da8ab39a9f5958b95ac126
 Patch0:%{name}-docs.patch
 URL:   http://wiki.openttd.org/Graphics_Replacement
 BuildRequires: grfcodec = 5.0.0
-BuildRequires: nml = 0.2.3
+BuildRequires: nml = 0.2.4
 BuildRequires: sed = 4.0
 BuildRequires: tar = 1:1.22
 BuildRequires: xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openttd-opengfx.git/commitdiff/76f49e13f6ba2c357c5c4b6e106ab6f7d267ee63

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


DISTFILES: openttd-opengfx: opengfx-0.4.7-source.tar.xz

2014-04-08 Thread jajcus

Files fetched: 1

STORED: 
http://bundles.openttdcoop.org/opengfx/releases/0.4.7/opengfx-0.4.7-source.tar.xz
7b09917405da8ab39a9f5958b95ac126  opengfx-0.4.7-source.tar.xz
Size: 9877548 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/openttd-openmsx] Do not remove the *.txt files from the pack

2014-04-08 Thread jajcus
commit 7eae567f8130902f4011c28845e181edecff4cc9
Author: Jacek Konieczny jaj...@jajcus.net
Date:   Tue Apr 8 19:58:54 2014 +0200

Do not remove the *.txt files from the pack

Those are used to display package details in the 'Game Options' window
of the game.

Release: 2

 openttd-openmsx.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/openttd-openmsx.spec b/openttd-openmsx.spec
index efbc475..a4ccdaf 100644
--- a/openttd-openmsx.spec
+++ b/openttd-openmsx.spec
@@ -2,7 +2,7 @@ Summary:Open source replacement for the original 
Transport Tycoon Deluxe (TTD)
 Summary(pl.UTF-8): Darmowy zastępnik dla oryginalnej muzki do gry 
Transport Tycoon Deluxe (TTD)
 Name:  openttd-openmsx
 Version:   0.3.1
-Release:   2
+Release:   3
 License:   GPL v2+
 Group: Applications/Games
 Source0:   
http://bundles.openttdcoop.org/openmsx/releases/%{version}/openmsx-%{version}-source.tar.gz
@@ -37,8 +37,8 @@ rm -rf $RPM_BUILD_ROOT
INSTALL_DIR=%{_datadir}/openttd/gm \
DESTDIR=$RPM_BUILD_ROOT
 
-# packaged in doc
-%{__rm} $RPM_BUILD_ROOT%{_datadir}/openttd/gm/openmsx-%{version}/*.txt
+# packaged in doc, but used by openttd!
+#%{__rm} $RPM_BUILD_ROOT%{_datadir}/openttd/gm/openmsx-%{version}/*.txt
 
 %clean
 rm -rf $RPM_BUILD_ROOT


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openttd-openmsx.git/commitdiff/7eae567f8130902f4011c28845e181edecff4cc9

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


[packages/syslog-ng] - up to 3.5.4.1

2014-04-08 Thread arekm
commit 82d1f148e602b4a002dc76256ee2360fd3138fae
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Tue Apr 8 20:07:43 2014 +0200

- up to 3.5.4.1

 syslog-ng.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/syslog-ng.spec b/syslog-ng.spec
index 6f98edd..69909fe 100644
--- a/syslog-ng.spec
+++ b/syslog-ng.spec
@@ -28,12 +28,12 @@ Summary:Syslog-ng - new generation of the system logger
 Summary(pl.UTF-8): Syslog-ng - systemowy demon logujący nowej generacji
 Summary(pt_BR.UTF-8):  Daemon de log nova geração
 Name:  syslog-ng
-Version:   3.5.2
-Release:   3
+Version:   3.5.4.1
+Release:   1
 License:   GPL v2+ with OpenSSL exception
 Group: Daemons
 Source0:   
http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/%{version}/source/%{name}_%{version}.tar.gz
-# Source0-md5: a54cbbe077363f112e5f6ff1ffd34fdb
+# Source0-md5: ff3bf223ebafbaa92b69a2d5b729f368
 Source1:   %{name}.init
 Source2:   %{name}.conf
 Source3:   %{name}.logrotate


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/syslog-ng.git/commitdiff/82d1f148e602b4a002dc76256ee2360fd3138fae

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


DISTFILES: syslog-ng: syslog-ng_3.5.4.1.tar.gz syslog-ng-ose-v3.5-guide-admin.pdf

2014-04-08 Thread arekm

Files fetched: 1

STORED: 
http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/3.5.4.1/source/syslog-ng_3.5.4.1.tar.gz
ff3bf223ebafbaa92b69a2d5b729f368  syslog-ng_3.5.4.1.tar.gz
Size: 3034040 bytes
ALREADY GOT: 
http://www.balabit.com/support/documentation/syslog-ng-ose-3.5-guides/en/syslog-ng-ose-v3.5-guide-admin/pdf/syslog-ng-ose-v3.5-guide-admin.pdf
4c3c7f679e430373375752534e61abee  syslog-ng-ose-v3.5-guide-admin.pdf


-- 
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/openttd-opengfx] Version: 0.5.0

2014-04-08 Thread jajcus
commit 798826884a5026ff336fb33d968ac22595e4b8c2
Author: Jacek Konieczny jaj...@jajcus.net
Date:   Tue Apr 8 20:36:11 2014 +0200

Version: 0.5.0

 openttd-opengfx-makefile.patch | 25 +
 openttd-opengfx.spec   | 12 +++-
 2 files changed, 32 insertions(+), 5 deletions(-)
---
diff --git a/openttd-opengfx.spec b/openttd-opengfx.spec
index 48d098e..e847776 100644
--- a/openttd-opengfx.spec
+++ b/openttd-opengfx.spec
@@ -1,13 +1,14 @@
 Summary:   Open Source graphics base set for OpenTTD
 Summary(pl.UTF-8): Otwarty zestaw grafiki dla OpenTTD
 Name:  openttd-opengfx
-Version:   0.4.7
+Version:   0.5.0
 Release:   1
 License:   GPL v2+
 Group: Applications/Games
-Source0:   
http://bundles.openttdcoop.org/opengfx/releases/%{version}/opengfx-%{version}-source.tar.xz
-# Source0-md5: 7b09917405da8ab39a9f5958b95ac126
+Source0:   
http://bundles.openttdcoop.org/opengfx/releases/%{version}/opengfx-%{version}-source.tar.gz
+# Source0-md5: 4700a9753e0bfeec1aa85f7fefe88bcd
 Patch0:%{name}-docs.patch
+Patch1:%{name}-makefile.patch
 URL:   http://wiki.openttd.org/Graphics_Replacement
 BuildRequires: grfcodec = 5.0.0
 BuildRequires: nml = 0.2.4
@@ -36,7 +37,7 @@ prawami autorskimi.
 %prep
 %setup -q -n opengfx-%{version}-source
 %patch0 -p1
-%{__sed} -i 's,$(INSTALL_DIR),$(DESTDIR)$(INSTALL_DIR),' 
scripts/Makefile.bundles
+%patch1 -p1
 
 %build
 %{__make}
@@ -44,9 +45,10 @@ prawami autorskimi.
 %install
 rm -rf $RPM_BUILD_ROOT
 
+touch opengfx-%{version}.tar
 %{__make} install \
INSTALL_DIR=%{_datadir}/openttd/data \
-   DESTDIR=$RPM_BUILD_ROOT
+   DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
diff --git a/openttd-opengfx-makefile.patch b/openttd-opengfx-makefile.patch
new file mode 100644
index 000..b2493f1
--- /dev/null
+++ b/openttd-opengfx-makefile.patch
@@ -0,0 +1,25 @@
+diff -dur opengfx-0.5.0-source.orig/Makefile opengfx-0.5.0-source/Makefile
+--- opengfx-0.5.0-source.orig/Makefile 2014-03-31 21:20:26.0 +0200
 opengfx-0.5.0-source/Makefile  2014-04-08 20:25:25.046918657 +0200
+@@ -240,7 +240,7 @@
+ #
+ lng: custom_tags.txt
+ 
+-custom_tags.txt: FORCE
++custom_tags.txt:
+   $(_E) [LNG] $@
+   $(_V) echo VERSION:$(REPO_VERSION_STRING)  $@
+   $(_V) echo VERSION_STRING :$(REPO_VERSION_STRING)  $@
+@@ -532,9 +532,9 @@
+   $(_E) Try calling 'make install -D INSTALL_DIR=path/to/install_dir'
+   $(_V) false
+ endif
+-  $(_E) [INSTALL] to $(INSTALL_DIR)
+-  $(_V) install -d $(INSTALL_DIR)
+-  $(_V) install -m644 $ $(INSTALL_DIR)
++  $(_E) [INSTALL] to $(DESTDIR)$(INSTALL_DIR)
++  $(_V) install -d $(DESTDIR)$(INSTALL_DIR)
++  $(_V) install -m644 $ $(DESTDIR)$(INSTALL_DIR)
+ 
+ # misc. convenience targets like 'langcheck'
+ -include $(SCRIPT_DIR)/Makefile_misc


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openttd-opengfx.git/commitdiff/798826884a5026ff336fb33d968ac22595e4b8c2

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


DISTFILES: openttd-opengfx: opengfx-0.5.0-source.tar.gz

2014-04-08 Thread jajcus

Files fetched: 1

STORED: 
http://bundles.openttdcoop.org/opengfx/releases/0.5.0/opengfx-0.5.0-source.tar.gz
4700a9753e0bfeec1aa85f7fefe88bcd  opengfx-0.5.0-source.tar.gz
Size: 11425153 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/DevIL] - release 12

2014-04-08 Thread qboosh
commit 9615b730c02246a5de18e5e9afa6785e62b4e8b9
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Tue Apr 8 20:43:51 2014 +0200

- release 12

 DevIL.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/DevIL.spec b/DevIL.spec
index 72550bb..9455aa6 100644
--- a/DevIL.spec
+++ b/DevIL.spec
@@ -15,7 +15,7 @@ Summary:  Full featured image library
 Summary(pl.UTF-8): Biblioteka obsługi obrazów z mnóstwem funkcji
 Name:  DevIL
 Version:   1.7.8
-Release:   11
+Release:   12
 License:   LGPL v2.1
 Group: Libraries
 Source0:   
http://downloads.sourceforge.net/openil/%{name}-%{version}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/DevIL.git/commitdiff/9615b730c02246a5de18e5e9afa6785e62b4e8b9

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


[packages/opencv] - release 3 (OpenEXR soname change)

2014-04-08 Thread qboosh
commit 498275300c276236d561099dea63c3ad6080cdfb
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Tue Apr 8 20:48:07 2014 +0200

- release 3 (OpenEXR soname change)

 opencv.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/opencv.spec b/opencv.spec
index c0b1e7e..8dcbc4d 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -41,7 +41,7 @@ Summary:  A library of programming functions mainly aimed 
at real time computer v
 Summary(pl.UTF-8): Biblioteka funkcji do grafiki komputerowej w czasie 
rzeczywistym
 Name:  opencv
 Version:   2.4.8
-Release:   2
+Release:   3
 Epoch: 1
 %if %{with unicap} || %{with xine}
 License:   GPL (enforced by used libraries), BSD (opencv itself)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/opencv.git/commitdiff/498275300c276236d561099dea63c3ad6080cdfb

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


DISTFILES: ERROR fetching sources for bash (8268d26)

2014-04-08 Thread glen
cannot git fetch bash from branch 8268d26;
fatal: Couldn't find remote ref 8268d26

exited with code 128

-- 
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: ERROR fetching sources for bash (8268d26)

2014-04-08 Thread glen
cannot git fetch bash from branch 8268d26;
fatal: Couldn't find remote ref 8268d26

exited with code 128

-- 
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: ERROR fetching sources for bash (8268d26)

2014-04-08 Thread glen
cannot git fetch bash from branch 8268d26;
fatal: Couldn't find remote ref 8268d26

exited with code 128

-- 
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: ERROR fetching sources for bash (8268d26)

2014-04-08 Thread glen
cannot git fetch bash from branch 8268d26;
fatal: Couldn't find remote ref 8268d26

exited with code 128

-- 
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: ERROR fetching sources for bash (8268d26)

2014-04-08 Thread glen
cannot git fetch bash from branch 8268d26;
fatal: Couldn't find remote ref 8268d26

exited with code 128

-- 
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: ERROR fetching sources for bash (8268d26)

2014-04-08 Thread glen
cannot git fetch bash from branch 8268d26;
fatal: Couldn't find remote ref 8268d26

exited with code 128

-- 
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: ERROR fetching sources for bash (8268d26)

2014-04-08 Thread glen
cannot git fetch bash from branch 8268d26;
fatal: Couldn't find remote ref 8268d26

exited with code 128

-- 
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/bash] Created tag df-test1

2014-04-08 Thread glen
The lightweight tag 'df-test1' was created pointing to:

 8268d26... - up to 4.3.8
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: bash: bash-4.3.tar.gz bash-non-english-man-pages.tar.bz2

2014-04-08 Thread glen

Files fetched: 0

ALREADY GOT: http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz
81348932d5da294953e15d4814c74dd1  bash-4.3.tar.gz
ALREADY GOT: 
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/bash-non-english-man-pages.tar.bz2
d2aacf89c4a444c5da648da69afdb01a  bash-non-english-man-pages.tar.bz2


-- 
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: bash: bash-4.3.tar.gz bash-non-english-man-pages.tar.bz2

2014-04-08 Thread glen

Files fetched: 0

ALREADY GOT: http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz
81348932d5da294953e15d4814c74dd1  bash-4.3.tar.gz
ALREADY GOT: 
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/bash-non-english-man-pages.tar.bz2
d2aacf89c4a444c5da648da69afdb01a  bash-non-english-man-pages.tar.bz2


-- 
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/bash] Created branch df-test2

2014-04-08 Thread glen
The branch 'df-test2' was created.

Summary of new commits:

  352e613... use df to fetch sources. again
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/bash/df-test2] use df to fetch sources. again

2014-04-08 Thread glen
commit 352e61347d528856dfc119254d476c545e2e19da
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Apr 8 22:02:27 2014 +0300

use df to fetch sources. again

 bash43-001 |  58 ---
 bash43-002 |  62 
 bash43-003 |  48 
 bash43-004 |  47 
 bash43-005 |  63 -
 bash43-006 |  48 
 bash43-007 |  50 
 bash43-008 | 188 -
 sources|  53 +++--
 9 files changed, 8 insertions(+), 609 deletions(-)
---
diff --git a/bash43-001 b/bash43-001
deleted file mode 100644
index ea1c6b2..000
--- a/bash43-001
+++ /dev/null
@@ -1,58 +0,0 @@
-BASH PATCH REPORT
-=
-
-Bash-Release:  4.3
-Patch-ID:  bash43-001
-
-Bug-Reported-by:   NBaH n...@sfr.fr
-Bug-Reference-ID:  ler0b5$iu9$1...@speranza.aioe.org
-Bug-Reference-URL: 
http://lists.gnu.org/archive/html/bug-bash/2014-02/msg00092.html
-
-Bug-Description:
-
-A missing check for a valid option prevented `test -R' from working.  There
-is another problem that causes bash to look up the wrong variable name when
-processing the argument to `test -R'.
-
-Patch (apply with `patch -p0'):
-
-*** ../bash-4.3/test.c 2014-02-04 16:52:58.0 -0500
 test.c 2014-02-28 21:22:44.0 -0500
-***
-*** 647,652 
-  
-  case 'R':
-!   v = find_variable (arg);
-!   return (v  invisible_p (v) == 0  var_isset (v)  nameref_p (v) ? 
TRUE : FALSE);
-  }
-  
 647,652 
-  
-  case 'R':
-!   v = find_variable_noref (arg);
-!   return ((v  invisible_p (v) == 0  var_isset (v)  nameref_p (v)) 
? TRUE : FALSE);
-  }
-  
-***
-*** 724,727 
 724,728 
-  case 'u': case 'v': case 'w': case 'x': case 'z':
-  case 'G': case 'L': case 'O': case 'S': case 'N':
-+ case 'R':
-return (1);
-  }
-*** ../bash-4.3/patchlevel.h   2012-12-29 10:47:57.0 -0500
 patchlevel.h   2014-03-20 20:01:28.0 -0400
-***
-*** 26,30 
- looks for to find the patch level (for the sccs version string). */
-  
-! #define PATCHLEVEL 0
-  
-  #endif /* _PATCHLEVEL_H_ */
 26,30 
- looks for to find the patch level (for the sccs version string). */
-  
-! #define PATCHLEVEL 1
-  
-  #endif /* _PATCHLEVEL_H_ */
diff --git a/bash43-002 b/bash43-002
deleted file mode 100644
index 735b7b8..000
--- a/bash43-002
+++ /dev/null
@@ -1,62 +0,0 @@
-BASH PATCH REPORT
-=
-
-Bash-Release:  4.3
-Patch-ID:  bash43-002
-
-Bug-Reported-by:   Moe Tunes moetune...@gmail.com
-Bug-Reference-ID:  53103f49.3070...@gmail.com
-Bug-Reference-URL: 
http://lists.gnu.org/archive/html/bug-bash/2014-02/msg00086.html
-
-Bug-Description:
-
-A change to save state while running the DEBUG trap caused pipelines to hang
-on systems which need process group synchronization while building pipelines.
-
-Patch (apply with `patch -p0'):
-
-*** ../bash-4.3/trap.c 2014-02-05 10:03:21.0 -0500
 trap.c 2014-02-28 09:51:43.0 -0500
-***
-*** 921,925 
-  
-  #if defined (JOB_CONTROL)
-!   save_pipeline (1); /* XXX only provides one save level */
-  #endif
-  
 921,926 
-  
-  #if defined (JOB_CONTROL)
-!   if (sig != DEBUG_TRAP) /* run_debug_trap does this */
-!  save_pipeline (1);  /* XXX only provides one save level */
-  #endif
-  
-***
-*** 941,945 
-  
-  #if defined (JOB_CONTROL)
-!   restore_pipeline (1);
-  #endif
-  
 942,947 
-  
-  #if defined (JOB_CONTROL)
-!   if (sig != DEBUG_TRAP) /* run_debug_trap does this */
-!  restore_pipeline (1);
-  #endif
-  
-*** ../bash-4.3/patchlevel.h   2012-12-29 10:47:57.0 -0500
 patchlevel.h   2014-03-20 20:01:28.0 -0400
-***
-*** 26,30 
- looks for to find the patch level (for the sccs version string). */
-  
-! #define PATCHLEVEL 1
-  
-  #endif /* _PATCHLEVEL_H_ */
 26,30 
- looks for to find the patch level (for the sccs version string). */
-  
-! #define PATCHLEVEL 2
-  
-  #endif /* _PATCHLEVEL_H_ */
diff --git a/bash43-003 b/bash43-003
deleted file mode 100644
index 0f32f41..000
--- a/bash43-003
+++ /dev/null
@@ -1,48 +0,0 @@
-BASH PATCH REPORT
-=
-
-Bash-Release:  4.3
-Patch-ID:  bash43-003
-
-Bug-Reported-by:   Anatol Pomozov anatol.pomo...@gmail.com
-Bug-Reference-ID:  
caomfomxy3mt2so5gq5f-smcvarquaebwz2qkzgctmexjode...@mail.gmail.com
-Bug-Reference-URL: 
http://lists.gnu.org/archive/html/bug-readline/2014-03/msg00010.html
-
-Bug-Description:
-
-When in callback mode, some readline commands can cause readline to seg
-fault by passing invalid contexts to 

DISTFILES: bash: ERRORS: bash43-001 bash43-002 bash43-003 bash43-004 bash43-005 bash43-006 bash43-007 bash43-008 bash-4.3.tar.gz bash-non-english-man-pages.tar.bz2

2014-04-08 Thread glen
scp problems: scp -pr -B -q 
./tmp/b287b1f5-ca49-4e18-a928-3436bf6a155f/1ab682b4e36afa4cf1b426aa7ac81c0d/ 
pldd...@ep09.pld-linux.org:ftp//by-md5/1/a:
scp: ftp//by-md5/1/a: Permission denied

The command has exited with a non-zero status.
scp problems: scp -pr -B -q 
./tmp/b287b1f5-ca49-4e18-a928-3436bf6a155f/8fc22cf50ec85da00f6af3d66f7ddc1b/ 
pldd...@ep09.pld-linux.org:ftp//by-md5/8/f:
scp: ftp//by-md5/8/f: Permission denied

The command has exited with a non-zero status.
scp problems: scp -pr -B -q 
./tmp/b287b1f5-ca49-4e18-a928-3436bf6a155f/a41728eca78858758e26b5dea64ae506/ 
pldd...@ep09.pld-linux.org:ftp//by-md5/a/4:
scp: ftp//by-md5/a/4: Permission denied

The command has exited with a non-zero status.
scp problems: scp -pr -B -q 
./tmp/b287b1f5-ca49-4e18-a928-3436bf6a155f/bf8d53d227829d67235927689a03cc7a/ 
pldd...@ep09.pld-linux.org:ftp//by-md5/b/f:
scp: ftp//by-md5/b/f: Permission denied

The command has exited with a non-zero status.
scp problems: scp -pr -B -q 
./tmp/b287b1f5-ca49-4e18-a928-3436bf6a155f/c0c00935c8b876e8ab77e7be7d15/ 
pldd...@ep09.pld-linux.org:ftp//by-md5/c/0:
scp: ftp//by-md5/c/0: Permission denied

The command has exited with a non-zero status.
scp problems: scp -pr -B -q 
./tmp/b287b1f5-ca49-4e18-a928-3436bf6a155f/6f01e364cd092faa28dd7119f47ddb5f/ 
pldd...@ep09.pld-linux.org:ftp//by-md5/6/f:
scp: ftp//by-md5/6/f: Permission denied

The command has exited with a non-zero status.
scp problems: scp -pr -B -q 
./tmp/b287b1f5-ca49-4e18-a928-3436bf6a155f/dcf471d222bcd83283d3094e6ceeb6f8/ 
pldd...@ep09.pld-linux.org:ftp//by-md5/d/c:
scp: ftp//by-md5/d/c: Permission denied

The command has exited with a non-zero status.
scp problems: scp -pr -B -q 
./tmp/b287b1f5-ca49-4e18-a928-3436bf6a155f/f7553416646dc26c266454c78a916d36/ 
pldd...@ep09.pld-linux.org:ftp//by-md5/f/7:
scp: ftp//by-md5/f/7: Permission denied

The command has exited with a non-zero status.

Files fetched: 0

ALREADY GOT: http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz
81348932d5da294953e15d4814c74dd1  bash-4.3.tar.gz
ALREADY GOT: 
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/bash-non-english-man-pages.tar.bz2
d2aacf89c4a444c5da648da69afdb01a  bash-non-english-man-pages.tar.bz2


-- 
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: bash: ERRORS: bash43-001 bash43-002 bash43-003 bash43-004 bash43-005 bash43-006 bash43-007 bash43-008 bash-4.3.tar.gz bash-non-english-man-pages.tar.bz2

2014-04-08 Thread glen
scp problems: scp -pr -B -q 
./tmp/9d4d8d7e-8aa8-47dc-97dd-a6472c9acd17/1ab682b4e36afa4cf1b426aa7ac81c0d/ 
pldd...@ep09.pld-linux.org:ftp//by-md5/1/a:
scp: ftp//by-md5/1/a: Permission denied

The command has exited with a non-zero status.
scp problems: scp -pr -B -q 
./tmp/9d4d8d7e-8aa8-47dc-97dd-a6472c9acd17/8fc22cf50ec85da00f6af3d66f7ddc1b/ 
pldd...@ep09.pld-linux.org:ftp//by-md5/8/f:
scp: ftp//by-md5/8/f: Permission denied

The command has exited with a non-zero status.
scp problems: scp -pr -B -q 
./tmp/9d4d8d7e-8aa8-47dc-97dd-a6472c9acd17/a41728eca78858758e26b5dea64ae506/ 
pldd...@ep09.pld-linux.org:ftp//by-md5/a/4:
scp: ftp//by-md5/a/4: Permission denied

The command has exited with a non-zero status.
scp problems: scp -pr -B -q 
./tmp/9d4d8d7e-8aa8-47dc-97dd-a6472c9acd17/bf8d53d227829d67235927689a03cc7a/ 
pldd...@ep09.pld-linux.org:ftp//by-md5/b/f:
scp: ftp//by-md5/b/f: Permission denied

The command has exited with a non-zero status.
scp problems: scp -pr -B -q 
./tmp/9d4d8d7e-8aa8-47dc-97dd-a6472c9acd17/c0c00935c8b876e8ab77e7be7d15/ 
pldd...@ep09.pld-linux.org:ftp//by-md5/c/0:
scp: ftp//by-md5/c/0: Permission denied

The command has exited with a non-zero status.
scp problems: scp -pr -B -q 
./tmp/9d4d8d7e-8aa8-47dc-97dd-a6472c9acd17/6f01e364cd092faa28dd7119f47ddb5f/ 
pldd...@ep09.pld-linux.org:ftp//by-md5/6/f:
scp: ftp//by-md5/6/f: Permission denied

The command has exited with a non-zero status.
scp problems: scp -pr -B -q 
./tmp/9d4d8d7e-8aa8-47dc-97dd-a6472c9acd17/dcf471d222bcd83283d3094e6ceeb6f8/ 
pldd...@ep09.pld-linux.org:ftp//by-md5/d/c:
scp: ftp//by-md5/d/c: Permission denied

The command has exited with a non-zero status.
scp problems: scp -pr -B -q 
./tmp/9d4d8d7e-8aa8-47dc-97dd-a6472c9acd17/f7553416646dc26c266454c78a916d36/ 
pldd...@ep09.pld-linux.org:ftp//by-md5/f/7:
scp: ftp//by-md5/f/7: Permission denied

The command has exited with a non-zero status.

Files fetched: 0

ALREADY GOT: http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz
81348932d5da294953e15d4814c74dd1  bash-4.3.tar.gz
ALREADY GOT: 
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/bash-non-english-man-pages.tar.bz2
d2aacf89c4a444c5da648da69afdb01a  bash-non-english-man-pages.tar.bz2


-- 
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: bash: bash43-001 bash43-002 bash43-003 bash43-004 bash43-005 bash43-006 bash43-007 bash43-008 bash-4.3.tar.gz bash-non-english-man-pages.tar.bz2

2014-04-08 Thread glen

Files fetched: 8

STORED: http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-001
1ab682b4e36afa4cf1b426aa7ac81c0d  bash43-001
Size: 1617 bytes
STORED: http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-002
8fc22cf50ec85da00f6af3d66f7ddc1b  bash43-002
Size: 1594 bytes
STORED: http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-003
a41728eca78858758e26b5dea64ae506  bash43-003
Size: 1465 bytes
STORED: http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-004
bf8d53d227829d67235927689a03cc7a  bash43-004
Size: 1534 bytes
STORED: http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-005
c0c00935c8b876e8ab77e7be7d15  bash43-005
Size: 2636 bytes
STORED: http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-006
6f01e364cd092faa28dd7119f47ddb5f  bash43-006
Size: 1445 bytes
STORED: http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-007
dcf471d222bcd83283d3094e6ceeb6f8  bash43-007
Size: 1331 bytes
STORED: http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-008
f7553416646dc26c266454c78a916d36  bash43-008
Size: 4575 bytes
ALREADY GOT: http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz
81348932d5da294953e15d4814c74dd1  bash-4.3.tar.gz
ALREADY GOT: 
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/bash-non-english-man-pages.tar.bz2
d2aacf89c4a444c5da648da69afdb01a  bash-non-english-man-pages.tar.bz2


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


[PLDWWW] page changed: infrastructure:distfiles

2014-04-08 Thread Elan Ruusamäe (glen)
add make df request help

--- https://www.pld-linux.org/infrastructure/distfiles?rev=1396235716
+++ https://www.pld-linux.org/infrastructure/distfiles
@@ -1,5 +1,15 @@
  == Distfiles ==
+ 
+ = Manually forcing distfiles fetch =
+ 
+ use ''make-request'' ''-df'' paramter:
+ 
+ code
+ $ ./make-request.sh -n bash:master -df
+ Distfiles Request: bash:master via /usr/sbin/sendmail
+ /code
+ 
  
  = Dropin =
  
* Uploading to dropin can be done using ''scp'' to either 
dro...@dropin.pld-linux.org or distfi...@dropin.pld-linux.org.


Diff URL:
  
https://www.pld-linux.org/infrastructure/distfiles?do=diffr1=1396235716r2=1396984590
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[PLDWWW] page changed: infrastructure:distfiles

2014-04-08 Thread Elan Ruusamäe (glen)
add brief

--- https://www.pld-linux.org/infrastructure/distfiles?rev=1396984590
+++ https://www.pld-linux.org/infrastructure/distfiles
@@ -1,5 +1,11 @@
  == Distfiles ==
+ 
+ PLD 
[[http://git.pld-linux.org/cgi-bin/cgit.cgi/projects/distfiles.git/|distfiles]] 
handles storing external sources in distfiles.
+ 
+ The files are stored under ''/distfiles/by-md5/X/Y/HASH/FILENAME'',
+ for example: 
''/distfiles/by-md5/8/1/81348932d5da294953e15d4814c74dd1/bash-4.3.tar.gz''. 
files in distfiles itself are accessible by ''http'' and ''ftp'' protocols.
+ 
  
  = Manually forcing distfiles fetch =
  
  use ''make-request'' ''-df'' paramter:


Diff URL:
  
https://www.pld-linux.org/infrastructure/distfiles?do=diffr1=1396984590r2=1396985174
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[PLDWWW] page changed: infrastructure:distfiles

2014-04-08 Thread Elan Ruusamäe (glen)
describe sources file

--- https://www.pld-linux.org/infrastructure/distfiles?rev=1396985174
+++ https://www.pld-linux.org/infrastructure/distfiles
@@ -4,8 +4,18 @@
  
  The files are stored under ''/distfiles/by-md5/X/Y/HASH/FILENAME'',
  for example: 
''/distfiles/by-md5/8/1/81348932d5da294953e15d4814c74dd1/bash-4.3.tar.gz''. 
files in distfiles itself are accessible by ''http'' and ''ftp'' protocols.
  
+ = Using sources file =
+ 
+ Besides indicating with ''# SourceX-md5'' that source should be stored in 
distfiles,
+ a combination of distfiles handler and builder macros, allow to use 
''sources'' file.
+ 
+ ''sources'' file format: ''MD5-HASH *FILENAME'', the asterisk is ignored. for 
example:
+ code - sources
+ bf8d53d227829d67235927689a03cc7a  bash43-004
+ c0c00935c8b876e8ab77e7be7d15 *bash43-005
+ /code
  
  = Manually forcing distfiles fetch =
  
  use ''make-request'' ''-df'' paramter:
@@ -26,6 +36,5 @@
  * Stale files get deleted after 30 days by tmpwatch.
* The scripts responsible for sending the files from dropin to distfiles 
(and then deleting them from dropin) are in ''~dfadm/distfiles''.
  * ''run-ff.sh'' is run from dfadm's crontab every minute.
  * ''chmodd.sh'' is a simple inotifywait-based script that always runs in 
the background (started from ''rc.local'' on system boot) and does a proper 
chmod on all uploaded files.
- 
  


Diff URL:
  
https://www.pld-linux.org/infrastructure/distfiles?do=diffr1=1396985174r2=1396985704
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[PLDWWW] page changed: infrastructure:distfiles

2014-04-08 Thread Elan Ruusamäe (glen)
[Using sources file] 

--- https://www.pld-linux.org/infrastructure/distfiles?rev=1396985704
+++ https://www.pld-linux.org/infrastructure/distfiles
@@ -15,8 +15,13 @@
  bf8d53d227829d67235927689a03cc7a  bash43-004
  c0c00935c8b876e8ab77e7be7d15 *bash43-005
  /code
  
+ As you can see, there's no url in that file, to indicate where to fetch, You 
should have ''SourceX'' with same basename in your ''.spec'':
+ code rpmspec
+ Patch10004: http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-004
+ Patch10005: http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-005
+ /code
  = Manually forcing distfiles fetch =
  
  use ''make-request'' ''-df'' paramter:
  


Diff URL:
  
https://www.pld-linux.org/infrastructure/distfiles?do=diffr1=1396985704r2=1396985843
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[PLDWWW] page changed: infrastructure:distfiles

2014-04-08 Thread Elan Ruusamäe (glen)
[Using sources file] 

--- https://www.pld-linux.org/infrastructure/distfiles?rev=1396985843
+++ https://www.pld-linux.org/infrastructure/distfiles
@@ -19,8 +19,27 @@
  As you can see, there's no url in that file, to indicate where to fetch, You 
should have ''SourceX'' with same basename in your ''.spec'':
  code rpmspec
  Patch10004: http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-004
  Patch10005: http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-005
+ /code
+ 
+  patchset macro 
+ 
+ Listing sources in ''.spec'' and ''sources'' file can be annoying and 
duplicate work.
+ 
+ Therefore ''%patchset_source'' macro was created.
+ 
+ in Preamble define ''%patchset_source'' to inject to ''.spec'' file extra 
''SourceX'' definitions:
+ code rpmspec
+ %patchset_source -f http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-%03g 
1 %{patchlevel}
+ /code
+ 
+ this would parse:
+ code
+ $ rpm -E '%patchset_source -f 
http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-%03g 1 3'
+ Patch10001: http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-001
+ Patch10002: http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-002
+ Patch10003: http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-003 
  /code
  = Manually forcing distfiles fetch =
  
  use ''make-request'' ''-df'' paramter:


Diff URL:
  
https://www.pld-linux.org/infrastructure/distfiles?do=diffr1=1396985843r2=1396985933
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/bash] Deleted branch df-test2

2014-04-08 Thread glen
The branch 'df-test2' was deleted at 352e61347d528856dfc119254d476c545e2e19da.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/bash] use df to fetch sources. again

2014-04-08 Thread glen
Summary of changes:

  352e613... use df to fetch sources. again (*)

(*) This commit already existed in another branch; no separate mail sent
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/bash] Deleted branch df-sources

2014-04-08 Thread glen
The branch 'df-sources' was deleted at 9ab99e9e41bfaafd5833fc94729abe38a1a777c7.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/readline] - rel 2; really apply patches (glen)

2014-04-08 Thread arekm
commit 1a1206d547f6f35b282b3baf113139c7340f4504
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Tue Apr 8 21:52:04 2014 +0200

- rel 2; really apply patches (glen)

 readline.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/readline.spec b/readline.spec
index 9cacd85..7daecce 100644
--- a/readline.spec
+++ b/readline.spec
@@ -13,7 +13,7 @@ Summary(tr.UTF-8):Terminalden satır okumak için 
kullanılan bir kitaplık
 Summary(uk.UTF-8): Бібліотека для читання стрічок з терміналу
 Name:  readline
 Version:   %{ver}%{?patchlevel:.%{patchlevel}}
-Release:   1
+Release:   2
 License:   GPL v3+
 Group: Libraries
 Source0:   http://ftp.gnu.org/gnu/readline/%{name}-%{ver}.tar.gz
@@ -186,6 +186,8 @@ Bibliotecas estáticas para desenvolvimento com readline.
 
 %prep
 %setup -q -n %{name}-%{ver}
+# official patches
+%{?patchlevel:%patchset_patch 1 %{patchlevel}}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/readline.git/commitdiff/1a1206d547f6f35b282b3baf113139c7340f4504

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


[packages/readline] - rel 3; really apply patches

2014-04-08 Thread arekm
commit f67bb1e6f36524e4ad19ecc02f3e0af3ef5b271f
Author: Arkadiusz Miśkiewicz ar...@maven.pl
Date:   Tue Apr 8 21:55:57 2014 +0200

- rel 3; really apply patches

 readline.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/readline.spec b/readline.spec
index 7daecce..ce3d02a 100644
--- a/readline.spec
+++ b/readline.spec
@@ -13,7 +13,7 @@ Summary(tr.UTF-8):Terminalden satır okumak için 
kullanılan bir kitaplık
 Summary(uk.UTF-8): Бібліотека для читання стрічок з терміналу
 Name:  readline
 Version:   %{ver}%{?patchlevel:.%{patchlevel}}
-Release:   2
+Release:   3
 License:   GPL v3+
 Group: Libraries
 Source0:   http://ftp.gnu.org/gnu/readline/%{name}-%{ver}.tar.gz
@@ -187,7 +187,7 @@ Bibliotecas estáticas para desenvolvimento com readline.
 %prep
 %setup -q -n %{name}-%{ver}
 # official patches
-%{?patchlevel:%patchset_patch 1 %{patchlevel}}
+%{?patchlevel:%patchset_patch -p2 1 %{patchlevel}}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/readline.git/commitdiff/f67bb1e6f36524e4ad19ecc02f3e0af3ef5b271f

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


[packages/readline] (4 commits) Created branch df

2014-04-08 Thread glen
The branch 'df' was created.

Summary of new commits:

  1a1206d... - rel 2; really apply patches (glen) (*)
  f67bb1e... - rel 3; really apply patches (*)
  3209ae2... move upstream patches to distfiles; actually apply the patc
  9ca6efd... Merge branch 'df'

(*) This commit already existed in another branch; no separate mail sent
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/readline/df: 3/4] move upstream patches to distfiles; actually apply the patches

2014-04-08 Thread glen
commit 3209ae2822a7ad50cde44b213ccd64529e359ac2
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Apr 8 22:52:54 2014 +0300

move upstream patches to distfiles; actually apply the patches

 readline.spec  |  4 +++-
 readline63-001 | 43 ---
 readline63-002 | 44 
 readline63-003 | 47 ---
 sources|  3 +++
 5 files changed, 6 insertions(+), 135 deletions(-)
---
diff --git a/readline.spec b/readline.spec
index 9cacd85..a598d43 100644
--- a/readline.spec
+++ b/readline.spec
@@ -13,7 +13,7 @@ Summary(tr.UTF-8):Terminalden satır okumak için 
kullanılan bir kitaplık
 Summary(uk.UTF-8): Бібліотека для читання стрічок з терміналу
 Name:  readline
 Version:   %{ver}%{?patchlevel:.%{patchlevel}}
-Release:   1
+Release:   2
 License:   GPL v3+
 Group: Libraries
 Source0:   http://ftp.gnu.org/gnu/readline/%{name}-%{ver}.tar.gz
@@ -186,6 +186,8 @@ Bibliotecas estáticas para desenvolvimento com readline.
 
 %prep
 %setup -q -n %{name}-%{ver}
+# official patches
+%{?patchlevel:%patchset_patch -p2 1 %{patchlevel}}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
diff --git a/readline63-001 b/readline63-001
deleted file mode 100644
index bae6a2f..000
--- a/readline63-001
+++ /dev/null
@@ -1,43 +0,0 @@
-  READLINE PATCH REPORT
-  =
-
-Readline-Release: 6.3
-Patch-ID: readline63-001
-
-Bug-Reported-by:   Daan van Rossum d...@flash.uchicago.edu
-Bug-Reference-ID:  20140307072523.ga14...@flash.uchicago.edu
-Bug-Reference-URL: 
-
-Bug-Description:
-
-The `.' command in vi mode cannot undo multi-key commands beginning with
-`c', `d', and `y' (command plus motion specifier).
-
-Patch (apply with `patch -p0'):
-
-*** ../readline-6.3/readline.c 2013-10-28 14:58:06.0 -0400
 readline.c 2014-03-07 15:20:33.0 -0500
-***
-*** 965,969 
-if (rl_editing_mode == vi_mode  _rl_keymap == vi_movement_keymap 
-key != ANYOTHERKEY 
-!   rl_key_sequence_length == 1  /* XXX */
-_rl_vi_textmod_command (key))
-  _rl_vi_set_last (key, rl_numeric_arg, rl_arg_sign);
 965,969 
-if (rl_editing_mode == vi_mode  _rl_keymap == vi_movement_keymap 
-key != ANYOTHERKEY 
-!   _rl_dispatching_keymap == vi_movement_keymap 
-_rl_vi_textmod_command (key))
-  _rl_vi_set_last (key, rl_numeric_arg, rl_arg_sign);
-*** ../readline-6.3/patchlevel 2013-11-15 08:11:11.0 -0500
 patchlevel 2014-03-21 08:28:40.0 -0400
-***
-*** 1,3 
-  # Do not edit -- exists only for use by patch
-  
-! 5
 1,3 
-  # Do not edit -- exists only for use by patch
-  
-! 1
diff --git a/readline63-002 b/readline63-002
deleted file mode 100644
index 0e79f13..000
--- a/readline63-002
+++ /dev/null
@@ -1,44 +0,0 @@
-  READLINE PATCH REPORT
-  =
-
-Readline-Release: 6.3
-Patch-ID: readline63-002
-
-Bug-Reported-by:   Anatol Pomozov anatol.pomo...@gmail.com
-Bug-Reference-ID:  
caomfomxy3mt2so5gq5f-smcvarquaebwz2qkzgctmexjode...@mail.gmail.com
-Bug-Reference-URL: 
http://lists.gnu.org/archive/html/bug-readline/2014-03/msg00010.html
-
-Bug-Description:
-
-When in callback mode, some readline commands can cause readline to seg
-fault by passing invalid contexts to callback functions.
-
-Patch (apply with `patch -p0'):
-
-*** ../readline-6.3/readline.c 2013-10-28 14:58:06.0 -0400
 readline.c 2014-03-10 14:15:02.0 -0400
-***
-*** 745,749 
-  
-RL_CHECK_SIGNALS ();
-!   if (r == 0)/* success! */
-  {
-_rl_keyseq_chain_dispose ();
 745,750 
-  
-RL_CHECK_SIGNALS ();
-!   /* We only treat values  0 specially to simulate recursion. */
-!   if (r = 0 || (r == -1  (cxt-flags  KSEQ_SUBSEQ) == 0))/* 
success! or failure! */
-  {
-_rl_keyseq_chain_dispose ();
-*** ../readline-6.3/patchlevel 2013-11-15 08:11:11.0 -0500
 patchlevel 2014-03-21 08:28:40.0 -0400
-***
-*** 1,3 
-  # Do not edit -- exists only for use by patch
-  
-! 1
 1,3 
-  # Do not edit -- exists only for use by patch
-  
-! 2
diff --git a/readline63-003 b/readline63-003
deleted file mode 100644
index d2cad94..000
--- a/readline63-003
+++ /dev/null
@@ -1,47 +0,0 @@
-  READLINE PATCH REPORT
-  =
-
-Readline-Release: 6.3
-Patch-ID: readline63-003
-
-Bug-Reported-by:
-Bug-Reference-ID:
-Bug-Reference-URL:
-
-Bug-Description:
-
-There are debugging functions in the readline release that are theoretically
-exploitable as security problems.  They are not public functions, but have
-global linkage.
-
-Patch (apply with `patch -p0'):
-
-*** ../readline-6.3/util.c 

[packages/kmod] - nicer python- description, License

2014-04-08 Thread qboosh
commit ff466d50c1b904d541948701c8061b9b9ce81618
Author: Jakub Bogusz qbo...@pld-linux.org
Date:   Tue Apr 8 22:02:32 2014 +0200

- nicer python- description, License

 kmod.spec | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/kmod.spec b/kmod.spec
index d40cf54..51c22b9 100644
--- a/kmod.spec
+++ b/kmod.spec
@@ -107,16 +107,17 @@ bash-completion for kmod utilities.
 Bashowe uzupełnianie nazw dla narzędzi kmod.
 
 %package -n python-kmod
-Summary:   kmod Python bindings
-Summary(pl.UTF-8): Dowiązania do kmod dla Pythona
+Summary:   Python binding for kmod API
+Summary(pl.UTF-8): Wiązania Pythona do API kmod
+License:   LGPL v2.1+
 Group: Development/Languages/Python
 Requires:  %{name}-libs = %{version}-%{release}
 
 %description -n python-kmod
-kmod Python bindings.
+Python binding for kmod API.
 
 %description -n python-kmod -l pl.UTF-8
-Dowiązania do kmod dla Pythona.
+Wiązania Pythona do API kmod.
 
 %prep
 %setup -q


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kmod.git/commitdiff/ff466d50c1b904d541948701c8061b9b9ce81618

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


[packages/readline] (6 commits) Created branch df

2014-04-08 Thread glen
The branch 'df' was created.

Summary of new commits:

  1a1206d... - rel 2; really apply patches (glen) (*)
  f67bb1e... - rel 3; really apply patches (*)
  3209ae2... move upstream patches to distfiles; actually apply the patc
  9ca6efd... Merge branch 'df'
  4a3b205... move upstream patches to distfiles
  c18f920... always define patchset, use patchlevel 0 if there are no pa

(*) This commit already existed in another branch; no separate mail sent
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/readline] Deleted branch df

2014-04-08 Thread glen
The branch 'df' was deleted at 9ca6efd3c8a2b2b877f1eb0a0a679b33a7830e79.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/readline/df: 5/6] move upstream patches to distfiles

2014-04-08 Thread glen
commit 4a3b205a89ef641606c5da77100c20e9f72089d6
Merge: f67bb1e 9ca6efd
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Apr 8 22:59:46 2014 +0300

move upstream patches to distfiles

Merge branch 'df'

 readline63-001 | 43 ---
 readline63-002 | 44 
 readline63-003 | 47 ---
 sources|  3 +++
 4 files changed, 3 insertions(+), 134 deletions(-)
---


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/readline.git/commitdiff/c18f9202122289fbaa4824680921ff0c3b3764bc

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


[packages/readline/df: 6/6] always define patchset, use patchlevel 0 if there are no patches

2014-04-08 Thread glen
commit c18f9202122289fbaa4824680921ff0c3b3764bc
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Apr 8 23:03:25 2014 +0300

always define patchset, use patchlevel 0 if there are no patches

 readline.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/readline.spec b/readline.spec
index ce3d02a..a133508 100644
--- a/readline.spec
+++ b/readline.spec
@@ -24,7 +24,7 @@ Patch1:   %{name}-info.patch
 Patch2:%{name}-header.patch
 Patch3:%{name}-lfs.patch
 Patch4:%{name}-tinfo.patch
-%{?patchlevel:%patchset_source -f 
http://ftp.gnu.org/gnu/readline/readline-6.3-patches/readline63-%03g 1 
%{patchlevel}}
+%patchset_source -f 
http://ftp.gnu.org/gnu/readline/readline-6.3-patches/readline63-%03g 1 
%{patchlevel}
 URL:   http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
 BuildRequires: autoconf = 2.50
 BuildRequires: automake
@@ -187,7 +187,7 @@ Bibliotecas estáticas para desenvolvimento com readline.
 %prep
 %setup -q -n %{name}-%{ver}
 # official patches
-%{?patchlevel:%patchset_patch -p2 1 %{patchlevel}}
+%patchset_patch -p2 1 %{patchlevel}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/readline.git/commitdiff/c18f9202122289fbaa4824680921ff0c3b3764bc

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


[packages/readline/df: 4/6] Merge branch 'df'

2014-04-08 Thread glen
commit 9ca6efd3c8a2b2b877f1eb0a0a679b33a7830e79
Merge: f67bb1e 3209ae2
Author: Elan Ruusamäe g...@delfi.ee
Date:   Tue Apr 8 22:58:35 2014 +0300

Merge branch 'df'

Conflicts:
readline.spec

 readline63-001 | 43 ---
 readline63-002 | 44 
 readline63-003 | 47 ---
 sources|  3 +++
 4 files changed, 3 insertions(+), 134 deletions(-)
---


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/readline.git/commitdiff/c18f9202122289fbaa4824680921ff0c3b3764bc

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


DISTFILES: readline: readline63-001 readline63-002 readline63-003 readline-6.3.tar.gz

2014-04-08 Thread glen

Files fetched: 3

STORED: http://ftp.gnu.org/gnu/readline/readline-6.3-patches/readline63-001
4343f5ea9b0f42447f102fb61576b398  readline63-001
Size: 1366 bytes
STORED: http://ftp.gnu.org/gnu/readline/readline-6.3-patches/readline63-002
700295212f7e2978577feaee584afddb  readline63-002
Size: 1297 bytes
STORED: http://ftp.gnu.org/gnu/readline/readline-6.3-patches/readline63-003
af4963862f5156fbf9111c2c6fa86ed7  readline63-003
Size: 985 bytes
ALREADY GOT: http://ftp.gnu.org/gnu/readline/readline-6.3.tar.gz
33c8fb279e981274f485fd91da77e94a  readline-6.3.tar.gz


-- 
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/readline] (4 commits) ...always define patchset, use patchlevel 0 if there are no patches

2014-04-08 Thread glen
Summary of changes:

  3209ae2... move upstream patches to distfiles; actually apply the patc (*)
  9ca6efd... Merge branch 'df' (*)
  4a3b205... move upstream patches to distfiles (*)
  c18f920... always define patchset, use patchlevel 0 if there are no pa (*)

(*) This commit already existed in another branch; no separate mail sent
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/readline] Deleted branch df

2014-04-08 Thread glen
The branch 'df' was deleted at c18f9202122289fbaa4824680921ff0c3b3764bc.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/mariadb] - up to 10.0.10-0.5, sphinx-0.9.7, added cassandra, fixme bcond - added mysql-bug-67018.patch for li

2014-04-08 Thread mguevara
commit 4c68a879aa801bb47284cd6e52867eddc1a38c63
Author: Marek Guevara Braun mguev...@pld-linux.org
Date:   Tue Apr 8 21:48:01 2014 +0200

- up to 10.0.10-0.5, sphinx-0.9.7, added cassandra, fixme bcond
- added mysql-bug-67018.patch for libwrap fix

 mariadb.spec  | 129 +-
 mysql-bug-67018.patch |  11 +
 2 files changed, 108 insertions(+), 32 deletions(-)
---
diff --git a/mariadb.spec b/mariadb.spec
index e4b7327..32a131d 100644
--- a/mariadb.spec
+++ b/mariadb.spec
@@ -10,10 +10,13 @@
 %bcond_without raid# RAID support
 %bcond_without ssl # OpenSSL support
 %bcond_without tcpd# libwrap (tcp_wrappers) support
+%bcond_without tokudb  # TokuDB engine support (available only for 
x86_64 ??)
 %bcond_withautodeps# BR packages needed only for resolving deps
-%bcond_withsphinx  # Sphinx storage engine support
+%bcond_without sphinx  # Sphinx storage engine support
 %bcond_withtests   # FIXME: don't run correctly
 %bcond_withndb
+%bcond_without cassandra   # Cassandra Storage Engine
+%bcond_withfixme   # FIXME: 
 
 %include   /usr/lib/rpm/macros.perl
 Summary:   An enhanced, drop-in replacement for MySQL
@@ -25,14 +28,14 @@ Summary(ru.UTF-8):  MariaDB - быстрый SQL-сервер
 Summary(uk.UTF-8): MariaDB - швидкий SQL-сервер
 Summary(zh_CN.UTF-8):  MariaDB数据库服务器
 Name:  mariadb
-Version:   5.5.31
-Release:   0.1
+Version:   10.0.10
+Release:   0.5
 License:   GPL + MariaDB FLOSS Exception
 Group: Applications/Databases
-Source0:   
http://ftp.osuosl.org/pub/mariadb/%{name}-%{version}/kvm-tarbake-jaunty-x86/%{name}-%{version}.tar.gz
-# Source0-md5: 3fe756bc76f0e7a3af2757e48ce0f3f4
-Source100: http://www.sphinxsearch.com/downloads/sphinx-0.9.7.tar.gz
-# Source100-md5:   32f2b7e98d8485c86108851d52c5cef4
+Source0:   
http://ftp.osuosl.org/pub/mariadb/%{name}-%{version}/kvm-tarbake-jaunty-x86/mariadb-%{version}.tar.gz
+# Source0-md5: 14ce22b8197d4eae88d237776d47220f
+Source100: http://sphinxsearch.com/files/sphinx-2.1.7-release.tar.gz
+# Source100-md5:   f4bda397e0499df965af41939a489df3
 Source1:   mysql.init
 Source2:   mysql.sysconfig
 Source3:   mysql.logrotate
@@ -45,22 +48,23 @@ Source10:   mysql-ndb-mgm.sysconfig
 Source11:  mysql-ndb-cpc.init
 Source12:  mysql-ndb-cpc.sysconfig
 Source13:  mysql-client.conf
-#Patch0:   mysql-maria-libs.patch
+#Patch0: mysql-maria-libs.patch
 Patch1:mysql-libwrap.patch
 Patch2:mysql-c++.patch
 Patch3:mysql-info.patch
 Patch4:mysql-sql-cxx-pic.patch
-#Patch5:   mysql-noproc.patch
-#Patch6:   mysql-system-users.patch
+#Patch5: mysql-noproc.patch
+#Patch6: mysql-system-users.patch
 Patch7:mysql-bug-34192.patch
 Patch8:mysql-client-config.patch
 Patch9:mysql-build.patch
 Patch10:   mysql-alpha.patch
-#Patch11:  mysql-upgrade.patch
+#Patch11: mysql-upgrade.patch
 #Patch12: mysql-NDB_CXXFLAGS.patch
 #Patch14: mysql-bug-18156.patch
-#Patch16:  mysql-bug-29082.patch
-#Patch17:  %{name}-libevent.patch
+#Patch16: mysql-bug-29082.patch
+#Patch17: %{name}-libevent.patch
+Patch18:   mysql-bug-67018.patch
 URL:   https://mariadb.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -80,6 +84,8 @@ BuildRequires:rpm-perlprov = 4.1-13
 BuildRequires: rpmbuild(macros) = 1.414
 BuildRequires: sed = 4.0
 BuildRequires: texinfo
+# FIXME: to get thrift-devel 0.9.1 build it without php
+%{?with_cassandra:BuildRequires:   thrift-devel = 0.9.1}
 BuildRequires: zlib-devel
 Requires(post,preun):  /sbin/chkconfig
 Requires(postun):  /usr/sbin/groupdel
@@ -300,7 +306,7 @@ Summary(ru.UTF-8):  MariaDB - хедеры и библиотеки разрабо
 Summary(uk.UTF-8): MariaDB - хедери та бібліотеки програміста
 Group: Development/Libraries
 Requires:  %{name}-libs = %{version}-%{release}
-%{?with_ssl:Requires:  openssl-devel}
+%{?with_ssl:Requires: openssl-devel}
 Requires:  zlib-devel
 
 %description devel
@@ -439,6 +445,16 @@ This package contains the standard MariaDB NDB CPC Daemon.
 %description ndb-cpc -l pl.UTF-8
 Ten pakiet zawiera standardowego demona MariaDB NDB CPC.
 
+%package embedded
+Summary:   MariaDB as an embeddable library
+Group: Applications/Databases
+Requires:  %{name}-libs = %{version}-%{release}
+
+%description embedded
+This package contains a version of the MariaDB server that can be
+embedded into a client application instead of running as a separate
+process.
+
 %prep
 %setup -q %{?with_sphinx:-a100}
 %if %{with sphinx}
@@ -466,6 +482,7 @@ mv sphinx-*/mysqlse storage/sphinx
 #%%patch14 -p1 # OUTDATED?
 #%%patch16 -p1 # NO FILE IN CVS
 #%patch17 -p1
+%patch18 -p1
 
 %build
 install -d build
@@ -480,17 +497,31 @@ 

DISTFILES: mariadb: mariadb-10.0.10.tar.gz sphinx-2.1.7-release.tar.gz

2014-04-08 Thread mguevara

Files fetched: 2

STORED: 
http://ftp.osuosl.org/pub/mariadb/mariadb-10.0.10/kvm-tarbake-jaunty-x86/mariadb-10.0.10.tar.gz
14ce22b8197d4eae88d237776d47220f  mariadb-10.0.10.tar.gz
Size: 51946792 bytes
STORED: http://sphinxsearch.com/files/sphinx-2.1.7-release.tar.gz
f4bda397e0499df965af41939a489df3  sphinx-2.1.7-release.tar.gz
Size: 2439971 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/cassandra-bin] - up to 2.0.6-1 - added sstablesplit and sstableupgrade scripts

2014-04-08 Thread mguevara
commit c187b9d9832b3d54d09d4adb087a68d7704a7753
Author: Marek Guevara Braun mguev...@pld-linux.org
Date:   Tue Apr 8 22:18:48 2014 +0200

- up to 2.0.6-1
- added sstablesplit and sstableupgrade scripts

 cassandra-bin.spec | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/cassandra-bin.spec b/cassandra-bin.spec
index 046b696..738beb3 100644
--- a/cassandra-bin.spec
+++ b/cassandra-bin.spec
@@ -10,12 +10,12 @@
 Summary:   Cassandra database binary package
 Summary(pl.UTF-8): Binarna redystrybucja bazy danych Cassandra
 Name:  cassandra-bin
-Version:   1.1.12
+Version:   2.0.6
 Release:   1
 License:   ASF
 Group: Applications/Databases
 Source0:   
ftp://ftp.task.gda.pl/pub/www/apache/dist/cassandra/%{version}/apache-cassandra-%{version}-bin.tar.gz
-# Source0-md5: e0dc7fcfd4cbcff406de98ff3e7a8f79
+# Source0-md5: c8da1f4f546ea31ab85cfb236374863b
 Source1:   cassandra.in.sh
 Source2:   %{shname}.init
 Source3:   %{name}.tmpfiles
@@ -87,6 +87,8 @@ fi
 %attr(755,root,root) %{_bindir}/sstablescrub
 %attr(755,root,root) %{_bindir}/sstablekeys
 %attr(755,root,root) %{_bindir}/sstableloader
+%attr(755,root,root) %{_bindir}/sstablesplit
+%attr(755,root,root) %{_bindir}/sstableupgrade
 %attr(755,root,root) %{_sbindir}/cassandra
 %{_datadir}/%{shname}
 %{systemdtmpfilesdir}/%{shname}.conf


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cassandra-bin.git/commitdiff/c187b9d9832b3d54d09d4adb087a68d7704a7753

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


DISTFILES: cassandra-bin: apache-cassandra-2.0.6-bin.tar.gz

2014-04-08 Thread mguevara

Files fetched: 1

STORED: 
ftp://ftp.task.gda.pl/pub/www/apache/dist/cassandra/2.0.6/apache-cassandra-2.0.6-bin.tar.gz
c8da1f4f546ea31ab85cfb236374863b  apache-cassandra-2.0.6-bin.tar.gz
Size: 17841773 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/nodejs-js-beautify] new, version 1.4.2

2014-04-08 Thread glen
commit c2c8737fd9f07060fe90fc87feaf31515c89b918
Author: Elan Ruusamäe g...@delfi.ee
Date:   Wed Apr 9 02:17:15 2014 +0300

new, version 1.4.2

 nodejs-js-beautify.spec | 58 +
 1 file changed, 58 insertions(+)
---
diff --git a/nodejs-js-beautify.spec b/nodejs-js-beautify.spec
new file mode 100644
index 000..9359621
--- /dev/null
+++ b/nodejs-js-beautify.spec
@@ -0,0 +1,58 @@
+%definepkg js-beautify
+Summary:   JS/CSS/HTML Beautifier
+Name:  nodejs-%{pkg}
+Version:   1.4.2
+Release:   1
+License:   MIT
+Group: Development/Libraries
+Source0:   http://registry.npmjs.org/js-beautify/-/%{pkg}-%{version}.tgz
+# Source0-md5: f5bf6e20d882a6b98cf80584f0366a7b
+URL:   https://github.com/einars/js-beautify
+BuildRequires: rpmbuild(macros) = 1.634
+BuildRequires: sed = 4.0
+Requires:  nodejs
+Requires:  nodejs-config-chain
+Requires:  nodejs-mkdirp
+Requires:  nodejs-nopt
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This little beautifier will reformat and reindent bookmarklets, ugly
+JavaScript, unpack scripts packed by Dean Edward's popular packer, as
+well as deobfuscate scripts processed by javascriptobfuscator.com.
+
+%prep
+%setup -qc
+mv package/* .
+cd js
+%{__sed} -i -e '1s,^#!.*node,#!/usr/bin/node,' bin/* lib/cli.js
+chmod a+rx bin/*
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{nodejs_libdir}/%{pkg}/js,%{_bindir}}
+cp -p package.json $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}
+cd js
+cp -a index.js lib config bin $RPM_BUILD_ROOT%{nodejs_libdir}/%{pkg}/js
+ln -s %{nodejs_libdir}/%{pkg}/js/bin/css-beautify.js $RPM_BUILD_ROOT%{_bindir}
+ln -s %{nodejs_libdir}/%{pkg}/js/bin/js-beautify.js $RPM_BUILD_ROOT%{_bindir}
+ln -s %{nodejs_libdir}/%{pkg}/js/bin/html-beautify.js $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md CONTRIBUTING.md LICENSE
+%attr(755,root,root) %{_bindir}/css-beautify.js
+%attr(755,root,root) %{_bindir}/html-beautify.js
+%attr(755,root,root) %{_bindir}/js-beautify.js
+%dir %{nodejs_libdir}/%{pkg}
+%{nodejs_libdir}/%{pkg}/package.json
+%dir %{nodejs_libdir}/%{pkg}/js
+%{nodejs_libdir}/%{pkg}/js/index.js
+%{nodejs_libdir}/%{pkg}/js/config
+%{nodejs_libdir}/%{pkg}/js/lib
+%dir %{nodejs_libdir}/%{pkg}/js/bin
+%attr(755,root,root) %{nodejs_libdir}/%{pkg}/js/bin/*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nodejs-js-beautify.git/commitdiff/c2c8737fd9f07060fe90fc87feaf31515c89b918

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


[packages/nodejs-js-beautify] Created branch master

2014-04-08 Thread glen
The branch 'master' was created.

Summary of new commits:

  c2c8737... new, version 1.4.2
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: nodejs-js-beautify: js-beautify-1.4.2.tgz

2014-04-08 Thread glen

Files fetched: 1

STORED: http://registry.npmjs.org/js-beautify/-/js-beautify-1.4.2.tgz
f5bf6e20d882a6b98cf80584f0366a7b  js-beautify-1.4.2.tgz
Size: 51880 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