DISTFILES: opencryptoki: opencryptoki-2.3.2.tar.bz2

2010-10-10 Thread qboosh

Files fetched: 1

STORED: http://downloads.sourceforge.net/opencryptoki/opencryptoki-2.3.2.tar.bz2
eada4c72c2563f2c9a1b44fc6d1856db  opencryptoki-2.3.2.tar.bz2
Size: 665134 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: opencryptoki/opencryptoki.spec, opencryptoki/opencryptoki-bcom.pa...

2010-10-10 Thread qboosh
Author: qboosh   Date: Sun Oct 10 05:59:56 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.3.2
- added sh,bcom patches
- ica driver now requires libica 2 (available only for zSeries)

 Files affected:
packages/opencryptoki:
   opencryptoki.spec (1.3 - 1.4) , opencryptoki-bcom.patch (NONE - 1.1)  
(NEW), opencryptoki-sh.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/opencryptoki/opencryptoki.spec
diff -u packages/opencryptoki/opencryptoki.spec:1.3 
packages/opencryptoki/opencryptoki.spec:1.4
--- packages/opencryptoki/opencryptoki.spec:1.3 Tue Aug 26 21:15:08 2008
+++ packages/opencryptoki/opencryptoki.spec Sun Oct 10 07:59:51 2010
@@ -2,17 +2,24 @@
 Summary:   An Implementation of PKCS#11 (Cryptoki) v2.11
 Summary(pl.UTF-8): Implementacja PKCS#11 (Cryptoki) v2.11
 Name:  opencryptoki
-Version:   2.2.6
+Version:   2.3.2
 Release:   1
 License:   CPL v0.5
 Group: Applications/System
-Source0:   http://dl.sourceforge.net/opencryptoki/%{name}-%{version}.tar.gz
-# Source0-md5: 755f2f605298094205ec1263ba3c3c16
+Source0:   
http://downloads.sourceforge.net/opencryptoki/%{name}-%{version}.tar.bz2
+# Source0-md5: eada4c72c2563f2c9a1b44fc6d1856db
 Patch0:%{name}-ica.patch
+Patch1:%{name}-sh.patch
+Patch2:%{name}-bcom.patch
 URL:   http://opencryptoki.sourceforge.net/
 BuildRequires: aep1000-devel
+BuildRequires: autoconf
+BuildRequires: automake = 1.6
 BuildRequires: bcm5820-devel
-BuildRequires: libica-devel
+%ifarch s390 s390x
+BuildRequires: libica-devel = 2.0
+%endif
+BuildRequires: libtool
 BuildRequires: openssl-devel
 BuildRequires: trousers-devel = 0.2.9
 Requires:  %{name}-libs = %{version}-%{release}
@@ -44,6 +51,7 @@
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki openCryptoki
 Group: Development/Libraries
 Requires:  %{name}-libs = %{version}-%{release}
+Obsoletes: opencryptoki-static
 
 %description devel
 Header files for openCryptoki library.
@@ -51,30 +59,30 @@
 %description devel -l pl.UTF-8
 Pliki nagłówkowe biblioteki openCryptoki.
 
-%package static
-Summary:   Static openCryptoki library
-Summary(pl.UTF-8): Statyczna biblioteka openCryptoki
-Group: Development/Libraries
-Requires:  %{name}-devel = %{version}-%{release}
-
-%description static
-Static openCryptoki library.
-
-%description static -l pl.UTF-8
-Statyczna biblioteka openCryptoki.
-
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
-   --enable-static \
--disable-crtok \
+%ifarch s390 s390x
+   --enable-ccatok \
--enable-icatok \
+%else
+   --disable-ccatok \
+   --disable-icatok \
+%endif
--enable-tpmtok
 # icctok (PCICC) not supported on Linux (only AIX, Windows, z/OS, OS/390)
 # crtok requires some weird library (libsocketarmor + typhoon.h) - not found
+# pkcscca_migrate requires xcryptolinz (IBM proprietary, zSeries only)
 
 %{__make}
 
@@ -85,7 +93,7 @@
DESTDIR=$RPM_BUILD_ROOT \
initdir=/etc/rc.d/init.d
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/opencryptoki/stdll/*.{la,a}
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/opencryptoki/stdll/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -109,21 +117,26 @@
 %{_mandir}/man5/pk_config_data.5*
 %{_mandir}/man7/opencryptoki.7*
 %{_mandir}/man8/pkcsslotd.8*
-%ifnarch s390 s390x
+# swtok
 %attr(755,root,root) %{_libdir}/opencryptoki/stdll/libpkcs11_sw.so*
 %attr(755,root,root) %{_libdir}/opencryptoki/stdll/PKCS11_SW.so
-%endif
 # aep
 %attr(755,root,root) %{_libdir}/opencryptoki/stdll/libpkcs11_aep.so*
 %attr(755,root,root) %{_libdir}/opencryptoki/stdll/PKCS11_AEP.so
 # bc
 %attr(755,root,root) %{_libdir}/opencryptoki/stdll/libpkcs11_bc.so*
 %attr(755,root,root) %{_libdir}/opencryptoki/stdll/PKCS11_BC.so
+%ifarch s390 s390x
+# cca
+%attr(755,root,root) %{_libdir}/opencryptoki/stdll/libpkcs11_cca.so*
+%attr(755,root,root) %{_libdir}/opencryptoki/stdll/PKCS11_CCA.so
 # ica
 %attr(755,root,root) %{_libdir}/opencryptoki/stdll/libpkcs11_ica.so*
 %attr(755,root,root) %{_libdir}/opencryptoki/stdll/PKCS11_ICA.so
+%endif
 # tpm
 %attr(755,root,root) %{_libdir}/opencryptoki/stdll/libpkcs11_tpm.so*
+%attr(755,root,root) %{_libdir}/opencryptoki/stdll/PKCS11_TPM.so
 
 %files libs
 %defattr(644,root,root,755)
@@ -142,16 +155,17 @@
 %{_libdir}/opencryptoki/libopencryptoki.la
 %{_includedir}/opencryptoki
 
-%files static
-%defattr(644,root,root,755)
-%{_libdir}/opencryptoki/libopencryptoki.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.4  2010/10/10 05:59:51  qboosh
+- updated to 2.3.2
+- added sh,bcom patches
+- ica driver now requires libica 2 

packages: libdap/libdap.spec, libdap/libdap-gcc4.patch (REMOVED) - updated ...

2010-10-10 Thread qboosh
Author: qboosh   Date: Sun Oct 10 06:01:14 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 3.11.0
- removed obsolete gcc4 patch

 Files affected:
packages/libdap:
   libdap.spec (1.11 - 1.12) , libdap-gcc4.patch (1.3 - NONE)  (REMOVED)

 Diffs:


Index: packages/libdap/libdap.spec
diff -u packages/libdap/libdap.spec:1.11 packages/libdap/libdap.spec:1.12
--- packages/libdap/libdap.spec:1.11Sat Oct 24 22:31:51 2009
+++ packages/libdap/libdap.spec Sun Oct 10 08:01:06 2010
@@ -2,19 +2,20 @@
 Summary:   OPeNDAP C++ implementation of the Data Access Protocol
 Summary(pl.UTF-8): OPeNDAP - implementacja w C++ protokołu DAP (Data 
Access Protocol)
 Name:  libdap
-Version:   3.9.3
+Version:   3.11.0
 Release:   1
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   http://www.opendap.org/pub/source/%{name}-%{version}.tar.gz
-# Source0-md5: 597bf7aeb023186c65e1be4da868e75b
-Patch0:%{name}-gcc4.patch
+# Source0-md5: 793755cc9ba8ff34f63e6185709b8e00
 URL:   http://opendap.org/
-BuildRequires: autoconf = 2.57
+BuildRequires: autoconf = 2.61
 BuildRequires: automake
+BuildRequires: cppunit-devel = 1.12.0
 BuildRequires: curl-devel = 7.12.0
 BuildRequires: libstdc++-devel
 BuildRequires: libtool = 2:1.5
+BuildRequires: libuuid-devel
 BuildRequires: libxml2-devel = 2.6.16
 Requires:  curl = 7.12.0
 Requires:  libxml2 = 2.6.16
@@ -76,7 +77,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -103,9 +103,8 @@
 %defattr(644,root,root,755)
 %doc COPYRIGHT_* NEWS README*
 %attr(755,root,root) %{_bindir}/getdap
-%attr(755,root,root) %{_sbindir}/deflate
 %attr(755,root,root) %{_libdir}/libdap.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libdap.so.10
+%attr(755,root,root) %ghost %{_libdir}/libdap.so.11
 %attr(755,root,root) %{_libdir}/libdapclient.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libdapclient.so.3
 %attr(755,root,root) %{_libdir}/libdapserver.so.*.*.*
@@ -139,6 +138,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.12  2010/10/10 06:01:06  qboosh
+- updated to 3.11.0
+- removed obsolete gcc4 patch
+
 Revision 1.11  2009/10/24 20:31:51  qboosh
 - ghost soname symlinks
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libdap/libdap.spec?r1=1.11r2=1.12f=u

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


DISTFILES: libdap: libdap-3.11.0.tar.gz

2010-10-10 Thread qboosh

Files fetched: 1

STORED: http://www.opendap.org/pub/source/libdap-3.11.0.tar.gz
793755cc9ba8ff34f63e6185709b8e00  libdap-3.11.0.tar.gz
Size: 1359004 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 (POSTGRESQL_8_3): postgresql/postgresql.spec - up to 8.3.12

2010-10-10 Thread arekm
Author: arekmDate: Sun Oct 10 07:05:45 2010 GMT
Module: packages  Tag: POSTGRESQL_8_3
 Log message:
- up to 8.3.12

 Files affected:
packages/postgresql:
   postgresql.spec (1.419.2.5 - 1.419.2.6) 

 Diffs:


Index: packages/postgresql/postgresql.spec
diff -u packages/postgresql/postgresql.spec:1.419.2.5 
packages/postgresql/postgresql.spec:1.419.2.6
--- packages/postgresql/postgresql.spec:1.419.2.5   Mon Sep  6 20:10:18 2010
+++ packages/postgresql/postgresql.spec Sun Oct 10 09:05:37 2010
@@ -21,12 +21,12 @@
 Summary(uk.UTF-8): PostgreSQL - система керування базами даних
 Summary(zh_CN.UTF-8):  PostgreSQL 客户端程序和库文件
 Name:  postgresql
-Version:   8.3.11
+Version:   8.3.12
 Release:   1
 License:   BSD
 Group: Applications/Databases
 Source0:   
ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 9dfbc971bd9ea7e2c2a042deba8213f9
+# Source0-md5: 6fcb02cd24b6bc25f2e2fb950c6a5d9e
 Source1:   %{name}.init
 Source2:   pgsql-Database-HOWTO-html.tar.gz
 # Source2-md5: 5b656ddf1db41965761f85204a14398e
@@ -1176,6 +1176,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.419.2.6  2010/10/10 07:05:37  arekm
+- up to 8.3.12
+
 Revision 1.419.2.5  2010/09/06 18:10:18  arekm
 - up to 8.3.11
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql.spec?r1=1.419.2.5r2=1.419.2.6f=u

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


DISTFILES: postgresql: postgresql-8.3.12.tar.bz2 pgsql-Database-HOWTO-html.tar.gz

2010-10-10 Thread arekm

Files fetched: 1

STORED: ftp://ftp.postgresql.org/pub/source/v8.3.12/postgresql-8.3.12.tar.bz2
6fcb02cd24b6bc25f2e2fb950c6a5d9e  postgresql-8.3.12.tar.bz2
Size: 14273431 bytes
ALREADY GOT: no-url://pgsql-Database-HOWTO-html.tar.gz
5b656ddf1db41965761f85204a14398e  pgsql-Database-HOWTO-html.tar.gz


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


DISTFILES: tpm-tools: tpm-tools-1.3.5.tar.gz

2010-10-10 Thread qboosh

Files fetched: 1

STORED: http://downloads.sourceforge.net/trousers/tpm-tools-1.3.5.tar.gz
b64baa248cf30a57ad0e5fb6f096e7dc  tpm-tools-1.3.5.tar.gz
Size: 439922 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: tpm-tools/tpm-tools.spec - updated to 1.3.5

2010-10-10 Thread qboosh
Author: qboosh   Date: Sun Oct 10 07:10:49 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 1.3.5

 Files affected:
packages/tpm-tools:
   tpm-tools.spec (1.2 - 1.3) 

 Diffs:


Index: packages/tpm-tools/tpm-tools.spec
diff -u packages/tpm-tools/tpm-tools.spec:1.2 
packages/tpm-tools/tpm-tools.spec:1.3
--- packages/tpm-tools/tpm-tools.spec:1.2   Fri Dec 14 22:31:25 2007
+++ packages/tpm-tools/tpm-tools.spec   Sun Oct 10 09:10:44 2010
@@ -2,16 +2,16 @@
 Summary:   Management tools for the TPM hardware
 Summary(pl.UTF-8): Narzędzia zarządzające sprzętem TPM
 Name:  tpm-tools
-Version:   1.3.1
+Version:   1.3.5
 Release:   1
-License:   CPL v1+
+License:   CPL v1.0+
 Group: Applications/System
-Source0:   http://dl.sourceforge.net/trousers/%{name}-%{version}.tar.gz
-# Source0-md5: ee1706b69bb76cc6d011757ea194f683
+Source0:   
http://downloads.sourceforge.net/trousers/%{name}-%{version}.tar.gz
+# Source0-md5: b64baa248cf30a57ad0e5fb6f096e7dc
 URL:   http://trousers.sourceforge.net/
 BuildRequires: opencryptoki-devel = 2.2.4
 BuildRequires: openssl-devel
-BuildRequires: trousers-devel = 1.2
+BuildRequires: trousers-devel = 0.3.6
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,7 +32,8 @@
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki tpm_unseal
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
-Requires:  trousers-devel = 1.2
+Requires:  trousers-devel = 0.3.6
+Obsoletes: tpm-tools-static
 
 %description devel
 Header files for tpm_unseal library.
@@ -40,18 +41,6 @@
 %description devel -l pl.UTF-8
 Pliki nagłówkowe biblioteki tpm_unseal.
 
-%package static
-Summary:   Static tpm_unseal library
-Summary(pl.UTF-8): Statyczna biblioteka tpm_unseal
-Group: Development/Libraries
-Requires:  %{name}-devel = %{version}-%{release}
-
-%description static
-Static tpm_unseal library.
-
-%description static -l pl.UTF-8
-Statyczna biblioteka tpm_unseal.
-
 %package pkcs11
 Summary:   Data management tools that use a PKCS#11 interface to the TPM
 Summary(pl.UTF-8): Narzędzia do zarządzania danymi wykorzystujace 
interfejs PKCS#11 do TPM
@@ -78,6 +67,7 @@
 
 %build
 %configure
+
 %{__make}
 
 %install
@@ -98,6 +88,7 @@
 %attr(755,root,root) %{_bindir}/tpm_*
 %attr(755,root,root) %{_sbindir}/tpm_*
 %attr(755,root,root) %{_libdir}/libtpm_unseal.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libtpm_unseal.so.1
 %{_mandir}/man1/tpm_*.1*
 %{_mandir}/man8/tpm_*.8*
 
@@ -108,10 +99,6 @@
 %{_includedir}/tpm_tools
 %{_mandir}/man3/tpmUnseal*.3*
 
-%files static
-%defattr(644,root,root,755)
-%{_libdir}/libtpm_unseal.a
-
 %files pkcs11
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/tpmtoken_*
@@ -123,6 +110,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.3  2010/10/10 07:10:44  qboosh
+- updated to 1.3.5
+
 Revision 1.2  2007/12/14 21:31:25  qboosh
 - updated to 1.3.1
 


 CVS-web:

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

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


DISTFILES: openssl-engine-ibmca: openssl-ibmca-1.1.tar.gz

2010-10-10 Thread qboosh

Files fetched: 1

STORED: http://downloads.sourceforge.net/opencryptoki/openssl-ibmca-1.1.tar.gz
c94f2b5cbef6c78eefa49d71d0f4b972  openssl-ibmca-1.1.tar.gz
Size: 25186 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: openssl-engine-ibmca/openssl-engine-ibmca.spec - updated to 1.1 (...

2010-10-10 Thread qboosh
Author: qboosh   Date: Sun Oct 10 07:18:58 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 1.1 (requires libica-2, so zSeries only)

 Files affected:
packages/openssl-engine-ibmca:
   openssl-engine-ibmca.spec (1.2 - 1.3) 

 Diffs:


Index: packages/openssl-engine-ibmca/openssl-engine-ibmca.spec
diff -u packages/openssl-engine-ibmca/openssl-engine-ibmca.spec:1.2 
packages/openssl-engine-ibmca/openssl-engine-ibmca.spec:1.3
--- packages/openssl-engine-ibmca/openssl-engine-ibmca.spec:1.2 Sun Sep  2 
21:19:09 2007
+++ packages/openssl-engine-ibmca/openssl-engine-ibmca.spec Sun Oct 10 
09:18:53 2010
@@ -2,20 +2,22 @@
 Summary:   IBMCA engine for OpenSSL
 Summary(pl.UTF-8): Silnik IBMCA dla OpenSSL-a
 Name:  openssl-engine-ibmca
-Version:   1.0.0
+Version:   1.1
 Release:   1
 License:   OpenSSL (Apache-like)
 Group: Libraries
-Source0:   
http://dl.sourceforge.net/opencryptoki/openssl-ibmca-%{version}.tar.bz2
-# Source0-md5: 403fb0544017ebf6c1c9bd2501015154
+Source0:   
http://downloads.sourceforge.net/opencryptoki/openssl-ibmca-%{version}.tar.gz
+# Source0-md5: c94f2b5cbef6c78eefa49d71d0f4b972
 URL:   http://opencryptoki.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake = 1.6.3
+BuildRequires: libica-devel = 2.0
 BuildRequires: libtool
 BuildRequires: openssl-devel = 0.9.8
-BuildRequires: sed = 4.0
-Requires:  libica = 1.3.8
+Requires:  libica = 2.0
 Requires:  openssl = 0.9.8
+# because of libica-2 usage
+ExclusiveArch: s390 s390x
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -29,37 +31,30 @@
 %prep
 %setup -q -n openssl-ibmca-%{version}
 
-sed -i -e 's/ica/libica-1.3.8.so/' ica_openssl_api.h
-
 %build
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure \
-   ac_cv_lib_ica_icaOpenAdapter=yes \
-   --with-engines-dir=%{_libdir}/engines \
-   --with-openssl=/usr \
+   --libdir=%{_libdir}/engines

-%{__make} \
-   libibmca_la_LIBADD=-lcrypto \
-   libibmca_la_DEPENDENCIES=
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-   DESTDIR=$RPM_BUILD_ROOT \
-   libibmca_la_DEPENDENCIES=
+   DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/engines/libibmca.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/engines/libibmca.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc README openssl.cnf.sample
 %attr(755,root,root) %{_libdir}/engines/libibmca.so*
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
@@ -68,6 +63,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.3  2010/10/10 07:18:53  qboosh
+- updated to 1.1 (requires libica-2, so zSeries only)
+
 Revision 1.2  2007/09/02 19:19:09  qboosh
 - engines dir belongs to openssl
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openssl-engine-ibmca/openssl-engine-ibmca.spec?r1=1.2r2=1.3f=u

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


packages: gmpc-plugin-albumview/gmpc-plugin-albumview.spec - simplified fil...

2010-10-10 Thread megabajt
Author: megabajt Date: Sun Oct 10 07:32:26 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- simplified files list
- release 2

 Files affected:
packages/gmpc-plugin-albumview:
   gmpc-plugin-albumview.spec (1.2 - 1.3) 

 Diffs:


Index: packages/gmpc-plugin-albumview/gmpc-plugin-albumview.spec
diff -u packages/gmpc-plugin-albumview/gmpc-plugin-albumview.spec:1.2 
packages/gmpc-plugin-albumview/gmpc-plugin-albumview.spec:1.3
--- packages/gmpc-plugin-albumview/gmpc-plugin-albumview.spec:1.2   Sun Sep 
12 15:48:57 2010
+++ packages/gmpc-plugin-albumview/gmpc-plugin-albumview.spec   Sun Oct 10 
09:32:21 2010
@@ -3,7 +3,7 @@
 Summary:   Album view plugin for Gnome Music Player Client
 Name:  gmpc-plugin-albumview
 Version:   0.20.0
-Release:   1
+Release:   2
 License:   GPL
 Group: X11/Applications/Sound
 Source0:   
http://downloads.sourceforge.net/musicpd/%{source_name}-%{version}.tar.gz
@@ -53,49 +53,8 @@
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/gmpc/plugins/*.so
-
-%dir %{_datadir}/gmpc-albumview
-%dir %{_datadir}/gmpc-albumview/icons/Humanity/16x16/apps
-%dir %{_datadir}/gmpc-albumview/icons/Humanity/22x22/apps
-%dir %{_datadir}/gmpc-albumview/icons/Humanity/24x24/apps
-%dir %{_datadir}/gmpc-albumview/icons/Humanity/32x32/apps
-%dir %{_datadir}/gmpc-albumview/icons/Humanity/48x48/apps
-%dir %{_datadir}/gmpc-albumview/icons/Humanity/64x64/apps
-%dir %{_datadir}/gmpc-albumview/icons/Humanity/72x72/apps
-%dir %{_datadir}/gmpc-albumview/icons/Humanity/96x96/apps
-%dir %{_datadir}/gmpc-albumview/icons/Humanity/scalable/apps
-%dir %{_datadir}/gmpc-albumview/icons/hicolor/128x128/apps
-%dir %{_datadir}/gmpc-albumview/icons/hicolor/16x16/apps
-%dir %{_datadir}/gmpc-albumview/icons/hicolor/22x22/apps
-%dir %{_datadir}/gmpc-albumview/icons/hicolor/24x24/apps
-%dir %{_datadir}/gmpc-albumview/icons/hicolor/32x32/apps
-%dir %{_datadir}/gmpc-albumview/icons/hicolor/48x48/apps
-%dir %{_datadir}/gmpc-albumview/icons/hicolor/64x64/apps
-%dir %{_datadir}/gmpc-albumview/icons/hicolor/72x72/apps
-%dir %{_datadir}/gmpc-albumview/icons/hicolor/96x96/apps
-%dir %{_datadir}/gmpc-albumview/icons/hicolor/scalable/apps
-
-%{_datadir}/gmpc-albumview/icons/Humanity/16x16/apps/albumview.png
-%{_datadir}/gmpc-albumview/icons/Humanity/22x22/apps/albumview.png
-%{_datadir}/gmpc-albumview/icons/Humanity/24x24/apps/albumview.png
-%{_datadir}/gmpc-albumview/icons/Humanity/32x32/apps/albumview.png
-%{_datadir}/gmpc-albumview/icons/Humanity/48x48/apps/albumview.png
-%{_datadir}/gmpc-albumview/icons/Humanity/64x64/apps/albumview.png
-%{_datadir}/gmpc-albumview/icons/Humanity/72x72/apps/albumview.png
-%{_datadir}/gmpc-albumview/icons/Humanity/96x96/apps/albumview.png
-%{_datadir}/gmpc-albumview/icons/Humanity/scalable/apps/albumview.svg
-%{_datadir}/gmpc-albumview/icons/hicolor/128x128/apps/albumview.png
-%{_datadir}/gmpc-albumview/icons/hicolor/16x16/apps/albumview.png
-%{_datadir}/gmpc-albumview/icons/hicolor/22x22/apps/albumview.png
-%{_datadir}/gmpc-albumview/icons/hicolor/24x24/apps/albumview.png
-%{_datadir}/gmpc-albumview/icons/hicolor/32x32/apps/albumview.png
-%{_datadir}/gmpc-albumview/icons/hicolor/48x48/apps/albumview.png
-%{_datadir}/gmpc-albumview/icons/hicolor/64x64/apps/albumview.png
-%{_datadir}/gmpc-albumview/icons/hicolor/72x72/apps/albumview.png
-%{_datadir}/gmpc-albumview/icons/hicolor/96x96/apps/albumview.png
-%{_datadir}/gmpc-albumview/icons/hicolor/scalable/apps/albumview.svg
-
+%attr(755,root,root) %{_libdir}/gmpc/plugins/albumviewplugin.so
+%{_datadir}/gmpc-albumview
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -103,6 +62,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.3  2010/10/10 07:32:21  megabajt
+- simplified files list
+- release 2
+
 Revision 1.2  2010/09/12 13:48:57  wiget
 - 0.20.0
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gmpc-plugin-albumview/gmpc-plugin-albumview.spec?r1=1.2r2=1.3f=u

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


packages: dahdi-linux/dahdi-linux.spec - release 3

2010-10-10 Thread arekm
Author: arekmDate: Sun Oct 10 08:34:43 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 3

 Files affected:
packages/dahdi-linux:
   dahdi-linux.spec (1.46 - 1.47) 

 Diffs:


Index: packages/dahdi-linux/dahdi-linux.spec
diff -u packages/dahdi-linux/dahdi-linux.spec:1.46 
packages/dahdi-linux/dahdi-linux.spec:1.47
--- packages/dahdi-linux/dahdi-linux.spec:1.46  Mon Sep 27 14:06:04 2010
+++ packages/dahdi-linux/dahdi-linux.spec   Sun Oct 10 10:34:38 2010
@@ -33,7 +33,7 @@
 %undefine  with_dist_kernel
 %endif
 
-%definerel 2
+%definerel 3
 %definepname   dahdi-linux
 %defineFIRMWARE_URL 
http://downloads.digium.com/pub/telephony/firmware/releases
 Summary:   DAHDI telephony device support
@@ -219,6 +219,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.47  2010/10/10 08:34:38  arekm
+- release 3
+
 Revision 1.46  2010/09/27 12:06:04  arekm
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dahdi-linux/dahdi-linux.spec?r1=1.46r2=1.47f=u

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


packages: e1000/e1000.spec - release 21

2010-10-10 Thread arekm
Author: arekmDate: Sun Oct 10 08:34:47 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 21

 Files affected:
packages/e1000:
   e1000.spec (1.170 - 1.171) 

 Diffs:


Index: packages/e1000/e1000.spec
diff -u packages/e1000/e1000.spec:1.170 packages/e1000/e1000.spec:1.171
--- packages/e1000/e1000.spec:1.170 Mon Sep 27 14:10:51 2010
+++ packages/e1000/e1000.spec   Sun Oct 10 10:34:42 2010
@@ -18,7 +18,7 @@
 # nothing to be placed to debuginfo package
 %define_enable_debug_packages  0
 
-%definerel 20
+%definerel 21
 %definepname   e1000
 Summary:   Intel(R) PRO/1000 driver for Linux
 Summary(pl.UTF-8): Sterownik do karty Intel(R) PRO/1000
@@ -107,6 +107,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.171  2010/10/10 08:34:42  arekm
+- release 21
+
 Revision 1.170  2010/09/27 12:10:51  arekm
 - release 20
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/e1000/e1000.spec?r1=1.170r2=1.171f=u

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


packages: ipset/ipset.spec - release 5

2010-10-10 Thread arekm
Author: arekmDate: Sun Oct 10 08:34:54 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 5

 Files affected:
packages/ipset:
   ipset.spec (1.83 - 1.84) 

 Diffs:


Index: packages/ipset/ipset.spec
diff -u packages/ipset/ipset.spec:1.83 packages/ipset/ipset.spec:1.84
--- packages/ipset/ipset.spec:1.83  Mon Sep 27 14:10:57 2010
+++ packages/ipset/ipset.spec   Sun Oct 10 10:34:49 2010
@@ -17,7 +17,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 4
+%definerel 5
 %definepname   ipset
 Summary:   IP sets utility
 Summary(pl.UTF-8): Narzędzie do zarządzania zbiorami IP
@@ -211,6 +211,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.84  2010/10/10 08:34:49  arekm
+- release 5
+
 Revision 1.83  2010/09/27 12:10:57  arekm
 - release 4
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ipset/ipset.spec?r1=1.83r2=1.84f=u

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


packages: lirc/lirc.spec - release 3

2010-10-10 Thread arekm
Author: arekmDate: Sun Oct 10 08:34:58 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 3

 Files affected:
packages/lirc:
   lirc.spec (1.248 - 1.249) 

 Diffs:


Index: packages/lirc/lirc.spec
diff -u packages/lirc/lirc.spec:1.248 packages/lirc/lirc.spec:1.249
--- packages/lirc/lirc.spec:1.248   Mon Sep 27 14:11:01 2010
+++ packages/lirc/lirc.spec Sun Oct 10 10:34:53 2010
@@ -21,7 +21,7 @@
 %endif
 
 %definepname   lirc
-%definerel 2
+%definerel 3
 
 #
 # main package
@@ -1157,6 +1157,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.249  2010/10/10 08:34:53  arekm
+- release 3
+
 Revision 1.248  2010/09/27 12:11:01  arekm
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lirc/lirc.spec?r1=1.248r2=1.249f=u

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


packages: madwifi-ng/madwifi-ng.spec - release 14

2010-10-10 Thread arekm
Author: arekmDate: Sun Oct 10 08:35:02 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 14

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

 Diffs:


Index: packages/madwifi-ng/madwifi-ng.spec
diff -u packages/madwifi-ng/madwifi-ng.spec:1.172 
packages/madwifi-ng/madwifi-ng.spec:1.173
--- packages/madwifi-ng/madwifi-ng.spec:1.172   Mon Sep 27 14:11:04 2010
+++ packages/madwifi-ng/madwifi-ng.spec Sun Oct 10 10:34:57 2010
@@ -19,7 +19,7 @@
 %defineprel0.%{snap}.%{rel}
 %definetrunk   r4132
 
-%definerel 13
+%definerel 14
 
 %if %{_alt_kernel} != %{nil}
 %if %{with kernel}
@@ -212,6 +212,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.173  2010/10/10 08:34:57  arekm
+- release 14
+
 Revision 1.172  2010/09/27 12:11:04  arekm
 - release 13
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/madwifi-ng/madwifi-ng.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


packages: r8168/r8168.spec - release 3

2010-10-10 Thread arekm
Author: arekmDate: Sun Oct 10 08:35:06 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 3

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

 Diffs:


Index: packages/r8168/r8168.spec
diff -u packages/r8168/r8168.spec:1.20 packages/r8168/r8168.spec:1.21
--- packages/r8168/r8168.spec:1.20  Mon Sep 27 14:11:07 2010
+++ packages/r8168/r8168.spec   Sun Oct 10 10:35:00 2010
@@ -12,7 +12,7 @@
 %undefine  with_dist_kernel
 %endif
 
-%definerel 2
+%definerel 3
 Summary:   Linux driver for RTL8111/8168B PCI Express Gigabit Ethernet 
controllers
 Summary(pl.UTF-8): Linuksowy sterownik dla kart sieciowych RTL8111/8168B 
PCI Express Gigabit Ethernet
 Name:  r8168
@@ -97,6 +97,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.21  2010/10/10 08:35:00  arekm
+- release 3
+
 Revision 1.20  2010/09/27 12:11:07  arekm
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/r8168/r8168.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: VirtualBox/VirtualBox.spec - release 13

2010-10-10 Thread arekm
Author: arekmDate: Sun Oct 10 08:35:18 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 13

 Files affected:
packages/VirtualBox:
   VirtualBox.spec (1.310 - 1.311) 

 Diffs:


Index: packages/VirtualBox/VirtualBox.spec
diff -u packages/VirtualBox/VirtualBox.spec:1.310 
packages/VirtualBox/VirtualBox.spec:1.311
--- packages/VirtualBox/VirtualBox.spec:1.310   Mon Sep 27 14:11:14 2010
+++ packages/VirtualBox/VirtualBox.spec Sun Oct 10 10:35:12 2010
@@ -28,7 +28,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 12
+%definerel 13
 %definepname   VirtualBox
 
 Summary:   VirtualBox OSE - x86 hardware virtualizer
@@ -829,6 +829,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.311  2010/10/10 08:35:12  arekm
+- release 13
+
 Revision 1.310  2010/09/27 12:11:14  arekm
 - release 12
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/VirtualBox/VirtualBox.spec?r1=1.310r2=1.311f=u

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


packages: xtables-addons/xtables-addons.spec - release 14

2010-10-10 Thread arekm
Author: arekmDate: Sun Oct 10 08:35:21 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 14

 Files affected:
packages/xtables-addons:
   xtables-addons.spec (1.73 - 1.74) 

 Diffs:


Index: packages/xtables-addons/xtables-addons.spec
diff -u packages/xtables-addons/xtables-addons.spec:1.73 
packages/xtables-addons/xtables-addons.spec:1.74
--- packages/xtables-addons/xtables-addons.spec:1.73Mon Sep 27 14:11:23 2010
+++ packages/xtables-addons/xtables-addons.spec Sun Oct 10 10:35:16 2010
@@ -19,7 +19,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 13
+%definerel 14
 Summary:   Extensible packet filtering system  extensible NAT system
 Summary(pl.UTF-8): System filtrowania pakietów oraz system translacji 
adresów (NAT)
 Summary(pt_BR.UTF-8):  Ferramenta para controlar a filtragem de pacotes no 
kernel-2.6.x
@@ -188,6 +188,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.74  2010/10/10 08:35:16  arekm
+- release 14
+
 Revision 1.73  2010/09/27 12:11:23  arekm
 - release 13
 


 CVS-web:

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

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


packages: svgalib/svgalib.spec - release 105

2010-10-10 Thread arekm
Author: arekmDate: Sun Oct 10 08:35:13 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 105

 Files affected:
packages/svgalib:
   svgalib.spec (1.284 - 1.285) 

 Diffs:


Index: packages/svgalib/svgalib.spec
diff -u packages/svgalib/svgalib.spec:1.284 packages/svgalib/svgalib.spec:1.285
--- packages/svgalib/svgalib.spec:1.284 Mon Sep 27 14:11:11 2010
+++ packages/svgalib/svgalib.spec   Sun Oct 10 10:35:08 2010
@@ -17,7 +17,7 @@
 %endif
 
 %definepname   svgalib
-%definerel 104
+%definerel 105
 Summary:   Library for full screen [S]VGA graphics
 Summary(de.UTF-8): Library für Vollbildschirm-[S]VGA-Grafiken
 Summary(es.UTF-8): Biblioteca para gráficos en pantalla llena [S]VGA
@@ -393,6 +393,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.285  2010/10/10 08:35:08  arekm
+- release 105
+
 Revision 1.284  2010/09/27 12:11:11  arekm
 - release 104
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/svgalib/svgalib.spec?r1=1.284r2=1.285f=u

___
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-nvidia/xorg-driver-video-nvidia.spec - release ...

2010-10-10 Thread arekm
Author: arekmDate: Sun Oct 10 10:48:29 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 5%{?with_multigl:.mgl}

 Files affected:
packages/xorg-driver-video-nvidia:
   xorg-driver-video-nvidia.spec (1.285 - 1.286) 

 Diffs:


Index: packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec
diff -u packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.285 
packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.286
--- packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.285   
Mon Sep 27 14:11:19 2010
+++ packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec Sun Oct 
10 12:48:24 2010
@@ -25,7 +25,7 @@
 %endif
 
 %definepname   xorg-driver-video-nvidia
-%definerel 4%{?with_multigl:.mgl}
+%definerel 5%{?with_multigl:.mgl}
 
 Summary:   Linux Drivers for nVidia GeForce/Quadro Chips
 Summary(hu.UTF-8): Linux meghajtók nVidia GeForce/Quadro chipekhez
@@ -452,6 +452,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.286  2010/10/10 10:48:24  arekm
+- release 5%{?with_multigl:.mgl}
+
 Revision 1.285  2010/09/27 12:11:19  arekm
 - release 4%{?with_multigl:.mgl}
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec?r1=1.285r2=1.286f=u

___
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-nvidia/xorg-driver-video-nvidia.spec - rel 6; n...

2010-10-10 Thread arekm
Author: arekmDate: Sun Oct 10 10:53:41 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 6; no_install_post_check_so

 Files affected:
packages/xorg-driver-video-nvidia:
   xorg-driver-video-nvidia.spec (1.286 - 1.287) 

 Diffs:


Index: packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec
diff -u packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.286 
packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.287
--- packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.286   
Sun Oct 10 12:48:24 2010
+++ packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec Sun Oct 
10 12:53:35 2010
@@ -23,9 +23,10 @@
 # nothing to be placed to debuginfo package
 %define_enable_debug_packages  0
 %endif
+%defineno_install_post_check_so 1
 
 %definepname   xorg-driver-video-nvidia
-%definerel 5%{?with_multigl:.mgl}
+%definerel 6%{?with_multigl:.mgl}
 
 Summary:   Linux Drivers for nVidia GeForce/Quadro Chips
 Summary(hu.UTF-8): Linux meghajtók nVidia GeForce/Quadro chipekhez
@@ -452,6 +453,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.287  2010/10/10 10:53:35  arekm
+- rel 6; no_install_post_check_so
+
 Revision 1.286  2010/10/10 10:48:24  arekm
 - release 5%{?with_multigl:.mgl}
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec?r1=1.286r2=1.287f=u

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


packages: xerces-c/xerces-c-iso88592.patch, xerces-c/xerces-c-link.patch, x...

2010-10-10 Thread qboosh
Author: qboosh   Date: Sun Oct 10 11:07:58 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 3.1.1 (new soname, no libxerces-depdom)
- updated iso88592 patch
- removed obsolete link,opt,lib64 patches
- added (new) link patch to avoid unnecessary -lnsl

 Files affected:
packages/xerces-c:
   xerces-c-iso88592.patch (1.7 - 1.8) , xerces-c-link.patch (1.2 - 1.3) , 
xerces-c.spec (1.39 - 1.40) , xerces-c-lib64.patch (1.2 - NONE)  (REMOVED), 
xerces-c-opt.patch (1.5 - NONE)  (REMOVED)

 Diffs:


Index: packages/xerces-c/xerces-c-iso88592.patch
diff -u packages/xerces-c/xerces-c-iso88592.patch:1.7 
packages/xerces-c/xerces-c-iso88592.patch:1.8
--- packages/xerces-c/xerces-c-iso88592.patch:1.7   Fri Feb 10 15:02:59 2006
+++ packages/xerces-c/xerces-c-iso88592.patch   Sun Oct 10 13:07:53 2010
@@ -1,26 +1,21 @@
-diff -uNr xercesc/src/xercesc/util/Makefile.in 
xercesc/src/xercesc/util.new/Makefile.in
 xercesc/src/xercesc/util/Makefile.in   Fri Feb  7 01:53:51 2003
-+++ xercesc/src/xercesc/util.new/Makefile.in   Wed Apr 30 23:50:16 2003
-@@ -506,7 +506,8 @@
-   XMLUTF8Transcoder.hpp \
-   XMLWin1252Transcoder.hpp \
-   XML256TableTranscoder.hpp \
--  XML88591Transcoder.hpp
-+  XML88591Transcoder.hpp \
-+  XML88592Transcoder.hpp
- 
- UTIL_CPP_PRIVHEADERS =
- 
-@@ -573,7 +574,8 @@
-   XMLUTF8Transcoder.$(TO) \
-   XMLWin1252Transcoder.$(TO) \
-   XML256TableTranscoder.$(TO) \
--  XML88591Transcoder.$(TO)
-+  XML88591Transcoder.$(TO) \
-+  XML88592Transcoder.$(TO)
- 
- 
- all:: includes $(UTIL_CPP_OBJECTS) platforms transcoders \
+--- xerces-c-3.1.1/src/Makefile.am.orig2009-11-23 09:17:49.0 
+0100
 xerces-c-3.1.1/src/Makefile.am 2010-10-10 09:23:01.247741882 +0200
+@@ -682,6 +682,7 @@
+   xercesc/util/XMemory.hpp \
+   xercesc/util/XML256TableTranscoder.hpp \
+   xercesc/util/XML88591Transcoder.hpp \
++  xercesc/util/XML88592Transcoder.hpp \
+   xercesc/util/XMLAbstractDoubleFloat.hpp \
+   xercesc/util/XMLASCIITranscoder.hpp \
+   xercesc/util/XMLBigDecimal.hpp \
+@@ -764,6 +765,7 @@
+   xercesc/util/XMemory.cpp \
+   xercesc/util/XML256TableTranscoder.cpp \
+   xercesc/util/XML88591Transcoder.cpp \
++  xercesc/util/XML88592Transcoder.cpp \
+   xercesc/util/XMLAbstractDoubleFloat.cpp \
+   xercesc/util/XMLASCIITranscoder.cpp \
+   xercesc/util/XMLBigDecimal.cpp \
 diff -uNr xercesc/src/xercesc/util/TransService.cpp 
xercesc/src/xercesc/util.new/TransService.cpp
 --- xercesc/src/xercesc/util/TransService.cpp  Fri Feb  7 01:54:05 2003
 +++ xercesc/src/xercesc/util.new/TransService.cpp  Wed Apr 30 23:36:53 2003
@@ -58,7 +53,7 @@
 diff -uNr xercesc/src/xercesc/util/XML88592Transcoder.cpp 
xercesc/src/xercesc/util.new/XML88592Transcoder.cpp
 --- xercesc/src/xercesc/util/XML88592Transcoder.cppThu Jan  1 01:00:00 1970
 +++ xercesc/src/xercesc/util.new/XML88592Transcoder.cppThu May  1 
00:00:20 2003
-@@ -0,0 +1,329 @@
+@@ -0,0 +1,330 @@
 +/*
 + * The Apache Software License, Version 1.1
 + *
@@ -258,7 +253,7 @@
 +//  XML88592Transcoder: Constructors and Destructor
 +// ---
 +XML88592Transcoder::XML88592Transcoder( const   XMLCh* constencodingName
-+, const unsigned intblockSize
++, const XMLSize_t   blockSize
 +   , MemoryManager* const  manager) :
 +
 +XMLTranscoder(encodingName, blockSize)
@@ -274,12 +269,12 @@
 +// ---
 +//  XML88592Transcoder: Implementation of the transcoder API
 +// ---
-+unsigned int
++XMLSize_t
 +XML88592Transcoder::transcodeFrom(  const   XMLByte* const   srcData
-+, const unsigned int srcCount
++, const XMLSize_tsrcCount
 +,   XMLCh* const toFill
-+, const unsigned int maxChars
-+,   unsigned intbytesEaten
++, const XMLSize_tmaxChars
++,   XMLSize_t   bytesEaten
 +,   unsigned char* const charSizes)
 +{
 +// If debugging, make sure that the block size is legal
@@ -291,7 +286,7 @@
 +//  Calculate the max chars we can do here. Its the lesser of the
 +//  max output chars and the number of bytes in the source.
 +//
-+const unsigned int countToDo = srcCount  maxChars ? srcCount : maxChars;
++

DISTFILES: xerces-c: xerces-c-3.1.1.tar.gz

2010-10-10 Thread qboosh

Files fetched: 1

STORED: http://www.apache.org/dist/xerces/c/3/sources/xerces-c-3.1.1.tar.gz
6a8ec45d83c8cfb1584c5a5345cb51ae  xerces-c-3.1.1.tar.gz
Size: 5051308 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: taskcoach/taskcoach.spec - 1.2.0

2010-10-10 Thread uzsolt
Author: uzsolt   Date: Sun Oct 10 11:11:05 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- 1.2.0

 Files affected:
packages/taskcoach:
   taskcoach.spec (1.49 - 1.50) 

 Diffs:


Index: packages/taskcoach/taskcoach.spec
diff -u packages/taskcoach/taskcoach.spec:1.49 
packages/taskcoach/taskcoach.spec:1.50
--- packages/taskcoach/taskcoach.spec:1.49  Thu Oct  7 00:17:12 2010
+++ packages/taskcoach/taskcoach.spec   Sun Oct 10 13:11:00 2010
@@ -3,12 +3,12 @@
 Summary(hu.UTF-8): Task Coach egy egyszerű, nyílt forráskódú 
teendő-nyilvántartó
 Summary(pl.UTF-8): Task Coach - prosty zarządca osobistej listy zadań i 
rzeczy do zrobienia
 Name:  taskcoach
-Version:   1.1.4
+Version:   1.2.0
 Release:   1
 License:   GPL v3
 Group: X11/Applications
 Source0:   http://dl.sourceforge.net/taskcoach/TaskCoach-%{version}.tar.gz
-# Source0-md5: 96d85ec7a67a1d6a94524f39301f4f0c
+# Source0-md5: 9629298b261c5318b84109dac632fa56
 Patch0:%{name}-desktop.patch
 URL:   http://www.taskcoach.org/
 BuildRequires: python-devel
@@ -163,6 +163,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.50  2010/10/10 11:11:00  uzsolt
+- 1.2.0
+
 Revision 1.49  2010/10/06 22:17:12  uzsolt
 - 1.1.4
 


 CVS-web:

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

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


DISTFILES: taskcoach: TaskCoach-1.2.0.tar.gz

2010-10-10 Thread uzsolt

Files fetched: 1

STORED: http://dl.sourceforge.net/taskcoach/TaskCoach-1.2.0.tar.gz
9629298b261c5318b84109dac632fa56  TaskCoach-1.2.0.tar.gz
Size: 1996687 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: mathomatic: mathomatic-15.3.0.tar.bz2

2010-10-10 Thread uzsolt

Files fetched: 1

STORED: http://www.panix.com/~gesslein/mathomatic-15.3.0.tar.bz2
757dcc185f7481251761bef957ba0e01  mathomatic-15.3.0.tar.bz2
Size: 180588 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: mathomatic/mathomatic.spec - 15.3.0

2010-10-10 Thread uzsolt
Author: uzsolt   Date: Sun Oct 10 11:19:40 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- 15.3.0

 Files affected:
packages/mathomatic:
   mathomatic.spec (1.95 - 1.96) 

 Diffs:


Index: packages/mathomatic/mathomatic.spec
diff -u packages/mathomatic/mathomatic.spec:1.95 
packages/mathomatic/mathomatic.spec:1.96
--- packages/mathomatic/mathomatic.spec:1.95Sun Sep  5 16:44:18 2010
+++ packages/mathomatic/mathomatic.spec Sun Oct 10 13:19:35 2010
@@ -3,12 +3,12 @@
 Summary(hu.UTF-8): Mathomatic - szimbolikus számításokra képes program
 Summary(pl.UTF-8): Mathomatic - program do matematyki symbolicznej
 Name:  mathomatic
-Version:   15.2.1
+Version:   15.3.0
 Release:   1
 License:   LGPL
 Group: Applications/Math
 Source0:   http://www.panix.com/~gesslein/%{name}-%{version}.tar.bz2
-# Source0-md5: a4ff37b1a2136dace5608d41386c91c1
+# Source0-md5: 757dcc185f7481251761bef957ba0e01
 URL:   http://www.mathomatic.com/math/
 BuildRequires: ncurses-devel
 BuildRequires: readline-devel
@@ -67,6 +67,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.96  2010/10/10 11:19:35  uzsolt
+- 15.3.0
+
 Revision 1.95  2010/09/05 14:44:18  uzsolt
 - 15.2.1
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mathomatic/mathomatic.spec?r1=1.95r2=1.96f=u

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


packages: xorg-xserver-server/xorg-xserver-server.spec - rel 2 - added -sou...

2010-10-10 Thread baggins
Author: baggins  Date: Sun Oct 10 11:28:08 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2
- added -source package needed to properly build all tigervnc features

 Files affected:
packages/xorg-xserver-server:
   xorg-xserver-server.spec (1.252 - 1.253) 

 Diffs:


Index: packages/xorg-xserver-server/xorg-xserver-server.spec
diff -u packages/xorg-xserver-server/xorg-xserver-server.spec:1.252 
packages/xorg-xserver-server/xorg-xserver-server.spec:1.253
--- packages/xorg-xserver-server/xorg-xserver-server.spec:1.252 Sat Oct  2 
20:27:53 2010
+++ packages/xorg-xserver-server/xorg-xserver-server.spec   Sun Oct 10 
13:28:03 2010
@@ -16,7 +16,7 @@
 %definexorg_xserver_server_videodrv_abi8.0
 %definexorg_xserver_server_xinput_abi  11.0
 
-%definerel 1
+%definerel 2
 Summary:   X.org server
 Summary(pl.UTF-8): Serwer X.org
 Name:  xorg-xserver-server
@@ -311,6 +311,17 @@
 %description devel -l pl.UTF-8
 Pliki nagłówkowe dla serwera X.org.
 
+%package source
+Summary:   X.org server source code
+Summary(pl.UTF-8): Pliki źródłowe dla serwera X.org
+Group: X11/Development/Libraries
+
+%description source
+X.org server source code.
+
+%description source -l pl.UTF-8
+Pliki źródłowe dla serwera X.org.
+
 %package -n xorg-xserver-libdri
 Summary:   DRI extension library for X.org server
 Summary(pl.UTF-8): Biblioteka rozszerzenia DRI dla serwera X.org
@@ -451,6 +462,12 @@
 ln -sf libglx.so.%{version} libglx.so
 %endif
 
+install -d $RPM_BUILD_ROOT%{_usrsrc}/%{name}-%{version}
+cp -a * $RPM_BUILD_ROOT%{_usrsrc}/%{name}-%{version}
+cd $RPM_BUILD_ROOT%{_usrsrc}/%{name}-%{version}
+%{__make} distclean
+find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -574,6 +591,10 @@
 %{_aclocaldir}/xorg-server.m4
 %{_pkgconfigdir}/xorg-server.pc
 
+%files source
+%defattr(644,root,root,755)
+%{_usrsrc}/%{name}-%{version}
+
 %files -n xorg-xserver-libdri
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/xorg/modules/extensions/libdri.so
@@ -593,6 +614,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.253  2010/10/10 11:28:03  baggins
+- rel 2
+- added -source package needed to properly build all tigervnc features
+
 Revision 1.252  2010/10/02 18:27:53  arekm
 - up to 1.9.0.901
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-xserver-server/xorg-xserver-server.spec?r1=1.252r2=1.253f=u

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


packages: dovecot/dovecot.spec - up to 2.0.5

2010-10-10 Thread arekm
Author: arekmDate: Sun Oct 10 11:30:55 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 2.0.5

 Files affected:
packages/dovecot:
   dovecot.spec (1.154 - 1.155) 

 Diffs:


Index: packages/dovecot/dovecot.spec
diff -u packages/dovecot/dovecot.spec:1.154 packages/dovecot/dovecot.spec:1.155
--- packages/dovecot/dovecot.spec:1.154 Mon Oct  4 20:27:28 2010
+++ packages/dovecot/dovecot.spec   Sun Oct 10 13:30:50 2010
@@ -11,13 +11,13 @@
 Summary:   IMAP and POP3 server written with security primarily in mind
 Summary(pl.UTF-8): Serwer IMAP i POP3 pisany głównie z myślą o 
bezpieczeństwie
 Name:  dovecot
-Version:   2.0.4
-Release:   3
+Version:   2.0.5
+Release:   1
 Epoch: 1
 License:   MIT (libraries), LGPL v2.1 (the rest)
 Group: Networking/Daemons
 Source0:   http://dovecot.org/releases/2.0/%{name}-%{version}.tar.gz
-# Source0-md5: ff1cd0dbfca4a26cce782f7d31cb2028
+# Source0-md5: 7168c5bf40fdd38cceb99114547699b8
 Source1:   %{name}.pamd
 Source2:   %{name}.init
 Source3:   %{name}.sysconfig
@@ -315,6 +315,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.155  2010/10/10 11:30:50  arekm
+- up to 2.0.5
+
 Revision 1.154  2010/10/04 18:27:28  baggins
 - rel 3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dovecot/dovecot.spec?r1=1.154r2=1.155f=u

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


DISTFILES: dovecot: dovecot-2.0.5.tar.gz

2010-10-10 Thread arekm

Files fetched: 1

STORED: http://dovecot.org/releases/2.0/dovecot-2.0.5.tar.gz
7168c5bf40fdd38cceb99114547699b8  dovecot-2.0.5.tar.gz
Size: 3109651 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: texlive-texmf/texlive-texmf.spec, texlive-texmf/unpackaged-files ...

2010-10-10 Thread uzsolt
Author: uzsolt   Date: Sun Oct 10 11:37:21 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- pack gchords, gene-logic

 Files affected:
packages/texlive-texmf:
   texlive-texmf.spec (1.26 - 1.27) , unpackaged-files (1.1 - 1.2) 

 Diffs:


Index: packages/texlive-texmf/texlive-texmf.spec
diff -u packages/texlive-texmf/texlive-texmf.spec:1.26 
packages/texlive-texmf/texlive-texmf.spec:1.27
--- packages/texlive-texmf/texlive-texmf.spec:1.26  Tue Sep 21 17:35:30 2010
+++ packages/texlive-texmf/texlive-texmf.spec   Sun Oct 10 13:37:16 2010
@@ -2337,6 +2337,7 @@
 - fouridx: left sub- and superscripts in maths mode.
 - functan: macros for functional analysis and PDE theory
 - galois: typeset Galois connections.
+- gene-logic: typeset logic formulae, etc.
 - gnuplottex: embed Gnuplot commands in LaTeX documents.
 - hhtensor: print vectors, matrices, and tensors.
 - logpap: generate logarithmic graph paper with LaTeX.
@@ -2382,6 +2383,7 @@
 - fouridx: alsó és felső indexek bal oldalon matematikai módban
 - functan: funkcionálanalízés és PDE elmélethez makrók
 - galois: Galois kapcsolatok szedése
+- gene-logic: logikai formulák
 - gnuplottex: Gnuplot parancsok beágyazása LaTeX dokumentumokba
 - hhtensor: vetkorok, mátrixok és tenzorok nyomtatása
 - logpap: logaritmikus grafikonok
@@ -2444,12 +2446,14 @@
 %description -n texlive-latex-music
 This package contains:
 - abc: support ABC music notation in LaTeX.
+- gchords: typeset guitar chords.
 - guitar: guitar chords and song texts.
 - songbook: package for typesetting song lyrics and chord books.
 
 %description -n texlive-latex-music -l hu.UTF-8
 Ez a csomag a következőket tartalmazza:
 - abc: ABC hangjegyzések LaTeX-ben
+- gchords: gitár akkordok szedése
 - guitar: gitárkották és dalszövegek
 - songbook: dalszövegek és akkordkönyvek szedése
 
@@ -8880,6 +8884,7 @@
 %doc %{texmfdist}/doc/latex/fouridx
 %doc %{texmfdist}/doc/latex/functan
 %doc %{texmfdist}/doc/latex/galois
+%doc %{texmfdist}/doc/latex/gene-logic
 %doc %{texmfdist}/doc/latex/gnuplottex
 %doc %{texmfdist}/doc/latex/hhtensor
 %doc %{texmfdist}/doc/latex/logpap
@@ -8945,6 +8950,7 @@
 %{texmfdist}/tex/latex/fouridx
 %{texmfdist}/tex/latex/functan
 %{texmfdist}/tex/latex/galois
+%{texmfdist}/tex/latex/gene-logic
 %{texmfdist}/tex/latex/gnuplottex
 %{texmfdist}/tex/latex/hhtensor
 %{texmfdist}/tex/latex/logpap
@@ -9570,6 +9576,7 @@
 %defattr(644,root,root,755)
 %doc %{texmfdist}/doc/generic/musixps
 %doc %{texmfdist}/doc/latex/abc
+%doc %{texmfdist}/doc/latex/gchords
 %doc %{texmfdist}/doc/latex/guitar
 %doc %{texmfdist}/doc/latex/musixlyr
 %doc %{texmfdist}/doc/latex/songbook
@@ -9581,6 +9588,7 @@
 %{texmfdist}/tex/generic/musixlyr
 %{texmfdist}/tex/generic/musixps
 %{texmfdist}/tex/latex/abc
+%{texmfdist}/tex/latex/gchords
 %{texmfdist}/tex/latex/guitar
 %{texmfdist}/tex/latex/songbook
 
@@ -12315,6 +12323,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.27  2010/10/10 11:37:16  uzsolt
+- pack gchords, gene-logic
+
 Revision 1.26  2010/09/21 15:35:30  atler
 - add pdfjadetex.fmt
 


Index: packages/texlive-texmf/unpackaged-files
diff -u packages/texlive-texmf/unpackaged-files:1.1 
packages/texlive-texmf/unpackaged-files:1.2
--- packages/texlive-texmf/unpackaged-files:1.1 Tue Apr 13 22:44:10 2010
+++ packages/texlive-texmf/unpackaged-files Sun Oct 10 13:37:16 2010
@@ -1,4 +1,3 @@
-warning: Installed (but unpackaged) file(s) found:
/usr/share/perl5/vendor_perl/TeXLive/Splashscreen.pm
/usr/share/perl5/vendor_perl/TeXLive/TLConfig.pm
/usr/share/perl5/vendor_perl/TeXLive/TLMedia.pm
@@ -1080,13 +1079,6 @@
/usr/share/texmf-dist/doc/latex/fn2end/fn2end.pdf
/usr/share/texmf-dist/doc/latex/fn2end/fn2end.tex
/usr/share/texmf-dist/doc/latex/fragments/README
-   /usr/share/texmf-dist/doc/latex/gchords/README
-   /usr/share/texmf-dist/doc/latex/gchords/chordbox.tcl
-   /usr/share/texmf-dist/doc/latex/gchords/gchords_doc.pdf
-   /usr/share/texmf-dist/doc/latex/gchords/gchords_doc.tex
-   /usr/share/texmf-dist/doc/latex/gchords/get2knowu.tex
-   /usr/share/texmf-dist/doc/latex/gene-logic/gn-logic14.pdf
-   /usr/share/texmf-dist/doc/latex/gene-logic/gn-logic14.tex
/usr/share/texmf-dist/doc/latex/germkorr/COPYING
/usr/share/texmf-dist/doc/latex/germkorr/README
/usr/share/texmf-dist/doc/latex/germkorr/germkorr.pdf
@@ -2861,8 +2853,6 @@
/usr/share/texmf-dist/tex/latex/fragments/overrightarrow.sty
/usr/share/texmf-dist/tex/latex/fragments/removefr.tex
/usr/share/texmf-dist/tex/latex/fragments/subscript.sty
-   /usr/share/texmf-dist/tex/latex/gchords/gchords.sty
-   /usr/share/texmf-dist/tex/latex/gene-logic/gn-logic14.sty
/usr/share/texmf-dist/tex/latex/germkorr/germkorr.sty
/usr/share/texmf-dist/tex/latex/getfiledate/getfiledate.sty
   

packages (DOVECOT_1_2): dovecot/dovecot.spec - up to 1.2.15

2010-10-10 Thread arekm
Author: arekmDate: Sun Oct 10 11:40:36 2010 GMT
Module: packages  Tag: DOVECOT_1_2
 Log message:
- up to 1.2.15

 Files affected:
packages/dovecot:
   dovecot.spec (1.137.2.1 - 1.137.2.2) 

 Diffs:


Index: packages/dovecot/dovecot.spec
diff -u packages/dovecot/dovecot.spec:1.137.2.1 
packages/dovecot/dovecot.spec:1.137.2.2
--- packages/dovecot/dovecot.spec:1.137.2.1 Sun Aug 29 00:12:05 2010
+++ packages/dovecot/dovecot.spec   Sun Oct 10 13:40:31 2010
@@ -11,13 +11,13 @@
 Summary:   IMAP and POP3 server written with security primarily in mind
 Summary(pl.UTF-8): Serwer IMAP i POP3 pisany głównie z myślą o 
bezpieczeństwie
 Name:  dovecot
-Version:   1.2.14
+Version:   1.2.15
 Release:   1
 Epoch: 1
 License:   MIT (libraries), LGPL v2.1 (the rest)
 Group: Networking/Daemons
 Source0:   http://dovecot.org/releases/1.2/%{name}-%{version}.tar.gz
-# Source0-md5: 1fe41e99c1dea311beee6d4d994490cc
+# Source0-md5: 15fe307fe85a87cb7a697655dbab29d0
 Source1:   %{name}.pamd
 Source2:   %{name}.init
 Source3:   %{name}.sysconfig
@@ -286,6 +286,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.137.2.2  2010/10/10 11:40:31  arekm
+- up to 1.2.15
+
 Revision 1.137.2.1  2010/08/28 22:12:05  charles
 - up to 1.2.14
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dovecot/dovecot.spec?r1=1.137.2.1r2=1.137.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


DISTFILES: dovecot: dovecot-1.2.15.tar.gz

2010-10-10 Thread arekm

Files fetched: 1

STORED: http://dovecot.org/releases/1.2/dovecot-1.2.15.tar.gz
15fe307fe85a87cb7a697655dbab29d0  dovecot-1.2.15.tar.gz
Size: 2948856 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: tigervnc: tigervnc-1.0.90-r4159.tar.bz2

2010-10-10 Thread baggins

Files fetched: 1

STORED: no-url://tigervnc-1.0.90-r4159.tar.bz2
bd83717c960fb9e585387948b5cb41e2  tigervnc-1.0.90-r4159.tar.bz2
Size: 1711725 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: tigervnc/tigervnc.spec (NEW) - very initial revision

2010-10-10 Thread baggins
Author: baggins  Date: Sun Oct 10 12:59:20 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- very initial revision

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

 Diffs:


Index: packages/tigervnc/tigervnc.spec
diff -u /dev/null packages/tigervnc/tigervnc.spec:1.1
--- /dev/null   Sun Oct 10 14:59:20 2010
+++ packages/tigervnc/tigervnc.spec Sun Oct 10 14:59:14 2010
@@ -0,0 +1,200 @@
+# $Revision$, $Date$
+# TODO:
+# - tigervnc.init
+
+%definesnapr4159
+
+Summary:   TigerVNC - application based on the VNC version 3.3.3r2
+Summary(pl.UTF-8): TigerVNC - aplikacja bazująca na VNC w wersji 3.3.3r2
+Name:  tigervnc
+Version:   1.0.90
+Release:   0.1
+License:   GPL v2
+Group: X11/Applications/Networking
+#Source0:  http://dl.sourceforge.net/tigervnc/%{name}-%{version}.tar.gz
+Source0:   %{name}-%{version}-%{snap}.tar.bz2
+# Source0-md5: bd83717c960fb9e585387948b5cb41e2
+Source1:   %{name}.desktop
+URL:   http://www.tigervnc.com/
+BuildRequires: cpp
+BuildRequires: libjpeg-devel
+BuildRequires: zlib-devel
+BuildRequires: xorg-xserver-server-source = 1.9
+# xserver BRs, should match xorg-xserver-server.spec
+BuildRequires: Mesa-libGL-devel = 7.8.1
+# for glx headers
+BuildRequires: OpenGL-GLX-devel
+BuildRequires: autoconf = 2.57
+BuildRequires: automake
+BuildRequires: libdrm-devel = 2.4.5
+BuildRequires: libtool
+BuildRequires: ncurses-devel
+BuildRequires: pam-devel
+BuildRequires: perl-base
+BuildRequires: pixman-devel = 0.16.0
+BuildRequires: pkgconfig = 1:0.19
+BuildRequires: xorg-app-mkfontscale
+BuildRequires: xorg-font-font-util = 1.1
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libXau-devel
+BuildRequires: xorg-lib-libXaw-devel
+BuildRequires: xorg-lib-libXdamage-devel
+BuildRequires: xorg-lib-libXdmcp-devel
+BuildRequires: xorg-lib-libXext-devel  = 1.0.99.4
+BuildRequires: xorg-lib-libXfont-devel = 1.4.2
+BuildRequires: xorg-lib-libXi-devel = 1.2.99.1
+BuildRequires: xorg-lib-libXmu-devel
+BuildRequires: xorg-lib-libXpm-devel
+BuildRequires: xorg-lib-libXrender-devel
+BuildRequires: xorg-lib-libXres-devel
+BuildRequires: xorg-lib-libXt-devel = 1.0.0
+BuildRequires: xorg-lib-libXtst-devel = 1.0.99.2
+BuildRequires: xorg-lib-libXv-devel
+BuildRequires: xorg-lib-libXxf86dga-devel
+BuildRequires: xorg-lib-libXxf86misc-devel
+BuildRequires: xorg-lib-libXxf86vm-devel
+BuildRequires: xorg-lib-libfontenc-devel
+BuildRequires: xorg-lib-libpciaccess-devel = 0.8.0
+BuildRequires: xorg-lib-libxkbfile-devel
+BuildRequires: xorg-lib-libxkbui-devel = 1.0.2
+BuildRequires: xorg-lib-xtrans-devel = 1.2.2
+BuildRequires: xorg-proto-bigreqsproto-devel = 1.1.0
+BuildRequires: xorg-proto-damageproto-devel = 1.1
+BuildRequires: xorg-proto-fixesproto-devel = 4.1
+BuildRequires: xorg-proto-fontcacheproto-devel
+BuildRequires: xorg-proto-fontsproto-devel
+BuildRequires: xorg-proto-glproto-devel = 1.4.10
+BuildRequires: xorg-proto-inputproto-devel = 1.9.99.902
+BuildRequires: xorg-proto-kbproto-devel = 1.0.3
+BuildRequires: xorg-proto-printproto-devel
+BuildRequires: xorg-proto-randrproto-devel = 1.2.99.3
+%{?with_record:BuildRequires:  xorg-proto-recordproto-devel}
+BuildRequires: xorg-proto-renderproto-devel = 0.11
+BuildRequires: xorg-proto-resourceproto-devel
+BuildRequires: xorg-proto-scrnsaverproto-devel = 1.1.0
+BuildRequires: xorg-proto-videoproto-devel
+BuildRequires: xorg-proto-xcmiscproto-devel = 1.2.0
+BuildRequires: xorg-proto-xextproto-devel = 1:7.0.99.3
+BuildRequires: xorg-proto-xf86bigfontproto-devel = 1.2.0
+BuildRequires: xorg-proto-xf86dgaproto-devel = 2.0.99.1
+BuildRequires: xorg-proto-xf86driproto-devel = 2.1.0
+BuildRequires: xorg-proto-xf86miscproto-devel
+BuildRequires: xorg-proto-xf86vidmodeproto-devel = 2.2.99.1
+BuildRequires: xorg-proto-xproto-devel = 7.0.17
+BuildRequires: xorg-util-util-macros = 1.10
+Provides:  vnc-client
+Conflicts: vnc
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+VNC is a great client/server software package allowing remote network
+access to graphical desktops. TightVNC is optimized to work over slow
+network connections such as low-speed modem links. While oroginal VNC
+may be verry slow when your connection is not fast enough, with
+TightVNC you can work remotely almost in real time in most
+environments.
+
+%description -l pl.UTF-8
+VNC jest wspaniałym programem klient/serwer umożliwiającym zdalny
+dostęp do graficznych pulpitów. TightVNC jest zoptymalizowany do pracy
+przy wolniejszych połączeniach sieciowych takich jak połączenia
+modemowe. Oryginalne VNC może pracować wolno kiedy połączenie nie jest
+wystarczająco szybkie, natomiast z TightVNC możesz pracować zdalnie
+niemal w czasie rzeczywistym.
+
+%package server
+Summary:   VNC X server - tightvnc version
+Summary(pl.UTF-8): X 

packages: tigervnc/tigervnc.spec - summary - TODO

2010-10-10 Thread baggins
Author: baggins  Date: Sun Oct 10 13:02:17 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- summary
- TODO

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

 Diffs:


Index: packages/tigervnc/tigervnc.spec
diff -u packages/tigervnc/tigervnc.spec:1.1 packages/tigervnc/tigervnc.spec:1.2
--- packages/tigervnc/tigervnc.spec:1.1 Sun Oct 10 14:59:14 2010
+++ packages/tigervnc/tigervnc.spec Sun Oct 10 15:02:10 2010
@@ -1,11 +1,12 @@
 # $Revision$, $Date$
 # TODO:
 # - tigervnc.init
+# - descriptions!
 
 %definesnapr4159
 
-Summary:   TigerVNC - application based on the VNC version 3.3.3r2
-Summary(pl.UTF-8): TigerVNC - aplikacja bazująca na VNC w wersji 3.3.3r2
+Summary:   A TigerVNC remote display system
+Summary(pl.UTF-8): System zdalnego dostępu TigerVNC
 Name:  tigervnc
 Version:   1.0.90
 Release:   0.1
@@ -103,8 +104,8 @@
 niemal w czasie rzeczywistym.
 
 %package server
-Summary:   VNC X server - tightvnc version
-Summary(pl.UTF-8): X serwer VNC - wersja tightvnc
+Summary:   VNC X server - TigerVNC version
+Summary(pl.UTF-8): X serwer VNC - wersja TigerVNC
 Group: X11/Applications/Networking
 Requires:  xorg-app-rgb
 # for vncpasswd tool
@@ -120,8 +121,8 @@
 Ten pakiet zawiera X serwer VNC w wersji tightvnc.
 
 %package utils
-Summary:   Additional utilities for tightvnc
-Summary(pl.UTF-8): Dodatkowe narzędzia do tightvnc
+Summary:   Additional utilities for TigerVNC
+Summary(pl.UTF-8): Dodatkowe narzędzia do TigerVNC
 Group: X11/Applications/Networking
 Obsoletes: vnc-utils
 
@@ -195,6 +196,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2010/10/10 13:02:10  baggins
+- summary
+- TODO
+
 Revision 1.1  2010/10/10 12:59:14  baggins
 - very initial revision
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tigervnc/tigervnc.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: tigervnc/tigervnc.desktop (NEW) - desktop file for tigervnc client

2010-10-10 Thread baggins
Author: baggins  Date: Sun Oct 10 13:02:36 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- desktop file for tigervnc client

 Files affected:
packages/tigervnc:
   tigervnc.desktop (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/tigervnc/tigervnc.desktop
diff -u /dev/null packages/tigervnc/tigervnc.desktop:1.1
--- /dev/null   Sun Oct 10 15:02:36 2010
+++ packages/tigervnc/tigervnc.desktop  Sun Oct 10 15:02:29 2010
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=TigerVNC Viewer
+Name[fr]=Visionneur TigerVNC
+Comment=Connect to VNC server and display remote desktop
+Comment[fr]=Se connecter à un serveur VNC et afficher le bureau distant
+Exec=/usr/bin/vncviewer
+Icon=tigervnc
+Terminal=false
+Type=Application
+StartupWMClass=TigerVNC Viewer: Connection Details
+Categories=Network;RemoteAccess;

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


packages: gnome-mail-notification/gnome-mail-notification-gtkhtml.patch - u...

2010-10-10 Thread megabajt
Author: megabajt Date: Sun Oct 10 13:11:27 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- use gtkhtml-editor from gtkhtml-3.32.0

 Files affected:
packages/gnome-mail-notification:
   gnome-mail-notification-gtkhtml.patch (1.1 - 1.2) 

 Diffs:


Index: packages/gnome-mail-notification/gnome-mail-notification-gtkhtml.patch
diff -u 
packages/gnome-mail-notification/gnome-mail-notification-gtkhtml.patch:1.1 
packages/gnome-mail-notification/gnome-mail-notification-gtkhtml.patch:1.2
--- packages/gnome-mail-notification/gnome-mail-notification-gtkhtml.patch:1.1  
Thu Dec 31 19:18:53 2009
+++ packages/gnome-mail-notification/gnome-mail-notification-gtkhtml.patch  
Sun Oct 10 15:11:21 2010
@@ -6,7 +6,7 @@
  minversion = 2.12;
  
 -  packages = g_strdup_printf(evolution-plugin = %s, minversion);
-+  packages = g_strdup_printf(evolution-plugin = %s gtkhtml-editor, 
minversion);
++  packages = g_strdup_printf(evolution-plugin = %s gtkhtml-editor-3.14, 
minversion);
result = jb_check_packages(Evolution, evolution-plugin, packages);
g_free(packages);
  


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-mail-notification/gnome-mail-notification-gtkhtml.patch?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: gnome-mail-notification/gnome-mail-notification-build.patch - fix...

2010-10-10 Thread megabajt
Author: megabajt Date: Sun Oct 10 13:13:03 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- fixes build with Evolution 2.32.0

 Files affected:
packages/gnome-mail-notification:
   gnome-mail-notification-build.patch (1.1 - 1.2) 

 Diffs:


Index: packages/gnome-mail-notification/gnome-mail-notification-build.patch
diff -u 
packages/gnome-mail-notification/gnome-mail-notification-build.patch:1.1 
packages/gnome-mail-notification/gnome-mail-notification-build.patch:1.2
--- packages/gnome-mail-notification/gnome-mail-notification-build.patch:1.1
Sun May 30 16:52:53 2010
+++ packages/gnome-mail-notification/gnome-mail-notification-build.patch
Sun Oct 10 15:12:58 2010
@@ -1,29 +1,9 @@
 build/src/mn-evolution-server.c.orig   2008-09-30 15:30:07.756216978 
+0200
-+++ build/src/mn-evolution-server.c2008-09-30 15:30:49.950220711 +0200
-@@ -27,6 +27,7 @@
- #include stdio.h
- #include libintl.h
- #include gobject/gvaluecollector.h
-+#include libedataserver/eds-version.h
- #include camel/camel-folder.h
- #include mail/em-folder-view.h
- #include mail/em-format.h
-@@ -595,7 +596,12 @@
- 
-   for (i = 0; i  summary-len; i++)
- {
-+#if EDS_CHECK_VERSION(2,23,5)
-+  char *uid = summary-pdata[i];
-+  CamelMessageInfo *info = camel_folder_get_message_info(folder, uid);
-+#else
-   CamelMessageInfo *info = summary-pdata[i];
-+#endif
+diff -Nrbu mail-notification-5.4/build/src/mn-evolution-folder-tree-server.c 
mail-notification-5.4-OK/build/src/mn-evolution-folder-tree-server.c
+--- mail-notification-5.4/build/src/mn-evolution-folder-tree-server.c  
2008-05-22 19:47:48.0 +0400
 mail-notification-5.4-OK/build/src/mn-evolution-folder-tree-server.c   
2010-09-17 17:45:05.0 +0400
+@@ -25,7 +25,10 @@
+ #line 24 src/mn-evolution-folder-tree-server.gob
  
-   if ((camel_message_info_flags(info)  CAMEL_MESSAGE_SEEN) == 0)
- g_ptr_array_add(*ret, 
self_camel_message_info_to_dbus_struct(info));
 build/src/mn-evolution-folder-tree-server.c.evolution  2010-02-01 
10:00:12.128683776 -0500
-+++ build/src/mn-evolution-folder-tree-server.c2010-02-01 
10:02:32.809697243 -0500
-@@ -26,5 +26,8 @@
  #include dbus/dbus.h
 +#include libedataserver/eds-version.h
 +#if !EDS_CHECK_VERSION(2,29,0)
@@ -32,23 +12,29 @@
  #include mail/em-folder-tree.h
  #include mn-evolution-plugin.h
  #include mn-evolution.h
-@@ -396,7 +399,11 @@ mn_evolution_folder_tree_server_construc
+@@ -441,10 +444,14 @@
+ {
+ #line 61 src/mn-evolution-folder-tree-server.gob

 +#if EDS_CHECK_VERSION(2,29,0)
 +selfp-tree = em_folder_tree_new();
 +#else
  EMFolderTreeModel *model;
-
+ 
  model = mail_component_peek_tree_model(mail_component_peek());
  selfp-tree = em_folder_tree_new_with_model(model);
 +#endif
  
  selfp-plug = gtk_plug_new((GdkNativeWindow) selfp-id);
 build/src/mn-evolution-server.c.evolution  2010-02-01 10:06:36.484698060 
-0500
-+++ build/src/mn-evolution-server.c2010-02-01 10:09:01.946682081 -0500
-@@ -28,9 +28,14 @@
+ gtk_container_add(GTK_CONTAINER(selfp-plug), selfp-tree);
+diff -Nrbu mail-notification-5.4/build/src/mn-evolution-server.c 
mail-notification-5.4-OK/build/src/mn-evolution-server.c
+--- mail-notification-5.4/build/src/mn-evolution-server.c  2008-05-22 
19:47:48.0 +0400
 mail-notification-5.4-OK/build/src/mn-evolution-server.c   2010-09-17 
17:45:32.0 +0400
+@@ -27,10 +27,16 @@
+ #include stdio.h
+ #include libintl.h
  #include gobject/gvaluecollector.h
- #include libedataserver/eds-version.h
++#include libedataserver/eds-version.h
  #include camel/camel-folder.h
 +#if EDS_CHECK_VERSION(2,29,0)
 +#include shell/e-shell.h
@@ -61,7 +47,88 @@
  #include mail/em-utils.h
  #include mail/mail-session.h
  #include mail/mail-tools.h
-@@ -568,6 +573,19 @@ mn_evolution_server_open_message (MNEvol
+@@ -391,10 +397,18 @@
+ info = g_new0(FolderInfo, 1);
+ info-uri = g_strdup(uri);
+ info-folder = folder;
++#if EDS_CHECK_VERSION(2,31,0)
++g_object_ref(folder);
++#else
+ camel_object_ref(folder);
++#endif
+ 
+ /* uncache the folder when it is deleted */
++#if EDS_CHECK_VERSION(2,31,0)
++g_signal_connect(folder, deleted, G_CALLBACK(self_folder_deleted_cb), 
info);
++#else
+ camel_object_hook_event(folder, deleted, self_folder_deleted_cb, info);
++#endif
+ 
+ g_hash_table_replace(folders, info-uri, info);
+   }}
+@@ -413,8 +427,13 @@
+ {
+ #line 105 src/mn-evolution-server.gob
+   
++#if EDS_CHECK_VERSION(2,31,0)
++g_signal_handlers_disconnect_by_func(info-folder, 
self_folder_deleted_cb, info);
++g_object_unref(info-folder);
++#else
+ camel_object_unhook_event(info-folder, deleted, 
self_folder_deleted_cb, info);
+ camel_object_unref(info-folder);
++#endif
+ g_free(info-uri);
+ g_free(info);
+   }}

packages: gnome-mail-notification/gnome-mail-notification.spec - updated -b...

2010-10-10 Thread megabajt
Author: megabajt Date: Sun Oct 10 13:14:30 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- updated -build.patch and -gtkhtml.patch
- release 7

 Files affected:
packages/gnome-mail-notification:
   gnome-mail-notification.spec (1.53 - 1.54) 

 Diffs:


Index: packages/gnome-mail-notification/gnome-mail-notification.spec
diff -u packages/gnome-mail-notification/gnome-mail-notification.spec:1.53 
packages/gnome-mail-notification/gnome-mail-notification.spec:1.54
--- packages/gnome-mail-notification/gnome-mail-notification.spec:1.53  Sun May 
30 16:53:16 2010
+++ packages/gnome-mail-notification/gnome-mail-notification.spec   Sun Oct 
10 15:14:25 2010
@@ -1,11 +1,11 @@
 # $Revision$, $Date$
-%defineevo_ver 2.30
+%defineevo_ver 2.32
 %definername mail-notification
 Summary:   GNOME notification area mail monitor
 Summary(pl.UTF-8): Monitor poczty widoczny w obszarze powiadamiania GNOME
 Name:  gnome-mail-notification
 Version:   5.4
-Release:   6
+Release:   7
 License:   GPL v3
 Group: X11/Applications
 Source0:   
http://savannah.nongnu.org/download/mailnotify/%{rname}-%{version}.tar.bz2
@@ -17,7 +17,7 @@
 BuildRequires: autoconf = 2.59
 BuildRequires: automake
 BuildRequires: cyrus-sasl-devel = 2.0
-BuildRequires: evolution-devel = 2.22.0
+BuildRequires: evolution-devel = 2.32.0
 BuildRequires: gettext-devel
 BuildRequires: gmime-devel = 2.1.19
 BuildRequires: gmime22-devel
@@ -63,7 +63,7 @@
 Summary(pl.UTF-8): Wtyczka Mail Notification dla Evolution
 Group: X11/Applications
 Requires:  %{name} = %{version}-%{release}
-Requires:  evolution = 2.22.0
+Requires:  evolution = 2.32.0
 
 %description -n evolution-plugin-mail-notification
 Evolution mailbox support for Mail Notification.
@@ -74,7 +74,7 @@
 %prep
 %setup -q -n %{rname}-%{version}
 %patch0 -p1
-%patch1 -p0
+%patch1 -p1
 
 %build
 ./jb configure \
@@ -128,6 +128,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.54  2010/10/10 13:14:25  megabajt
+- updated -build.patch and -gtkhtml.patch
+- release 7
+
 Revision 1.53  2010/05/30 14:53:16  hawk
 - build fix for evolution 2.30.x
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-mail-notification/gnome-mail-notification.spec?r1=1.53r2=1.54f=u

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


packages: xorg-xserver-server/xorg-xserver-server.spec - rel 3 - leave file...

2010-10-10 Thread baggins
Author: baggins  Date: Sun Oct 10 13:17:26 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 3
- leave file modes untouched in -source package

 Files affected:
packages/xorg-xserver-server:
   xorg-xserver-server.spec (1.253 - 1.254) 

 Diffs:


Index: packages/xorg-xserver-server/xorg-xserver-server.spec
diff -u packages/xorg-xserver-server/xorg-xserver-server.spec:1.253 
packages/xorg-xserver-server/xorg-xserver-server.spec:1.254
--- packages/xorg-xserver-server/xorg-xserver-server.spec:1.253 Sun Oct 10 
13:28:03 2010
+++ packages/xorg-xserver-server/xorg-xserver-server.spec   Sun Oct 10 
15:17:21 2010
@@ -16,7 +16,7 @@
 %definexorg_xserver_server_videodrv_abi8.0
 %definexorg_xserver_server_xinput_abi  11.0
 
-%definerel 2
+%definerel 3
 Summary:   X.org server
 Summary(pl.UTF-8): Serwer X.org
 Name:  xorg-xserver-server
@@ -592,7 +592,7 @@
 %{_pkgconfigdir}/xorg-server.pc
 
 %files source
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %{_usrsrc}/%{name}-%{version}
 
 %files -n xorg-xserver-libdri
@@ -614,6 +614,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.254  2010/10/10 13:17:21  baggins
+- rel 3
+- leave file modes untouched in -source package
+
 Revision 1.253  2010/10/10 11:28:03  baggins
 - rel 2
 - added -source package needed to properly build all tigervnc features


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-xserver-server/xorg-xserver-server.spec?r1=1.253r2=1.254f=u

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


packages: libopenraw/libopenraw-loaders-location.patch (NEW) - install gdk ...

2010-10-10 Thread megabajt
Author: megabajt Date: Sun Oct 10 13:42:24 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- install gdk loaders to the proper location

 Files affected:
packages/libopenraw:
   libopenraw-loaders-location.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/libopenraw/libopenraw-loaders-location.patch
diff -u /dev/null packages/libopenraw/libopenraw-loaders-location.patch:1.1
--- /dev/null   Sun Oct 10 15:42:24 2010
+++ packages/libopenraw/libopenraw-loaders-location.patch   Sun Oct 10 
15:42:18 2010
@@ -0,0 +1,61 @@
+From 252cd9b20d7857091c0529955998b86d7a90e6c5 Mon Sep 17 00:00:00 2001
+From: Hubert Figuiere h...@figuiere.net
+Date: Thu, 22 Jul 2010 07:04:54 +
+Subject: Install the GdkPixbuf in the right place. (Closes #29208) (Vincent 
Untz)
+
+---
+diff --git a/configure.in b/configure.in
+index 1d44b9c..c16a20c 100644
+--- a/configure.in
 b/configure.in
+@@ -137,8 +137,7 @@ if test x$enable_gnome = xyes ; then
+if test x$HAVE_LIBGLIB = xyes ; then
+   PKG_CHECK_MODULES(LIBGDKPIXBUF, gdk-pixbuf-2.0 = 
$LIBGDKPIXBUF_REQUIRED,
+  [AC_DEFINE(HAVE_LIBGDKPIXBUF, 1, [Define to 1 to enable 
libgdkpixbuf support])
+-GTK_VERSION=`$PKG_CONFIG --variable=gtk_binary_version 
gtk+-2.0`
+-GDK_PIXBUF_DIR=gtk-2.0/$GTK_VERSION/loaders
++GDK_PIXBUF_DIR=`$PKG_CONFIG 
--variable=gdk_pixbuf_moduledir gdk-pixbuf-2.0`
+ AC_SUBST(GDK_PIXBUF_DIR)
+ HAVE_LIBGDKPIXBUF=yes],
+  [HAVE_LIBGDKPIXBUF=no])
+diff --git a/gnome/Makefile.am b/gnome/Makefile.am
+index ecfe27d..2c0bca5 100644
+--- a/gnome/Makefile.am
 b/gnome/Makefile.am
+@@ -16,7 +16,7 @@ pkgconfig_DATA = $(PKG_CONFIG_FILES)
+ 
+ lib_LTLIBRARIES = $(GNOME_TARGETS)
+ 
+-loaderdir = $(libdir)/$(GDK_PIXBUF_DIR)
++loaderdir = $(GDK_PIXBUF_DIR)
+ loader_LTLIBRARIES = $(GDK_PIXBUF_PLUGIN)
+ 
+ libopenrawgnome_la_LDFLAGS = \
+--
+cgit v0.8.3-6-g21f6
+From d4061df829ede099e9e5093e9d33f30c4a9f7783 Mon Sep 17 00:00:00 2001
+From: Hubert Figuiere h...@figuiere.net
+Date: Sun, 05 Sep 2010 02:25:39 +
+Subject: Fix detection of the module dir for GdkPixbuf. (Closes: #30013)
+
+This is a regression caused by a previous commit.
+---
+diff --git a/configure.in b/configure.in
+index c16a20c..a9a1a80 100644
+--- a/configure.in
 b/configure.in
+@@ -138,6 +138,12 @@ if test x$enable_gnome = xyes ; then
+   PKG_CHECK_MODULES(LIBGDKPIXBUF, gdk-pixbuf-2.0 = 
$LIBGDKPIXBUF_REQUIRED,
+  [AC_DEFINE(HAVE_LIBGDKPIXBUF, 1, [Define to 1 to enable 
libgdkpixbuf support])
+ GDK_PIXBUF_DIR=`$PKG_CONFIG 
--variable=gdk_pixbuf_moduledir gdk-pixbuf-2.0`
++  dnl This is because the variable is only defined on 
recent gdk-pixbuf. 
++  dnl Revert to the old method otherwise. 
(https://bugs.freedesktop.org/show_bug.cgi?id=30013)
++  if test -z $GDK_PIXBUF_DIR ; then
++  GTK_VERSION=`$PKG_CONFIG 
--variable=gtk_binary_version gtk+-2.0`
++  
GDK_PIXBUF_DIR=$libdir/gtk-2.0/$GTK_VERSION/loaders
++  fi
+ AC_SUBST(GDK_PIXBUF_DIR)
+ HAVE_LIBGDKPIXBUF=yes],
+  [HAVE_LIBGDKPIXBUF=no])
+--
+cgit v0.8.3-6-g21f6

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


packages: libopenraw/libopenraw.spec - added -loaders-location.patch - rele...

2010-10-10 Thread megabajt
Author: megabajt Date: Sun Oct 10 13:43:21 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- added -loaders-location.patch
- release 4

 Files affected:
packages/libopenraw:
   libopenraw.spec (1.16 - 1.17) 

 Diffs:


Index: packages/libopenraw/libopenraw.spec
diff -u packages/libopenraw/libopenraw.spec:1.16 
packages/libopenraw/libopenraw.spec:1.17
--- packages/libopenraw/libopenraw.spec:1.16Thu Jan 28 18:01:41 2010
+++ packages/libopenraw/libopenraw.spec Sun Oct 10 15:43:16 2010
@@ -3,26 +3,27 @@
 Summary(pl.UTF-8): Biblioteka dekodująca obrazy w formacie RAW
 Name:  libopenraw
 Version:   0.0.8
-Release:   3
+Release:   4
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   
http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz
 # Source0-md5: fc26f146586a4b601326130bce6ffd88
+Patch0:%{name}-loaders-location.patch
 URL:   http://libopenraw.freedesktop.org/
+BuildRequires: autoconf = 2.50
+BuildRequires: automake
 BuildRequires: boost-devel = 1.35.0
 BuildRequires: gtk+2-devel = 1:2.0.0
 BuildRequires: libjpeg-devel
 BuildRequires: libxml2-devel = 1:2.5.0
 BuildRequires: pkgconfig
-Requires(post,postun): gtk+2
+Requires(post,postun): gdk-pixbuf2
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %if %{_lib} != lib
 %definelibext  %(lib=%{_lib}; echo ${lib#lib})
-%definegtketcdir   /etc/gtk%{libext}-2.0
 %definepqext   -%{libext}
 %else
-%definegtketcdir   /etc/gtk-2.0
 %definepqext   %{nil}
 %endif
 
@@ -108,18 +109,23 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
-%{__make}
+%{__make} V=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} V=1 install \
DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/loaders/*.{a,la}
+%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/gdk-pixbuf-2.0/*/loaders/*.{a,la}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -127,13 +133,13 @@
 %post
 /sbin/ldconfig
 umask 022
-%{_bindir}/gdk-pixbuf-query-loaders%{pqext}  %{gtketcdir}/gdk-pixbuf.loaders
+%{_bindir}/gdk-pixbuf-query-loaders%{pqext} --update-cache
 
 %postun
 /sbin/ldconfig
 umask 022
 if [ -x %{_bindir}/gdk-pixbuf-query-loaders%{pqext} ]; then
-   %{_bindir}/gdk-pixbuf-query-loaders%{pqext}  
%{gtketcdir}/gdk-pixbuf.loaders
+   %{_bindir}/gdk-pixbuf-query-loaders%{pqext} --update-cache
 fi
 
 %post  gnome -p /sbin/ldconfig
@@ -144,7 +150,7 @@
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_libdir}/libopenraw.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libopenraw.so.1
-%attr(755,root,root) %{_libdir}/gtk-2.0/*/loaders/libopenraw_pixbuf.so
+%attr(755,root,root) %{_libdir}/gdk-pixbuf-2.0/*/loaders/libopenraw_pixbuf.so
 
 %files devel
 %defattr(644,root,root,755)
@@ -180,6 +186,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.17  2010/10/10 13:43:16  megabajt
+- added -loaders-location.patch
+- release 4
+
 Revision 1.16  2010/01/28 17:01:41  megabajt
 - release 3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libopenraw/libopenraw.spec?r1=1.16r2=1.17f=u

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


packages: NetworkManager-applet/NetworkManager-applet-build.patch (NEW) - f...

2010-10-10 Thread megabajt
Author: megabajt Date: Sun Oct 10 14:58:52 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- fixes build with GTK 2.22.0

 Files affected:
packages/NetworkManager-applet:
   NetworkManager-applet-build.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/NetworkManager-applet/NetworkManager-applet-build.patch
diff -u /dev/null 
packages/NetworkManager-applet/NetworkManager-applet-build.patch:1.1
--- /dev/null   Sun Oct 10 16:58:52 2010
+++ packages/NetworkManager-applet/NetworkManager-applet-build.patchSun Oct 
10 16:58:47 2010
@@ -0,0 +1,371 @@
+From a55917cad258da5688d23db6fedfc2e24afdc819 Mon Sep 17 00:00:00 2001
+From: Mirsal Ennaime mirsal.enna...@gmail.com
+Date: Mon, 02 Aug 2010 22:28:06 +
+Subject: applet: fix compilation with -DGSEAL_ENABLE (bgo #615653)
+
+This patch substitutes all direct access to Gtk+ object fields
+with accessor functions in order to fulfill the UseGseal goal
+as described at http://live.gnome.org/GnomeGoals/UseGseal
+
+(GTK 2.14+ compat fixes by dcbw)
+---
+diff --git a/src/applet.c b/src/applet.c
+index 2734045..6cb4e8c 100644
+--- a/src/applet.c
 b/src/applet.c
+@@ -482,6 +482,7 @@ applet_new_menu_item_helper (NMConnection *connection,
+ static gboolean
+ menu_title_item_expose (GtkWidget *widget, GdkEventExpose *event)
+ {
++  GtkAllocation allocation;
+   GtkStyle *style;
+   GtkWidget *label;
+   PangoFontDescription *desc;
+@@ -509,6 +510,11 @@ menu_title_item_expose (GtkWidget *widget, GdkEventExpose 
*event)
+   /* We also need to reposition the cairo context so that (0, 0) is the
+* top-left of where we're supposed to start drawing.
+*/
++#if GTK_CHECK_VERSION(2,18,0)
++  gtk_widget_get_allocation (widget, allocation);
++#else
++  allocation = widget-allocation;
++#endif
+   cairo_translate (cr, widget-allocation.x, widget-allocation.y);
+ 
+   text = gtk_label_get_text (GTK_LABEL (label));
+diff --git a/src/utils/nma-bling-spinner.c b/src/utils/nma-bling-spinner.c
+index 5522046..0587727 100644
+--- a/src/utils/nma-bling-spinner.c
 b/src/utils/nma-bling-spinner.c
+@@ -67,30 +67,30 @@ static GtkDrawingAreaClass *parent_class;
+ static void
+ draw (GtkWidget *widget, cairo_t *cr)
+ {
++  NmaBlingSpinnerPrivate *priv;
++  GtkAllocation allocation;
+   double x, y;
+   double radius;
+   double half;
+   int i;
+-  int width, height;
+-
+-  NmaBlingSpinnerPrivate *priv;
+ 
+   priv = NMA_BLING_SPINNER_GET_PRIVATE (widget);
+ 
+   cairo_set_operator (cr, CAIRO_OPERATOR_OVER);
+ 
+-  width = widget-allocation.width;
+-  height = widget-allocation.height;
+-
+-  if ( (width  12) || (height 12) )
++#if GTK_CHECK_VERSION(2,18,0)
++  gtk_widget_get_allocation (widget, allocation);
++#else
++  allocation = widget-allocation;
++#endif
++  if ((allocation.width  12) || (allocation.height  12))
+   gtk_widget_set_size_request(widget, 12, 12);
+ 
+-  //x = widget-allocation.x + widget-allocation.width / 2;
+-  //y = widget-allocation.y + widget-allocation.height / 2;
+-  x = widget-allocation.width / 2;
+-  y = widget-allocation.height / 2;
+-  radius = MIN (widget-allocation.width  / 2,
+-widget-allocation.height / 2);
++  //x = allocation.x + allocation.width / 2;
++  //y = allocation.y + allocation.height / 2;
++  x = allocation.width / 2;
++  y = allocation.height / 2;
++  radius = MIN (allocation.width / 2, allocation.height / 2);
+   half = priv-lines / 2;
+ 
+   /*FIXME: render in BW for non transparency */
+@@ -154,7 +154,11 @@ nma_bling_spinner_init (NmaBlingSpinner *spinner)
+   priv-current = 0;
+   priv-timeout = 0;
+ 
++#if GTK_CHECK_VERSION(2,18,0)
++  gtk_widget_set_has_window (GTK_WIDGET (spinner), FALSE);
++#else
+   GTK_WIDGET_SET_FLAGS (GTK_WIDGET (spinner), GTK_NO_WINDOW);
++#endif
+ }
+ 
+ static gboolean
+--
+cgit v0.8.3.1
+From 7143a4c40d05c857e2c8e817e0e2f768936bf66c Mon Sep 17 00:00:00 2001
+From: Vincent Untz vu...@gnome.org
+Date: Mon, 09 Aug 2010 15:34:11 +
+Subject: build: fix compilation with glib = 2.25.12 (bgo #626424)
+
+Work around API breakage in glib.
+---
+diff --git a/src/utils/tests/test-utils.c b/src/utils/tests/test-utils.c
+index 7eb1ffa..83b8ffe 100644
+--- a/src/utils/tests/test-utils.c
 b/src/utils/tests/test-utils.c
+@@ -413,7 +413,11 @@ test_ap_hash_foobar_asdf11_adhoc_wpa_rsn (void *f, 
TestData *d)
+   g_assert (strcmp (d-foobar_adhoc_wpa_rsn, d-asdf11_adhoc_wpa_rsn));
+ }
+ 
++#if GLIB_CHECK_VERSION(2,25,12)
++typedef GTestFixtureFunc TCFunc;
++#else
+ typedef void (*TCFunc)(void);
++#endif
+ 
+ #define TESTCASE(t, d) g_test_create_case (#t, 0, d, NULL, (TCFunc) t, NULL)
+ 
+--
+cgit v0.8.3.1
+From f7d629b6bd1ddcddcc449db83a999e3e65084fd2 Mon Sep 17 00:00:00 2001

packages: NetworkManager-applet/NetworkManager-applet.spec - added -build.p...

2010-10-10 Thread megabajt
Author: megabajt Date: Sun Oct 10 14:59:41 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- added -build.patch
- release 3

 Files affected:
packages/NetworkManager-applet:
   NetworkManager-applet.spec (1.24 - 1.25) 

 Diffs:


Index: packages/NetworkManager-applet/NetworkManager-applet.spec
diff -u packages/NetworkManager-applet/NetworkManager-applet.spec:1.24 
packages/NetworkManager-applet/NetworkManager-applet.spec:1.25
--- packages/NetworkManager-applet/NetworkManager-applet.spec:1.24  Sun Oct 
 3 16:48:03 2010
+++ packages/NetworkManager-applet/NetworkManager-applet.spec   Sun Oct 10 
16:59:36 2010
@@ -4,11 +4,12 @@
 Summary(pl.UTF-8): Zarządca sieci dla GNOME
 Name:  NetworkManager-applet
 Version:   0.8.1
-Release:   2
+Release:   3
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/network-manager-applet/0.8/network-manager-applet-%{version}.tar.bz2
 # Source0-md5: b709808c1a5cfe8236061b5da4907313
+Patch0:%{name}-build.patch
 URL:   http://projects.gnome.org/NetworkManager/
 BuildRequires: GConf2-devel = 2.20.0
 BuildRequires: NetworkManager-devel = %{nmversion}
@@ -62,6 +63,7 @@
 
 %prep
 %setup -q -n network-manager-applet-%{version}
+%patch0 -p1
 
 %build
 %{__intltoolize}
@@ -121,6 +123,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.25  2010/10/10 14:59:36  megabajt
+- added -build.patch
+- release 3
+
 Revision 1.24  2010/10/03 14:48:03  megabajt
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/NetworkManager-applet/NetworkManager-applet.spec?r1=1.24r2=1.25f=u

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


packages: libopensync-plugin-evolution/libopensync-plugin-evolution.spec - ...

2010-10-10 Thread megabajt
Author: megabajt Date: Sun Oct 10 15:38:16 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/libopensync-plugin-evolution:
   libopensync-plugin-evolution.spec (1.15 - 1.16) 

 Diffs:


Index: packages/libopensync-plugin-evolution/libopensync-plugin-evolution.spec
diff -u 
packages/libopensync-plugin-evolution/libopensync-plugin-evolution.spec:1.15 
packages/libopensync-plugin-evolution/libopensync-plugin-evolution.spec:1.16
--- 
packages/libopensync-plugin-evolution/libopensync-plugin-evolution.spec:1.15
Thu Aug 19 11:22:32 2010
+++ packages/libopensync-plugin-evolution/libopensync-plugin-evolution.spec 
Sun Oct 10 17:38:11 2010
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8): Wtyczka Evolution do OpenSync
 Name:  libopensync-plugin-evolution
 Version:   0.39
-Release:   1
+Release:   2
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   
http://www.opensync.org/download/releases/%{version}/%{name}2-%{version}.tar.bz2
@@ -73,6 +73,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.16  2010/10/10 15:38:11  megabajt
+- release 2
+
 Revision 1.15  2010/08/19 09:22:32  glen
 - 0.39, last unstable ver before stable
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libopensync-plugin-evolution/libopensync-plugin-evolution.spec?r1=1.15r2=1.16f=u

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


packages: java-sun/java-sun.spec - desc fixes

2010-10-10 Thread qboosh
Author: qboosh   Date: Sun Oct 10 15:46:15 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- desc fixes

 Files affected:
packages/java-sun:
   java-sun.spec (1.273 - 1.274) 

 Diffs:


Index: packages/java-sun/java-sun.spec
diff -u packages/java-sun/java-sun.spec:1.273 
packages/java-sun/java-sun.spec:1.274
--- packages/java-sun/java-sun.spec:1.273   Thu Sep  2 18:48:16 2010
+++ packages/java-sun/java-sun.spec Sun Oct 10 17:46:09 2010
@@ -73,15 +73,15 @@
 %define_enable_debug_packages 0
 
 %description
-This package symlinks Java SUN development tools provided by
+This package symlinks Sun Java development tools provided by
 java-sun-jdk-base to system-wide directories like /usr/bin, making
-Java SUN default JDK.
+Sun Java the default JDK.
 
 %description -l pl.UTF-8
 Ten pakiet tworzy symboliczne dowiązania do narzędzi programistycznych
-uruchomieniowego Java SUN, dostarczanych przez pakiet
+uruchomieniowego Javy firmy Sun, dostarczanych przez pakiet
 java-sun-jdk-base, w standardowych systemowych ścieżkach takich jak
-/usr/bin, sprawiając tym samym, że Java SUN staje się domyślnym JDK w
+/usr/bin, sprawiając tym samym, że Sun Java staje się domyślnym JDK w
 systemie.
 
 %package appletviewer
@@ -91,7 +91,7 @@
 Requires:  %{name}-jdk-base = %{version}-%{release}
 
 %description appletviewer
-This package applet viewer for Sun Java.
+This package contains applet viewer for Sun Java.
 
 %description appletviewer -l pl.UTF-8
 Ten pakiet zawiera przeglądarkę appletów dla Javy Suna.
@@ -167,17 +167,16 @@
 Obsoletes: java-blackdown-jre
 Obsoletes: jre
 
-
 %description jre
-This package symlinks Java SUN runtime environment tools provided by
+This package symlinks Sun Java runtime environment tools provided by
 java-sun-jre-base to system-wide directories like /usr/bin, making
-Java SUN default JRE.
+Sun Java the default JRE.
 
 %description jre -l pl.UTF-8
 Ten pakiet tworzy symboliczne dowiązania do narzędzi środowiska
-uruchomieniowego Java SUN, dostarczanych przez pakiet
+uruchomieniowego Javy firmy Sun, dostarczanych przez pakiet
 java-sun-jre-base, w standardowych systemowych ścieżkach takich jak
-/usr/bin, sprawiając tym samym, że Java SUN staje się domyślnym JRE w
+/usr/bin, sprawiając tym samym, że Sun Java staje się domyślnym JRE w
 systemie.
 
 %package jre-base
@@ -206,22 +205,15 @@
 Provides:  jre-X11 = %{version}
 
 %description jre-X11
-This package symlinks Java SUN X11 libraries provided by
+This package symlinks Sun Java X11 libraries provided by
 java-sun-jre-base-X11 to system-wide directories like /usr/bin, making
-Java SUN default JRE-X11.
+Sun Java the default JRE-X11.
 
 %description jre-X11 -l pl.UTF-8
-Ten pakiet tworzy symboliczne dowiązania do narzędzi X11 Java SUN,
-dostarczanych przez pakiet java-sun-jre-base-X11, w standardowych
+Ten pakiet tworzy symboliczne dowiązania do narzędzi X11 Javy firmy
+Sun, dostarczanych przez pakiet java-sun-jre-base-X11, w standardowych
 systemowych ścieżkach takich jak /usr/bin, sprawiając tym samym, że
-Java SUN staje się domyślnym JRE-X11 w systemie.
-
-%description jre-X11
-X11-related part of Java Runtime Environment for Linux.
-
-%description jre-X11 -l pl.UTF-8
-Środowisko uruchomieniowe Javy dla Linuksa, część związana ze
-środowiskiem graficznym X11.
+Sun Java staje się domyślnym JRE-X11 w systemie.
 
 %package jre-base-X11
 Summary:   Sun JRE (Java Runtime Environment) for Linux, X11 related parts
@@ -367,7 +359,7 @@
 
 %description -n browser-plugin-%{name}-ng -l pl.UTF-8
 Wtyczka Nowej Generacji z obsługą Javy dla przeglądarek WWW. Działa
-tylko z Firefoxem/Iceweaselem 3.x.
+tylko z Firefoksem/Iceweaselem 3.x.
 
 %package sources
 Summary:   JRE standard library sources
@@ -1017,6 +1009,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.274  2010/10/10 15:46:09  qboosh
+- desc fixes
+
 Revision 1.273  2010/09/02 16:48:16  glen
 - note how to check duplicates, until _duplicate_files_terminate_build exists
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/java-sun/java-sun.spec?r1=1.273r2=1.274f=u

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


packages: tigervnc/tigervnc.spec - build Xvnc from xorg-xserver-server-sour...

2010-10-10 Thread baggins
Author: baggins  Date: Sun Oct 10 16:23:41 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- build Xvnc from xorg-xserver-server-source
- added libvnc extension package

 Files affected:
packages/tigervnc:
   tigervnc.spec (1.2 - 1.3) 

 Diffs:


Index: packages/tigervnc/tigervnc.spec
diff -u packages/tigervnc/tigervnc.spec:1.2 packages/tigervnc/tigervnc.spec:1.3
--- packages/tigervnc/tigervnc.spec:1.2 Sun Oct 10 15:02:10 2010
+++ packages/tigervnc/tigervnc.spec Sun Oct 10 18:23:36 2010
@@ -3,7 +3,8 @@
 # - tigervnc.init
 # - descriptions!
 
-%definesnapr4159
+%definesnapr4159
+%definexversion1.9.0.901
 
 Summary:   A TigerVNC remote display system
 Summary(pl.UTF-8): System zdalnego dostępu TigerVNC
@@ -20,7 +21,7 @@
 BuildRequires: cpp
 BuildRequires: libjpeg-devel
 BuildRequires: zlib-devel
-BuildRequires: xorg-xserver-server-source = 1.9
+BuildRequires: xorg-xserver-server-source = %{xversion}
 # xserver BRs, should match xorg-xserver-server.spec
 BuildRequires: Mesa-libGL-devel = 7.8.1
 # for glx headers
@@ -138,10 +139,25 @@
 vncviewerem. vncpasswd służy to tworzenia pliku z hasłem (zarówno po
 stronie serwera, jak i przeglądarki).
 
+%package -n xorg-xserver-libvnc
+Summary:   TigerVNC module for X.org server
+Group: X11/Servers
+Requires:  xorg-xserver-server = %{xversion}
+Provides:  xorg-xserver-module(vnc)
+
+%description -n xorg-xserver-libvnc
+This package contains libvnc.so module for X.org server,
+allowing others to access the desktop on your machine.
+
 %prep
 %setup -q -n %{name}
 %{__sed} -i -e 's|^po/Makefile.in||' configure.ac
 
+cp -a %{_usrsrc}/xorg-xserver-server-%{xversion}/* unix/xserver
+cd unix/xserver
+patch -p1 ../xserver19.patch
+#%patch11 -p1
+
 %build
 %{__gettextize}
 %{__libtoolize}
@@ -155,14 +171,56 @@
 
 %{__make}
 
+cd unix/xserver
+%{__automake}
+%{__autoconf}
+%configure \
+   --disable-xorg \
+   --disable-xnest \
+   --disable-xvfb \
+   --disable-dmx \
+   --disable-xwin \
+   --disable-xephyr \
+   --disable-kdrive \
+   --with-pic \
+   --disable-static \
+   --disable-xinerama \
+   --disable-composite \
+   
--with-default-font-path=catalogue:%{_sysconfdir}/X11/fontpath.d,built-ins \
+   --with-fontdir=%{_datadir}/X11/fonts \
+   --with-xkb-output=%{_localstatedir}/lib/xkb \
+   --enable-install-libxf86config \
+   --disable-dri2 \
+   --enable-glx \
+   --disable-config-dbus \
+   --disable-config-hal \
+   --disable-config-udev \
+   --with-dri-driver-path=%{_libdir}/dri \
+   --without-xmlto \
+   --without-fop \
+   --without-doxygen \
+   --disable-devel-docs \
+   --disable-builddocs
+
+%{__make}
+cd -
+
+# Build icons
+cd media
+%{__make}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_sysconfdir}}
 
-cd unix
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+cd unix/xserver/hw/vnc
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+cd -
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -177,25 +235,33 @@
 %files server
 %defattr(644,root,root,755)
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/tightvncserver.conf
+%attr(755,root,root) %{_bindir}/Xvnc
 %attr(755,root,root) %{_bindir}/x0vncserver
 %attr(755,root,root) %{_bindir}/vncserver
 %{_datadir}/vnc
+%{_mandir}/man1/Xvnc.1*
 %{_mandir}/man1/x0vncserver.1*
 %{_mandir}/man1/vncserver.1*
 
 %files utils
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/vncconnect
 %attr(755,root,root) %{_bindir}/vncpasswd
-%{_mandir}/man1/vncconnect.1*
 %{_mandir}/man1/vncpasswd.1*
 
+%files -n xorg-xserver-libvnc
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/xorg/modules/extensions/libvnc.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.3  2010/10/10 16:23:36  baggins
+- build Xvnc from xorg-xserver-server-source
+- added libvnc extension package
+
 Revision 1.2  2010/10/10 13:02:10  baggins
 - summary
 - TODO


 CVS-web:

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

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


packages: git-core/git-core.spec - added Req: perl-Term-ReadKey for svn pac...

2010-10-10 Thread emes
Author: emes Date: Sun Oct 10 17:28:45 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- added Req: perl-Term-ReadKey for svn package (uses it when asking for repo 
passwd)

 Files affected:
packages/git-core:
   git-core.spec (1.215 - 1.216) 

 Diffs:


Index: packages/git-core/git-core.spec
diff -u packages/git-core/git-core.spec:1.215 
packages/git-core/git-core.spec:1.216
--- packages/git-core/git-core.spec:1.215   Thu Sep 30 11:12:46 2010
+++ packages/git-core/git-core.spec Sun Oct 10 19:28:39 2010
@@ -257,6 +257,7 @@
 Summary(pl.UTF-8): Obsługa Subversion dla Git
 Group: Development/Tools
 Requires:  %{name} = %{version}-%{release}
+Requires:  perl-Term-ReadKey
 
 %description svn
 Subversion support for Git.
@@ -665,6 +666,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.216  2010/10/10 17:28:39  emes
+- added Req: perl-Term-ReadKey for svn package (uses it when asking for repo 
passwd)
+
 Revision 1.215  2010/09/30 09:12:46  arekm
 - up to 1.7.3.1
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/git-core/git-core.spec?r1=1.215r2=1.216f=u

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


packages: certmaster/certmaster.spec - sync with fc spec

2010-10-10 Thread glen
Author: glen Date: Sun Oct 10 18:05:51 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- sync with fc spec

 Files affected:
packages/certmaster:
   certmaster.spec (1.2 - 1.3) 

 Diffs:


Index: packages/certmaster/certmaster.spec
diff -u packages/certmaster/certmaster.spec:1.2 
packages/certmaster/certmaster.spec:1.3
--- packages/certmaster/certmaster.spec:1.2 Mon Dec 21 14:17:04 2009
+++ packages/certmaster/certmaster.spec Sun Oct 10 20:05:44 2010
@@ -5,7 +5,7 @@
 Release:   0.1
 Source0:   
http://people.fedoraproject.org/~alikins/files/certmaster/%{name}-%{version}.tar.gz
 # Source0-md5: 83d6115f2cff4af18e150274602c71c1
-Source1:   certmaster.init
+Source1:   %{name}.init
 Patch0:%{name}-setup.patch
 License:   GPL v2+
 Group: Applications/System
@@ -36,11 +36,14 @@
--optimize=2 \
--root=$RPM_BUILD_ROOT
 
+%py_postclean
+
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/pki/%{name}/ca
 install -d 
$RPM_BUILD_ROOT/var/lib/certmaster/triggers/{sign,request,remove}/{pre,post}
-install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/certmaster
+install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/certmaster
 
-%py_postclean
+ln -s %{_bindir}/certmaster-sync 
$RPM_BUILD_ROOT/var/lib/certmaster/triggers/sign/post/certmaster-sync
+ln -s %{_bindir}/certmaster-sync 
$RPM_BUILD_ROOT/var/lib/certmaster/triggers/remove/post/certmaster-sync
 
 %clean
 rm -fr $RPM_BUILD_ROOT
@@ -64,32 +67,47 @@
 %attr(755,root,root) %{_bindir}/certmaster-ca
 %attr(754,root,root) /etc/rc.d/init.d/certmaster
 %dir %{_sysconfdir}/%{name}
-%dir %{_sysconfdir}/%{name}/minion-acl.d/
+%dir %{_sysconfdir}/%{name}/minion-acl.d
 %dir %{_sysconfdir}/pki/%{name}
-%dir %{_sysconfdir}/pki/%{name}/ca
-%config(noreplace) %{_sysconfdir}/certmaster/minion.conf
-%config(noreplace) %{_sysconfdir}/certmaster/certmaster.conf
-%config(noreplace) /etc/logrotate.d/certmaster_rotate
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/certmaster/minion.conf
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/certmaster/certmaster.conf
+%config(noreplace) %verify(not md5 mtime size) 
/etc/logrotate.d/certmaster_rotate
 %{_mandir}/man1/*.1*
 
 %{py_sitescriptdir}/certmaster/*.py[co]
-%{py_sitescriptdir}/*.egg-info
-
-%dir /var/log/certmaster
-%dir /var/lib/certmaster
+%if %{py_ver}  2.4
+%{py_sitescriptdir}/certmaster-*.egg-info
+%endif
+
+%attr(700,root,root) %dir /var/lib/certmaster
+%attr(700,root,root) %dir /var/lib/certmaster/certmaster
+%attr(700,root,root) %dir /var/lib/certmaster/certmaster/certs
+%attr(700,root,root) %dir /var/lib/certmaster/certmaster/csrs
+%dir /var/lib/certmaster/peers
+%dir /var/lib/certmaster/triggers/sign
 %dir /var/lib/certmaster/triggers/sign/pre
 %dir /var/lib/certmaster/triggers/sign/post
+%dir /var/lib/certmaster/triggers/request
 %dir /var/lib/certmaster/triggers/request/pre
 %dir /var/lib/certmaster/triggers/request/post
+%dir /var/lib/certmaster/triggers/remove
 %dir /var/lib/certmaster/triggers/remove/pre
 %dir /var/lib/certmaster/triggers/remove/post
 
+%attr(755,root,root) /var/lib/certmaster/triggers/remove/post/certmaster-sync
+%attr(755,root,root) /var/lib/certmaster/triggers/sign/post/certmaster-sync
+
+%dir /var/log/certmaster
+
 %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.3  2010/10/10 18:05:44  glen
+- sync with fc spec
+
 Revision 1.2  2009/12/21 13:17:04  matik
 - upped to 0.25
 


 CVS-web:

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

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


packages: certmaster/certmaster.init - update

2010-10-10 Thread glen
Author: glen Date: Sun Oct 10 18:08:32 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- update

 Files affected:
packages/certmaster:
   certmaster.init (1.3 - 1.4) 

 Diffs:


Index: packages/certmaster/certmaster.init
diff -u packages/certmaster/certmaster.init:1.3 
packages/certmaster/certmaster.init:1.4
--- packages/certmaster/certmaster.init:1.3 Fri May 23 21:17:12 2008
+++ packages/certmaster/certmaster.init Sun Oct 10 20:08:27 2010
@@ -20,7 +20,7 @@
 # Check that networking is up.
 if is_yes ${NETWORKING}; then
if [ ! -f /var/lock/subsys/network -a $1 != stop -a $1 != status ]; 
then
-   msg_network_down certmaster
+   msg_network_down Certmaster
exit 1
fi
 else
@@ -29,37 +29,38 @@
 
 start() {
# Check if the service is already running?
-   if [ ! -f /var/lock/subsys/certmaster ]; then
-   msg_starting certmaster
-   daemon /usr/bin/certmaster --daemon
-   RETVAL=$?
-   [ $RETVAL -eq 0 ]  touch /var/lock/subsys/certmaster
-   else
-   msg_already_running certmaster
+   if [ -f /var/lock/subsys/certmaster ]; then
+   msg_already_running Certmaster
+   return
fi
+
+   msg_starting Certmaster
+   daemon /usr/bin/certmaster --daemon
+   RETVAL=$?
+   [ $RETVAL -eq 0 ]  touch /var/lock/subsys/certmaster
 }
 
 stop() {
-   if [ -f /var/lock/subsys/certmaster ]; then
-   # Stop daemons.
-   msg_stopping certmaster
-   killproc --pidfile /var/run/certmaster.pid certmaster -TERM
-   rm -f /var/lock/subsys/certmaster
-   else
-   msg_not_running certmaster
+   if [ ! -f /var/lock/subsys/certmaster ]; then
+   msg_not_running Certmaster
+   return
fi
+
+   # Stop daemons.
+   msg_stopping Certmaster
+   killproc --pidfile /var/run/certmaster.pid certmaster -TERM
+   rm -f /var/lock/subsys/certmaster
 }
 
 condrestart() {
-   if [ -f /var/lock/subsys/certmaster ]; then
-   stop
-   start
-   else
-   if [ $1 -ne 0 ]; then
-   msg_not_running certmaster
-   fi
+   if [ ! -f /var/lock/subsys/certmaster ]; then
+   msg_not_running Certmaster
RETVAL=$1
+   return
fi
+
+   stop
+   start
 }
 
 RETVAL=0


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/certmaster/certmaster.init?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


packages: func/func.spec - synx with fc, simplify

2010-10-10 Thread glen
Author: glen Date: Sun Oct 10 18:16:07 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- synx with fc, simplify

 Files affected:
packages/func:
   func.spec (1.10 - 1.11) 

 Diffs:


Index: packages/func/func.spec
diff -u packages/func/func.spec:1.10 packages/func/func.spec:1.11
--- packages/func/func.spec:1.10Mon Dec 21 14:17:59 2009
+++ packages/func/func.spec Sun Oct 10 20:16:02 2010
@@ -10,11 +10,12 @@
 # Source0-md5: 892252004f122c61bb58bb4607553ffe
 Source1:   %{name}-funcd.init
 Patch0:%{name}-setup.patch
-URL:   https://hosted.fedoraproject.org/func/
+URL:   https://fedorahosted.org/func/
 BuildRequires: python
 BuildRequires: rpmbuild(macros) = 1.219
 Requires:  certmaster = 0.25
 Requires:  python-pyOpenSSL
+Requires:  python-simplejson
 %pyrequires_eq python-libs
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -24,8 +25,8 @@
 management, configation, and monitoring of systems.
 
 %description -l pl.UTF-8
-FUNC (Fedora Unified Network Controller) to zdalne API do
-zarządzania, konfiguracji i monitorowania systemów.
+FUNC (Fedora Unified Network Controller) to zdalne API do zarządzania,
+konfiguracji i monitorowania systemów.
 
 %prep
 %setup -q
@@ -40,10 +41,11 @@
 %{__python} setup.py install \
--optimize=2 \
--root=$RPM_BUILD_ROOT
-install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/funcd
 
 %py_postclean
 
+install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/funcd
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -69,22 +71,17 @@
 %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/func_rotate
 %attr(754,root,root) /etc/rc.d/init.d/funcd
 %dir %{_sysconfdir}/%{name}
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/func/minion.conf
-%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/func/overlord.conf
-%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/func/async_methods.conf
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/func/modules/*
-%{py_sitescriptdir}/*.egg-info
-%{py_sitescriptdir}/func/*.py[co]
-%{py_sitescriptdir}/func/minion/*.py[co]
-%{py_sitescriptdir}/func/minion/modules/*.py[co]
-%{py_sitescriptdir}/func/minion/modules/iptables/*.py[co]
-%{py_sitescriptdir}/func/minion/modules/netapp/*.py[co]
-%{py_sitescriptdir}/func/minion/modules/netapp/vol/*.py[co]
-%{py_sitescriptdir}/func/overlord/*.py[co]
-%{py_sitescriptdir}/func/overlord/cmd_modules/*.py[co]
-%{py_sitescriptdir}/func/overlord/modules/*.py[co]
-%{py_sitescriptdir}/func/yaml/*.py[co]
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/async_methods.conf
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/minion.conf
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/overlord.conf
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/modules/Bridge.conf
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/modules/Test.conf
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}/modules/Vlan.conf
 %{_mandir}/man1/*.1*
+%{py_sitescriptdir}/func
+%if %{py_ver}  2.4
+%{py_sitescriptdir}/func-*.egg-info
+%endif
 %dir /var/log/func
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
@@ -93,6 +90,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.11  2010/10/10 18:16:02  glen
+- synx with fc, simplify
+
 Revision 1.10  2009/12/21 13:17:59  matik
 - upped to 0.25
 


 CVS-web:

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

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


packages: func/func-funcd.init - chkconfig levels

2010-10-10 Thread glen
Author: glen Date: Sun Oct 10 18:16:56 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- chkconfig levels

 Files affected:
packages/func:
   func-funcd.init (1.3 - 1.4) 

 Diffs:


Index: packages/func/func-funcd.init
diff -u packages/func/func-funcd.init:1.3 packages/func/func-funcd.init:1.4
--- packages/func/func-funcd.init:1.3   Fri May 23 22:06:14 2008
+++ packages/func/func-funcd.init   Sun Oct 10 20:16:51 2010
@@ -2,7 +2,7 @@
 #
 # funcdfuncd short service description
 #
-# chkconfig:   - 98 2
+# chkconfig:   2345 98 2
 #
 # description: funcd long service description
 #


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/func/func-funcd.init?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


packages: tigervnc/tigervnc-cookie.patch (NEW), tigervnc/tigervnc-ldnow.pat...

2010-10-10 Thread baggins
Author: baggins  Date: Sun Oct 10 18:22:49 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- fixes from fedora

 Files affected:
packages/tigervnc:
   tigervnc-cookie.patch (NONE - 1.1)  (NEW), tigervnc-ldnow.patch (NONE - 
1.1)  (NEW), tigervnc-rh102434.patch (NONE - 1.1)  (NEW), 
tigervnc-rh611677-generate_modkeymap-max_keys.patch (NONE - 1.1)  (NEW), 
tigervnc-rh611677.patch (NONE - 1.1)  (NEW), tigervnc-rh633931.patch (NONE - 
1.1)  (NEW), tigervnc-viewer-reparent.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/tigervnc/tigervnc-cookie.patch
diff -u /dev/null packages/tigervnc/tigervnc-cookie.patch:1.1
--- /dev/null   Sun Oct 10 20:22:50 2010
+++ packages/tigervnc/tigervnc-cookie.patch Sun Oct 10 20:22:44 2010
@@ -0,0 +1,37 @@
+diff -up tigervnc-1.0.90-20091221svn3929/unix/vncserver.cookie 
tigervnc-1.0.90-20091221svn3929/unix/vncserver
+--- tigervnc-1.0.90-20091221svn3929/unix/vncserver.cookie  2009-11-12 
11:39:54.0 +0100
 tigervnc-1.0.90-20091221svn3929/unix/vncserver 2009-12-21 
16:15:01.907799091 +0100
+@@ -189,27 +189,12 @@ $vncPort = 5900 + $displayNumber;
+ $desktopLog = $vncUserDir/$host:$displayNumber.log;
+ unlink($desktopLog);
+ 
+-# Make an X server cookie - use /dev/urandom on systems that have it,
+-# otherwise use perl's random number generator, seeded with the sum
+-# of the current time, our PID and part of the encrypted form of the password.
+-
+-my $cookie = ;
+-if (open(URANDOM, '', '/dev/urandom')) {
+-  my $randata;
+-  if (sysread(URANDOM, $randata, 16) == 16) {
+-$cookie = unpack 'h*', $randata;
+-  }
+-  close(URANDOM);
+-}
+-if ($cookie eq ) {
+-  srand(time+$$+unpack(L,`cat $vncUserDir/passwd`));
+-  for (1..16) {
+-$cookie .= sprintf(%02x, int(rand(256)) % 256);
+-  }
+-}
+-
+-system(xauth -f $xauthorityFile add $host:$displayNumber . $cookie);
+-system(xauth -f $xauthorityFile add $host/unix:$displayNumber . $cookie); 
++# Make an X server cookie - use mcookie
++$cookie = `/usr/bin/mcookie`;
++open (XAUTH, |xauth -f $xauthorityFile source -);
++print XAUTH add $host:$displayNumber . $cookie\n;
++print XAUTH add $host/unix:$displayNumber . $cookie\n;
++close XAUTH;
+ 
+ if ($opt{'-name'}) {
+ $desktopName = $opt{'-name'};


Index: packages/tigervnc/tigervnc-ldnow.patch
diff -u /dev/null packages/tigervnc/tigervnc-ldnow.patch:1.1
--- /dev/null   Sun Oct 10 20:22:50 2010
+++ packages/tigervnc/tigervnc-ldnow.patch  Sun Oct 10 20:22:44 2010
@@ -0,0 +1,12 @@
+diff -up tigervnc-1.0.90-20100721svn4113/unix/xserver/hw/vnc/Makefile.am.ldnow 
tigervnc-1.0.90-20100721svn4113/unix/xserver/hw/vnc/Makefile.am
+--- tigervnc-1.0.90-20100721svn4113/unix/xserver/hw/vnc/Makefile.am.ldnow  
2010-05-18 15:48:02.0 +0200
 tigervnc-1.0.90-20100721svn4113/unix/xserver/hw/vnc/Makefile.am
2010-07-21 17:05:45.242942531 +0200
+@@ -50,7 +50,7 @@ libvnc_la_CPPFLAGS = $(XVNC_CPPFLAGS) -I
+   -I$(top_srcdir)/hw/xfree86/os-support/bus \
+   -I$(includedir)/pixman-1 -I$(includedir)
+ 
+-libvnc_la_LDFLAGS = -module -avoid-version
++libvnc_la_LDFLAGS = -module -avoid-version -Wl,-z,now
+ 
+ libvnc_la_LIBADD = libvnccommon.la $(COMMON_LIBS)
+ 


Index: packages/tigervnc/tigervnc-rh102434.patch
diff -u /dev/null packages/tigervnc/tigervnc-rh102434.patch:1.1
--- /dev/null   Sun Oct 10 20:22:50 2010
+++ packages/tigervnc/tigervnc-rh102434.patch   Sun Oct 10 20:22:44 2010
@@ -0,0 +1,66 @@
+diff -up tigervnc-1.0.90-20100721svn4113/unix/vncviewer/CConn.cxx.102434 
tigervnc-1.0.90-20100721svn4113/unix/vncviewer/CConn.cxx
+--- tigervnc-1.0.90-20100721svn4113/unix/vncviewer/CConn.cxx.102434
2010-07-20 17:07:44.0 +0200
 tigervnc-1.0.90-20100721svn4113/unix/vncviewer/CConn.cxx   2010-07-21 
17:02:09.900085594 +0200
+@@ -40,6 +40,8 @@
+ #include ServerDialog.h
+ #include PasswdDialog.h
+ #include parameters.h
++#include string
++#include iostream
+ 
+ using namespace rfb;
+ 
+@@ -214,6 +216,15 @@ void CConn::getUserPasswd(char** user, c
+ return;
+   }
+ 
++  /* XXX Who wrote this code? Yes, it is really ugly */
++  if (passwdInput) {
++   std::string s;
++   std::cin  s;
++   *password = strdup(s.c_str());
++   if (user) *user = 0;
++ return;
++  }
++
+   const char* secType = secTypeName(csecurity-getType());
+   const char* titlePrefix = _(VNC authentication);
+   unsigned int titleLen = strlen(titlePrefix) + strlen(secType) + 4;
+diff -up tigervnc-1.0.90-20100721svn4113/unix/vncviewer/parameters.h.102434 
tigervnc-1.0.90-20100721svn4113/unix/vncviewer/parameters.h
+--- tigervnc-1.0.90-20100721svn4113/unix/vncviewer/parameters.h.102434 
2009-03-23 17:49:47.0 +0100
 tigervnc-1.0.90-20100721svn4113/unix/vncviewer/parameters.h
2010-07-21 16:55:44.414314911 +0200

packages: tigervnc/tigervnc-as-needed.patch (NEW) - fixed linking

2010-10-10 Thread baggins
Author: baggins  Date: Sun Oct 10 18:23:02 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- fixed linking

 Files affected:
packages/tigervnc:
   tigervnc-as-needed.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/tigervnc/tigervnc-as-needed.patch
diff -u /dev/null packages/tigervnc/tigervnc-as-needed.patch:1.1
--- /dev/null   Sun Oct 10 20:23:02 2010
+++ packages/tigervnc/tigervnc-as-needed.patch  Sun Oct 10 20:22:57 2010
@@ -0,0 +1,11 @@
+--- tigervnc/unix/xserver/hw/vnc/Makefile.am~  2010-10-10 19:21:55.995628470 
+0200
 tigervnc/unix/xserver/hw/vnc/Makefile.am   2010-10-10 19:31:28.183628470 
+0200
+@@ -35,7 +35,7 @@
+   -I$(top_srcdir)/include -I$(includedir)/pixman-1 -I$(includedir)
+ 
+ Xvnc_LDADD = $(XVNC_LIBS) libvnccommon.la $(COMMON_LIBS) \
+-  $(XSERVER_LIBS) $(XSERVER_SYS_LIBS) -lX11
++  $(XSERVER_LIBS) $(XSERVER_SYS_LIBS) -lX11 -lpthread
+ 
+ Xvnc_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
+ 

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


packages: tigervnc/tigervnc.spec - builds - cleaned up descriptions - xorg ...

2010-10-10 Thread baggins
Author: baggins  Date: Sun Oct 10 18:24:45 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- builds
- cleaned up descriptions
- xorg configure options reflect xorg-xserver-server
- updated files

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

 Diffs:


Index: packages/tigervnc/tigervnc.spec
diff -u packages/tigervnc/tigervnc.spec:1.3 packages/tigervnc/tigervnc.spec:1.4
--- packages/tigervnc/tigervnc.spec:1.3 Sun Oct 10 18:23:36 2010
+++ packages/tigervnc/tigervnc.spec Sun Oct 10 20:24:40 2010
@@ -4,7 +4,7 @@
 # - descriptions!
 
 %definesnapr4159
-%definexversion1.9.0.901
+%definexversion1.9
 
 Summary:   A TigerVNC remote display system
 Summary(pl.UTF-8): System zdalnego dostępu TigerVNC
@@ -17,11 +17,20 @@
 Source0:   %{name}-%{version}-%{snap}.tar.bz2
 # Source0-md5: bd83717c960fb9e585387948b5cb41e2
 Source1:   %{name}.desktop
+Patch0:tigervnc-cookie.patch
+Patch1:tigervnc-ldnow.patch
+Patch2:tigervnc-rh102434.patch
+Patch3:tigervnc-rh611677-generate_modkeymap-max_keys.patch
+Patch4:tigervnc-rh611677.patch
+Patch5:tigervnc-rh633931.patch
+Patch6:tigervnc-viewer-reparent.patch
+Patch7:tigervnc-as-needed.patch
 URL:   http://www.tigervnc.com/
+BuildRequires: ImageMagick
 BuildRequires: cpp
 BuildRequires: libjpeg-devel
 BuildRequires: zlib-devel
-BuildRequires: xorg-xserver-server-source = %{xversion}
+BuildRequires: xorg-xserver-server-source = %{xversion}
 # xserver BRs, should match xorg-xserver-server.spec
 BuildRequires: Mesa-libGL-devel = 7.8.1
 # for glx headers
@@ -70,7 +79,7 @@
 BuildRequires: xorg-proto-kbproto-devel = 1.0.3
 BuildRequires: xorg-proto-printproto-devel
 BuildRequires: xorg-proto-randrproto-devel = 1.2.99.3
-%{?with_record:BuildRequires:  xorg-proto-recordproto-devel}
+BuildRequires: xorg-proto-recordproto-devel
 BuildRequires: xorg-proto-renderproto-devel = 0.11
 BuildRequires: xorg-proto-resourceproto-devel
 BuildRequires: xorg-proto-scrnsaverproto-devel = 1.1.0
@@ -88,21 +97,12 @@
 Conflicts: vnc
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define_xserverver %(LC_ALL=C rpm -q --qf '%{V}' 
xorg-xserver-server-source)
+
 %description
-VNC is a great client/server software package allowing remote network
-access to graphical desktops. TightVNC is optimized to work over slow
-network connections such as low-speed modem links. While oroginal VNC
-may be verry slow when your connection is not fast enough, with
-TightVNC you can work remotely almost in real time in most
-environments.
-
-%description -l pl.UTF-8
-VNC jest wspaniałym programem klient/serwer umożliwiającym zdalny
-dostęp do graficznych pulpitów. TightVNC jest zoptymalizowany do pracy
-przy wolniejszych połączeniach sieciowych takich jak połączenia
-modemowe. Oryginalne VNC może pracować wolno kiedy połączenie nie jest
-wystarczająco szybkie, natomiast z TightVNC możesz pracować zdalnie
-niemal w czasie rzeczywistym.
+TigerVNC is a suite of VNC servers and clients that have a focus on
+performance and remote display functionality. Originally this software
+was based on the (never released) VNC 4 branch of TightVNC.
 
 %package server
 Summary:   VNC X server - TigerVNC version
@@ -116,10 +116,10 @@
 Obsoletes: vnc-server
 
 %description server
-This package contains VNC X server in tightvnc version.
+This package contains VNC X server in TigerVNC version.
 
 %description server -l pl.UTF-8
-Ten pakiet zawiera X serwer VNC w wersji tightvnc.
+Ten pakiet zawiera X serwer VNC w wersji TigerVNC.
 
 %package utils
 Summary:   Additional utilities for TigerVNC
@@ -128,21 +128,15 @@
 Obsoletes: vnc-utils
 
 %description utils
-This package contains additional tightvnc utilities: vncconnect and
-vncpasswd. vncconnect tells Xvnc server to connect to a listening
-tightvnc viewer. vncpasswd generates password file (both on server and
-viewer side).
-
-%description utils -l pl.UTF-8
-Ten pakiet zawiera dodatkowe narzędzia do tightvnc: vncconnect i
-vncpasswd. vncconnect służy do połączenia serwera Xvnc z nasłuchującym
-vncviewerem. vncpasswd służy to tworzenia pliku z hasłem (zarówno po
-stronie serwera, jak i przeglądarki).
+This package contains additional TigerVNC utilities: vncconfig and
+vncpasswd. vncconfig is used to configure and control a running
+instance of Xvnc, or any other X server with the VNC extension.
+vncpasswd generates password file (both on server and viewer side).
 
 %package -n xorg-xserver-libvnc
 Summary:   TigerVNC module for X.org server
 Group: X11/Servers
-Requires:  xorg-xserver-server = %{xversion}
+%requires_eq_toxorg-xserver-server 

packages: tigervnc/tigervnc.spec - updated desktop database and icon cache ...

2010-10-10 Thread baggins
Author: baggins  Date: Sun Oct 10 18:56:49 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- updated desktop database and icon cache in post/postun

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

 Diffs:


Index: packages/tigervnc/tigervnc.spec
diff -u packages/tigervnc/tigervnc.spec:1.4 packages/tigervnc/tigervnc.spec:1.5
--- packages/tigervnc/tigervnc.spec:1.4 Sun Oct 10 20:24:40 2010
+++ packages/tigervnc/tigervnc.spec Sun Oct 10 20:56:44 2010
@@ -247,6 +247,14 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+[ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database_post
+[ ! -x /usr/bin/gtk-update-icon-cache ] || %update_icon_cache hicolor
+
+%postun
+[ ! -x /usr/bin/update-desktop-database ] || %update_desktop_database_postun
+[ ! -x /usr/bin/gtk-update-icon-cache ] || %update_icon_cache hicolor
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc doc/*
@@ -281,6 +289,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5  2010/10/10 18:56:44  baggins
+- updated desktop database and icon cache in post/postun
+
 Revision 1.4  2010/10/10 18:24:40  baggins
 - builds
 - cleaned up descriptions


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tigervnc/tigervnc.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


packages: libproxy/libproxy.spec - separated networkmanager plugin - added ...

2010-10-10 Thread qboosh
Author: qboosh   Date: Sun Oct 10 18:59:45 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- separated networkmanager plugin
- added webkit bcond

 Files affected:
packages/libproxy:
   libproxy.spec (1.8 - 1.9) 

 Diffs:


Index: packages/libproxy/libproxy.spec
diff -u packages/libproxy/libproxy.spec:1.8 packages/libproxy/libproxy.spec:1.9
--- packages/libproxy/libproxy.spec:1.8 Sun Sep 19 13:55:59 2010
+++ packages/libproxy/libproxy.spec Sun Oct 10 20:59:40 2010
@@ -1,4 +1,8 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without webkit  # WebKit plugin
+#
 Summary:   Library for automatic proxy configuration management
 Summary(pl.UTF-8): Biblioteka do automatycznego zarządzania konfiguracją 
proxy
 Name:  libproxy
@@ -6,6 +10,7 @@
 Release:   6
 License:   LGPL v2
 Group: Libraries
+#Source0Download: http://code.google.com/p/libproxy/downloads/list
 Source0:   http://libproxy.googlecode.com/files/%{name}-%{version}.tar.gz
 # Source0-md5: 86b635e1eb2d665cfbef4c6134fe6604
 Patch0:%{name}-dbus.patch
@@ -15,7 +20,7 @@
 BuildRequires: NetworkManager-devel
 BuildRequires: autoconf = 2.61
 BuildRequires: automake
-BuildRequires: gtk-webkit-devel
+%{?with_webkit:BuildRequires:  gtk-webkit-devel}
 BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRequires: python-devel = 1:2.5
@@ -69,6 +74,18 @@
 %description -n python-libproxy -l pl.UTF-8
 Wiązania libproxy dla Pythona.
 
+%package networkmanager
+Summary:   NetworkManager plugin for libproxy
+Summary(pl.UTF-8): Wtyczka NetworkManager dla libproxy
+Group: Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description networkmanager
+NetworkManager configuration plugin for libproxy.
+
+%description networkmanager -l pl.UTF-8
+Wtyczka konfiguracji NetworkManager dla libproxy.
+
 %package gnome
 Summary:   GNOME plugin for libproxy
 Summary(pl.UTF-8): Wtyczka GNOME dla libproxy
@@ -127,7 +144,8 @@
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+   %{!?with_webkit:--without-webkit}
 %{__make}
 
 %install
@@ -157,13 +175,12 @@
 %dir %{_libdir}/%{name}/%{version}/plugins
 %attr(755,root,root) %{_libdir}/%{name}/%{version}/plugins/envvar.so
 %attr(755,root,root) %{_libdir}/%{name}/%{version}/plugins/file.so
-%attr(755,root,root) %{_libdir}/%{name}/%{version}/plugins/networkmanager.so
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libproxy.so
 %{_libdir}/libproxy.la
-%{_includedir}/*.h
+%{_includedir}/proxy.h
 %{_pkgconfigdir}/libproxy-1.0.pc
 
 %files static
@@ -172,7 +189,11 @@
 
 %files -n python-libproxy
 %defattr(644,root,root,755)
-%{py_sitescriptdir}/*.py[co]
+%{py_sitescriptdir}/libproxy.py[co]
+
+%files networkmanager
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/%{name}/%{version}/plugins/networkmanager.so
 
 %files gnome
 %defattr(644,root,root,755)
@@ -186,9 +207,11 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/%{version}/plugins/mozjs.so
 
+%if %{with webkit}
 %files webkit
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/%{version}/plugins/webkit.so
+%endif
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -196,6 +219,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.9  2010/10/10 18:59:40  qboosh
+- separated networkmanager plugin
+- added webkit bcond
+
 Revision 1.8  2010/09/19 11:55:59  qboosh
 - better descs for plugins
 


 CVS-web:

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

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


packages: func/func-funcd.init - unify, update descs, runlevel setup

2010-10-10 Thread glen
Author: glen Date: Sun Oct 10 19:22:45 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- unify, update descs, runlevel setup

 Files affected:
packages/func:
   func-funcd.init (1.4 - 1.5) 

 Diffs:


Index: packages/func/func-funcd.init
diff -u packages/func/func-funcd.init:1.4 packages/func/func-funcd.init:1.5
--- packages/func/func-funcd.init:1.4   Sun Oct 10 20:16:51 2010
+++ packages/func/func-funcd.init   Sun Oct 10 21:22:40 2010
@@ -1,10 +1,11 @@
 #!/bin/sh
 #
-# funcdfuncd short service description
+# funcdFedora Unified Network Control
 #
-# chkconfig:   2345 98 2
+# chkconfig:   2345 98 02
 #
-# description: funcd long service description
+# description:  Crazy simple, secure remote management.
+# processname: /usr/bin/funcd
 #
 # $Id$
 
@@ -20,7 +21,7 @@
 # Check that networking is up.
 if is_yes ${NETWORKING}; then
if [ ! -f /var/lock/subsys/network -a $1 != stop -a $1 != status ]; 
then
-   msg_network_down funcd
+   msg_network_down funcd
exit 1
fi
 else
@@ -29,38 +30,40 @@
 
 start() {
# Check if the service is already running?
-   if [ ! -f /var/lock/subsys/funcd ]; then
-   msg_starting funcd
-   daemon /usr/bin/funcd --daemon
-   RETVAL=$?
-   [ $RETVAL -eq 0 ]  touch /var/lock/subsys/funcd
-   else
-   msg_already_running funcd
+   if [ -f /var/lock/subsys/funcd ]; then
+   msg_already_running funcd
+   return
fi
+
+   msg_starting funcd
+   daemon /usr/bin/funcd --daemon
+   RETVAL=$?
+   [ $RETVAL -eq 0 ]  touch /var/lock/subsys/funcd
 }
 
 stop() {
-   if [ -f /var/lock/subsys/funcd ]; then
-   # Stop daemons.
-   msg_stopping funcd
-   killproc --pidfile /var/run/funcd.pid funcd -TERM
-   rm -f /var/lock/subsys/funcd
-   else
-   msg_not_running funcd
+   if [ ! -f /var/lock/subsys/funcd ]; then
+   msg_not_running funcd
+   return
fi
+
+   # Stop daemons.
+   msg_stopping funcd
+   killproc --pidfile /var/run/funcd.pid funcd -TERM
+   rm -f /var/lock/subsys/funcd
 }
 
 condrestart() {
-   if [ -f /var/lock/subsys/funcd ]; then
-   stop
-   start
-   else
-   if [ $1 -ne 0 ]; then
-   msg_not_running funcd
-   fi
+   if [ ! -f /var/lock/subsys/funcd ]; then
+   msg_not_running funcd
RETVAL=$1
+   return
fi
+
+   stop
+   start
 }
+
 
 RETVAL=0
 # See how we were called.


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/func/func-funcd.init?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


packages: unixODBC-GUI-Qt/ODBCDataManagerQ4.desktop (NEW), unixODBC-GUI-Qt/...

2010-10-10 Thread qboosh
Author: qboosh   Date: Sun Oct 10 19:27:44 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- split from unixODBC (pretty complete svn snap, tar not released yet)

 Files affected:
packages/unixODBC-GUI-Qt:
   ODBCDataManagerQ4.desktop (NONE - 1.1)  (NEW), 
ODBCManageDataSourcesQ4.desktop (NONE - 1.1)  (NEW), ODBCTestQ4.desktop (NONE 
- 1.1)  (NEW), unixODBC-GUI-Qt-qt4.patch (NONE - 1.1)  (NEW), 
unixODBC-GUI-Qt.spec (NONE - 1.1)  (NEW), unixODBC.png (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/unixODBC-GUI-Qt/ODBCDataManagerQ4.desktop
diff -u /dev/null packages/unixODBC-GUI-Qt/ODBCDataManagerQ4.desktop:1.1
--- /dev/null   Sun Oct 10 21:27:44 2010
+++ packages/unixODBC-GUI-Qt/ODBCDataManagerQ4.desktop  Sun Oct 10 21:27:39 2010
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=ODBC Data Manager
+Exec=ODBCDataManagerQ4
+Icon=unixODBC
+Type=Application
+Terminal=false
+Categories=Qt;System;
+# vi: encoding=utf-8


Index: packages/unixODBC-GUI-Qt/ODBCManageDataSourcesQ4.desktop
diff -u /dev/null packages/unixODBC-GUI-Qt/ODBCManageDataSourcesQ4.desktop:1.1
--- /dev/null   Sun Oct 10 21:27:44 2010
+++ packages/unixODBC-GUI-Qt/ODBCManageDataSourcesQ4.desktopSun Oct 10 
21:27:39 2010
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=ODBC Data Source Administrator
+Exec=ODBCManageDataSourcesQ4
+Icon=unixODBC
+Type=Application
+Terminal=false
+Categories=Qt;System;
+# vi: encoding=utf-8


Index: packages/unixODBC-GUI-Qt/ODBCTestQ4.desktop
diff -u /dev/null packages/unixODBC-GUI-Qt/ODBCTestQ4.desktop:1.1
--- /dev/null   Sun Oct 10 21:27:44 2010
+++ packages/unixODBC-GUI-Qt/ODBCTestQ4.desktop Sun Oct 10 21:27:39 2010
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=ODBC Test
+Exec=ODBCTestQ4
+Icon=unixODBC
+Type=Application
+Terminal=false
+Categories=Qt;System;
+# vi: encoding=utf-8


Index: packages/unixODBC-GUI-Qt/unixODBC-GUI-Qt-qt4.patch
diff -u /dev/null packages/unixODBC-GUI-Qt/unixODBC-GUI-Qt-qt4.patch:1.1
--- /dev/null   Sun Oct 10 21:27:44 2010
+++ packages/unixODBC-GUI-Qt/unixODBC-GUI-Qt-qt4.patch  Sun Oct 10 21:27:39 2010
@@ -0,0 +1,31 @@
+--- unixODBC-GUI-Qt/qt.m4.orig 2010-10-10 10:52:19.0 +0200
 unixODBC-GUI-Qt/qt.m4  2010-10-10 15:38:13.647735177 +0200
+@@ -17,7 +17,7 @@
+   qt_dir_include=
+   qt_dir_lib=
+   qt_dir_bin=
+-  qt_libs=-lQtGui -lQtCore -lQtAssistantClient -lQtNetwork
++  qt_libs=-lQtGui -lQtCore -lQtNetwork
+   MOC=
+   UIC=
+ 
+@@ -116,7 +116,7 @@
+ 
+   AC_SUBST(MOC)
+   AC_SUBST(UIC)
+-  QT_CXXFLAGS=-I$qt_dir_include -I$qt_dir_include/QtCore 
-I$qt_dir_include/QtGui -I$qt_dir_include/QtAssistant 
-I$qt_dir_include/QtNetwork
++  QT_CXXFLAGS=-I$qt_dir_include -I$qt_dir_include/QtCore 
-I$qt_dir_include/QtGui -I$qt_dir_include/QtNetwork
+   AC_SUBST(QT_CXXFLAGS)
+   QT_LDFLAGS=-L$qt_dir_lib
+   AC_SUBST(QT_LDFLAGS)
+--- unixODBC-GUI-Qt/ODBCTestQ4/OdbcHandle.h.orig   2010-10-10 
10:52:18.0 +0200
 unixODBC-GUI-Qt/ODBCTestQ4/OdbcHandle.h2010-10-10 17:34:56.803734339 
+0200
+@@ -106,7 +106,7 @@
+ {
+ public:
+   OdbcHandle( int t, SQLHANDLE h, QListOdbcHandle* list );
+-  OdbcHandle( int t, SQLHANDLE h, QString desc = NULL, SQLHANDLE stmt = 
SQL_NULL_HANDLE );
++  OdbcHandle( int t, SQLHANDLE h, QString desc = , SQLHANDLE stmt = 
SQL_NULL_HANDLE );
+   OdbcHandle( OdbcHandle e );
+   ~OdbcHandle();
+   char * toStr( char * str );


Index: packages/unixODBC-GUI-Qt/unixODBC-GUI-Qt.spec
diff -u /dev/null packages/unixODBC-GUI-Qt/unixODBC-GUI-Qt.spec:1.1
--- /dev/null   Sun Oct 10 21:27:44 2010
+++ packages/unixODBC-GUI-Qt/unixODBC-GUI-Qt.spec   Sun Oct 10 21:27:39 2010
@@ -0,0 +1,108 @@
+# $Revision$, $Date$
+Summary:   Qt-based GUIs for unixODBC
+Summary(pl.UTF-8): Oparte na Qt graficzne interfejsy dla unixODBC
+Name:  unixODBC-GUI-Qt
+Version:   2.3.0
+%definesnapr92
+Release:   0.%{snap}.1
+License:   LGPL v2+ (libraries), GPL v2+ (applications)
+Group: X11/Applications
+# svn co https://unixodbc-gui-qt.svn.sourceforge.net/svnroot/unixodbc-gui-qt
+Source0:   %{name}-%{version}-%{snap}.tar.bz2
+# Source0-md5: 102927d027e15dd7335eff9bed7213cd
+Source1:   unixODBC.png
+Source2:   ODBCDataManagerQ4.desktop
+Source3:   ODBCManageDataSourcesQ4.desktop
+Source4:   ODBCTestQ4.desktop
+Patch0:%{name}-qt4.patch
+URL:   http://sourceforge.net/projects/unixodbc-gui-qt/
+BuildRequires: QtGui-devel = 4.0
+BuildRequires: QtNetwork-devel = 4.0
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: flex
+BuildRequires: libltdl-devel
+BuildRequires: libstdc++-devel
+BuildRequires: libtool = 1:1.4.2-9

DISTFILES: unixODBC-GUI-Qt: unixODBC-GUI-Qt-2.3.0-r92.tar.bz2

2010-10-10 Thread qboosh

Files fetched: 1

STORED: no-url://unixODBC-GUI-Qt-2.3.0-r92.tar.bz2
102927d027e15dd7335eff9bed7213cd  unixODBC-GUI-Qt-2.3.0-r92.tar.bz2
Size: 968633 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: bash-completion/bash-completion.spec - fix service completion; rel 3

2010-10-10 Thread glen
Author: glen Date: Sun Oct 10 19:27:57 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- fix service completion; rel 3

 Files affected:
packages/bash-completion:
   bash-completion.spec (1.160 - 1.161) 

 Diffs:


Index: packages/bash-completion/bash-completion.spec
diff -u packages/bash-completion/bash-completion.spec:1.160 
packages/bash-completion/bash-completion.spec:1.161
--- packages/bash-completion/bash-completion.spec:1.160 Mon Aug 23 19:41:55 2010
+++ packages/bash-completion/bash-completion.spec   Sun Oct 10 21:27:52 2010
@@ -9,7 +9,7 @@
 Summary(pl.UTF-8): Programowalne uzupełnianie nazw dla basha
 Name:  bash-completion
 Version:   1.2
-Release:   2
+Release:   3
 Epoch: 1
 License:   GPL
 Group: Applications/Shells
@@ -289,8 +289,7 @@
 %bashcomp_trigger python
 %bashcomp_trigger qemu
 %bashcomp_trigger quota-tools
-%bashcomp_trigger rc-scripts ifupdown
-%bashcomp_trigger rc-scripts service
+%bashcomp_trigger rc-scripts service,ifupdown
 %bashcomp_trigger rcs
 %bashcomp_trigger rdesktop
 %bashcomp_trigger resolvconf
@@ -496,6 +495,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.161  2010/10/10 19:27:52  glen
+- fix service completion; rel 3
+
 Revision 1.160  2010/08/23 17:41:55  glen
 - add pear from pear2 sandbox
 - sorted lists


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bash-completion/bash-completion.spec?r1=1.160r2=1.161f=u

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


DISTFILES: unixODBC: unixODBC-2.3.0.tar.gz

2010-10-10 Thread qboosh

Files fetched: 1

STORED: ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.0.tar.gz
f2ad22cbdffe836c58987ed2332c2e99  unixODBC-2.3.0.tar.gz
Size: 1804749 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: unixODBC/unixODBC.spec, unixODBC/DataManager.desktop (REMOVED), u...

2010-10-10 Thread qboosh
Author: qboosh   Date: Sun Oct 10 19:29:59 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.3.0
- removed obsolete patches
- Qt GUI parts moved to separate package (Qt4 now)

 Files affected:
packages/unixODBC:
   unixODBC.spec (1.120 - 1.121) , DataManager.desktop (1.9 - NONE)  
(REMOVED), ODBCConfig.desktop (1.9 - NONE)  (REMOVED), ODBCtest.desktop (1.4 
- NONE)  (REMOVED), unixODBC-libltdl-shared.patch (1.5 - NONE)  (REMOVED), 
unixODBC-no_libnsl.patch (1.1 - NONE)  (REMOVED), unixODBC.png (1.1 - NONE)  
(REMOVED)

 Diffs:


Index: packages/unixODBC/unixODBC.spec
diff -u packages/unixODBC/unixODBC.spec:1.120 
packages/unixODBC/unixODBC.spec:1.121
--- packages/unixODBC/unixODBC.spec:1.120   Tue Oct 27 18:05:24 2009
+++ packages/unixODBC/unixODBC.spec Sun Oct 10 21:29:53 2010
@@ -1,30 +1,19 @@
 # $Revision$, $Date$
-# TODO: qt4 GUI parts
-#
-# Conditional build:
-%bcond_without qt  # Qt GUI stuff
-#
 Summary:   unixODBC - a complete, free/open, ODBC solution for UNIX/Linux
 Summary(pl.UTF-8): unixODBC - kompletne, darmowe/otwarte ODBC dla 
UNIX/Linuksa
 Name:  unixODBC
-Version:   2.2.14
+Version:   2.3.0
 Release:   1
 License:   LGPL v2+ (libraries), GPL v2+ (programs, News Server driver)
 Group: Libraries
 Source0:   ftp://ftp.unixodbc.org/pub/unixODBC/%{name}-%{version}.tar.gz
-# Source0-md5: 0b88d6970058acb0d814d8209af63b4a
-Source1:   DataManager.desktop
-Source2:   ODBCConfig.desktop
-Source3:   ODBCtest.desktop
-Source4:   %{name}.png
-Patch0:%{name}-no_libnsl.patch
-Patch1:%{name}-libltdl-shared.patch
+# Source0-md5: f2ad22cbdffe836c58987ed2332c2e99
 URL:   http://www.unixodbc.org/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: flex
 BuildRequires: libltdl-devel
 BuildRequires: libtool = 1:1.4.2-9
-%{?with_qt:BuildRequires:  qt-devel = 2.0}
 BuildRequires: readline-devel = 4.2
 BuildConflicts:kdesupport-odbc
 Requires(post):/sbin/ldconfig
@@ -66,41 +55,18 @@
 %description static -l pl.UTF-8
 Biblioteki statyczne unixODBC.
 
-%package qt
-Summary:   Qt-based GUIs for unixODBC
-Summary(pl.UTF-8): Oparte na Qt graficzne interfejsy dla unixODBC
-Group: X11/Applications
-Requires:  %{name} = %{version}-%{release}
-
-%description qt
-Qt-based GUIs for unixODBC - libodbcinstQ plugin for libodbcinst
-library and applications: DataManager, DataManagerII, ODBCConfig,
-odbctest.
-
-%description qt -l pl.UTF-8
-Oparte na Qt graficzne interfejsy użytkownika do unixODBC - wtyczka
-libodbcinstQ dla biblioteki libodbcinst oraz aplikacje: DataManager,
-DataManagerII, ODBCConfig, odbctest.
-
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
-   --disable-ltdl-install \
-%if %{with qt}
-   --enable-gui \
-   --with-qt-includes=/usr/include/qt \
-   --with-qt-libraries=%{_libdir} \
-%else
-   --disable-gui \
-%endif
+   --enable-drivers \
+   --enable-driverc \
--enable-static
 
 %{__make}
@@ -111,24 +77,17 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
-%if %{with qt}
-install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
-install %{SOURCE1} %{SOURCE2} %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir}
-install %{SOURCE4} $RPM_BUILD_ROOT%{_pixmapsdir}
-%endif
-
-find doc -name Makefile\* -exec rm -f {} \;
-
-%if %{with qt}
-# libodbcinstQ.so.1 is lt_dlopened
-rm $RPM_BUILD_ROOT%{_libdir}/libodbcinstQ.{la,a}
-%endif
+find doc -name 'Makefile*' | xargs -r rm -f
+
 # libodbccr.so.1 is lt_dlopened
 rm $RPM_BUILD_ROOT%{_libdir}/libodbccr.{la,a}
 # Setup drivers are lt_dlopened by given name (.so or SONAME)
 rm 
$RPM_BUILD_ROOT%{_libdir}/lib{esoob,mimer,odbc{drvcfg{1,2},mini,my,nn,psql,txt},oplodbc,oraodbc,sapdb,tds}S.{la,a}
 # Drivers are lt_dlopened by given name (.so or SONAME)
-rm $RPM_BUILD_ROOT%{_libdir}/lib{boundparam,nn,odbcpsql,template}.{la,a}
+rm $RPM_BUILD_ROOT%{_libdir}/lib{nn,odbcpsql,template}.{la,a}
+
+# (temporarily) missing in make install
+install include/autotest.h $RPM_BUILD_ROOT%{_includedir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -146,26 +105,21 @@
 /usr/bin/odbcinst -i -d -r EOF
 [PostgreSQL]
 Description = PostgreSQL driver
-Driver = %{_libdir}/libodbcpsql.so.1
+Driver = %{_libdir}/libodbcpsql.so.2
 Setup = %{_libdir}/libodbcpsqlS.so.1
 EOF
 
 %postun -p /sbin/ldconfig
 
-%post  qt -p /sbin/ldconfig
-%postunqt -p /sbin/ldconfig
-
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README doc/AdministratorManual doc/UserManual
+%doc AUTHORS ChangeLog README doc/AdministratorManual doc/UserManual
 %attr(755,root,root) %{_bindir}/dltest
 %attr(755,root,root) %{_bindir}/isql
 %attr(755,root,root) %{_bindir}/iusql
 %attr(755,root,root) 

CVSROOT: users psz - new mail/jid

2010-10-10 Thread psz
Author: psz  Date: Sun Oct 10 20:34:49 2010 GMT
Module: CVSROOT   Tag: HEAD
 Log message:
psz - new mail/jid

 Files affected:
CVSROOT:
   users (1.622 - 1.623) 

 Diffs:


Index: CVSROOT/users
diff -u CVSROOT/users:1.622 CVSROOT/users:1.623
--- CVSROOT/users:1.622 Fri Oct  1 09:19:06 2010
+++ CVSROOT/users   Sun Oct 10 22:34:44 2010
@@ -223,7 +223,7 @@
 postmaster:ad...@pld-linux.org,ab...@pld-linux.org,zby...@pld-linux.org:PLD 
Postmasters
 ppv:eoth...@pld-linux.org:Krzysztof Pobieżyński (alias)
 prism:pr...@hornet.eu.org:Michał Łukaszek:pr...@chrome.pl
-psz:pat...@patryk.one.pl:Patryk Szczygłowski:pat...@patryk.net.pl
+psz:pat...@patryk.net:Patryk Szczygłowski:pat...@patryk.net
 pzurowski:zurowski.pa...@gmail.com:Paweł Żurowski
 qboosh:p...@qboosh.pl:Jakub Bogusz
 qrczak:qrc...@knm.org.pl:Marcin Kowalczyk:qrcza...@gmail.com


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/CVSROOT/users?r1=1.622r2=1.623f=u

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


packages: tigervnc/tigervnc.spec - pl descr

2010-10-10 Thread baggins
Author: baggins  Date: Sun Oct 10 21:55:11 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- pl descr

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

 Diffs:


Index: packages/tigervnc/tigervnc.spec
diff -u packages/tigervnc/tigervnc.spec:1.5 packages/tigervnc/tigervnc.spec:1.6
--- packages/tigervnc/tigervnc.spec:1.5 Sun Oct 10 20:56:44 2010
+++ packages/tigervnc/tigervnc.spec Sun Oct 10 23:55:05 2010
@@ -1,7 +1,6 @@
 # $Revision$, $Date$
 # TODO:
 # - tigervnc.init
-# - descriptions!
 
 %definesnapr4159
 %definexversion1.9
@@ -104,6 +103,12 @@
 performance and remote display functionality. Originally this software
 was based on the (never released) VNC 4 branch of TightVNC.
 
+%description -l pl.UTF-8
+TigerVNC to zestaw serwerów i klientów VNC, które koncentrują się
+na wydajności i funkcjonalności zdalnego wyświetlania. Pierwotnie
+oprogramowanie oparte było na (nigdy nie wydanej)
+gałęzi VNC 4 TightVNC.
+
 %package server
 Summary:   VNC X server - TigerVNC version
 Summary(pl.UTF-8): X serwer VNC - wersja TigerVNC
@@ -133,8 +138,16 @@
 instance of Xvnc, or any other X server with the VNC extension.
 vncpasswd generates password file (both on server and viewer side).
 
+%description utils -l pl.UTF-8
+Ten pakiet zawiera dodatkowe narzędzia do tightvnc: vncconfig i
+vncpasswd. vncconfig służy do konfigurowania i kontroli działającej
+instancji Xvnc lub innego serwera X z rozszerzeniem VNC.
+vncpasswd służy to tworzenia pliku z hasłem (zarówno po
+stronie serwera, jak i przeglądarki).
+
 %package -n xorg-xserver-libvnc
 Summary:   TigerVNC module for X.org server
+Summary(pl.UTF-8): Moduł TigerVNC dla servera X.org
 Group: X11/Servers
 %requires_eq_toxorg-xserver-server xorg-xserver-server-source
 Provides:  xorg-xserver-module(vnc)
@@ -143,6 +156,10 @@
 This package contains libvnc.so module for X.org server,
 allowing others to access the desktop on your machine.
 
+%description -n xorg-xserver-libvnc -l pl.UTF-8
+Ten pakiet zawiera moduł libvnc.so dla serwera X.org,
+pozwalający na zdalny dostęp do pulpitu.
+
 %prep
 %setup -q -n %{name}
 %patch0 -p1
@@ -289,6 +306,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2010/10/10 21:55:05  baggins
+- pl descr
+
 Revision 1.5  2010/10/10 18:56:44  baggins
 - updated desktop database and icon cache in post/postun
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tigervnc/tigervnc.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: tigervnc/tigervnc.spec - rel 1 - vncserver/viewer works, can't te...

2010-10-10 Thread baggins
Author: baggins  Date: Sun Oct 10 22:05:29 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 1
- vncserver/viewer works, can't test libvnc as I can't use bleeding edge xserver

 Files affected:
packages/tigervnc:
   tigervnc.spec (1.6 - 1.7) 

 Diffs:


Index: packages/tigervnc/tigervnc.spec
diff -u packages/tigervnc/tigervnc.spec:1.6 packages/tigervnc/tigervnc.spec:1.7
--- packages/tigervnc/tigervnc.spec:1.6 Sun Oct 10 23:55:05 2010
+++ packages/tigervnc/tigervnc.spec Mon Oct 11 00:05:20 2010
@@ -9,7 +9,7 @@
 Summary(pl.UTF-8): System zdalnego dostępu TigerVNC
 Name:  tigervnc
 Version:   1.0.90
-Release:   0.1
+Release:   1
 License:   GPL v2
 Group: X11/Applications/Networking
 #Source0:  http://dl.sourceforge.net/tigervnc/%{name}-%{version}.tar.gz
@@ -306,6 +306,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.7  2010/10/10 22:05:20  baggins
+- rel 1
+- vncserver/viewer works, can't test libvnc as I can't use bleeding edge 
xserver
+
 Revision 1.6  2010/10/10 21:55:05  baggins
 - pl descr
 


 CVS-web:

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

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


DISTFILES: pam-pam_krb5: pam-krb5-4.3.tar.gz

2010-10-10 Thread baggins

Files fetched: 1

STORED: http://archives.eyrie.org/software/kerberos/pam-krb5-4.3.tar.gz
f2ddf8b79e18b96e97d2820b1c2abcf8  pam-krb5-4.3.tar.gz
Size: 392664 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: pam-pam_krb5/pam-pam_krb5.spec - 4.3

2010-10-10 Thread baggins
Author: baggins  Date: Sun Oct 10 23:33:08 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- 4.3

 Files affected:
packages/pam-pam_krb5:
   pam-pam_krb5.spec (1.23 - 1.24) 

 Diffs:


Index: packages/pam-pam_krb5/pam-pam_krb5.spec
diff -u packages/pam-pam_krb5/pam-pam_krb5.spec:1.23 
packages/pam-pam_krb5/pam-pam_krb5.spec:1.24
--- packages/pam-pam_krb5/pam-pam_krb5.spec:1.23Mon Jun  7 20:11:39 2010
+++ packages/pam-pam_krb5/pam-pam_krb5.spec Mon Oct 11 01:33:03 2010
@@ -3,14 +3,14 @@
 Summary:   Kerberos V5 Pluggable Authentication Module
 Summary(pl.UTF-8): Moduł PAM do uwierzytelniania z użyciem Kerberos V5
 Name:  pam-%{modulename}
-Version:   4.2
-Release:   3
+Version:   4.3
+Release:   1
 Epoch: 1
 License:   BSD v2 / GPL v2
 Group: Base
 URL:   http://www.eyrie.org/~eagle/software/pam-krb5/
 Source0:   
http://archives.eyrie.org/software/kerberos/pam-krb5-%{version}.tar.gz
-# Source0-md5: fa8d83531ee084c97fc7beb873a9fa5d
+# Source0-md5: f2ddf8b79e18b96e97d2820b1c2abcf8
 BuildRequires: automake
 BuildRequires: heimdal-devel
 BuildRequires: pam-devel
@@ -60,6 +60,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.24  2010/10/10 23:33:03  baggins
+- 4.3
+
 Revision 1.23  2010/06/07 18:11:39  hawk
 - release 3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pam-pam_krb5/pam-pam_krb5.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


DISTFILES: postgis: ERRORS:

2010-10-10 Thread wrobell
postgis.spec: unexpanded macros in 
http://postgis.refractions.net/download/postgis-1.5.2%nil.tar.gz
postgis.spec: source 0 url 
http://postgis.refractions.net/download/postgis-1.5.2%nil.tar.gz is 
ill-formatted



Files fetched: 0



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


packages: postgis/postgis.spec - ver. 1.5.2

2010-10-10 Thread wrobell
Author: wrobell  Date: Mon Oct 11 00:26:48 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- ver. 1.5.2

 Files affected:
packages/postgis:
   postgis.spec (1.54 - 1.55) 

 Diffs:


Index: packages/postgis/postgis.spec
diff -u packages/postgis/postgis.spec:1.54 packages/postgis/postgis.spec:1.55
--- packages/postgis/postgis.spec:1.54  Tue Sep 21 20:34:24 2010
+++ packages/postgis/postgis.spec   Mon Oct 11 02:26:43 2010
@@ -1,15 +1,15 @@
 # $Revision$, $Date$
 %define pg_version %(rpm -q --queryformat '%{VERSION}' 
postgresql-backend-devel)
-%definebeta rc1
+%definebeta %nil
 Summary:   Geographic Information Systems Extensions to PostgreSQL
 Summary(pl.UTF-8): Rozszerzenie do PostgreSQL wspomagające Geograficzne 
Systemy Informacyjne
 Name:  postgis
 Version:   1.5.2
-Release:   0.%{beta}.1
+Release:   1
 License:   GPL v2
 Group: Applications/Databases
 Source0:   
http://postgis.refractions.net/download/%{name}-%{version}%{beta}.tar.gz
-# Source0-md5: b274a8d17a90ae86198dc64b3a025e52
+# Source0-md5: 772ec1d0f04d6800cd7e2420a97a7483
 URL:   http://postgis.refractions.net/
 BuildRequires: geos-devel = 3.1.1
 BuildRequires: libxml2-devel
@@ -78,6 +78,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.55  2010/10/11 00:26:43  wrobell
+- ver. 1.5.2
+
 Revision 1.54  2010/09/21 18:34:24  wrobell
 - removed shlib hack to allow upgrades
 


 CVS-web:

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

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


packages: rekonq/rekonq.spec - up to 0.6.1

2010-10-10 Thread cactus
Author: cactus   Date: Mon Oct 11 01:57:21 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 0.6.1

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

 Diffs:


Index: packages/rekonq/rekonq.spec
diff -u packages/rekonq/rekonq.spec:1.3 packages/rekonq/rekonq.spec:1.4
--- packages/rekonq/rekonq.spec:1.3 Fri May 14 15:47:43 2010
+++ packages/rekonq/rekonq.spec Mon Oct 11 03:57:16 2010
@@ -1,12 +1,12 @@
 # $Revision$, $Date$
 Summary:   WebKit KDE browser
 Name:  rekonq
-Version:   0.4.0
+Version:   0.6.1
 Release:   1
 License:   GPL v3
 Group: X11/Applications/Networking
 Source0:   
http://dl.sourceforge.net/project/rekonq/%{version}/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 607e826131d8ead1e48a7611ba2ef075
+# Source0-md5: 3c67de04fe21bb3cd52509e45c821da5
 URL:   http://rekonq.sourceforge.net/
 BuildRequires: QtWebKit-devel
 BuildRequires: automoc4
@@ -63,6 +63,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2010/10/11 01:57:16  cactus
+- up to 0.6.1
+
 Revision 1.3  2010/05/14 13:47:43  sparky
 - BR: automoc4
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rekonq/rekonq.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: rekonq: rekonq-0.6.1.tar.bz2

2010-10-10 Thread cactus

Files fetched: 1

STORED: 
http://dl.sourceforge.net/project/rekonq/0.6.1/0.6.1/rekonq-0.6.1.tar.bz2
3c67de04fe21bb3cd52509e45c821da5  rekonq-0.6.1.tar.bz2
Size: 1246263 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: rekonq/rekonq.spec - drop rest of sr i18n

2010-10-10 Thread cactus
Author: cactus   Date: Mon Oct 11 02:12:19 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- drop rest of sr i18n

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

 Diffs:


Index: packages/rekonq/rekonq.spec
diff -u packages/rekonq/rekonq.spec:1.4 packages/rekonq/rekonq.spec:1.5
--- packages/rekonq/rekonq.spec:1.4 Mon Oct 11 03:57:16 2010
+++ packages/rekonq/rekonq.spec Mon Oct 11 04:12:13 2010
@@ -22,6 +22,7 @@
 
 %prep
 %setup -q
+rm -f i18n/rekonq...@ije*.po
 
 %build
 install -d build
@@ -63,6 +64,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5  2010/10/11 02:12:13  cactus
+- drop rest of sr i18n
+
 Revision 1.4  2010/10/11 01:57:16  cactus
 - up to 0.6.1
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rekonq/rekonq.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