packages: sphinx-pdg/sphinx-pdg.spec - simplify python3 build - BR for pyth...

2011-10-12 Thread wiget
Author: wigetDate: Wed Oct 12 06:15:29 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- simplify python3 build
- BR for python3 version

 Files affected:
packages/sphinx-pdg:
   sphinx-pdg.spec (1.22 - 1.23) 

 Diffs:


Index: packages/sphinx-pdg/sphinx-pdg.spec
diff -u packages/sphinx-pdg/sphinx-pdg.spec:1.22 
packages/sphinx-pdg/sphinx-pdg.spec:1.23
--- packages/sphinx-pdg/sphinx-pdg.spec:1.22Tue Oct 11 18:51:13 2011
+++ packages/sphinx-pdg/sphinx-pdg.spec Wed Oct 12 08:15:24 2011
@@ -6,15 +6,18 @@
 Summary(pl.UTF-8): Sphinx - narzędzie do tworzenia dokumentacji dla Pythona
 Name:  sphinx-pdg
 Version:   1.1
-Release:   1
+Release:   2
 License:   BSD
 Group: Development/Languages/Python
 Source0:   
http://pypi.python.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
 # Source0-md5: 909927a2c0fe62e7ff5794387c8af34e
 URL:   http://sphinx.pocoo.org/
 BuildRequires: python-devel
+BuildRequires: python-distribute
 BuildRequires: python-modules
-BuildRequires: python-setuptools
+BuildRequires: python3-2to3
+BuildRequires: python3-devel
+BuildRequires: python3-distribute
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) = 1.219
 Requires:  python-Sphinx = %{version}-%{release}
@@ -106,25 +109,20 @@
 
 %prep
 %setup -q -n Sphinx-%{version}
-mkdir .py3k
-cp -a * .py3k
-mv .py3k py3k
 
 %build
 %{__python} setup.py build -b build-2
-
-cd py3k
-2to3-3.2 -w .
+rm sphinx/__init__.pyc
 %{__python3} setup.py build -b build-3
+rm -r sphinx/__pycache__
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-cd py3k
 %{__python3} setup.py build -b build-3 install \
--optimize=2 \
--root=$RPM_BUILD_ROOT
-cd ..
+rm -r sphinx/__pycache__
 
 for f in $RPM_BUILD_ROOT%{_bindir}/*; do
mv ${f} ${f}-3
@@ -133,6 +131,7 @@
 %{__python} setup.py build -b build-2 install \
--optimize=2 \
--root=$RPM_BUILD_ROOT
+rm sphinx/__init__.pyc
 
 %py_postclean
 
@@ -171,6 +170,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.23  2011/10/12 06:15:24  wiget
+- simplify python3 build
+- BR for python3 version
+
 Revision 1.22  2011/10/11 16:51:13  qboosh
 - updated docutils/jinja2/pygments dependencies
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sphinx-pdg/sphinx-pdg.spec?r1=1.22r2=1.23f=u

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


packages: mpd/mpd.spec, mpd/mpd-ffmpeg_sigsegv.patch (REMOVED) - up to 0.16...

2011-10-12 Thread wiget
Author: wigetDate: Wed Oct 12 06:25:11 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 0.16.5
- ffmpeg_sigsegv.patch applied upstream

 Files affected:
packages/mpd:
   mpd.spec (1.72 - 1.73) , mpd-ffmpeg_sigsegv.patch (1.1 - NONE)  (REMOVED)

 Diffs:


Index: packages/mpd/mpd.spec
diff -u packages/mpd/mpd.spec:1.72 packages/mpd/mpd.spec:1.73
--- packages/mpd/mpd.spec:1.72  Sat Oct  1 23:36:28 2011
+++ packages/mpd/mpd.spec   Wed Oct 12 08:25:06 2011
@@ -5,23 +5,22 @@
 # Conditional build:
 %bcond_without mod # enable MOD support
 %bcond_without pulseaudio  # disable PulseAudio support
-%bcond_withaudiofile   # Audiofile support (WAV and others)
+%bcond_without audiofile   # Audiofile support (WAV and others)
 
 Summary:   Music Player Daemon
 Summary(hu.UTF-8): Music Player Daemon
 Summary(pl.UTF-8): Music Player Daemon - demon odtwarzający muzykę
 Name:  mpd
-Version:   0.16.3
-Release:   7
+Version:   0.16.5
+Release:   1
 License:   GPL v2+
 Group: Applications/Multimedia
 Source0:   
http://downloads.sourceforge.net/musicpd/%{name}-%{version}.tar.bz2
-# Source0-md5: 6e708c02b0e8c288aec855eecf441a5a
+# Source0-md5: f7564cff12035f6a1112cce770655df7
 Source1:   %{name}.conf
 Source2:   %{name}.init
 Source3:   %{name}.sysconfig
 URL:   http://www.musicpd.org/
-Patch0:%{name}-ffmpeg_sigsegv.patch
 BuildRequires: OpenAL-devel
 BuildRequires: alsa-lib-devel = 0.9.0
 %{?with_audiofile:BuildRequires:   audiofile-devel = 0.1.7}
@@ -120,7 +119,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 # ac_cv_* hacks to avoid unwanted linking
@@ -246,6 +244,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.73  2011/10/12 06:25:06  wiget
+- up to 0.16.5
+- ffmpeg_sigsegv.patch applied upstream
+
 Revision 1.72  2011/10/01 21:36:28  glen
 - audiofile bcond, disabled (audiofile missing currently in th)
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mpd/mpd.spec?r1=1.72r2=1.73f=u

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


DISTFILES: di: di-4.30.tar.gz

2011-10-12 Thread lisu

Files fetched: 1

STORED: http://www.gentoo.com/di/di-4.30.tar.gz
1ed38a896f704c63105c636b54258bdc  di-4.30.tar.gz
Size: 176996 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: di/di.spec - 4.30

2011-10-12 Thread lisu
Author: lisu Date: Wed Oct 12 06:58:27 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- 4.30

 Files affected:
packages/di:
   di.spec (1.55 - 1.56) 

 Diffs:


Index: packages/di/di.spec
diff -u packages/di/di.spec:1.55 packages/di/di.spec:1.56
--- packages/di/di.spec:1.55Fri Sep 16 12:10:38 2011
+++ packages/di/di.spec Wed Oct 12 08:58:21 2011
@@ -2,12 +2,12 @@
 Summary:   Disk Info - disk information utility
 Summary(pl.UTF-8): Disk Info - informacje o dyskach
 Name:  di
-Version:   4.28
+Version:   4.30
 Release:   1
 License:   custom (see LICENSE* files)
 Group: Applications/System
 Source0:   http://www.gentoo.com/di/%{name}-%{version}.tar.gz
-# Source0-md5: 8f56121562ac3ca05b48c0827ec0d48d
+# Source0-md5: 1ed38a896f704c63105c636b54258bdc
 URL:   http://www.gentoo.com/di/
 BuildRequires: gettext-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -61,6 +61,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.56  2011/10/12 06:58:21  lisu
+- 4.30
+
 Revision 1.55  2011/09/16 10:10:38  lisu
 - 4.28
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/di/di.spec?r1=1.55r2=1.56f=u

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


packages: shotwell/shotwell.spec - Version: 0.11.3

2011-10-12 Thread jajcus
Author: jajcus   Date: Wed Oct 12 07:03:12 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- Version: 0.11.3

 Files affected:
packages/shotwell:
   shotwell.spec (1.21 - 1.22) 

 Diffs:


Index: packages/shotwell/shotwell.spec
diff -u packages/shotwell/shotwell.spec:1.21 
packages/shotwell/shotwell.spec:1.22
--- packages/shotwell/shotwell.spec:1.21Sun Sep  4 22:44:41 2011
+++ packages/shotwell/shotwell.spec Wed Oct 12 09:03:07 2011
@@ -1,12 +1,12 @@
 # $Revision$, $Date$
 Summary:   Photo manager for GNOME
 Name:  shotwell
-Version:   0.11.0
+Version:   0.11.3
 Release:   1
 License:   LGPL v2+ and CC-BY-SA
 Group: X11/Applications
 Source0:   
http://yorba.org/download/shotwell/0.11/%{name}-%{version}.tar.bz2
-# Source0-md5: f0e942b639d899a91c3cf343f6f553bb
+# Source0-md5: 255ca457ba790abe6acd39115019947b
 Patch0:%{name}-cflags.patch
 URL:   http://yorba.org/shotwell/
 BuildRequires: GConf2-devel = 2.22.0
@@ -103,7 +103,6 @@
 %{_libdir}/%{name}/plugins/builtin/*.png
 %{_libdir}/%{name}/plugins/builtin/*.glade
 %attr(755,root,root) %{_libdir}/%{name}/plugins/builtin/*.so
-%{_sysconfdir}/gconf/schemas/%{name}.schemas
 %{_iconsdir}/hicolor/*/*/*.svg
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
@@ -112,6 +111,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.22  2011/10/12 07:03:07  jajcus
+- Version: 0.11.3
+
 Revision 1.21  2011/09/04 20:44:41  wrobell
 - ver. 0.11.0
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/shotwell/shotwell.spec?r1=1.21r2=1.22f=u

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


DISTFILES: shotwell: shotwell-0.11.3.tar.bz2

2011-10-12 Thread jajcus

Files fetched: 1

STORED: http://yorba.org/download/shotwell/0.11/shotwell-0.11.3.tar.bz2
255ca457ba790abe6acd39115019947b  shotwell-0.11.3.tar.bz2
Size: 1570881 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: qcomicbook: qcomicbook-0.8.2.tar.gz

2011-10-12 Thread lisu

Files fetched: 1

STORED: http://qcomicbook.linux-projects.net/releases/qcomicbook-0.8.2.tar.gz
7455a9ad5ed08cc619faaadb5e14bb89  qcomicbook-0.8.2.tar.gz
Size: 738932 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: qcomicbook/qcomicbook.spec - updated to 0.8.2 - cmake macro was f...

2011-10-12 Thread lisu
Author: lisu Date: Wed Oct 12 07:05:08 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 0.8.2
- cmake macro was fixed in rpmbuild(macros) version 1.600

 Files affected:
packages/qcomicbook:
   qcomicbook.spec (1.20 - 1.21) 

 Diffs:


Index: packages/qcomicbook/qcomicbook.spec
diff -u packages/qcomicbook/qcomicbook.spec:1.20 
packages/qcomicbook/qcomicbook.spec:1.21
--- packages/qcomicbook/qcomicbook.spec:1.20Mon Dec 13 08:51:00 2010
+++ packages/qcomicbook/qcomicbook.spec Wed Oct 12 09:05:02 2011
@@ -6,12 +6,12 @@
 Summary:   A viewer for comic book archives (rar, cbr, cbz, zip, ace, cba, 
tar.gz, tar.bz2)
 Summary(pl.UTF-8): Czytnik komiksów (rar, cbr, cbz, zip, ace, cba, tar.gz, 
tar.bz2)
 Name:  qcomicbook
-Version:   0.7.2
+Version:   0.8.2
 Release:   1
 License:   GPL v2+
 Group: X11/Amusements
 Source0:   
http://qcomicbook.linux-projects.net/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 179b66b1a56b6ef393b78b001a1019e6
+# Source0-md5: 7455a9ad5ed08cc619faaadb5e14bb89
 Patch0:%{name}-desktop.patch
 URL:   http://qcomicbook.linux-projects.net/
 BuildRequires: Qt3Support-devel = 4.5.0
@@ -21,7 +21,7 @@
 BuildRequires: qt4-build = 4.5.0
 BuildRequires: qt4-linguist = 4.5.0
 BuildRequires: qt4-qmake = 4.5.0
-BuildRequires: rpmbuild(macros) = 1.577
+BuildRequires: rpmbuild(macros) = 1.600
 Suggests:  tar
 Suggests:  unace
 Suggests:  unrar
@@ -86,6 +86,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.21  2011/10/12 07:05:02  lisu
+- updated to 0.8.2
+- cmake macro was fixed in rpmbuild(macros) version 1.600
+
 Revision 1.20  2010/12/13 07:51:00  lisu
 - 0.7.2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/qcomicbook/qcomicbook.spec?r1=1.20r2=1.21f=u

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


packages: apache-mod_python/apache-mod_python.spec - BR: apache-base = 2.0...

2011-10-12 Thread lisu
Author: lisu Date: Wed Oct 12 07:30:37 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- BR: apache-base = 2.0.52-7 (for /usr/sbin/httpd.prefork)
- rel 16

 Files affected:
packages/apache-mod_python:
   apache-mod_python.spec (1.108 - 1.109) 

 Diffs:


Index: packages/apache-mod_python/apache-mod_python.spec
diff -u packages/apache-mod_python/apache-mod_python.spec:1.108 
packages/apache-mod_python/apache-mod_python.spec:1.109
--- packages/apache-mod_python/apache-mod_python.spec:1.108 Thu Aug 18 
10:59:05 2011
+++ packages/apache-mod_python/apache-mod_python.spec   Wed Oct 12 09:30:32 2011
@@ -20,7 +20,7 @@
 Summary(sv.UTF-8): En inbyggd Python-interpretator för webbservern Apache
 Name:  apache-mod_%{mod_name}
 Version:   3.3.1
-Release:   15
+Release:   16
 License:   Apache
 Group: Networking/Daemons/HTTP
 Source0:   
http://www.apache.org/dist/httpd/modpython/mod_%{mod_name}-%{version}.tgz
@@ -30,6 +30,7 @@
 Patch1:%{name}-ldflags.patch
 Patch2:%{name}-apr_brigade_sentinel.patch
 URL:   http://www.modpython.org/
+BuildRequires: apache-base = 2.0.52-7
 BuildRequires: apache-devel = 2.0.52-7
 BuildRequires: apr-devel = 1:1.0.0
 BuildRequires: autoconf
@@ -178,6 +179,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.109  2011/10/12 07:30:32  lisu
+- BR: apache-base = 2.0.52-7 (for /usr/sbin/httpd.prefork)
+- rel 16
+
 Revision 1.108  2011/08/18 08:59:05  baggins
 - release 15
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache-mod_python/apache-mod_python.spec?r1=1.108r2=1.109f=u

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


packages: apache/apache.spec - rel 2

2011-10-12 Thread lisu
Author: lisu Date: Wed Oct 12 07:34:15 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2

 Files affected:
packages/apache:
   apache.spec (1.634 - 1.635) 

 Diffs:


Index: packages/apache/apache.spec
diff -u packages/apache/apache.spec:1.634 packages/apache/apache.spec:1.635
--- packages/apache/apache.spec:1.634   Sun Sep 18 18:44:42 2011
+++ packages/apache/apache.spec Wed Oct 12 09:34:09 2011
@@ -45,7 +45,7 @@
 Summary(tr.UTF-8): Lider WWW tarayıcı
 Name:  apache
 Version:   2.2.21
-Release:   1
+Release:   2
 License:   Apache v2.0
 Group: Networking/Daemons/HTTP
 Source0:   http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -2781,6 +2781,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.635  2011/10/12 07:34:09  lisu
+- rel 2
+
 Revision 1.634  2011/09/18 16:44:42  qboosh
 - dropped db-devel, expat-devel BRs (apr dependencies, not apache itself)
 - dropped gdbm-devel BR (seems no longer used)


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache.spec?r1=1.634r2=1.635f=u

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


packages: apache-mod_python/apache-mod_python.spec - reversed

2011-10-12 Thread lisu
Author: lisu Date: Wed Oct 12 07:35:07 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- reversed

 Files affected:
packages/apache-mod_python:
   apache-mod_python.spec (1.109 - 1.110) 

 Diffs:


Index: packages/apache-mod_python/apache-mod_python.spec
diff -u packages/apache-mod_python/apache-mod_python.spec:1.109 
packages/apache-mod_python/apache-mod_python.spec:1.110
--- packages/apache-mod_python/apache-mod_python.spec:1.109 Wed Oct 12 
09:30:32 2011
+++ packages/apache-mod_python/apache-mod_python.spec   Wed Oct 12 09:35:01 2011
@@ -20,7 +20,7 @@
 Summary(sv.UTF-8): En inbyggd Python-interpretator för webbservern Apache
 Name:  apache-mod_%{mod_name}
 Version:   3.3.1
-Release:   16
+Release:   15
 License:   Apache
 Group: Networking/Daemons/HTTP
 Source0:   
http://www.apache.org/dist/httpd/modpython/mod_%{mod_name}-%{version}.tgz
@@ -30,7 +30,6 @@
 Patch1:%{name}-ldflags.patch
 Patch2:%{name}-apr_brigade_sentinel.patch
 URL:   http://www.modpython.org/
-BuildRequires: apache-base = 2.0.52-7
 BuildRequires: apache-devel = 2.0.52-7
 BuildRequires: apr-devel = 1:1.0.0
 BuildRequires: autoconf
@@ -179,6 +178,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.110  2011/10/12 07:35:01  lisu
+- reversed
+
 Revision 1.109  2011/10/12 07:30:32  lisu
 - BR: apache-base = 2.0.52-7 (for /usr/sbin/httpd.prefork)
 - rel 16


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache-mod_python/apache-mod_python.spec?r1=1.109r2=1.110f=u

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


packages: apr/apr.spec - rel 3

2011-10-12 Thread lisu
Author: lisu Date: Wed Oct 12 07:37:12 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 3

 Files affected:
packages/apr:
   apr.spec (1.99 - 1.100) 

 Diffs:


Index: packages/apr/apr.spec
diff -u packages/apr/apr.spec:1.99 packages/apr/apr.spec:1.100
--- packages/apr/apr.spec:1.99  Wed Aug 31 15:29:28 2011
+++ packages/apr/apr.spec   Wed Oct 12 09:37:07 2011
@@ -7,7 +7,7 @@
 Summary(pl.UTF-8): Apache Portable Runtime - przenośna biblioteka 
uruchomieniowa
 Name:  apr
 Version:   1.4.5
-Release:   2
+Release:   3
 Epoch: 1
 License:   Apache v2.0
 Group: Libraries
@@ -195,6 +195,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.100  2011/10/12 07:37:07  lisu
+- rel 3
+
 Revision 1.99  2011/08/31 13:29:28  glen
 - ac-compat
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apr/apr.spec?r1=1.99r2=1.100f=u

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


packages (AC-branch): glibc/glibc.spec, glibc/inotify.h (NEW) - add inotify...

2011-10-12 Thread glen
Author: glen Date: Wed Oct 12 08:02:48 2011 GMT
Module: packages  Tag: AC-branch
 Log message:
- add inotify support, syscalls inlined if sys/inotify.h included

 Files affected:
packages/glibc:
   glibc.spec (1.583.2.102 - 1.583.2.103) , inotify.h (NONE - 1.1.2.1)  (NEW)

 Diffs:


Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.583.2.102 
packages/glibc/glibc.spec:1.583.2.103
--- packages/glibc/glibc.spec:1.583.2.102   Fri Nov  6 15:47:42 2009
+++ packages/glibc/glibc.spec   Wed Oct 12 10:02:43 2011
@@ -87,7 +87,7 @@
 Summary(uk.UTF-8): GNU libc версії 2.3
 Name:  glibc
 Version:   2.3.6
-Release:   18
+Release:   19
 Epoch: 6
 License:   LGPL
 Group: Libraries
@@ -103,6 +103,7 @@
 # Source5-md5: f464eadf3cf06761f65639e44a179e6b
 Source6:   %{name}-localedb-gen
 Source7:   %{name}-LD-path.c
+Source8:   inotify.h
 Patch0:%{name}-info.patch
 Patch1:%{name}-pl.po-update.patch
 Patch2:%{name}-pld.patch
@@ -,16 +1112,16 @@
math/libm_pic.a libm.map
resolv/libresolv_pic.a
 
-install $PICFILES  $RPM_BUILD_ROOT%{_libdir}
-install elf/soinit.os  
$RPM_BUILD_ROOT%{_libdir}/soinit.o
-install elf/sofini.os  
$RPM_BUILD_ROOT%{_libdir}/sofini.o
+cp -p $PICFILES$RPM_BUILD_ROOT%{_libdir}
+cp -p elf/soinit.os
$RPM_BUILD_ROOT%{_libdir}/soinit.o
+cp -p elf/sofini.os
$RPM_BUILD_ROOT%{_libdir}/sofini.o
 cd ..
 
 %if %{without cross}
 %ifarch %{x8664} ppc64 s390x sparc64
-install glibc-postinst 
$RPM_BUILD_ROOT/sbin/glibc-postinst64
+install -p glibc-postinst  
$RPM_BUILD_ROOT/sbin/glibc-postinst64
 %else
-install glibc-postinst 
$RPM_BUILD_ROOT/sbin/glibc-postinst
+install -p glibc-postinst  
$RPM_BUILD_ROOT/sbin/glibc-postinst
 %endif
 %endif
 
@@ -1136,7 +1137,7 @@
 done
 $RPM_BUILD_ROOT/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_lib}/tls
 
-for f in libc.so libpthread.so ; do
+for f in libc.so libpthread.so; do
cat $RPM_BUILD_ROOT/nptl%{_libdir}/$f | sed \
-e s|/libc.so.6|/tls/libc.so.6|g \
-e s|/libpthread.so.0|/tls/libpthread.so.0|g \
@@ -1162,7 +1163,7 @@
 mv -f $RPM_BUILD_ROOT/%{_lib}/libpcprofile.so  $RPM_BUILD_ROOT%{_libdir}
 
 %if %{with linuxthreads}
-install linuxthreads/man/*.3thr$RPM_BUILD_ROOT%{_mandir}/man3
+cp -p linuxthreads/man/*.3thr  $RPM_BUILD_ROOT%{_mandir}/man3
 %endif
 
 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/localtime
@@ -1194,6 +1195,8 @@
 EOF
 %endif
 
+cp -p %{SOURCE8} $RPM_BUILD_ROOT%{_includedir}/sys/inotify.h
+
 ln -sf libbsd-compat.a $RPM_BUILD_ROOT%{_libdir}/libbsd.a
 
 # make symlinks across top-level directories absolute
@@ -1202,11 +1205,11 @@
ln -sf /%{_lib}/`cd $RPM_BUILD_ROOT/%{_lib} ; echo lib${l}.so.*` 
$RPM_BUILD_ROOT%{_libdir}/lib${l}.so
 done
 
-install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd
-install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/nscd
-install %{SOURCE4} $RPM_BUILD_ROOT/etc/logrotate.d/nscd
-install nscd/nscd.conf $RPM_BUILD_ROOT%{_sysconfdir}
-install nss/nsswitch.conf  $RPM_BUILD_ROOT%{_sysconfdir}
+install -p %{SOURCE2}  $RPM_BUILD_ROOT/etc/rc.d/init.d/nscd
+cp -p %{SOURCE3}   $RPM_BUILD_ROOT/etc/sysconfig/nscd
+cp -p %{SOURCE4}   $RPM_BUILD_ROOT/etc/logrotate.d/nscd
+cp -p nscd/nscd.conf   $RPM_BUILD_ROOT%{_sysconfdir}
+cp -p nss/nsswitch.conf$RPM_BUILD_ROOT%{_sysconfdir}
 
 bzip2 -dc %{SOURCE5} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
  $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.cache
@@ -1224,17 +1227,17 @@
 
 %if %{with linuxthreads}
 for f in ChangeLog Changes README ; do
-   cp -f linuxthreads/$f documentation/${f}.linuxthreads
+   cp -pf linuxthreads/$f documentation/${f}.linuxthreads
 done
 %endif
 %if %{with nptl}
 for f in ANNOUNCE ChangeLog DESIGN-{barrier,condvar,rwlock,sem}.txt 
TODO{,-kernel,-testing} ;  do
-   cp -f nptl/$f documentation/${f}.nptl
+   cp -pf nptl/$f documentation/${f}.nptl
 done
 %endif
-cp -f crypt/README.ufc-crypt documentation
+cp -pf crypt/README.ufc-crypt documentation
 
-cp -f ChangeLog* documentation
+cp -pf ChangeLog* documentation
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/libnss_*.so
 
@@ -1297,7 +1300,7 @@
 # localedb-gen infrastructure
 sed -e 's,@localedir@,%{_libdir}/locale,' %{SOURCE6}  
$RPM_BUILD_ROOT%{_bindir}/localedb-gen
 chmod +x $RPM_BUILD_ROOT%{_bindir}/localedb-gen
-install localedata/SUPPORTED $RPM_BUILD_ROOT%{_datadir}/i18n
+cp -p localedata/SUPPORTED $RPM_BUILD_ROOT%{_datadir}/i18n
 
 # shutup check-files
 rm -f 

packages: coreutils/inotify.patch (NEW) - include sys/inotify.h when dete...

2011-10-12 Thread glen
Author: glen Date: Wed Oct 12 08:05:35 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- include sys/inotify.h when detecting inotify, needed when inotify support
  inlined in header instead of glibc

 Files affected:
packages/coreutils:
   inotify.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/coreutils/inotify.patch
diff -u /dev/null packages/coreutils/inotify.patch:1.1
--- /dev/null   Wed Oct 12 10:05:35 2011
+++ packages/coreutils/inotify.patchWed Oct 12 10:05:30 2011
@@ -0,0 +1,22 @@
+--- coreutils-8.10/m4/jm-macros.m4 2011-10-12 09:57:39.122777938 +0300
 coreutils-8.10/m4/jm-macros.m4 2011-10-12 10:33:51.986782716 +0300
+@@ -67,9 +67,16 @@
+   AC_CHECK_FUNCS_ONCE([nl_langinfo])
+ 
+   # Used by tail.c.
+-  AC_CHECK_FUNCS([inotify_init],
+-[AC_DEFINE([HAVE_INOTIFY], [1],
+- [Define to 1 if you have usable inotify support.])])
++  AC_RUN_IFELSE(
++AC_LANG_PROGRAM([[#include sys/inotify.h]],
++[[return (-1 == inotify_init());]]
++),
++[
++  AC_MSG_RESULT([yes])
++  AC_DEFINE([HAVE_INOTIFY], [1],
++   [Define to 1 if you have usable inotify support.])
++], [AC_MSG_RESULT([no])]
++  )
+ 
+   AC_CHECK_FUNCS_ONCE( \
+ endgrent \

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


packages (AC-branch): coreutils/coreutils.spec, coreutils/inotify-nosys.pat...

2011-10-12 Thread glen
Author: glen Date: Wed Oct 12 08:06:02 2011 GMT
Module: packages  Tag: AC-branch
 Log message:
- enable inotify support in tail

 Files affected:
packages/coreutils:
   coreutils.spec (1.175.2.2 - 1.175.2.3) , inotify-nosys.patch (NONE - 1.1)  
(NEW)

 Diffs:


Index: packages/coreutils/coreutils.spec
diff -u packages/coreutils/coreutils.spec:1.175.2.2 
packages/coreutils/coreutils.spec:1.175.2.3
--- packages/coreutils/coreutils.spec:1.175.2.2 Mon Apr  4 11:13:45 2011
+++ packages/coreutils/coreutils.spec   Wed Oct 12 10:05:57 2011
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8): GNU Core-utils - podstawowe narzędzia działające z 
linii poleceń
 Name:  coreutils
 Version:   8.10
-Release:   3
+Release:   4
 License:   GPL v3+
 Group: Applications/System
 Source0:   http://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.xz
@@ -31,7 +31,7 @@
 Patch5:%{name}-date-man.patch
 Patch6:%{name}-mem.patch
 Patch7:%{name}-7.4-sttytcsadrain.patch
-
+Patch8:inotify.patch
 Patch9:%{name}-fmt-wchars.patch
 Patch10:   %{name}-runuser.patch
 Patch11:   %{name}-split-pam.patch
@@ -47,6 +47,7 @@
 BuildRequires: automake = 1:1.11.1
 BuildRequires: gcc = 5:3.2
 BuildRequires: gettext-devel = 0.17
+BuildRequires: glibc-headers = 6:2.3.6-17
 BuildRequires: gmp-devel
 BuildRequires: help2man
 BuildRequires: libcap-devel
@@ -121,6 +122,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
@@ -256,6 +258,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.175.2.3  2011/10/12 08:05:57  glen
+- enable inotify support in tail
+
 Revision 1.175.2.2  2011/04/04 09:13:45  glen
 - bugfix
 


Index: packages/coreutils/inotify-nosys.patch
diff -u /dev/null packages/coreutils/inotify-nosys.patch:1.1
--- /dev/null   Wed Oct 12 10:06:02 2011
+++ packages/coreutils/inotify-nosys.patch  Wed Oct 12 10:05:57 2011
@@ -0,0 +1,213 @@
+--- coreutils-8.10/m4/jm-macros.m4~2011-10-11 21:46:32.0 +0300
 coreutils-8.10/m4/jm-macros.m4 2011-10-11 21:46:35.895126130 +0300
+@@ -67,9 +67,21 @@
+   AC_CHECK_FUNCS_ONCE([nl_langinfo])
+ 
+   # Used by tail.c.
+-  AC_CHECK_FUNCS([inotify_init],
+-[AC_DEFINE([HAVE_INOTIFY], [1],
+- [Define to 1 if you have usable inotify support.])])
++  AC_MSG_CHECKING([whether sys/inotify.h actually works])
++  AC_RUN_IFELSE(
++AC_LANG_PROGRAM([[#include sys/inotify.h]],
++[[return (-1 == inotify_init());]]
++),
++[
++  AC_MSG_RESULT([yup])
++  AC_DEFINE([SYS_INOTIFY_H_EXISTS_AND_WORKS],[1],[sys/inotify.h exists 
and works correctly])
++],
++[
++  AC_MSG_RESULT([nope, using own inotify headers])
++]
++AC_DEFINE([HAVE_INOTIFY], [1],
++ [Define to 1 if you have usable inotify support.])
++  )
+ 
+   AC_CHECK_FUNCS_ONCE( \
+ endgrent \
+--- coreutils-8.10/src/tail.c~ 2011-01-31 14:40:38.0 +0200
 coreutils-8.10/src/tail.c  2011-10-11 22:40:08.891065080 +0300
+@@ -48,7 +48,13 @@
+ 
+ #if HAVE_INOTIFY
+ # include hash.h
++
++#ifdef SYS_INOTIFY_H_EXISTS_AND_WORKS
+ # include sys/inotify.h
++#else
++#include inotify-nosys.h
++#endif
++
+ /* `select' is used by tail_forever_inotify.  */
+ # include sys/select.h
+ 
+--- /dev/null  2008-11-04 20:33:38.146691408 +0200
 coreutils-8.10/lib/inotify-nosys.h 2007-12-30 10:50:22.0 +0200
+@@ -0,0 +1,167 @@
++/*
++ * This header is used if sys/inotify.h cannot be found.
++ *
++ * Inode based directory notification for Linux
++ *
++ * Copyright (C) 2005 John McCutchan
++ */
++
++#ifndef _LINUX_INOTIFY_H
++#define _LINUX_INOTIFY_H
++
++#include stdint.h
++#include sys/syscall.h
++#include unistd.h
++
++/*
++ * struct inotify_event - structure read from the inotify device for each 
event
++ *
++ * When you are watching a directory, you will receive the filename for events
++ * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
++ */
++struct inotify_event {
++  int wd; /* watch descriptor */
++  uint32_tmask;   /* watch mask */
++  uint32_tcookie; /* cookie to synchronize two 
events */
++  uint32_tlen;/* length (including nulls) of 
name */
++  charname __flexarr; /* stub for possible name */
++};
++
++/* the following are legal, implemented events that user-space can watch for 
*/
++#define IN_ACCESS 0x0001  /* File was accessed */
++#define IN_MODIFY 0x0002  /* File was modified */
++#define IN_ATTRIB 0x0004  /* Metadata changed */
++#define IN_CLOSE_WRITE0x0008  

packages: perl-HTML-Tidy/perl-HTML-Tidy.spec - release 2

2011-10-12 Thread hawk
Author: hawk Date: Wed Oct 12 11:18:35 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/perl-HTML-Tidy:
   perl-HTML-Tidy.spec (1.1 - 1.2) 

 Diffs:


Index: packages/perl-HTML-Tidy/perl-HTML-Tidy.spec
diff -u packages/perl-HTML-Tidy/perl-HTML-Tidy.spec:1.1 
packages/perl-HTML-Tidy/perl-HTML-Tidy.spec:1.2
--- packages/perl-HTML-Tidy/perl-HTML-Tidy.spec:1.1 Sun Feb 13 13:25:53 2011
+++ packages/perl-HTML-Tidy/perl-HTML-Tidy.spec Wed Oct 12 13:18:29 2011
@@ -9,7 +9,7 @@
 Summary:   HTML::Tidy - (X)HTML validation in a Perl object
 Name:  perl-HTML-Tidy
 Version:   1.54
-Release:   1
+Release:   2
 License:   Artistic v2
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-authors/id/P/PE/PETDANCE/HTML-Tidy-%{version}.tar.gz
@@ -70,5 +70,8 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2011/10/12 11:18:29  hawk
+- release 2
+
 Revision 1.1  2011/02/13 12:25:53  glen
 - created using pldcpan and some deps


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-HTML-Tidy/perl-HTML-Tidy.spec?r1=1.1r2=1.2f=u

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


DISTFILES: xorg-driver-video-nouveau: xf86-video-nouveau-20111012.tar.bz2

2011-10-12 Thread patrys

Files fetched: 1

STORED: no-url://xf86-video-nouveau-20111012.tar.bz2
91b577a3990a66050867a6dc11057bfb  xf86-video-nouveau-20111012.tar.bz2
Size: 141153 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: xorg-driver-video-nouveau/xorg-driver-video-nouveau.spec - curren...

2011-10-12 Thread patrys
Author: patrys   Date: Wed Oct 12 14:05:23 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- current snap

 Files affected:
packages/xorg-driver-video-nouveau:
   xorg-driver-video-nouveau.spec (1.48 - 1.49) 

 Diffs:


Index: packages/xorg-driver-video-nouveau/xorg-driver-video-nouveau.spec
diff -u packages/xorg-driver-video-nouveau/xorg-driver-video-nouveau.spec:1.48 
packages/xorg-driver-video-nouveau/xorg-driver-video-nouveau.spec:1.49
--- packages/xorg-driver-video-nouveau/xorg-driver-video-nouveau.spec:1.48  
Wed Sep  7 18:48:31 2011
+++ packages/xorg-driver-video-nouveau/xorg-driver-video-nouveau.spec   Wed Oct 
12 16:05:18 2011
@@ -1,5 +1,5 @@
 # $Revision$, $Date$
-%definesnap20110901
+%definesnap20111012
 %definerel 1
 Summary:   X.org video driver for NVIDIA graphics chipsets
 Summary(pl.UTF-8): Sterownik obrazu X.org dla układów graficznych NVIDIA
@@ -12,7 +12,7 @@
 # cd xf86-video-nouveau
 # git archive master --prefix xf86-video-nouveau/ | bzip2  
../xf86-video-nouveau-$(date +%Y%m%d).tar.bz2
 Source0:   xf86-video-nouveau-%{snap}.tar.bz2
-# Source0-md5: 1dd6205c74736ebb28675d98c3185c83
+# Source0-md5: 91b577a3990a66050867a6dc11057bfb
 URL:   http://nouveau.freedesktop.org/
 BuildRequires: Mesa-libGL-devel
 BuildRequires: autoconf = 2.60
@@ -106,6 +106,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.49  2011/10/12 14:05:18  patrys
+- current snap
+
 Revision 1.48  2011/09/07 16:48:31  qboosh
 - updated dependencies
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-driver-video-nouveau/xorg-driver-video-nouveau.spec?r1=1.48r2=1.49f=u

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


DISTFILES: Mesa: MesaLib-20111012.tar.bz2

2011-10-12 Thread patrys

Files fetched: 1

STORED: no-url://MesaLib-20111012.tar.bz2
295fafae10cc20d414b025535c177c50  MesaLib-20111012.tar.bz2
Size: 6096033 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 (DEVEL): Mesa/Mesa.spec - current snap

2011-10-12 Thread patrys
Author: patrys   Date: Wed Oct 12 14:58:54 2011 GMT
Module: packages  Tag: DEVEL
 Log message:
- current snap

 Files affected:
packages/Mesa:
   Mesa.spec (1.263.2.38 - 1.263.2.39) 

 Diffs:


Index: packages/Mesa/Mesa.spec
diff -u packages/Mesa/Mesa.spec:1.263.2.38 packages/Mesa/Mesa.spec:1.263.2.39
--- packages/Mesa/Mesa.spec:1.263.2.38  Thu Oct  6 17:32:48 2011
+++ packages/Mesa/Mesa.spec Wed Oct 12 16:58:49 2011
@@ -27,7 +27,7 @@
 %definedri2proto_ver   2.6
 %defineglproto_ver 1.4.11
 #
-%definesnap20111006
+%definesnap20111012
 #
 Summary:   Free OpenGL implementation
 Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
@@ -37,7 +37,7 @@
 License:   MIT (core), SGI (GLU) and others - see license.html file
 Group: X11/Libraries
 Source0:   %{name}Lib-%{snap}.tar.bz2
-# Source0-md5: bb3ecaf560c69ddb7aebd7e730a2b523
+# Source0-md5: 295fafae10cc20d414b025535c177c50
 Patch0:%{name}-realclean.patch
 Patch2:%{name}-selinux.patch
 URL:   http://www.mesa3d.org/
@@ -983,6 +983,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.263.2.39  2011/10/12 14:58:49  patrys
+- current snap
+
 Revision 1.263.2.38  2011/10/06 15:32:48  arekm
 - up to 20111006
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Mesa/Mesa.spec?r1=1.263.2.38r2=1.263.2.39f=u

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


packages: vte0/vte0.spec - note GTK+ 2 also in main summaries

2011-10-12 Thread qboosh
Author: qboosh   Date: Wed Oct 12 15:23:43 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- note GTK+ 2 also in main summaries

 Files affected:
packages/vte0:
   vte0.spec (1.174 - 1.175) 

 Diffs:


Index: packages/vte0/vte0.spec
diff -u packages/vte0/vte0.spec:1.174 packages/vte0/vte0.spec:1.175
--- packages/vte0/vte0.spec:1.174   Tue Oct  4 22:24:19 2011
+++ packages/vte0/vte0.spec Wed Oct 12 17:23:38 2011
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
-Summary:   VTE terminal widget library
-Summary(pl.UTF-8): Biblioteka z kontrolką terminala VTE
+Summary:   VTE terminal widget library for GTK+ 2
+Summary(pl.UTF-8): Biblioteka z kontrolką terminala VTE for GTK+ 2
 Name:  vte0
 Version:   0.28.2
 Release:   3
@@ -188,6 +188,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.175  2011/10/12 15:23:38  qboosh
+- note GTK+ 2 also in main summaries
+
 Revision 1.174  2011/10/04 20:24:19  baggins
 - rel 3
 - fix R/P/O


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vte0/vte0.spec?r1=1.174r2=1.175f=u

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


packages: vte/vte.spec - versioned install-time gtk+3 dependency

2011-10-12 Thread qboosh
Author: qboosh   Date: Wed Oct 12 15:32:11 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- versioned install-time gtk+3 dependency

 Files affected:
packages/vte:
   vte.spec (1.172 - 1.173) 

 Diffs:


Index: packages/vte/vte.spec
diff -u packages/vte/vte.spec:1.172 packages/vte/vte.spec:1.173
--- packages/vte/vte.spec:1.172 Mon Sep 26 23:51:24 2011
+++ packages/vte/vte.spec   Wed Oct 12 17:32:06 2011
@@ -27,8 +27,9 @@
 BuildRequires: xz
 Requires:  %{name}-common = %{version}-%{release}
 Requires:  glib2 = 1:2.28.0
-# sr@Latn vs. sr@latin
+Requires:  gtk+3 = 3.1.9
 Requires:  pango = 1:1.22.0
+# sr@Latn vs. sr@latin
 Conflicts: glibc-misc  6:2.7
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -128,7 +129,7 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la \
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %find_lang %{name}-2.90
 
@@ -172,6 +173,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.173  2011/10/12 15:32:06  qboosh
+- versioned install-time gtk+3 dependency
+
 Revision 1.172  2011/09/26 21:51:24  kiesiu
 - updated to 0.30; merged from DEVEL
 - no gtk+2 and python support


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vte/vte.spec?r1=1.172r2=1.173f=u

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


DISTFILES: kernel: ERRORS: linux-3.0.tar.bz2 patch-3.0.6

2011-10-12 Thread arekm
kernel.spec: undefined macro version


FATAL: ./upload/arekm/patch-3.0.6 was not uploaded

Files fetched: 0

ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.bz2
398e95866794def22b12dfbc15ce89c0  linux-3.0.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: kernel/kernel-grsec_fixes.patch, kernel/kernel-grsec_full.patch, ...

2011-10-12 Thread arekm
Author: arekmDate: Wed Oct 12 15:45:26 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 3.0.6

 Files affected:
packages/kernel:
   kernel-grsec_fixes.patch (1.25 - 1.26) , kernel-grsec_full.patch (1.81 - 
1.82) , kernel-vserver-2.3.patch (1.81 - 1.82) , kernel-vserver-fixes.patch 
(1.23 - 1.24) , kernel.spec (1.980 - 1.981) , patch-3.0.6 (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/kernel/kernel-grsec_fixes.patch
diff -u packages/kernel/kernel-grsec_fixes.patch:1.25 
packages/kernel/kernel-grsec_fixes.patch:1.26
--- packages/kernel/kernel-grsec_fixes.patch:1.25   Thu Aug 25 22:07:12 2011
+++ packages/kernel/kernel-grsec_fixes.patchWed Oct 12 17:45:19 2011
@@ -120,4 +120,15 @@
sock_release(newsock);
 
 
-
+diff -NurpX linux-3.0.6-pax/Documentation/dontdiff 
linux-3.0.6/drivers/media/video/timblogiw.c 
linux-3.0.6-pax/drivers/media/video/timblogiw.c
+--- linux-3.0.6/drivers/media/video/timblogiw.c2011-07-22 
04:17:23.0 +0200
 linux-3.0.6-pax/drivers/media/video/timblogiw.c2011-10-09 
13:14:45.187928072 +0200
+@@ -767,7 +767,7 @@ static __devinitconst struct v4l2_ioctl_
+   .vidioc_enum_framesizes = timblogiw_enum_framesizes,
+ };
+ 
+-static __devinitconst struct v4l2_file_operations timblogiw_fops = {
++static __devinitconst v4l2_file_operations_no_const timblogiw_fops = {
+   .owner  = THIS_MODULE,
+   .open   = timblogiw_open,
+   .release= timblogiw_close,


Index: packages/kernel/kernel-grsec_full.patch
diff -u packages/kernel/kernel-grsec_full.patch:1.81 
packages/kernel/kernel-grsec_full.patch:1.82
--- packages/kernel/kernel-grsec_full.patch:1.81Fri Sep 23 21:18:29 2011
+++ packages/kernel/kernel-grsec_full.patch Wed Oct 12 17:45:19 2011
@@ -3057,20 +3057,19 @@
 diff -urNp linux-3.0.4/arch/sparc/include/asm/elf_64.h 
linux-3.0.4/arch/sparc/include/asm/elf_64.h
 --- linux-3.0.4/arch/sparc/include/asm/elf_64.h2011-09-02 
18:11:21.0 -0400
 +++ linux-3.0.4/arch/sparc/include/asm/elf_64.h2011-08-23 
21:47:55.0 -0400
-@@ -180,6 +180,13 @@ typedef struct {
+@@ -162,6 +162,12 @@ typedef struct {
  #define ELF_ET_DYN_BASE   0x0100UL
  #define COMPAT_ELF_ET_DYN_BASE0x7000UL
  
 +#ifdef CONFIG_PAX_ASLR
-+#define PAX_ELF_ET_DYN_BASE   (test_thread_flag(TIF_32BIT) ? 0x1UL : 
0x10UL)
++#define PAX_ELF_ET_DYN_BASE(test_thread_flag(TIF_32BIT) ? 0x1UL : 
0x10UL)
 +
-+#define PAX_DELTA_MMAP_LEN(test_thread_flag(TIF_32BIT) ? 14 : 28)
-+#define PAX_DELTA_STACK_LEN   (test_thread_flag(TIF_32BIT) ? 15 : 29)
++#define PAX_DELTA_MMAP_LEN (test_thread_flag(TIF_32BIT) ? 14 : 28)
++#define PAX_DELTA_STACK_LEN(test_thread_flag(TIF_32BIT) ? 15 : 29)
 +#endif
-+
- extern unsigned long sparc64_elf_hwcap;
- #define ELF_HWCAP sparc64_elf_hwcap
  
+ /* This yields a mask that user programs can use to figure out what
+instruction set this cpu supports.  */
 diff -urNp linux-3.0.4/arch/sparc/include/asm/pgtable_32.h 
linux-3.0.4/arch/sparc/include/asm/pgtable_32.h
 --- linux-3.0.4/arch/sparc/include/asm/pgtable_32.h2011-07-21 
22:17:23.0 -0400
 +++ linux-3.0.4/arch/sparc/include/asm/pgtable_32.h2011-08-23 
21:47:55.0 -0400
@@ -5591,71 +5590,80 @@
  /*
 diff -urNp linux-3.0.4/arch/x86/crypto/aes-x86_64-asm_64.S 
linux-3.0.4/arch/x86/crypto/aes-x86_64-asm_64.S
 --- linux-3.0.4/arch/x86/crypto/aes-x86_64-asm_64.S2011-07-21 
22:17:23.0 -0400
-+++ linux-3.0.4/arch/x86/crypto/aes-x86_64-asm_64.S2011-09-17 
18:31:51.0 -0400
-@@ -71,6 +71,12 @@ FUNC:   movqr1,r2;  \
 linux-3.0.4/arch/x86/crypto/aes-x86_64-asm_64.S2011-10-06 
04:17:55.0 -0400
+@@ -8,6 +8,8 @@
+  * including this sentence is retained in full.
+  */
+ 
++#include asm/alternative-asm.h
++
+ .extern crypto_ft_tab
+ .extern crypto_it_tab
+ .extern crypto_fl_tab
+@@ -71,6 +73,8 @@ FUNC:movqr1,r2;  \
je  B192;   \
leaq32(r9),r9;
  
-+#ifdef CONFIG_PAX_KERNEXEC_PLUGIN
-+#define ret   orb $0x80, 0x7(%rsp); ret
-+#else
-+#define ret   ret
-+#endif
++#define ret   pax_force_retaddr; ret
 +
  #define epilogue(r1,r2,r3,r4,r5,r6,r7,r8,r9) \
movqr1,r2;  \
movqr3,r4;  \
 diff -urNp linux-3.0.4/arch/x86/crypto/salsa20-x86_64-asm_64.S 
linux-3.0.4/arch/x86/crypto/salsa20-x86_64-asm_64.S
 --- linux-3.0.4/arch/x86/crypto/salsa20-x86_64-asm_64.S2011-07-21 
22:17:23.0 -0400
-+++ linux-3.0.4/arch/x86/crypto/salsa20-x86_64-asm_64.S2011-09-17 
18:31:51.0 -0400
-@@ -790,6 +790,9 @@ ECRYPT_encrypt_bytes:
 

packages: p11-kit/p11-kit.spec - updated to 0.7

2011-10-12 Thread qboosh
Author: qboosh   Date: Wed Oct 12 15:47:01 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 0.7

 Files affected:
packages/p11-kit:
   p11-kit.spec (1.4 - 1.5) 

 Diffs:


Index: packages/p11-kit/p11-kit.spec
diff -u packages/p11-kit/p11-kit.spec:1.4 packages/p11-kit/p11-kit.spec:1.5
--- packages/p11-kit/p11-kit.spec:1.4   Fri Sep 16 18:40:37 2011
+++ packages/p11-kit/p11-kit.spec   Wed Oct 12 17:46:56 2011
@@ -7,12 +7,12 @@
 Summary:   Library and proxy module for properly loading and sharing 
PKCS#11 modules
 Summary(pl.UTF-8): Biblioteka i moduł proxy do właściwego wczytywania i 
współdzielenia modułów PKCS#11
 Name:  p11-kit
-Version:   0.6
+Version:   0.7
 Release:   1
 License:   BSD
 Group: Libraries
 Source0:   
http://p11-glue.freedesktop.org/releases/%{name}-%{version}.tar.gz
-# Source0-md5: c1ff3e52f172fda8bf3b426f7fb63c92
+# Source0-md5: 3cf26a9196f84707ca884c362b8dabc8
 URL:   http://p11-glue.freedesktop.org/p11-kit.html
 BuildRequires: gtk-doc = 1.15
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -124,6 +124,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5  2011/10/12 15:46:56  qboosh
+- updated to 0.7
+
 Revision 1.4  2011/09/16 16:40:37  qboosh
 - updated to 0.6
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/p11-kit/p11-kit.spec?r1=1.4r2=1.5f=u

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


DISTFILES: p11-kit: p11-kit-0.7.tar.gz

2011-10-12 Thread qboosh

Files fetched: 1

STORED: http://p11-glue.freedesktop.org/releases/p11-kit-0.7.tar.gz
3cf26a9196f84707ca884c362b8dabc8  p11-kit-0.7.tar.gz
Size: 521602 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: libatasmart: libatasmart-0.18.tar.gz

2011-10-12 Thread qboosh

Files fetched: 1

STORED: http://0pointer.de/public/libatasmart-0.18.tar.gz
dc22b7acda1c2230f55ae98737e8b159  libatasmart-0.18.tar.gz
Size: 381009 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: libatasmart/libatasmart.spec - updated to 0.18

2011-10-12 Thread qboosh
Author: qboosh   Date: Wed Oct 12 16:11:17 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 0.18

 Files affected:
packages/libatasmart:
   libatasmart.spec (1.5 - 1.6) 

 Diffs:


Index: packages/libatasmart/libatasmart.spec
diff -u packages/libatasmart/libatasmart.spec:1.5 
packages/libatasmart/libatasmart.spec:1.6
--- packages/libatasmart/libatasmart.spec:1.5   Sat Aug 14 20:33:53 2010
+++ packages/libatasmart/libatasmart.spec   Wed Oct 12 18:11:12 2011
@@ -2,18 +2,18 @@
 Summary:   ATA S.M.A.R.T. Disk Health Monitoring Library
 Summary(pl.UTF-8): Biblioteka do monitorowania stanu dysku ATA S.M.A.R.T.
 Name:  libatasmart
-Version:   0.17
+Version:   0.18
 Release:   1
 License:   LGPL v2+
 Group: Libraries
 Source0:   http://0pointer.de/public/%{name}-%{version}.tar.gz
-# Source0-md5: dc36cadbbb7fa38f8af175713eda1a21
+# Source0-md5: dc22b7acda1c2230f55ae98737e8b159
 BuildRequires: autoconf = 2.63
 BuildRequires: automake = 1:1.11
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRequires: pkgconfig
-BuildRequires: udev-devel
+BuildRequires: udev-devel = 143
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -29,7 +29,7 @@
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libatasmart
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
-Requires:  udev-devel
+Requires:  udev-devel = 143
 
 %description devel
 Header files for libatasmart library.
@@ -66,7 +66,7 @@
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -115,6 +115,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2011/10/12 16:11:12  qboosh
+- updated to 0.18
+
 Revision 1.5  2010/08/14 18:33:53  qboosh
 - updated to 0.17
 - pl for base


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libatasmart/libatasmart.spec?r1=1.5r2=1.6f=u

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


packages: kernel/kernel.spec - 3.0.6 patch wasn't actually applied (due to ...

2011-10-12 Thread arekm
Author: arekmDate: Wed Oct 12 16:36:22 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- 3.0.6 patch wasn't actually applied (due to bzip2 -d | patch error code 
ignored); switch to simple patching

 Files affected:
packages/kernel:
   kernel.spec (1.981 - 1.982) 

 Diffs:


Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.981 packages/kernel/kernel.spec:1.982
--- packages/kernel/kernel.spec:1.981   Wed Oct 12 17:45:19 2011
+++ packages/kernel/kernel.spec Wed Oct 12 18:36:16 2011
@@ -142,11 +142,11 @@
 Source0:   
http://www.kernel.org/pub/linux/kernel/v3.0/linux-%{basever}.tar.bz2
 # Source0-md5: 398e95866794def22b12dfbc15ce89c0
 %if %{postver} != .0
-#Source1:  http://www.kernel.org/pub/linux/kernel/v3.0/patch-%{version}.bz2
+#Patch0:   http://www.kernel.org/pub/linux/kernel/v3.0/patch-%{version}.bz2
 
-# for now: ftp://ftp.archlinux.org/other/linux/patch-3.0.6.gz
-Source1:   patch-%{version}
-# Source1-md5: 89dfaaa8791cdceef874ed5eda43930b
+# for now while kernel.org is not operational
+Patch0:ftp://ftp.archlinux.org/other/linux/patch-3.0.6.gz
+# Patch0-md5:  792f01cc8874d03a84e47fd0e7065df8
 %endif
 
 Source3:   kernel-autoconf.h
@@ -667,8 +667,9 @@
 # hack against warning in pax/grsec
 sed -i 's/-Werror//' arch/alpha/kernel/Makefile
 
+
 %if %{postver} != .0
-%{__bzip2} -dc %{SOURCE1} | patch -p1 -s
+%patch0 -p1
 %endif
 
 %if %{without vanilla}
@@ -1536,6 +1537,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.982  2011/10/12 16:36:16  arekm
+- 3.0.6 patch wasn't actually applied (due to bzip2 -d | patch error code 
ignored); switch to simple patching
+
 Revision 1.981  2011/10/12 15:45:19  arekm
 - up to 3.0.6
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.981r2=1.982f=u

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


DISTFILES: kernel: linux-3.0.tar.bz2 patch-3.0.6.gz

2011-10-12 Thread arekm

Files fetched: 1

ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.bz2
398e95866794def22b12dfbc15ce89c0  linux-3.0.tar.bz2
STORED: ftp://ftp.archlinux.org/other/linux/patch-3.0.6.gz
792f01cc8874d03a84e47fd0e7065df8  patch-3.0.6.gz
Size: 212398 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: libaacplus: libaacplus-2.0.2.tar.gz

2011-10-12 Thread qboosh

Files fetched: 1

STORED: http://217.20.164.161/~tipok/aacplus/libaacplus-2.0.2.tar.gz
3fc15d5aa91d0e8b8f94acb6555103da  libaacplus-2.0.2.tar.gz
Size: 42155 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: libaacplus/libaacplus.spec (NEW) - new; binary packages not distr...

2011-10-12 Thread qboosh
Author: qboosh   Date: Wed Oct 12 16:42:37 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- new; binary packages not distributable

 Files affected:
packages/libaacplus:
   libaacplus.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/libaacplus/libaacplus.spec
diff -u /dev/null packages/libaacplus/libaacplus.spec:1.1
--- /dev/null   Wed Oct 12 18:42:38 2011
+++ packages/libaacplus/libaacplus.spec Wed Oct 12 18:42:32 2011
@@ -0,0 +1,114 @@
+# $Revision$, $Date$
+Summary:   High Efficiency Advanced Audio Codec v2 (HE-AAC+)
+Summary(pl.UTF-8): Kodek dźwięku HE-AAC+ (High Efficiency Advanced Audio 
Codec v2)
+Name:  libaacplus
+Version:   2.0.2
+Release:   1
+License:   commercial (3GPP code), LGPL (wrapper code)
+Group: Libraries
+Source0:   http://217.20.164.161/~tipok/aacplus/%{name}-%{version}.tar.gz
+# Source0-md5: 3fc15d5aa91d0e8b8f94acb6555103da
+Source1:   
http://www.3gpp.org/ftp/Specs/archive/26_series/26.410/26410-800.zip
+# NoSource1-md5:   2346a0f709d42cee88b784c513744e98
+NoSource:  1
+URL:   http://tipok.org.ua/node/17
+BuildRequires: autoconf = 2.50
+BuildRequires: automake
+BuildRequires: fftw3-devel = 3
+BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRequires: unzip
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+High Efficiency Advanced Audio Codec v2 (he-aac+) encoder library
+based on 3GPP source code (3GPP TS 26.410 V8.0.0) from:
+
+http://www.3gpp.org/ftp/Specs/html-info/26410.htm
+
+%description -l pl.UTF-8
+Biblioteka kodująca kodekiem HE-AAC+ (High Efficiency Advanced Audio
+Codec v2), oparta na kodzie źródłowym 3GPP (3GPP TS 26.410 V8.0.0) z:
+
+http://www.3gpp.org/ftp/Specs/html-info/26410.htm
+
+%package devel
+Summary:   Header files for aacplus library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki aacplus
+Group: Development/Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description devel
+Header files for aacplus library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki aacplus.
+
+%package static
+Summary:   Static aacplus library
+Summary(pl.UTF-8): Statyczna biblioteka aacplus
+Group: Development/Libraries
+Requires:  %{name}-devel = %{version}-%{release}
+
+%description static
+Static aacplus library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka aacplus.
+
+%prep
+%setup -q
+
+ln -sf %{SOURCE1} src/26410-800.zip
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+# 3GPP source unpacking is not parallel-ready
+%{__make} -j1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog COPYING NEWS README TODO
+%attr(755,root,root) %{_bindir}/aacplusenc
+%attr(755,root,root) %{_libdir}/libaacplus.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libaacplus.so.2
+%{_mandir}/man1/aacplusenc.1*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libaacplus.so
+%{_includedir}/aacplus.h
+%{_pkgconfigdir}/aacplus.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libaacplus.a
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2011/10/12 16:42:32  qboosh
+- new; binary packages not distributable

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


DISTFILES: gstreamer-aacplus: gst-aacplus-0.10.0.tar.gz

2011-10-12 Thread qboosh

Files fetched: 1

STORED: 
http://tipok.ath.cx/downloads/media/aac+/libaacplus-simple-sample/gstreamer/gst-aacplus-0.10.0.tar.gz
20a221b0f35fe02fad4cfcf64a40ac7e  gst-aacplus-0.10.0.tar.gz
Size: 16359 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: gstreamer-aacplus/gstreamer-aacplus.spec (NEW) - new

2011-10-12 Thread qboosh
Author: qboosh   Date: Wed Oct 12 17:23:46 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- new

 Files affected:
packages/gstreamer-aacplus:
   gstreamer-aacplus.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/gstreamer-aacplus/gstreamer-aacplus.spec
diff -u /dev/null packages/gstreamer-aacplus/gstreamer-aacplus.spec:1.1
--- /dev/null   Wed Oct 12 19:23:46 2011
+++ packages/gstreamer-aacplus/gstreamer-aacplus.spec   Wed Oct 12 19:23:41 2011
@@ -0,0 +1,80 @@
+# $Revision$, $Date$
+Summary:   GStreamer plugin to encode audio to mp4 AAC+/eAAC+ audio codecs
+Summary(pl.UTF-8): Wtyczka GStreamera kodująca dźwięk do formatu mp4 
AAC+/eAAC+
+Name:  gstreamer-aacplus
+Version:   0.10.0
+Release:   1
+License:   LGPL v2+
+Group: Libraries
+Source0:   
http://tipok.ath.cx/downloads/media/aac+/libaacplus-simple-sample/gstreamer/gst-aacplus-%{version}.tar.gz
+# Source0-md5: 20a221b0f35fe02fad4cfcf64a40ac7e
+URL:   http://tipok.org.ua/node/17
+BuildRequires: autoconf = 2.53
+BuildRequires: automake = 1:1.10
+BuildRequires: gstreamer-devel = 0.10.16
+BuildRequires: gstreamer-plugins-base-devel = 0.10.16
+BuildRequires: libaacplus-devel = 2.0.2
+BuildRequires: libtool = 2:2.2.6
+BuildRequires: pkgconfig
+Requires:  gstreamer-plugins-base = 0.10.16
+Requires:  libaacplus = 2.0.2
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains GStreamer plugin to encode audio to modern mp4
+audio codec: AAC+ and eAAC+. The specific mode (SBR or SBR+PS) - is
+selected automatically, depending on channels number, samplerate and
+bitrate of input stream.
+
+This plugin is based on libaacplus library, that also depends on
+proprietary 3GPP's code, so you have to be very careful with this
+plugin usage, because the encoding logic part is not free.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera wtyczkę GStreamera służącą do kodowania dźwięku do
+współczesnego kodeka mp4: AAC+ i eAAC+. Konkretny tryb (SBR lub
+SBR+PS) wybierany automatycznie, w zależności od liczby kanałów,
+częstotliwości próbkowania i szybkości strumienia wejściowego.
+
+Ta wtyczka jest oparta na bibliotece libaacplus, która zależy od
+własnościowego kodu 3GPP, więc trzeba być ostrożnym przy używaniu
+niniejszej wtyczki - część logiczna kodowania nie jest wolnodostępna.
+
+%prep
+%setup -q -n gst-aacplus-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+# gstreamer module
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/gstreamer-0.10/libgst*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/gstreamer-0.10/libgstaacplus.so
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2011/10/12 17:23:41  qboosh
+- new

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


packages (PYTHON_2_6): python/python-lib64.patch, python/python-noarch_to_d...

2011-10-12 Thread hawk
Author: hawk Date: Wed Oct 12 17:27:01 2011 GMT
Module: packages  Tag: PYTHON_2_6
 Log message:
- updated for 2.6.7

 Files affected:
packages/python:
   python-lib64.patch (1.18 - 1.18.2.1) , python-noarch_to_datadir.patch (1.10 
- 1.10.2.1) 

 Diffs:


Index: packages/python/python-lib64.patch
diff -u packages/python/python-lib64.patch:1.18 
packages/python/python-lib64.patch:1.18.2.1
--- packages/python/python-lib64.patch:1.18 Fri Oct  3 10:13:47 2008
+++ packages/python/python-lib64.patch  Wed Oct 12 19:26:56 2011
@@ -162,12 +162,7 @@
  
  # Install prefix for architecture-independent files
  prefix=   @prefix@
-@@ -84,11 +86,11 @@
- 
- # Expanded directories
- BINDIR=   $(exec_prefix)/bin
--LIBDIR=   $(exec_prefix)/lib
-+LIBDIR=   $(exec_prefix)/$(LIB)
+@@ -84,7 +86,7 @@
  MANDIR=   @mandir@
  INCLUDEDIR=   @includedir@
  CONFINCLUDEDIR=   $(exec_prefix)/include
@@ -248,16 +243,16 @@
 --- Python-2.5b2.orig/Python/sysmodule.c   2006-07-10 22:08:24.0 
+0100
 +++ Python-2.5b2/Python/sysmodule.c2006-07-12 17:42:51.0 +0100
 @@ -1377,6 +1377,10 @@
-   PyString_FromString(Py_GetCopyright()));
-   SET_SYS_FROM_STRING(platform,
-   PyString_FromString(Py_GetPlatform()));
-+  SET_SYS_FROM_STRING(arch,
-+  PyString_FromString(Py_GetArch()));
-+  SET_SYS_FROM_STRING(lib,
-+  PyString_FromString(Py_GetLib()));
-   SET_SYS_FROM_STRING(executable,
-   PyString_FromString(Py_GetProgramFullPath()));
-   SET_SYS_FROM_STRING(prefix,
+ PyString_FromString(Py_GetCopyright()));
+ SET_SYS_FROM_STRING(platform,
+ PyString_FromString(Py_GetPlatform()));
++SET_SYS_FROM_STRING(arch,
++PyString_FromString(Py_GetArch()));
++SET_SYS_FROM_STRING(lib,
++PyString_FromString(Py_GetLib()));
+ SET_SYS_FROM_STRING(executable,
+ PyString_FromString(Py_GetProgramFullPath()));
+ SET_SYS_FROM_STRING(prefix,
 diff -Nur Python-2.5b2.orig/setup.py Python-2.5b2/setup.py
 --- Python-2.5b2.orig/setup.py 2006-06-30 07:18:39.0 +0100
 +++ Python-2.5b2/setup.py  2006-07-12 17:45:14.0 +0100


Index: packages/python/python-noarch_to_datadir.patch
diff -u packages/python/python-noarch_to_datadir.patch:1.10 
packages/python/python-noarch_to_datadir.patch:1.10.2.1
--- packages/python/python-noarch_to_datadir.patch:1.10 Fri Oct  3 10:13:48 2008
+++ packages/python/python-noarch_to_datadir.patch  Wed Oct 12 19:26:56 2011
@@ -136,6 +136,6 @@
  strncpy(zip_path, PREFIX, MAXPATHLEN);
 -joinpath(zip_path, lib/python00.zip);
 +joinpath(zip_path, LIB_PYTHON 00.zip);
- bufsz = strlen(zip_path); /* Replace 00 with version */
+ bufsz = strlen(zip_path);   /* Replace 00 with version */
  zip_path[bufsz - 6] = VERSION[0];
  zip_path[bufsz - 5] = VERSION[2];


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python/python-lib64.patch?r1=1.18r2=1.18.2.1f=u

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python/python-noarch_to_datadir.patch?r1=1.10r2=1.10.2.1f=u

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


packages: kernel/kernel-grsec_full.patch, kernel/kernel-small_fixes.patch, ...

2011-10-12 Thread arekm
Author: arekmDate: Wed Oct 12 17:27:55 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- real 3.0.6

 Files affected:
packages/kernel:
   kernel-grsec_full.patch (1.82 - 1.83) , kernel-small_fixes.patch (1.37 - 
1.38) , kernel-vserver-2.3.patch (1.82 - 1.83) , kernel-vserver-fixes.patch 
(1.24 - 1.25) , kernel.spec (1.982 - 1.983) , patch-3.0.6 (1.1 - NONE)  
(REMOVED)

 Diffs:


Index: packages/kernel/kernel-grsec_full.patch
diff -u packages/kernel/kernel-grsec_full.patch:1.82 
packages/kernel/kernel-grsec_full.patch:1.83
--- packages/kernel/kernel-grsec_full.patch:1.82Wed Oct 12 17:45:19 2011
+++ packages/kernel/kernel-grsec_full.patch Wed Oct 12 19:27:48 2011
@@ -3057,19 +3057,20 @@
 diff -urNp linux-3.0.4/arch/sparc/include/asm/elf_64.h 
linux-3.0.4/arch/sparc/include/asm/elf_64.h
 --- linux-3.0.4/arch/sparc/include/asm/elf_64.h2011-09-02 
18:11:21.0 -0400
 +++ linux-3.0.4/arch/sparc/include/asm/elf_64.h2011-08-23 
21:47:55.0 -0400
-@@ -162,6 +162,12 @@ typedef struct {
+@@ -180,6 +180,13 @@ typedef struct {
  #define ELF_ET_DYN_BASE   0x0100UL
  #define COMPAT_ELF_ET_DYN_BASE0x7000UL
  
 +#ifdef CONFIG_PAX_ASLR
-+#define PAX_ELF_ET_DYN_BASE(test_thread_flag(TIF_32BIT) ? 0x1UL : 
0x10UL)
++#define PAX_ELF_ET_DYN_BASE   (test_thread_flag(TIF_32BIT) ? 0x1UL : 
0x10UL)
 +
-+#define PAX_DELTA_MMAP_LEN (test_thread_flag(TIF_32BIT) ? 14 : 28)
-+#define PAX_DELTA_STACK_LEN(test_thread_flag(TIF_32BIT) ? 15 : 29)
++#define PAX_DELTA_MMAP_LEN(test_thread_flag(TIF_32BIT) ? 14 : 28)
++#define PAX_DELTA_STACK_LEN   (test_thread_flag(TIF_32BIT) ? 15 : 29)
 +#endif
++
+ extern unsigned long sparc64_elf_hwcap;
+ #define ELF_HWCAP sparc64_elf_hwcap
  
- /* This yields a mask that user programs can use to figure out what
-instruction set this cpu supports.  */
 diff -urNp linux-3.0.4/arch/sparc/include/asm/pgtable_32.h 
linux-3.0.4/arch/sparc/include/asm/pgtable_32.h
 --- linux-3.0.4/arch/sparc/include/asm/pgtable_32.h2011-07-21 
22:17:23.0 -0400
 +++ linux-3.0.4/arch/sparc/include/asm/pgtable_32.h2011-08-23 
21:47:55.0 -0400
@@ -21447,12 +21448,13 @@
 diff -urNp linux-3.0.4/arch/x86/oprofile/backtrace.c 
linux-3.0.4/arch/x86/oprofile/backtrace.c
 --- linux-3.0.4/arch/x86/oprofile/backtrace.c  2011-09-02 18:11:21.0 
-0400
 +++ linux-3.0.4/arch/x86/oprofile/backtrace.c  2011-10-06 04:17:55.0 
-0400
-@@ -46,10 +46,10 @@ dump_user_backtrace_32(struct stack_fram
-   /* Also check accessibility of one struct frame_head beyond */
-   if (!access_ok(VERIFY_READ, head, sizeof(bufhead)))
-   return NULL;
--  if (__copy_from_user_inatomic(bufhead, head, sizeof(bufhead)))
-+  if (__copy_from_user_inatomic(bufhead, (const char __force_user *)head, 
sizeof(bufhead)))
+@@ -83,11 +83,11 @@ dump_user_backtrace_32(struct stack_fram
+   struct stack_frame_ia32 *fp;
+   unsigned long bytes;
+ 
+-  bytes = copy_from_user_nmi(bufhead, head, sizeof(bufhead));
++  bytes = copy_from_user_nmi(bufhead, (const char __force_user *)head, 
sizeof(bufhead));
+   if (bytes != sizeof(bufhead))
return NULL;
  
 -  fp = (struct stack_frame_ia32 *) compat_ptr(bufhead[0].next_frame);
@@ -21460,6 +21462,15 @@
  
oprofile_add_trace(bufhead[0].return_address);
  
+@@ -129,7 +129,7 @@ static struct stack_frame *dump_user_bac
+   struct stack_frame bufhead[2];
+   unsigned long bytes;
+ 
+-  bytes = copy_from_user_nmi(bufhead, head, sizeof(bufhead));
++  bytes = copy_from_user_nmi(bufhead, (const char __force_user *)head, 
sizeof(bufhead));
+   if (bytes != sizeof(bufhead))
+   return NULL;
+ 
 @@ -148,7 +148,7 @@ x86_backtrace(struct pt_regs * const reg
  {
struct stack_frame *head = (struct stack_frame *)frame_pointer(regs);
@@ -39685,21 +39696,21 @@
 diff -urNp linux-3.0.4/fs/ecryptfs/read_write.c 
linux-3.0.4/fs/ecryptfs/read_write.c
 --- linux-3.0.4/fs/ecryptfs/read_write.c   2011-09-02 18:11:21.0 
-0400
 +++ linux-3.0.4/fs/ecryptfs/read_write.c   2011-10-06 04:17:55.0 
-0400
-@@ -47,7 +47,7 @@ int ecryptfs_write_lower(struct inode *e
-   BUG_ON(!inode_info-lower_file);
+@@ -48,7 +48,7 @@ int ecryptfs_write_lower(struct inode *e
+   return -EIO;
fs_save = get_fs();
set_fs(get_ds());
--  rc = vfs_write(inode_info-lower_file, data, size, offset);
-+  rc = vfs_write(inode_info-lower_file, (const char __force_user *)data, 
size, offset);
+-  rc = vfs_write(lower_file, data, size, offset);
++  rc = vfs_write(lower_file, (const char __force_user *)data, size, 
offset);
set_fs(fs_save);
mark_inode_dirty_sync(ecryptfs_inode);
return rc;
-@@ -233,7 +233,7 @@ int 

packages (PYTHON_2_6): python/python.spec - updated to 2.6.7, NFY

2011-10-12 Thread hawk
Author: hawk Date: Wed Oct 12 17:28:18 2011 GMT
Module: packages  Tag: PYTHON_2_6
 Log message:
- updated to 2.6.7, NFY

 Files affected:
packages/python:
   python.spec (1.359 - 1.359.2.1) 

 Diffs:


Index: packages/python/python.spec
diff -u packages/python/python.spec:1.359 packages/python/python.spec:1.359.2.1
--- packages/python/python.spec:1.359   Sat May 22 18:39:50 2010
+++ packages/python/python.spec Wed Oct 12 19:28:13 2011
@@ -43,16 +43,16 @@
 Summary(tr.UTF-8): X arayüzlü, yüksek düzeyli, kabuk yorumlayıcı dili
 Summary(uk.UTF-8): Мова програмування дуже високого рівня з X-інтерфейсом
 Name:  python
-Version:   %{py_ver}.5
+Version:   %{py_ver}.7
 %define dver %{version}
-Release:   3
+Release:   0.1
 Epoch: 1
 License:   PSF
 Group: Development/Languages/Python
 Source0:   
http://www.python.org/ftp/python/%{version}/Python-%{version}%{beta}.tar.bz2
-# Source0-md5: 6bef0417e71a1a1737ccf5750420fdb3
+# Source0-md5: d40ef58ed88438a870bbeb0ac5d4217b
 Source1:   
http://www.python.org/ftp/python/doc/%{dver}/%{name}-%{dver}-docs-html.tar.bz2
-# Source1-md5: 4becde65eb92d8d24b503a44f6d01c62
+# Source1-md5: a2fc12049840d5c66262c546cdf241fd
 Patch1:%{name}-%{name}path.patch
 Patch2:%{name}-no_ndbm.patch
 Patch3:%{name}-ac_fixes.patch
@@ -992,6 +992,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.359.2.1  2011/10/12 17:28:13  hawk
+- updated to 2.6.7, NFY
+
 Revision 1.359  2010/05/22 16:39:50  gotar
 - fixed Group
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python/python.spec?r1=1.359r2=1.359.2.1f=u

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


DISTFILES: python: Python-2.6.7.tar.bz2 python-2.6.7-docs-html.tar.bz2

2011-10-12 Thread hawk

Files fetched: 2

STORED: http://www.python.org/ftp/python/2.6.7/Python-2.6.7.tar.bz2
d40ef58ed88438a870bbeb0ac5d4217b  Python-2.6.7.tar.bz2
Size: 11084667 bytes
STORED: 
http://www.python.org/ftp/python/doc/2.6.7/python-2.6.7-docs-html.tar.bz2
a2fc12049840d5c66262c546cdf241fd  python-2.6.7-docs-html.tar.bz2
Size: 3968660 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: mpfr: mpfr-3.1.0.tar.xz

2011-10-12 Thread qboosh

Files fetched: 1

STORED: http://www.mpfr.org/mpfr-current/mpfr-3.1.0.tar.xz
6e495841bb026481567006cec0f821c3  mpfr-3.1.0.tar.xz
Size: 1083128 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: exim/exim.spec - up to 4.77

2011-10-12 Thread arekm
Author: arekmDate: Wed Oct 12 17:36:47 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 4.77

 Files affected:
packages/exim:
   exim.spec (1.330 - 1.331) 

 Diffs:


Index: packages/exim/exim.spec
diff -u packages/exim/exim.spec:1.330 packages/exim/exim.spec:1.331
--- packages/exim/exim.spec:1.330   Sat Sep 24 13:46:29 2011
+++ packages/exim/exim.spec Wed Oct 12 19:36:42 2011
@@ -15,15 +15,15 @@
 Summary(pl.UTF-8): Agent Transferu Poczty Uniwersytetu w Cambridge
 Summary(pt_BR.UTF-8):  Servidor de correio eletrônico exim
 Name:  exim
-Version:   4.76
-Release:   3
+Version:   4.77
+Release:   1
 Epoch: 2
 License:   GPL
 Group: Networking/Daemons/SMTP
 Source0:   ftp://ftp.exim.org/pub/exim/exim4/%{name}-%{version}.tar.bz2
-# Source0-md5: 58e784b33c7a2ab335ec6400346d6362
+# Source0-md5: 5d746275f2cc85845567f9d5eb84a57a
 Source1:   
ftp://ftp.exim.org/pub/exim/exim4/%{name}-html-%{version}.tar.bz2
-# Source1-md5: 28c005871f82b8a52ef9dc9fb480ec84
+# Source1-md5: 5af01cdfe2f938bbac5d7a65cb3a7290
 Source2:   %{name}.init
 Source3:   %{name}.cron.db
 Source4:   %{name}4.conf
@@ -376,6 +376,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.331  2011/10/12 17:36:42  arekm
+- up to 4.77
+
 Revision 1.330  2011/09/24 11:46:29  arekm
 - define LOOKUP_MODULE_DIR only if dynamic mode is enabled
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/exim/exim.spec?r1=1.330r2=1.331f=u

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


DISTFILES: exim: exim-4.77.tar.bz2 exim-html-4.77.tar.bz2 exim4-man-021016.tar.bz2 FAQ.txt.bz2 config.samples.tar.bz2

2011-10-12 Thread arekm

Files fetched: 2

STORED: ftp://ftp.exim.org/pub/exim/exim4/exim-4.77.tar.bz2
5d746275f2cc85845567f9d5eb84a57a  exim-4.77.tar.bz2
Size: 1576148 bytes
STORED: ftp://ftp.exim.org/pub/exim/exim4/exim-html-4.77.tar.bz2
5af01cdfe2f938bbac5d7a65cb3a7290  exim-html-4.77.tar.bz2
Size: 416407 bytes
ALREADY GOT: no-url://exim4-man-021016.tar.bz2
b552704ebf853a401946038a2b7e8e98  exim4-man-021016.tar.bz2
ALREADY GOT: ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/FAQ.txt.bz2
ff781bd31fb1d574c8b9d33f4bfd34a7  FAQ.txt.bz2
ALREADY GOT: 
ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/config.samples.tar.bz2
4b93321938a800caa6127c48ad60a42b  config.samples.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: libidn2/libidn2.spec - updated to 0.8

2011-10-12 Thread qboosh
Author: qboosh   Date: Wed Oct 12 17:44:01 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 0.8

 Files affected:
packages/libidn2:
   libidn2.spec (1.3 - 1.4) 

 Diffs:


Index: packages/libidn2/libidn2.spec
diff -u packages/libidn2/libidn2.spec:1.3 packages/libidn2/libidn2.spec:1.4
--- packages/libidn2/libidn2.spec:1.3   Sun Aug 14 19:36:10 2011
+++ packages/libidn2/libidn2.spec   Wed Oct 12 19:43:56 2011
@@ -2,12 +2,12 @@
 Summary:   Free software implementation of IDNA2008
 Summary(pl.UTF-8): Wolnodostępna implementacja IDNA2008
 Name:  libidn2
-Version:   0.7
+Version:   0.8
 Release:   1
 License:   GPL v3+
 Group: Libraries
 Source0:   http://alpha.gnu.org/gnu/libidn/%{name}-%{version}.tar.gz
-# Source0-md5: 482e1bd18dfec54c2789aa8d02ba5541
+# Source0-md5: 07b6a0ac077dd26d9829e59f22bdb42f
 Patch0:%{name}-info.patch
 URL:   http://www.gnu.org/software/libidn/
 BuildRequires: autoconf = 2.61
@@ -127,6 +127,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2011/10/12 17:43:56  qboosh
+- updated to 0.8
+
 Revision 1.3  2011/08/14 17:36:10  qboosh
 - updated to 0.7
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libidn2/libidn2.spec?r1=1.3r2=1.4f=u

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


DISTFILES: libidn2: libidn2-0.8.tar.gz

2011-10-12 Thread qboosh

Files fetched: 1

STORED: http://alpha.gnu.org/gnu/libidn/libidn2-0.8.tar.gz
07b6a0ac077dd26d9829e59f22bdb42f  libidn2-0.8.tar.gz
Size: 1497729 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: subversion/subversion.spec - don't run checks in parallerl - eats...

2011-10-12 Thread arekm
Author: arekmDate: Wed Oct 12 17:52:11 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- don't run checks in parallerl - eats so many resources

 Files affected:
packages/subversion:
   subversion.spec (1.319 - 1.320) 

 Diffs:


Index: packages/subversion/subversion.spec
diff -u packages/subversion/subversion.spec:1.319 
packages/subversion/subversion.spec:1.320
--- packages/subversion/subversion.spec:1.319   Wed Oct 12 18:12:55 2011
+++ packages/subversion/subversion.spec Wed Oct 12 19:52:06 2011
@@ -513,15 +513,15 @@
 %endif
 
 %if %{with tests}
-%{__make} check
+%{__make} -j1 check
 %if %{with csvn}
-%{__make} check-ctypes-python
+%{__make} -j1 check-ctypes-python
 %endif
 %if %{with python}
-%{__make} check-swig-py
+%{__make} -j1 check-swig-py
 %endif
 %if %{with perl}
-%{__make} check-swig-pl
+%{__make} -j1 check-swig-pl
 %endif
 %if %{with ruby}
 # disabled, see https://bugs.launchpad.net/pld-linux/+bug/734340
@@ -917,6 +917,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.320  2011/10/12 17:52:06  arekm
+- don't run checks in parallerl - eats so many resources
+
 Revision 1.319  2011/10/12 16:12:55  arekm
 - up to 1.7.0
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/subversion/subversion.spec?r1=1.319r2=1.320f=u

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


packages: ffmpeg/ffmpeg.spec - added aacplus bcond (using non-distributable...

2011-10-12 Thread qboosh
Author: qboosh   Date: Wed Oct 12 18:04:02 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- added aacplus bcond (using non-distributable libaacplus)

 Files affected:
packages/ffmpeg:
   ffmpeg.spec (1.231 - 1.232) 

 Diffs:


Index: packages/ffmpeg/ffmpeg.spec
diff -u packages/ffmpeg/ffmpeg.spec:1.231 packages/ffmpeg/ffmpeg.spec:1.232
--- packages/ffmpeg/ffmpeg.spec:1.231   Mon Oct  3 20:43:58 2011
+++ packages/ffmpeg/ffmpeg.spec Wed Oct 12 20:03:57 2011
@@ -4,6 +4,7 @@
 #
 # Conditional build:
 %bcond_withnonfree # non free options of package (currently: faac)
+%bcond_withaacplus # AAC+ encoding via libaacplus (requires 
nonfree)
 %bcond_without autoreqdep  # don't care about package name deps generated 
by rpm
 %bcond_without frei0r  # build without frei0r video filtering
 %bcond_without x264# build without x264 encoder
@@ -43,6 +44,7 @@
 %endif
 BuildRequires: jack-audio-connection-kit-devel
 BuildRequires: lame-libs-devel = 3.98.3
+%{?with_aacplus:BuildRequires: libaacplus-devel = 2.0.0}
 BuildRequires: libdc1394-devel
 BuildRequires: libgsm-devel
 BuildRequires: libnut-devel
@@ -300,6 +302,7 @@
--enable-gpl \
--enable-version3 \
%{?with_frei0r:--enable-frei0r} \
+   %{?with_aacplus:--enable-libaacplus} \
--enable-libdc1394 \
--enable-libcelt \
--enable-libdirac \
@@ -495,6 +498,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.232  2011/10/12 18:03:57  qboosh
+- added aacplus bcond (using non-distributable libaacplus)
+
 Revision 1.231  2011/10/03 18:43:58  charles
 - up 0.8.5
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ffmpeg/ffmpeg.spec?r1=1.231r2=1.232f=u

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


packages: xterm/xterm.spec - updated to 276

2011-10-12 Thread qboosh
Author: qboosh   Date: Wed Oct 12 18:05:42 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 276

 Files affected:
packages/xterm:
   xterm.spec (1.65 - 1.66) 

 Diffs:


Index: packages/xterm/xterm.spec
diff -u packages/xterm/xterm.spec:1.65 packages/xterm/xterm.spec:1.66
--- packages/xterm/xterm.spec:1.65  Mon Sep 12 19:02:58 2011
+++ packages/xterm/xterm.spec   Wed Oct 12 20:05:37 2011
@@ -2,12 +2,12 @@
 Summary:   Terminal emulator for X
 Summary(pl.UTF-8): Emulator terminala dla X
 Name:  xterm
-Version:   275
+Version:   276
 Release:   1
 License:   MIT
 Group: X11/Applications
 Source0:   ftp://invisible-island.net/xterm/%{name}-%{version}.tgz
-# Source0-md5: bbbe6a4566c04656ec21863351570ac8
+# Source0-md5: 50ca8ee40e8a0992019f8f35042c9abb
 Source1:   XTerm.ad-pl
 Source2:   %{name}.desktop
 Source3:   %{name}.png
@@ -101,6 +101,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.66  2011/10/12 18:05:37  qboosh
+- updated to 276
+
 Revision 1.65  2011/09/12 17:02:58  qboosh
 - updated to 275
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xterm/xterm.spec?r1=1.65r2=1.66f=u

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


DISTFILES: xterm: xterm-276.tgz

2011-10-12 Thread qboosh

Files fetched: 1

STORED: ftp://invisible-island.net/xterm/xterm-276.tgz
50ca8ee40e8a0992019f8f35042c9abb  xterm-276.tgz
Size: 984475 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: clutter/clutter.spec - updated atk/cogl/glib2 versions - check-fi...

2011-10-12 Thread qboosh
Author: qboosh   Date: Wed Oct 12 18:09:05 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated atk/cogl/glib2 versions
- check-files cleanup

 Files affected:
packages/clutter:
   clutter.spec (1.50 - 1.51) 

 Diffs:


Index: packages/clutter/clutter.spec
diff -u packages/clutter/clutter.spec:1.50 packages/clutter/clutter.spec:1.51
--- packages/clutter/clutter.spec:1.50  Wed Sep 28 23:24:50 2011
+++ packages/clutter/clutter.spec   Wed Oct 12 20:09:00 2011
@@ -12,7 +12,7 @@
 Patch1:missing.patch
 URL:   http://www.clutter-project.org/
 BuildRequires: OpenGL-GLX-devel
-BuildRequires: atk-devel = 1:1.17
+BuildRequires: atk-devel = 1:2.1.5
 BuildRequires: autoconf = 2.63
 BuildRequires: automake = 1:1.11
 BuildRequires: cairo-devel = 1.10
@@ -21,7 +21,7 @@
 BuildRequires: docbook-dtd412-xml
 BuildRequires: gdk-pixbuf2-devel = 2.0
 BuildRequires: gettext-devel = 0.17
-BuildRequires: glib2-devel = 1:2.26.0
+BuildRequires: glib2-devel = 1:2.28.0
 BuildRequires: gobject-introspection-devel = 0.9.5
 BuildRequires: gtk-doc = 1.13
 BuildRequires: json-glib-devel = 0.12
@@ -38,9 +38,10 @@
 BuildRequires: xorg-lib-libXfixes-devel = 4
 BuildRequires: xorg-lib-libXi-devel
 BuildRequires: xz
-Requires:  atk = 1:1.17
+Requires:  atk = 1:2.1.5
 Requires:  cairo-gobject = 1.10
-Requires:  glib2 = 1:2.26.0
+Requires:  cogl = 1.8.0
+Requires:  glib2 = 1:2.28.0
 Requires:  json-glib = 0.12
 Requires:  pango = 1:1.20
 Obsoletes: clutter-cairo  1.0
@@ -74,11 +75,11 @@
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 Requires:  OpenGL-GLX-devel
-Requires:  atk-devel = 1:1.17
+Requires:  atk-devel = 1:2.1.5
 Requires:  cairo-gobject-devel = 1.10
-Requires:  cogl-devel = 1.7.6
+Requires:  cogl-devel = 1.8.0
 Requires:  gdk-pixbuf2-devel = 2.0
-Requires:  glib2-devel = 1:2.26.0
+Requires:  glib2-devel = 1:2.28.0
 Requires:  json-glib-devel = 0.12.0
 Requires:  pango-devel = 1:1.20
 Requires:  xorg-lib-libX11-devel
@@ -148,6 +149,9 @@
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libclutter-glx-1.0.la
 
+# move to %{_examplesdir} and package in -examples?
+%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/clutter-1.0/cookbook/examples
+
 %find_lang clutter-1.0
 
 %clean
@@ -194,6 +198,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.51  2011/10/12 18:09:00  qboosh
+- updated atk/cogl/glib2 versions
+- check-files cleanup
+
 Revision 1.50  2011/09/28 21:24:50  wiget
 - up to 1.8.0 (merge from DEVEL)
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/clutter/clutter.spec?r1=1.50r2=1.51f=u

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


SVN: planet/myfeeds/config.ini

2011-10-12 Thread hawk
Author: hawk
Date: Wed Oct 12 20:09:48 2011
New Revision: 12371

Modified:
   planet/myfeeds/config.ini
Log:
- updated my feeds


Modified: planet/myfeeds/config.ini
==
--- planet/myfeeds/config.ini   (original)
+++ planet/myfeeds/config.ini   Wed Oct 12 20:09:48 2011
@@ -94,10 +94,10 @@
 name = Michal Moskal
 [http://krzak.blogspot.com/atom.xml]
 name = Marcin Krzyżanowski
+[http://hawk.furud.net/category/blog/feed/]
+name = Marcin Król (Blog)
 [http://hawk.furud.net/category/photoblog/feed/]
-name = Marcin Król
-[http://hawk.furud.net/category/pld/feed/]
-name = Marcin Król (PLD)
+name = Marcin Król (Photoblog)
 [http://www.marcinrybak.com/feeds/posts/default?alt=rss]
 name = Marcin Rybak
 [http://q-trojan.blogspot.com/atom.xml]
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages (PYTHON_2_6): python/python.spec - builds, release 1

2011-10-12 Thread hawk
Author: hawk Date: Wed Oct 12 18:11:28 2011 GMT
Module: packages  Tag: PYTHON_2_6
 Log message:
- builds, release 1

 Files affected:
packages/python:
   python.spec (1.359.2.1 - 1.359.2.2) 

 Diffs:


Index: packages/python/python.spec
diff -u packages/python/python.spec:1.359.2.1 
packages/python/python.spec:1.359.2.2
--- packages/python/python.spec:1.359.2.1   Wed Oct 12 19:28:13 2011
+++ packages/python/python.spec Wed Oct 12 20:11:23 2011
@@ -45,7 +45,7 @@
 Name:  python
 Version:   %{py_ver}.7
 %define dver %{version}
-Release:   0.1
+Release:   1
 Epoch: 1
 License:   PSF
 Group: Development/Languages/Python
@@ -992,6 +992,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.359.2.2  2011/10/12 18:11:23  hawk
+- builds, release 1
+
 Revision 1.359.2.1  2011/10/12 17:28:13  hawk
 - updated to 2.6.7, NFY
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python/python.spec?r1=1.359.2.1r2=1.359.2.2f=u

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


packages: python/python.spec - release 2

2011-10-12 Thread hawk
Author: hawk Date: Wed Oct 12 18:19:29 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/python:
   python.spec (1.384 - 1.385) 

 Diffs:


Index: packages/python/python.spec
diff -u packages/python/python.spec:1.384 packages/python/python.spec:1.385
--- packages/python/python.spec:1.384   Fri Jul 22 09:33:05 2011
+++ packages/python/python.spec Wed Oct 12 20:19:23 2011
@@ -44,7 +44,7 @@
 Summary(uk.UTF-8): Мова програмування дуже високого рівня з X-інтерфейсом
 Name:  python
 Version:   %{py_ver}.2
-Release:   1
+Release:   2
 Epoch: 1
 License:   PSF
 Group: Development/Languages/Python
@@ -1032,6 +1032,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.385  2011/10/12 18:19:23  hawk
+- release 2
+
 Revision 1.384  2011/07/22 07:33:05  arekm
 - support plat-linux3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python/python.spec?r1=1.384r2=1.385f=u

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


packages: cacti/cacti-PA.patch, cacti/cacti-adodb.patch, cacti/cacti-config...

2011-10-12 Thread arekm
Author: arekmDate: Wed Oct 12 18:43:54 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 0.8.7h

 Files affected:
packages/cacti:
   cacti-PA.patch (1.6 - 1.7) , cacti-adodb.patch (1.1 - 1.2) , 
cacti-config.patch (1.10 - 1.11) , cacti.spec (1.141 - 1.142) , 
host_name-url.patch (1.3 - 1.4) , cli-relpath.patch (1.2 - NONE)  (REMOVED)

 Diffs:


Index: packages/cacti/cacti-PA.patch
diff -u packages/cacti/cacti-PA.patch:1.6 packages/cacti/cacti-PA.patch:1.7
--- packages/cacti/cacti-PA.patch:1.6   Wed Dec 15 19:40:05 2010
+++ packages/cacti/cacti-PA.patch   Wed Oct 12 20:43:48 2011
@@ -1,6 +1,6 @@
-diff -Naur cacti-0.8.7g/auth_changepassword.php 
cacti-0.8.7g-PA-v2.9/auth_changepassword.php
 cacti-0.8.7g/auth_changepassword.php   2010-07-09 18:33:46.0 
-0400
-+++ cacti-0.8.7g-PA-v2.9/auth_changepassword.php   2010-10-17 
20:09:52.0 -0400
+diff -ruBbdNa cacti-0.8.7h/auth_changepassword.php 
cacti-0.8.7h-pia//auth_changepassword.php
+--- cacti-0.8.7h/auth_changepassword.php   2011-09-25 21:04:22.0 
-0400
 cacti-0.8.7h-pia//auth_changepassword.php  2011-09-25 21:10:07.620946156 
-0400
 @@ -59,6 +59,8 @@
header(Location: index.php); break;
case '3': /* default graph page */
@@ -10,26 +10,33 @@
}
}else{
header(Location: graph_view.php);
-diff -Naur cacti-0.8.7g/auth_login.php cacti-0.8.7g-PA-v2.9/auth_login.php
 cacti-0.8.7g/auth_login.php2010-07-09 18:33:46.0 -0400
-+++ cacti-0.8.7g-PA-v2.9/auth_login.php2010-10-17 20:09:52.0 
-0400
-@@ -124,10 +124,12 @@
+diff -ruBbdNa cacti-0.8.7h/auth_login.php cacti-0.8.7h-pia//auth_login.php
+--- cacti-0.8.7h/auth_login.php2011-09-25 21:04:22.0 -0400
 cacti-0.8.7h-pia//auth_login.php   2011-09-25 21:46:39.701939535 -0400
+@@ -124,12 +124,14 @@
}
  
default:
--  /* Builtin Auth */
--  if ((!$user_auth)  (!$ldap_error)) {
--  /* if auth has not occured process for builtin - AKA 
Ldap fall through */
--  $user = db_fetch_row(SELECT * FROM user_auth WHERE 
username = ' . $username . ' AND password = ' . 
md5(get_request_var_post(login_password)) . ' AND realm = 0);
 +  if (!api_plugin_hook_function('login_process', false)) {
-+  /* Builtin Auth */
-+  if ((!$user_auth)  (!$ldap_error)) {
-+  /* if auth has not occured process for builtin 
- AKA Ldap fall through */
-+  $user = db_fetch_row(SELECT * FROM user_auth 
WHERE username = ' . $username . ' AND password = ' . 
md5(get_request_var_post(login_password)) . ' AND realm = 0);
-+  }
+   /* Builtin Auth */
+   if ((!$user_auth)  (!$ldap_error)) {
+   /* if auth has not occured process for builtin - AKA 
Ldap fall through */
+   $user = db_fetch_row(SELECT * FROM user_auth WHERE 
username =  . $cnn_id-qstr($username) .  AND password = ' . 
md5(get_request_var_post(login_password)) . ' AND realm = 0);
}
}
++  }
/* end of switch */
+ 
+   /* Create user from template if requested */
+@@ -168,7 +170,7 @@
+   /* Process the user  */
+   if (sizeof($user)  0) {
+   cacti_log(LOGIN: User ' . $user[username] . ' 
Authenticated, false, AUTH);
+-  db_execute(INSERT INTO user_log 
(username,user_id,result,ip,time) VALUES ( . $cnn_id-qstr($username) ., . 
$user[id] . ,1,' . $_SERVER[REMOTE_ADDR] . ',NOW()));
++  db_execute(INSERT INTO user_log 
(username,user_id,result,ip,time) VALUES ( . $cnn_id-qstr($username) . , . 
$user[id] . ,1,' . $_SERVER[REMOTE_ADDR] . ',NOW()));
+   /* is user enabled */
+   $user_enabled = $user[enabled];
+   if ($user_enabled != on) {
 @@ -189,29 +191,42 @@
decide what to do next */
switch ($user[login_opts]) {
@@ -37,34 +44,25 @@
 -  if (sizeof(db_fetch_assoc(SELECT realm_id FROM 
user_auth_realm WHERE realm_id = 8 AND user_id =  . 
$_SESSION[sess_user_id])) == 0) {
 -  header(Location: graph_view.php);
 -  }else{
--  if (isset($_SERVER[HTTP_REFERER])) {
--  $referer = 
$_SERVER[HTTP_REFERER];
--  if (basename($referer) == 
logout.php) {
--  $referer = index.php;
--  }
--  } else if 

DISTFILES: cacti: cacti-0.8.7h.tar.gz cacti-plugin-0.8.7h-PA-v3.0.tar.gz

2011-10-12 Thread arekm

Files fetched: 2

STORED: http://www.cacti.net/downloads/cacti-0.8.7h.tar.gz
58c9371341f49a190ae11a85118e598d  cacti-0.8.7h.tar.gz
Size: 2249323 bytes
STORED: http://www.cacti.net/downloads/pia/cacti-plugin-0.8.7h-PA-v3.0.tar.gz
1f45a65dc76dee368b11f2c78ae89dfb  cacti-plugin-0.8.7h-PA-v3.0.tar.gz
Size: 252949 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: lockfile-progs: lockfile-progs_0.1.16.tar.gz

2011-10-12 Thread qboosh

Files fetched: 1

STORED: 
http://ftp.debian.org/debian/pool/main/l/lockfile-progs/lockfile-progs_0.1.16.tar.gz
a7f11bb91e0aad09a7b1f37ee99357be  lockfile-progs_0.1.16.tar.gz
Size: 155901 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: lockfile-progs/lockfile-progs.spec - updated to 0.1.16

2011-10-12 Thread qboosh
Author: qboosh   Date: Wed Oct 12 18:44:48 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 0.1.16

 Files affected:
packages/lockfile-progs:
   lockfile-progs.spec (1.9 - 1.10) 

 Diffs:


Index: packages/lockfile-progs/lockfile-progs.spec
diff -u packages/lockfile-progs/lockfile-progs.spec:1.9 
packages/lockfile-progs/lockfile-progs.spec:1.10
--- packages/lockfile-progs/lockfile-progs.spec:1.9 Fri Sep 23 22:11:09 2011
+++ packages/lockfile-progs/lockfile-progs.spec Wed Oct 12 20:44:43 2011
@@ -2,12 +2,12 @@
 Summary:   Programs for locking and unlocking files and mailboxes
 Summary(pl.UTF-8): Programy do blokowania i odblokowywania plików i 
skrzynek pocztowych
 Name:  lockfile-progs
-Version:   0.1.15.1
+Version:   0.1.16
 Release:   1
 License:   GPL v2
 Group: Applications
 Source0:   
http://ftp.debian.org/debian/pool/main/l/lockfile-progs/%{name}_%{version}.tar.gz
-# Source0-md5: 48f530913c597ee254c2b225596304d3
+# Source0-md5: a7f11bb91e0aad09a7b1f37ee99357be
 BuildRequires: liblockfile-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -40,10 +40,10 @@
 blokowania i odblokowywania plików.
 
 %prep
-%setup -q
+%setup -q -c
 
 %build
-%{__make} \
+%{__make} -C main \
CC=%{__cc} \
CFLAGS=%{rpmcflags}
 
@@ -51,8 +51,8 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-cp -a bin/* $RPM_BUILD_ROOT%{_bindir}
-cp -a man/* $RPM_BUILD_ROOT%{_mandir}/man1
+cp -a main/bin/* $RPM_BUILD_ROOT%{_bindir}
+cp -a main/man/* $RPM_BUILD_ROOT%{_mandir}/man1
 
 echo '.so lockfile-progs.1'  lp.1
 install lp.1 $RPM_BUILD_ROOT%{_mandir}/man1/lockfile-check.1
@@ -68,7 +68,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc TODO debian/changelog
+%doc main/TODO main/debian/changelog
 %attr(755,root,root) %{_bindir}/lockfile-check
 %attr(755,root,root) %{_bindir}/lockfile-create
 %attr(755,root,root) %{_bindir}/lockfile-remove
@@ -91,6 +91,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.10  2011/10/12 18:44:43  qboosh
+- updated to 0.1.16
+
 Revision 1.9  2011/09/23 20:11:09  qboosh
 - updated to 0.1.15.1
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lockfile-progs/lockfile-progs.spec?r1=1.9r2=1.10f=u

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


PLDWWW: panels/side.html - removed dead resources

2011-10-12 Thread hawk
Author: hawk Date: Wed Oct 12 18:55:51 2011 GMT
Module: PLDWWWTag: HEAD
 Log message:
- removed dead resources

 Files affected:
PLDWWW/panels:
   side.html (1.48 - 1.49) 

 Diffs:


Index: PLDWWW/panels/side.html
diff -u PLDWWW/panels/side.html:1.48 PLDWWW/panels/side.html:1.49
--- PLDWWW/panels/side.html:1.48Sat Nov 13 22:02:04 2010
+++ PLDWWW/panels/side.html Wed Oct 12 20:55:46 2011
@@ -47,7 +47,6 @@
lia href=http://src.ac.pld-linux.org/~buildsrc/queue.html; 
class=outsidePLD 2.0 builder queue/a/li
lia href=http://src.th.pld-linux.org/queue.html; 
class=outsidePLD 3.0 builder queue/a/li
lia href=http://ep09.pld-linux.org/~pldth/; class=outsidePLD 3.0 
misc stats/a/li
-   lia href=http://ep09.pld-linux.org/~pldti/; class=outsidePLD 
Titanium misc info/a/li
lia href=http://stbr.pld-linux.org/; class=outsideSTBR 
logs/a/li
 /ul
 h1Quick VCS access/h1
@@ -58,7 +57,6 @@
 h1Related projects:/h1
 ul
lia href=http://gnome.livecd.pld-linux.org/; class=outsidePLD 
Live CD with Gnome (Th)/a/li
-   lia href=http://kde4.livecd.pld-linux.org/; class=outsidePLD 
Live CD with KDE4 (Titanium)/a/li
lia href=http://rescuecd.pld-linux.org/; class=outsidePLD Rescue 
CD/a/li
lia href=http://ppcrcd.pld-linux.org/; class=outsidePLD Rescue 
CD for PPC/a/li
lia href=http://cri.pld-linux.org/; class=outsideChRoot 
Installer/a/li


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/PLDWWW/panels/side.html?r1=1.48r2=1.49f=u

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


packages: clutter-gst/clutter-gst.spec - more versioned install-time depend...

2011-10-12 Thread qboosh
Author: qboosh   Date: Wed Oct 12 18:59:43 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- more versioned install-time dependencies

 Files affected:
packages/clutter-gst:
   clutter-gst.spec (1.23 - 1.24) 

 Diffs:


Index: packages/clutter-gst/clutter-gst.spec
diff -u packages/clutter-gst/clutter-gst.spec:1.23 
packages/clutter-gst/clutter-gst.spec:1.24
--- packages/clutter-gst/clutter-gst.spec:1.23  Mon Oct  3 22:04:13 2011
+++ packages/clutter-gst/clutter-gst.spec   Wed Oct 12 20:59:38 2011
@@ -26,6 +26,9 @@
 BuildRequires: tar = 1:1.22
 BuildRequires: xz
 Requires:  clutter = 1.4.0
+Requires:  cogl = 1.8.0
+Requires:  gstreamer = 0.10.26
+Requires:  gstreamer-plugins-base = 0.10.26
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -40,6 +43,7 @@
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 Requires:  clutter-devel = 1.4.0
+Requires:  cogl-devel = 1.8.0
 Requires:  gstreamer-devel = 0.10.26
 Requires:  gstreamer-plugins-base-devel = 0.10.26
 
@@ -133,6 +137,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.24  2011/10/12 18:59:38  qboosh
+- more versioned install-time dependencies
+
 Revision 1.23  2011/10/03 20:04:13  kiesiu
 - updated to 1.4.2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/clutter-gst/clutter-gst.spec?r1=1.23r2=1.24f=u

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


packages: openconnect/openconnect.spec - updated to 3.13

2011-10-12 Thread qboosh
Author: qboosh   Date: Wed Oct 12 19:10:34 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 3.13

 Files affected:
packages/openconnect:
   openconnect.spec (1.7 - 1.8) 

 Diffs:


Index: packages/openconnect/openconnect.spec
diff -u packages/openconnect/openconnect.spec:1.7 
packages/openconnect/openconnect.spec:1.8
--- packages/openconnect/openconnect.spec:1.7   Sun Sep 25 14:46:35 2011
+++ packages/openconnect/openconnect.spec   Wed Oct 12 21:10:29 2011
@@ -6,12 +6,12 @@
 Summary:   Client for Cisco's AnyConnect SSL VPN
 Summary(pl.UTF-8): Klient Cisco AnyConnect SSL VPN
 Name:  openconnect
-Version:   3.12
+Version:   3.13
 Release:   1
 License:   LGPL v2.1
 Group: Applications/Networking
 Source0:   
ftp://ftp.infradead.org/pub/openconnect/%{name}-%{version}.tar.gz
-# Source0-md5: 2f4fceb3f921ca8deb3a7cbd19a5e008
+# Source0-md5: 4364a779bfce66de243f39eeb7a39c1f
 URL:   http://www.infradead.org/openconnect.html
 BuildRequires: autoconf = 2.63
 BuildRequires: automake = 1:1.10
@@ -77,18 +77,21 @@
 # obsoleted by pkg-config
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libopenconnect.la
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post  -p /sbin/ldconfig
 %postun-p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS TODO
 %attr(755,root,root) %{_bindir}/openconnect
 %attr(755,root,root) %{_libdir}/libopenconnect.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libopenconnect.so.1
+%{_datadir}/openconnect
 %{_mandir}/man8/openconnect.8*
 
 %files devel
@@ -109,6 +112,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.8  2011/10/12 19:10:29  qboosh
+- updated to 3.13
+
 Revision 1.7  2011/09/25 12:46:35  qboosh
 - BR: zlib-devel (for completeness)
 - added -static (on static_libs bcond)


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openconnect/openconnect.spec?r1=1.7r2=1.8f=u

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


DISTFILES: openconnect: openconnect-3.13.tar.gz

2011-10-12 Thread qboosh

Files fetched: 1

STORED: ftp://ftp.infradead.org/pub/openconnect/openconnect-3.13.tar.gz
4364a779bfce66de243f39eeb7a39c1f  openconnect-3.13.tar.gz
Size: 514759 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: subversion/subversion.spec - release 2

2011-10-12 Thread arekm
Author: arekmDate: Wed Oct 12 19:12:25 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/subversion:
   subversion.spec (1.320 - 1.321) 

 Diffs:


Index: packages/subversion/subversion.spec
diff -u packages/subversion/subversion.spec:1.320 
packages/subversion/subversion.spec:1.321
--- packages/subversion/subversion.spec:1.320   Wed Oct 12 19:52:06 2011
+++ packages/subversion/subversion.spec Wed Oct 12 21:12:19 2011
@@ -52,7 +52,7 @@
 Summary(pt_BR.UTF-8):  Sistema de versionamento concorrente
 Name:  subversion
 Version:   1.7.0
-Release:   1
+Release:   2
 License:   Apache/BSD-like
 Group: Development/Version Control
 Source0:   http://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2
@@ -917,6 +917,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.321  2011/10/12 19:12:19  arekm
+- release 2
+
 Revision 1.320  2011/10/12 17:52:06  arekm
 - don't run checks in parallerl - eats so many resources
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/subversion/subversion.spec?r1=1.320r2=1.321f=u

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


packages: colord/colord.spec - updated to 0.1.13

2011-10-12 Thread qboosh
Author: qboosh   Date: Wed Oct 12 19:27:17 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 0.1.13

 Files affected:
packages/colord:
   colord.spec (1.9 - 1.10) 

 Diffs:


Index: packages/colord/colord.spec
diff -u packages/colord/colord.spec:1.9 packages/colord/colord.spec:1.10
--- packages/colord/colord.spec:1.9 Sat Oct  1 19:01:17 2011
+++ packages/colord/colord.spec Wed Oct 12 21:27:12 2011
@@ -8,21 +8,22 @@
 Summary:   Color daemon - system daemon for managing color devices
 Summary(pl.UTF-8): Demon colord - usługa systemowa do zarządzania 
urządzeniami obsługującymi kolory
 Name:  colord
-Version:   0.1.12
-Release:   4
+Version:   0.1.13
+Release:   1
 License:   GPL v2+ and LGPL v2+
 Group: Daemons
 Source0:   
http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
-# Source0-md5: 6771aef77142c66bc92988c5174f24b5
+# Source0-md5: 37437a2119d7c89fe3c991ee4c148f94
 URL:   http://www.freedesktop.org/software/colord/
 BuildRequires: autoconf = 2.63
 BuildRequires: automake = 1:1.9
 BuildRequires: dbus-devel
-BuildRequires: gettext-devel
+BuildRequires: gettext-devel = 0.17
 BuildRequires: glib2-devel = 1:2.28.0
+BuildRequires: gobject-introspection-devel = 0.9.8
 BuildRequires: gtk-doc = 1.9
 BuildRequires: intltool = 0.40.0
-BuildRequires: lcms2-devel
+BuildRequires: lcms2-devel = 2.2
 BuildRequires: libtool
 BuildRequires: libusb-devel = 1.0.0
 BuildRequires: pkgconfig
@@ -210,6 +211,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.10  2011/10/12 19:27:12  qboosh
+- updated to 0.1.13
+
 Revision 1.9  2011/10/01 17:01:17  qboosh
 - separated -libs, so no daemons are required for development
 - separated vala- (+vala bcond)


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/colord/colord.spec?r1=1.9r2=1.10f=u

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


DISTFILES: colord: colord-0.1.13.tar.xz

2011-10-12 Thread qboosh

Files fetched: 1

STORED: http://www.freedesktop.org/software/colord/releases/colord-0.1.13.tar.xz
37437a2119d7c89fe3c991ee4c148f94  colord-0.1.13.tar.xz
Size: 445420 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: json-c/json-c.spec - pl - revised docs - License is MIT

2011-10-12 Thread qboosh
Author: qboosh   Date: Wed Oct 12 19:29:43 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- pl
- revised docs
- License is MIT

 Files affected:
packages/json-c:
   json-c.spec (1.1 - 1.2) 

 Diffs:


Index: packages/json-c/json-c.spec
diff -u packages/json-c/json-c.spec:1.1 packages/json-c/json-c.spec:1.2
--- packages/json-c/json-c.spec:1.1 Tue Apr 13 11:43:33 2010
+++ packages/json-c/json-c.spec Wed Oct 12 21:29:38 2011
@@ -1,9 +1,10 @@
 # $Revision$, $Date$
 Summary:   A JSON implementation in C
+Summary(pl.UTF-8): Implementacja JSON w C
 Name:  json-c
 Version:   0.9
 Release:   1
-License:   LGPL v2
+License:   MIT
 Group: Development/Libraries
 Source0:   http://oss.metaparadigm.com/json-c/%{name}-%{version}.tar.gz
 # Source0-md5: 3a13d264528dcbaf3931b0cede24abae
@@ -16,22 +17,36 @@
 strings and parse JSON formatted strings back into the C
 representation of JSON objects.
 
+%description -l pl.UTF-8
+JSON-C implementuje model obiektów ze zliczaniem odwołań, pozwalający
+łatwo konstruować obiekty JSON w C, wypisywać je w postaci łańcuchów w
+formacie JSON i analizować łańcuchy w formacie JSON tworząc z powrotem
+reprezentacje obiektów JSON w C.
+
 %package devel
 Summary:   Header files for the json-c library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki json-c
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 
 %description devel
 Header files for the json-c library.
 
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki json-c.
+
 %package static
 Summary:   Static json-c library
+Summary(pl.UTF-8): Statyczna biblioteka json-c
 Group: Development/Libraries
 Requires:  %{name}-devel = %{version}-%{release}
 
 %description static
 Static json-c library.
 
+%description static -l pl.UTF-8
+Statyczna biblioteka json-c.
+
 %prep
 %setup -q
 
@@ -53,15 +68,15 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README INSTALL AUTHORS NEWS README
+%doc AUTHORS COPYING ChangeLog README README.html
 %attr(755,root,root) %{_libdir}/libjson.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libjson.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/json
 %attr(755,root,root) %{_libdir}/libjson.so
 %{_libdir}/libjson.la
+%{_includedir}/json
 %{_pkgconfigdir}/json.pc
 
 %files static
@@ -74,6 +89,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2011/10/12 19:29:38  qboosh
+- pl
+- revised docs
+- License is MIT
+
 Revision 1.1  2010/04/13 09:43:33  arekm
 - initial
-


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/json-c/json-c.spec?r1=1.1r2=1.2f=u

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


packages: nagios-plugin-check_rrd/check_rrd.cfg (NEW), nagios-plugin-check_...

2011-10-12 Thread glen
Author: glen Date: Wed Oct 12 20:23:09 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- new

 Files affected:
packages/nagios-plugin-check_rrd:
   check_rrd.cfg (NONE - 1.1)  (NEW), nagios-plugin-check_rrd.spec (NONE - 
1.1)  (NEW)

 Diffs:


Index: packages/nagios-plugin-check_rrd/check_rrd.cfg
diff -u /dev/null packages/nagios-plugin-check_rrd/check_rrd.cfg:1.1
--- /dev/null   Wed Oct 12 22:23:09 2011
+++ packages/nagios-plugin-check_rrd/check_rrd.cfg  Wed Oct 12 22:23:04 2011
@@ -0,0 +1,27 @@
+# Usage:
+# check_rrd.pl -R rrd_file --ds data_source [--cf CF] [-v] \
+# [--start timespec] [--end timespec] [--resolution seconds] \
+# [--compute MAX|MIN|AVERAGE|PERCENT] \
+# [--na-value-returncode OK|WARNING|ERROR|UNKNOWN] \
+# [--text-label label] [--performance-label label]
+# [--clip-warn-level percent] [--clip-crit-level percent] \
+# [-w warning_threshold] [-c critical_threshold]
+
+define command {
+   command_namecheck_rrd
+   command_line/usr/lib/nagios/plugins/check_rrd $ARG1$
+}
+
+define service {
+   use generic-service
+   namerrd
+   service_description rrd
+   register0
+
+   normal_check_interval   5
+   retry_check_interval1
+
+   notification_interval   10
+
+   check_command   check_rrd
+}


Index: packages/nagios-plugin-check_rrd/nagios-plugin-check_rrd.spec
diff -u /dev/null 
packages/nagios-plugin-check_rrd/nagios-plugin-check_rrd.spec:1.1
--- /dev/null   Wed Oct 12 22:23:10 2011
+++ packages/nagios-plugin-check_rrd/nagios-plugin-check_rrd.spec   Wed Oct 
12 22:23:04 2011
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+%defineplugin  check_rrd
+%include   /usr/lib/rpm/macros.perl
+Summary:   Nagios plugin to check values from RRD database
+Name:  nagios-plugin-%{plugin}
+Version:   1.0
+Release:   1
+License:   GPL v2
+Group: Networking
+Source0:   
http://exchange.nagios.org/components/com_mtree/attachment.php?link_id=489cf_id=24#/%{plugin}.pl
+# Source0-md5: 468e0b91c696b8b0278834ee0c2db516
+Source1:   %{plugin}.cfg
+URL:   
http://exchange.nagios.org/directory/Plugins/Databases/RRD/check_rrd-2Epl/details
+BuildRequires: perl-devel = 1:5.8.0
+BuildRequires: rpm-perlprov = 4.1-13
+Requires:  nagios-common
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define_sysconfdir /etc/nagios/plugins
+%defineplugindir   %{_prefix}/lib/nagios/plugins
+
+%description
+Generic Perl plugin to check age and values of an RRD database. It
+uses RRDs and Nagios::Plugin.
+
+%prep
+%setup -qcT
+cp -p %{SOURCE0} %{plugin}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{plugindir}}
+install -p %{plugin} $RPM_BUILD_ROOT%{plugindir}/%{plugin}
+cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/%{plugin}.cfg
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(640,root,nagios) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{plugin}.cfg
+%attr(755,root,root) %{plugindir}/%{plugin}
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2011/10/12 20:23:04  glen
+- new

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


DISTFILES: nagios-plugin-check_rrd: check_rrd.pl

2011-10-12 Thread glen

Files fetched: 1

STORED: 
http://exchange.nagios.org/components/com_mtree/attachment.php?link_id=489cf_id=24#/check_rrd.pl
468e0b91c696b8b0278834ee0c2db516  check_rrd.pl
Size: 18620 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: nagios-plugin-check_rrd/nagios-plugin-check_rrd.spec - install ma...

2011-10-12 Thread glen
Author: glen Date: Wed Oct 12 20:25:03 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- install manual page

 Files affected:
packages/nagios-plugin-check_rrd:
   nagios-plugin-check_rrd.spec (1.1 - 1.2) 

 Diffs:


Index: packages/nagios-plugin-check_rrd/nagios-plugin-check_rrd.spec
diff -u packages/nagios-plugin-check_rrd/nagios-plugin-check_rrd.spec:1.1 
packages/nagios-plugin-check_rrd/nagios-plugin-check_rrd.spec:1.2
--- packages/nagios-plugin-check_rrd/nagios-plugin-check_rrd.spec:1.1   Wed Oct 
12 22:23:04 2011
+++ packages/nagios-plugin-check_rrd/nagios-plugin-check_rrd.spec   Wed Oct 
12 22:24:58 2011
@@ -13,6 +13,7 @@
 URL:   
http://exchange.nagios.org/directory/Plugins/Databases/RRD/check_rrd-2Epl/details
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
+BuildRequires: perl-tools-pod
 Requires:  nagios-common
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -28,11 +29,15 @@
 %setup -qcT
 cp -p %{SOURCE0} %{plugin}
 
+%build
+pod2man %{plugin}  %{plugin}.1
+
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{plugindir}}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{plugindir},%{_mandir}/man1}
 install -p %{plugin} $RPM_BUILD_ROOT%{plugindir}/%{plugin}
 cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/%{plugin}.cfg
+cp -p %{plugin}.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -41,6 +46,7 @@
 %defattr(644,root,root,755)
 %attr(640,root,nagios) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{plugin}.cfg
 %attr(755,root,root) %{plugindir}/%{plugin}
+%{_mandir}/man1/check_rrd.1*
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -48,5 +54,8 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2011/10/12 20:24:58  glen
+- install manual page
+
 Revision 1.1  2011/10/12 20:23:04  glen
 - new


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nagios-plugin-check_rrd/nagios-plugin-check_rrd.spec?r1=1.1r2=1.2f=u

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


packages: grub2/grub2.spec - rel 5; force ld.bfd usage

2011-10-12 Thread arekm
Author: arekmDate: Wed Oct 12 20:37:47 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 5; force ld.bfd usage

 Files affected:
packages/grub2:
   grub2.spec (1.109 - 1.110) 

 Diffs:


Index: packages/grub2/grub2.spec
diff -u packages/grub2/grub2.spec:1.109 packages/grub2/grub2.spec:1.110
--- packages/grub2/grub2.spec:1.109 Thu Sep 22 19:36:11 2011
+++ packages/grub2/grub2.spec   Wed Oct 12 22:37:42 2011
@@ -34,7 +34,7 @@
 Summary(pt_BR.UTF-8):  Gerenciador de inicialização GRUB2
 Name:  grub2
 Version:   1.99
-Release:   4
+Release:   5
 License:   GPL v2
 Group: Base
 Source0:   http://ftp.gnu.org/gnu/grub/grub-%{version}.tar.xz
@@ -195,6 +195,11 @@
 %endif
 
 %build
+# if gold is used then grub doesn't even boot
+install -d our-ld
+ln -s /usr/bin/ld.bfd our-ld/ld
+export PATH=$(pwd)/our-ld:$PATH
+
 cp -f /usr/share/automake/config.sub .
 %{__libtoolize}
 %{__aclocal} -I m4
@@ -373,6 +378,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.110  2011/10/12 20:37:42  arekm
+- rel 5; force ld.bfd usage
+
 Revision 1.109  2011/09/22 17:36:11  arekm
 - drop invalid comment
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/grub2/grub2.spec?r1=1.109r2=1.110f=u

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


packages: freenukum/freenukum.spec - release 2

2011-10-12 Thread glen
Author: glen Date: Wed Oct 12 21:14:47 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/freenukum:
   freenukum.spec (1.1 - 1.2) 

 Diffs:


Index: packages/freenukum/freenukum.spec
diff -u packages/freenukum/freenukum.spec:1.1 
packages/freenukum/freenukum.spec:1.2
--- packages/freenukum/freenukum.spec:1.1   Tue Aug  5 11:41:04 2008
+++ packages/freenukum/freenukum.spec   Wed Oct 12 23:14:42 2011
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8): klon gry duke nukem
 Name:  freenukum
 Version:   0.2.10
-Release:   1
+Release:   2
 License:   GPL v3
 Group: X11/Applications/Games
 Source0:   
http://launchpad.net/freenukum/trunk/0.2/+download/%{name}-%{version}.tar.gz
@@ -71,6 +71,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2011/10/12 21:14:42  glen
+- release 2
+
 Revision 1.1  2008/08/05 09:41:04  adamg
 - new
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/freenukum/freenukum.spec?r1=1.1r2=1.2f=u

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


pld-builder.new: PLD_Builder/srpm_builder.py avoid removing whole rpm/packa...

2011-10-12 Thread glen
Author: glen Date: Thu Oct 13 01:10:52 2011 GMT
Module: pld-builder.new   Tag: HEAD
 Log message:
avoid removing whole rpm/packages if b.spec empty

 Files affected:
pld-builder.new/PLD_Builder:
   srpm_builder.py (1.79 - 1.80) 

 Diffs:


Index: pld-builder.new/PLD_Builder/srpm_builder.py
diff -u pld-builder.new/PLD_Builder/srpm_builder.py:1.79 
pld-builder.new/PLD_Builder/srpm_builder.py:1.80
--- pld-builder.new/PLD_Builder/srpm_builder.py:1.79Sat Oct  1 20:54:51 2011
+++ pld-builder.new/PLD_Builder/srpm_builder.py Thu Oct 13 03:10:47 2011
@@ -124,13 +124,20 @@
 (b.branch, pref, b.spec), logfile = b.logfile)
 if res == 0:
 transfer_file(r, b)
-packagedir = rpm/packages/%s % b.spec[:-5]
+
 packagename = b.spec[:-5]
-chroot.run(rpmbuild --nodeps --nobuild --define '_topdir %%(echo 
$HOME/rpm)' --define '_specdir %%{_topdir}/%%{name}' --define '_sourcedir 
%%{_specdir}'  \
---clean --rmspec --rmsource %s/%s % \
-(packagedir, b.spec), logfile = b.logfile)
-chroot.run(rm -rf %s % packagedir, logfile = b.logfile)
-status.pop()
+if len(packagename) == 0:
+util.append_to(b.logfile, error: No package name specified)
+res = FAIL_MISSING_PACKAGE
+
+if res == 0:
+packagedir = rpm/packages/%s % packagename
+chroot.run(rpmbuild --nodeps --nobuild --define '_topdir %%(echo 
$HOME/rpm)' --define '_specdir %%{_topdir}/%%{name}' --define '_sourcedir 
%%{_specdir}'  \
+--clean --rmspec --rmsource %s/%s % \
+(packagedir, b.spec), logfile = b.logfile)
+chroot.run(rm -rf %s % packagedir, logfile = b.logfile)
+status.pop()
+
 if res:
 res = FAIL
 return res


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/pld-builder.new/PLD_Builder/srpm_builder.py?r1=1.79r2=1.80f=u

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


pld-builder.new: PLD_Builder/srpm_builder.py rather exit early if spec empty

2011-10-12 Thread glen
Author: glen Date: Thu Oct 13 01:17:45 2011 GMT
Module: pld-builder.new   Tag: HEAD
 Log message:
rather exit early if spec empty

 Files affected:
pld-builder.new/PLD_Builder:
   srpm_builder.py (1.80 - 1.81) 

 Diffs:


Index: pld-builder.new/PLD_Builder/srpm_builder.py
diff -u pld-builder.new/PLD_Builder/srpm_builder.py:1.80 
pld-builder.new/PLD_Builder/srpm_builder.py:1.81
--- pld-builder.new/PLD_Builder/srpm_builder.py:1.80Thu Oct 13 03:10:47 2011
+++ pld-builder.new/PLD_Builder/srpm_builder.py Thu Oct 13 03:17:40 2011
@@ -90,7 +90,13 @@
 ftp.add(fname, uploadinfo)
 
 def build_srpm(r, b):
+if len(b.spec) == 0:
+# should not really get here
+util.append_to(b.logfile, error: No .spec given but build src.rpm 
wanted)
+return FAIL
+
 status.push(building %s % b.spec)
+
 b.src_rpm = 
 builder_opts = -nu -nm --nodeps --http
 if (test-build in r.flags) or b.branch and 
b.branch.startswith(config.tag_prefixes[0]):
@@ -126,17 +132,12 @@
 transfer_file(r, b)
 
 packagename = b.spec[:-5]
-if len(packagename) == 0:
-util.append_to(b.logfile, error: No package name specified)
-res = FAIL_MISSING_PACKAGE
-
-if res == 0:
-packagedir = rpm/packages/%s % packagename
-chroot.run(rpmbuild --nodeps --nobuild --define '_topdir %%(echo 
$HOME/rpm)' --define '_specdir %%{_topdir}/%%{name}' --define '_sourcedir 
%%{_specdir}'  \
---clean --rmspec --rmsource %s/%s % \
-(packagedir, b.spec), logfile = b.logfile)
-chroot.run(rm -rf %s % packagedir, logfile = b.logfile)
-status.pop()
+packagedir = rpm/packages/%s % packagename
+chroot.run(rpmbuild --nodeps --nobuild --define '_topdir %%(echo 
$HOME/rpm)' --define '_specdir %%{_topdir}/%%{name}' --define '_sourcedir 
%%{_specdir}'  \
+--clean --rmspec --rmsource %s/%s % \
+(packagedir, b.spec), logfile = b.logfile)
+chroot.run(rm -rf %s % packagedir, logfile = b.logfile)
+status.pop()
 
 if res:
 res = FAIL


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/pld-builder.new/PLD_Builder/srpm_builder.py?r1=1.80r2=1.81f=u

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