packages: perl-Time-Progress/perl-Time-Progress.spec - release 2

2010-12-28 Thread glen
Author: glen Date: Tue Dec 28 08:08:59 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/perl-Time-Progress:
   perl-Time-Progress.spec (1.4 - 1.5) 

 Diffs:


Index: packages/perl-Time-Progress/perl-Time-Progress.spec
diff -u packages/perl-Time-Progress/perl-Time-Progress.spec:1.4 
packages/perl-Time-Progress/perl-Time-Progress.spec:1.5
--- packages/perl-Time-Progress/perl-Time-Progress.spec:1.4 Fri Oct 16 
09:39:51 2009
+++ packages/perl-Time-Progress/perl-Time-Progress.spec Tue Dec 28 09:08:54 2010
@@ -2,15 +2,15 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform make test
-#
+
+%definepdirTime
+%definepnamProgress
 %include   /usr/lib/rpm/macros.perl
-%definepdirTime
-%definepnamProgress
 Summary:   Time::Progress - Elapsed and estimated finish time reporting
 Summary(pl.UTF-8): Time::Progress - informowanie o minionym i oczekiwanym 
czasie zakończenia operacji
 Name:  perl-Time-Progress
 Version:   1.5
-Release:   1
+Release:   2
 License:   GPL v2
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/Time/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -23,8 +23,8 @@
 
 %description
 Time::Progress reports elapsed and estimated finish time. Shortest
-time interval that can be measured is 1 second (This should be
-fixed in the future perhaps).
+time interval that can be measured is 1 second (This should be fixed
+in the future perhaps).
 
 %description -l pl.UTF-8
 Time::Progress informuje o mimionym i oczekiwanym czasie zakończenia
@@ -53,8 +53,8 @@
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_vendorlib}/Time/*.pm
-%{_mandir}/man3/*
+%{_mandir}/man3/Time::Progress.3pm*
+%{perl_vendorlib}/Time/Progress.pm
 
 %definedate%(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -62,6 +62,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5  2010/12/28 08:08:54  glen
+- release 2
+
 Revision 1.4  2009/10/16 07:39:51  amateja
 - updated to 1.5
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Time-Progress/perl-Time-Progress.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: perl-SVN-Dump/perl-SVN-Dump.spec - release 3

2010-12-28 Thread glen
Author: glen Date: Tue Dec 28 08:10:11 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 3

 Files affected:
packages/perl-SVN-Dump:
   perl-SVN-Dump.spec (1.1 - 1.2) 

 Diffs:


Index: packages/perl-SVN-Dump/perl-SVN-Dump.spec
diff -u packages/perl-SVN-Dump/perl-SVN-Dump.spec:1.1 
packages/perl-SVN-Dump/perl-SVN-Dump.spec:1.2
--- packages/perl-SVN-Dump/perl-SVN-Dump.spec:1.1   Fri Oct 29 11:23:32 2010
+++ packages/perl-SVN-Dump/perl-SVN-Dump.spec   Tue Dec 28 09:10:06 2010
@@ -9,7 +9,7 @@
 Summary:   SVN::Dump - A Perl interface to Subversion dumps
 Name:  perl-SVN-Dump
 Version:   0.04
-Release:   1
+Release:   3
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
@@ -19,8 +19,6 @@
 BuildRequires: perl-Module-Build
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
-%if %{with tests}
-%endif
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -67,5 +65,8 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2010/12/28 08:10:06  glen
+- release 3
+
 Revision 1.1  2010/10/29 09:23:32  glen
 - new, with pldcpan


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-SVN-Dump/perl-SVN-Dump.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: VirtualBox/VirtualBox.spec - added without doc bcond - cleanups

2010-12-28 Thread charles
Author: charles  Date: Tue Dec 28 08:11:52 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- added without doc bcond
- cleanups

 Files affected:
packages/VirtualBox:
   VirtualBox.spec (1.334 - 1.335) 

 Diffs:


Index: packages/VirtualBox/VirtualBox.spec
diff -u packages/VirtualBox/VirtualBox.spec:1.334 
packages/VirtualBox/VirtualBox.spec:1.335
--- packages/VirtualBox/VirtualBox.spec:1.334   Mon Dec 27 15:41:34 2010
+++ packages/VirtualBox/VirtualBox.spec Tue Dec 28 09:11:47 2010
@@ -9,6 +9,7 @@
 #   If so check if it is distributable.
 #
 # Conditional build:
+%bcond_without doc # don't build the documentation
 %bcond_without dist_kernel # without distribution kernel
 %bcond_without kernel  # don't build kernel module
 %bcond_without userspace   # don't build userspace package
@@ -84,7 +85,7 @@
 BuildRequires: bcc
 BuildRequires: bin86
 BuildRequires: curl-devel
-BuildRequires: docbook-dtd44-xml
+%{?with_doc:BuildRequires: docbook-dtd44-xml}
 BuildRequires: gcc = 5:3.2.3
 BuildRequires: libIDL-devel
 BuildRequires: libcap-static
@@ -106,10 +107,12 @@
 BuildRequires: qt4-build = 4.2.0
 BuildRequires: qt4-linguist
 BuildRequires: sed = 4.0
+%if %{with doc}
 BuildRequires: texlive-fonts-bitstream
 BuildRequires: texlive-fonts-other
 BuildRequires: texlive-fonts-type1-bitstream
 BuildRequires: texlive-format-pdflatex
+%endif
 BuildRequires: which
 BuildRequires: xalan-c-devel = 1.10.0
 BuildRequires: xerces-c-devel = 2.6.0
@@ -236,11 +239,7 @@
 Summary(pl.UTF-8): Sterownik myszy dla systemu gościa w VirtualBoksie OSE
 Group: X11/Applications
 Requires:  xorg-xserver-server = 1.0.99.901
-%if %{pld_release} == ti
-Requires:  xorg-xserver-server(xinput-abi) = 11.0
-%else
 Requires:  xorg-xserver-server(xinput-abi) = 11.0
-%endif
 Requires:  xorg-xserver-server(xinput-abi) = 4.0
 
 %description -n xorg-driver-input-vboxmouse
@@ -256,11 +255,7 @@
 Requires:  Mesa-dri-driver-swrast
 Requires:  xorg-xserver-libdri = 1.7.4
 Requires:  xorg-xserver-server = 1.0.99.901
-%if %{pld_release} == ti
-Requires:  xorg-xserver-server(videodrv-abi) = 8.0
-%else
 Requires:  xorg-xserver-server(videodrv-abi) = 8.0
-%endif
 Requires:  xorg-xserver-server(videodrv-abi) = 2.0
 
 %description -n xorg-driver-video-vboxvideo
@@ -438,6 +433,7 @@
 ./configure \
--with-gcc=%{__cc} \
--with-g++=%{__cxx} \
+   %{!?with_doc:--disable-docs} \
--disable-java \
--disable-hardening \
--disable-kmods
@@ -487,13 +483,8 @@
 mv $RPM_BUILD_ROOT{%{_libdir}/%{pname},%{_pixmapsdir}}/VBox.png
 mv $RPM_BUILD_ROOT{%{_libdir}/%{pname},%{_desktopdir}}/virtualbox.desktop
 
-%if %{pld_release} == ti
-mv 
$RPM_BUILD_ROOT{%{_libdir}/%{pname}/additions/vboxmouse_drv_19.so,%{_libdir}/xorg/modules/input/vboxmouse_drv.so}
-mv 
$RPM_BUILD_ROOT{%{_libdir}/%{pname}/additions/vboxvideo_drv_19.so,%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so}
-%else
 mv 
$RPM_BUILD_ROOT{%{_libdir}/%{pname}/additions/vboxmouse_drv_19.so,%{_libdir}/xorg/modules/input/vboxmouse_drv.so}
 mv 
$RPM_BUILD_ROOT{%{_libdir}/%{pname}/additions/vboxvideo_drv_19.so,%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so}
-%endif
 mv 
$RPM_BUILD_ROOT{%{_libdir}/%{pname}/additions/VBoxOGL.so,%{_libdir}/xorg/modules/dri/vboxvideo_dri.so}
 # xorg other driver versions
 rm -vf $RPM_BUILD_ROOT%{_libdir}/%{pname}/additions/vboxmouse_drv*.{o,so}
@@ -665,7 +656,7 @@
 %if %{with userspace}
 %files
 %defattr(644,root,root,755)
-%doc %{outdir}/UserManual.pdf
+%{?with_doc:%doc %{outdir}/UserManual.pdf}
 %dir %{_libdir}/VirtualBox
 %dir %{_libdir}/VirtualBox/ExtensionPacks
 %dir %{_libdir}/VirtualBox/additions
@@ -857,6 +848,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.335  2010/12/28 08:11:47  charles
+- added without doc bcond
+- cleanups
+
 Revision 1.334  2010/12/27 14:41:34  glen
 - use existing macro
 


 CVS-web:

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

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


packages: perl-PerlIO-via-Bzip2/perl-PerlIO-via-Bzip2.spec - release 2

2010-12-28 Thread glen
Author: glen Date: Tue Dec 28 08:13:03 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/perl-PerlIO-via-Bzip2:
   perl-PerlIO-via-Bzip2.spec (1.2 - 1.3) 

 Diffs:


Index: packages/perl-PerlIO-via-Bzip2/perl-PerlIO-via-Bzip2.spec
diff -u packages/perl-PerlIO-via-Bzip2/perl-PerlIO-via-Bzip2.spec:1.2 
packages/perl-PerlIO-via-Bzip2/perl-PerlIO-via-Bzip2.spec:1.3
--- packages/perl-PerlIO-via-Bzip2/perl-PerlIO-via-Bzip2.spec:1.2   Fri Apr 
13 21:59:23 2007
+++ packages/perl-PerlIO-via-Bzip2/perl-PerlIO-via-Bzip2.spec   Tue Dec 28 
09:12:58 2010
@@ -2,15 +2,15 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform make test
-#
+
+%definepdirPerlIO
+%definepnamvia-Bzip2
 %include   /usr/lib/rpm/macros.perl
-%definepdirPerlIO
-%definepnamvia-Bzip2
 Summary:   PerlIO::via::Bzip2 - PerlIO layer for Bzip2 (de)compression
 Summary(pl.UTF-8): PerlIO::via::Bzip2 - warstwa PerlIO do (de)kompresji 
Bzip2
 Name:  perl-PerlIO-via-Bzip2
 Version:   0.02
-Release:   1
+Release:   2
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
@@ -55,8 +55,8 @@
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_vendorlib}/PerlIO/via/*.pm
-%{_mandir}/man3/*
+%{perl_vendorlib}/PerlIO/via/Bzip2.pm
+%{_mandir}/man3/PerlIO::via::Bzip2.3pm*
 
 %definedate%(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -64,6 +64,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.3  2010/12/28 08:12:58  glen
+- release 2
+
 Revision 1.2  2007/04/13 19:59:23  qboosh
 - pl
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-PerlIO-via-Bzip2/perl-PerlIO-via-Bzip2.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: perl-PerlIO-gzip/perl-PerlIO-gzip.spec - release 3

2010-12-28 Thread glen
Author: glen Date: Tue Dec 28 08:14:26 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 3

 Files affected:
packages/perl-PerlIO-gzip:
   perl-PerlIO-gzip.spec (1.2 - 1.3) 

 Diffs:


Index: packages/perl-PerlIO-gzip/perl-PerlIO-gzip.spec
diff -u packages/perl-PerlIO-gzip/perl-PerlIO-gzip.spec:1.2 
packages/perl-PerlIO-gzip/perl-PerlIO-gzip.spec:1.3
--- packages/perl-PerlIO-gzip/perl-PerlIO-gzip.spec:1.2 Sun Jun  6 10:41:12 2010
+++ packages/perl-PerlIO-gzip/perl-PerlIO-gzip.spec Tue Dec 28 09:14:21 2010
@@ -2,15 +2,15 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform make test
-#
+
+%definepdirPerlIO
+%definepnamgzip
 %include   /usr/lib/rpm/macros.perl
-%definepdirPerlIO
-%definepnamgzip
 Summary:   PerlIO::gzip - Perl extension to provide a PerlIO layer to 
gzip/gunzip
 Summary(pl.UTF-8): PerlIO::gzip - rozszerzenie perla dostarczające warstwę 
PerlIO do operacji gzip/gunzip
 Name:  perl-PerlIO-gzip
 Version:   0.18
-Release:   2
+Release:   3
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
@@ -67,9 +67,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.3  2010/12/28 08:14:21  glen
+- release 3
+
 Revision 1.2  2010/06/06 08:41:12  arekm
 - release 2
 
 Revision 1.1  2009/09/17 07:23:19  amateja
 - initial
-


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-PerlIO-gzip/perl-PerlIO-gzip.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: perl-App-CLI/perl-App-CLI.spec - updated deps, not to install fro...

2010-12-28 Thread glen
Author: glen Date: Tue Dec 28 08:17:12 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- updated deps, not to install from cpan without tests

 Files affected:
packages/perl-App-CLI:
   perl-App-CLI.spec (1.3 - 1.4) 

 Diffs:


Index: packages/perl-App-CLI/perl-App-CLI.spec
diff -u packages/perl-App-CLI/perl-App-CLI.spec:1.3 
packages/perl-App-CLI/perl-App-CLI.spec:1.4
--- packages/perl-App-CLI/perl-App-CLI.spec:1.3 Sat Mar 31 11:42:52 2007
+++ packages/perl-App-CLI/perl-App-CLI.spec Tue Dec 28 09:17:07 2010
@@ -2,28 +2,27 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform make test
-#
+
+%definepdirApp
+%definepnamCLI
 %include   /usr/lib/rpm/macros.perl
-%definepdirApp
-%definepnamCLI
-#
 Summary:   App::CLI - Dispatcher module for command line interface programs
 Summary(pl.UTF-8): App:CLI - Moduł obsługi programów z interfejsem CLI
 Name:  perl-App-CLI
 Version:   0.07
-Release:   1
+Release:   2
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-authors/id/C/CL/CLKAO/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 8981b0628874bb7e83b00b00e58a7259
 URL:   http://search.cpan.org/dist/App-CLI/
+BuildRequires: perl-Locale-Maketext-Simple
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 %if %{with tests}
 BuildRequires: perl(Getopt::Long) = 2.35
 BuildRequires: perl(Pod::Simple::Text)
-BuildRequires: perl-Locale-Maketext-Simple
 %endif
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -69,6 +68,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2010/12/28 08:17:07  glen
+- updated deps, not to install from cpan without tests
+
 Revision 1.3  2007/03/31 09:42:52  qboosh
 - BR package name where possible
 


 CVS-web:

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


packages (OPENSSL_0_9_8): openssl/openssl.spec - updated to 0.9.8q, fixes C...

2010-12-28 Thread hawk
Author: hawk Date: Tue Dec 28 08:23:25 2010 GMT
Module: packages  Tag: OPENSSL_0_9_8
 Log message:
- updated to 0.9.8q, fixes CVE-2010-4180, CVE-2010-4252,
  corrects fix for CVE-2010-3864

 Files affected:
packages/openssl:
   openssl.spec (1.212.2.2 - 1.212.2.3) 

 Diffs:


Index: packages/openssl/openssl.spec
diff -u packages/openssl/openssl.spec:1.212.2.2 
packages/openssl/openssl.spec:1.212.2.3
--- packages/openssl/openssl.spec:1.212.2.2 Fri Nov 19 11:54:17 2010
+++ packages/openssl/openssl.spec   Tue Dec 28 09:23:20 2010
@@ -15,12 +15,12 @@
 Summary(ru.UTF-8): Библиотеки и утилиты для соединений через Secure 
Sockets Layer
 Summary(uk.UTF-8): Бібліотеки та утиліти для з'єднань через Secure Sockets 
Layer
 Name:  openssl
-Version:   0.9.8p
+Version:   0.9.8q
 Release:   1
 License:   Apache-like
 Group: Libraries
 Source0:   ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
-# Source0-md5: 7f24047f70364c9eabc94899e356ce39
+# Source0-md5: 80e67291bec9230f03eefb5cfe858998
 Source2:   %{name}.1.pl
 Source3:   %{name}-ssl-certificate.sh
 Source4:   %{name}-c_rehash.sh
@@ -455,6 +455,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.212.2.3  2010/12/28 08:23:20  hawk
+- updated to 0.9.8q, fixes CVE-2010-4180, CVE-2010-4252,
+  corrects fix for CVE-2010-3864
+
 Revision 1.212.2.2  2010/11/19 10:54:17  hawk
 - updated to 0.9.8p, fixes CVE-2010-3864
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openssl/openssl.spec?r1=1.212.2.2r2=1.212.2.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: openssl-0.9.8q.tar.gz

2010-12-28 Thread hawk

Files fetched: 1

STORED: ftp://ftp.openssl.org/source/openssl-0.9.8q.tar.gz
80e67291bec9230f03eefb5cfe858998  openssl-0.9.8q.tar.gz
Size: 3773961 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: perl-SVN-Mirror/perl-SVN-Mirror.spec - release 2

2010-12-28 Thread glen
Author: glen Date: Tue Dec 28 08:28:50 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/perl-SVN-Mirror:
   perl-SVN-Mirror.spec (1.24 - 1.25) 

 Diffs:


Index: packages/perl-SVN-Mirror/perl-SVN-Mirror.spec
diff -u packages/perl-SVN-Mirror/perl-SVN-Mirror.spec:1.24 
packages/perl-SVN-Mirror/perl-SVN-Mirror.spec:1.25
--- packages/perl-SVN-Mirror/perl-SVN-Mirror.spec:1.24  Sat Mar 31 18:45:22 2007
+++ packages/perl-SVN-Mirror/perl-SVN-Mirror.spec   Tue Dec 28 09:28:44 2010
@@ -2,15 +2,15 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform make test
-#
-%include   /usr/lib/rpm/macros.perl
+
 %definepdirSVN
 %definepnamMirror
+%include   /usr/lib/rpm/macros.perl
 Summary:   SVN::Mirror - mirror remote subversion repository to local
 Summary(pl.UTF-8): SVN::Mirror - lokalne mirrorowane zdalnych repozytoriów 
subversion
 Name:  perl-SVN-Mirror
 Version:   0.73
-Release:   1
+Release:   2
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
@@ -76,6 +76,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.25  2010/12/28 08:28:44  glen
+- release 2
+
 Revision 1.24  2007/03/31 16:45:22  qboosh
 - generic URL
 - simplified yes usage


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-SVN-Mirror/perl-SVN-Mirror.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: poppler/poppler.spec - updated to 0.16.0 - merged with DEVEL - bu...

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 08:33:05 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 0.16.0
- merged with DEVEL
- bump version of sonames

 Files affected:
packages/poppler:
   poppler.spec (1.121 - 1.122) 

 Diffs:


Index: packages/poppler/poppler.spec
diff -u packages/poppler/poppler.spec:1.121 packages/poppler/poppler.spec:1.122
--- packages/poppler/poppler.spec:1.121 Tue Nov  9 09:40:19 2010
+++ packages/poppler/poppler.spec   Tue Dec 28 09:33:00 2010
@@ -13,13 +13,12 @@
 Summary:   PDF rendering library
 Summary(pl.UTF-8): Biblioteka renderująca PDF
 Name:  poppler
-# keep stable line: 0.14 at this moment, 0.15 is development version
-Version:   0.14.5
+Version:   0.16.0
 Release:   1
 License:   GPL v2+
 Group: Libraries
 Source0:   http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
-# Source0-md5: f60038f22284876f021f29f1b1a0fe1c
+# Source0-md5: 654f8e8debf028085173d76e3c34b652
 URL:   http://poppler.freedesktop.org/
 %{?with_qt4:BuildRequires: QtGui-devel = 4.4.0}
 %{?with_qt4:BuildRequires: QtTest-devel = 4.4.0}
@@ -31,7 +30,7 @@
 BuildRequires: fontconfig-devel = 2.0.0
 BuildRequires: freetype-devel = 2.0
 BuildRequires: gettext-devel
-%{?with_glib:BuildRequires:glib2-devel = 1:2.18.0}
+%{?with_glib:BuildRequires:glib2-devel = 1:2.18.0}}
 %{?with_apidocs:BuildRequires: gtk-doc = 1.0}
 BuildRequires: lcms-devel
 BuildRequires: libjpeg-devel
@@ -316,7 +315,7 @@
 
 %if %{without apidocs}
 # why it still installs them, brr
-rm -rf $RPM_BUILD_ROOT%{_gtkdocdir}/poppler
+%{__rm} -r $RPM_BUILD_ROOT%{_gtkdocdir}/poppler
 %endif
 
 %clean
@@ -341,7 +340,7 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README* TODO
 %attr(755,root,root) %{_libdir}/libpoppler.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libpoppler.so.7
+%attr(755,root,root) %ghost %{_libdir}/libpoppler.so.12
 
 %files devel
 %defattr(644,root,root,755)
@@ -390,7 +389,7 @@
 %files glib
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libpoppler-glib.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libpoppler-glib.so.5
+%attr(755,root,root) %ghost %{_libdir}/libpoppler-glib.so.6
 
 %files glib-devel
 %defattr(644,root,root,755)
@@ -408,7 +407,7 @@
 %files qt
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libpoppler-qt.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libpoppler-qt.so.2
+%attr(755,root,root) %ghost %{_libdir}/libpoppler-qt.so.3
 
 %files qt-devel
 %defattr(644,root,root,755)
@@ -451,6 +450,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.122  2010/12/28 08:33:00  lisu
+- updated to 0.16.0
+- merged with DEVEL
+- bump version of sonames
+
 Revision 1.121  2010/11/09 08:40:19  lisu
 - up to 0.14.5
 
@@ -471,6 +475,23 @@
 Revision 1.116  2010/10/11 09:10:38  lisu
 - up to 0.14.4
 - fix linking poppler-qt4
+
+Revision 1.115.2.4  2010/12/02 15:13:56  lisu
+- 0.15.3
+- bump soname version
+
+Revision 1.115.2.3  2010/11/16 12:31:46  lisu
+- 0.15.2
+- bump version of soname
+
+Revision 1.115.2.2  2010/10/21 07:54:20  lisu
+- up to 0.15.1
+- add -link.patch to avoid unresolved symbols
+- bump version of libpoppler soname
+
+Revision 1.115.2.1  2010/09/17 07:38:05  lisu
+- updated to 0.15.0
+- bump version of libpoppler and libpoppler-glib sonames
 
 Revision 1.115  2010/09/17 07:35:37  lisu
 - reversed. 0.15.0 moved to DEVEL


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/poppler/poppler.spec?r1=1.121r2=1.122f=u

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


DISTFILES: poppler: poppler-0.16.0.tar.gz

2010-12-28 Thread lisu

Files fetched: 1

STORED: http://poppler.freedesktop.org/poppler-0.16.0.tar.gz
654f8e8debf028085173d76e3c34b652  poppler-0.16.0.tar.gz
Size: 1945847 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: poppler/poppler.spec - quick fix

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 08:34:35 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- quick fix

 Files affected:
packages/poppler:
   poppler.spec (1.122 - 1.123) 

 Diffs:


Index: packages/poppler/poppler.spec
diff -u packages/poppler/poppler.spec:1.122 packages/poppler/poppler.spec:1.123
--- packages/poppler/poppler.spec:1.122 Tue Dec 28 09:33:00 2010
+++ packages/poppler/poppler.spec   Tue Dec 28 09:34:30 2010
@@ -30,7 +30,7 @@
 BuildRequires: fontconfig-devel = 2.0.0
 BuildRequires: freetype-devel = 2.0
 BuildRequires: gettext-devel
-%{?with_glib:BuildRequires:glib2-devel = 1:2.18.0}}
+%{?with_glib:BuildRequires:glib2-devel = 1:2.18.0}
 %{?with_apidocs:BuildRequires: gtk-doc = 1.0}
 BuildRequires: lcms-devel
 BuildRequires: libjpeg-devel
@@ -450,6 +450,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.123  2010/12/28 08:34:30  lisu
+- quick fix
+
 Revision 1.122  2010/12/28 08:33:00  lisu
 - updated to 0.16.0
 - merged with DEVEL


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/poppler/poppler.spec?r1=1.122r2=1.123f=u

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


packages: ruby-RMagick/ruby-RMagick.spec - release 10

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 08:37:35 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 10

 Files affected:
packages/ruby-RMagick:
   ruby-RMagick.spec (1.46 - 1.47) 

 Diffs:


Index: packages/ruby-RMagick/ruby-RMagick.spec
diff -u packages/ruby-RMagick/ruby-RMagick.spec:1.46 
packages/ruby-RMagick/ruby-RMagick.spec:1.47
--- packages/ruby-RMagick/ruby-RMagick.spec:1.46Thu Dec  9 08:51:42 2010
+++ packages/ruby-RMagick/ruby-RMagick.spec Tue Dec 28 09:37:30 2010
@@ -4,7 +4,7 @@
 Summary(pl.UTF-8): Biblioteka przetwarzania grafiki dla Ruby
 Name:  ruby-%{pkgname}
 Version:   2.13.0
-Release:   9
+Release:   10
 License:   Ruby-alike
 Group: Development/Languages
 Source0:   
http://rubyforge.org/frs/download.php/68156/%{pkgname}-%{version}.tar.bz2
@@ -124,6 +124,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.47  2010/12/28 08:37:30  lisu
+- release 10
+
 Revision 1.46  2010/12/09 07:51:42  lisu
 - rel 9 (new ImageMagick)
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ruby-RMagick/ruby-RMagick.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 (POSTGRESQL_8_4): postgresql/postgresql.spec - updated to 8.4.6

2010-12-28 Thread hawk
Author: hawk Date: Tue Dec 28 08:40:21 2010 GMT
Module: packages  Tag: POSTGRESQL_8_4
 Log message:
- updated to 8.4.6

 Files affected:
packages/postgresql:
   postgresql.spec (1.448.2.1 - 1.448.2.2) 

 Diffs:


Index: packages/postgresql/postgresql.spec
diff -u packages/postgresql/postgresql.spec:1.448.2.1 
packages/postgresql/postgresql.spec:1.448.2.2
--- packages/postgresql/postgresql.spec:1.448.2.1   Thu Oct 28 20:29:00 2010
+++ packages/postgresql/postgresql.spec Tue Dec 28 09:40:16 2010
@@ -25,12 +25,12 @@
 Summary(uk.UTF-8): PostgreSQL - система керування базами даних
 Summary(zh_CN.UTF-8):  PostgreSQL 客户端程序和库文件
 Name:  postgresql
-Version:   %{mver}.5
-Release:   4
+Version:   %{mver}.6
+Release:   1
 License:   BSD
 Group: Applications/Databases
 Source0:   
ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 391a3f2eddd6fa78bb6ceba9955ffa5f
+# Source0-md5: fcc3daaf2292fa6bf1185ec45e512db6
 Source1:   %{name}.init
 Source2:   pgsql-Database-HOWTO-html.tar.gz
 # Source2-md5: 5b656ddf1db41965761f85204a14398e
@@ -1278,6 +1278,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.448.2.2  2010/12/28 08:40:16  hawk
+- updated to 8.4.6
+
 Revision 1.448.2.1  2010/10/28 18:29:00  hawk
 - updated to 8.4.5
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql.spec?r1=1.448.2.1r2=1.448.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: postgresql: postgresql-8.4.6.tar.bz2 pgsql-Database-HOWTO-html.tar.gz edb-debugger-20100404.tgz

2010-12-28 Thread hawk

Files fetched: 1

STORED: ftp://ftp.postgresql.org/pub/source/v8.4.6/postgresql-8.4.6.tar.bz2
fcc3daaf2292fa6bf1185ec45e512db6  postgresql-8.4.6.tar.bz2
Size: 14130201 bytes
ALREADY GOT: no-url://pgsql-Database-HOWTO-html.tar.gz
5b656ddf1db41965761f85204a14398e  pgsql-Database-HOWTO-html.tar.gz
ALREADY GOT: no-url://edb-debugger-20100404.tgz
a10daee9a2017db40c7550c40cb47e8d  edb-debugger-20100404.tgz


-- 
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: dovecot-sieve/dovecot-sieve.spec - release 2

2010-12-28 Thread hawk
Author: hawk Date: Tue Dec 28 08:43:35 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/dovecot-sieve:
   dovecot-sieve.spec (1.35 - 1.36) 

 Diffs:


Index: packages/dovecot-sieve/dovecot-sieve.spec
diff -u packages/dovecot-sieve/dovecot-sieve.spec:1.35 
packages/dovecot-sieve/dovecot-sieve.spec:1.36
--- packages/dovecot-sieve/dovecot-sieve.spec:1.35  Mon Oct 11 20:27:50 2010
+++ packages/dovecot-sieve/dovecot-sieve.spec   Tue Dec 28 09:43:30 2010
@@ -5,7 +5,7 @@
 Summary(pl.UTF-8): Wtyczka Sieve dla dovecota
 Name:  dovecot-sieve
 Version:   %{dovecot_series}_%{sieve_version}
-Release:   1
+Release:   2
 License:   LGPL
 Group: Daemons
 Source0:   
http://www.rename-it.nl/dovecot/%{dovecot_series}/dovecot-%{dovecot_series}-sieve-%{sieve_version}.tar.gz
@@ -79,6 +79,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.36  2010/12/28 08:43:30  hawk
+- release 2
+
 Revision 1.35  2010/10/11 18:27:50  charles
 - updated to 0.1.18
 


 CVS-web:

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

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


packages: gstreamer-plugins-bad/gstreamer-plugins-bad.spec - release 5

2010-12-28 Thread hawk
Author: hawk Date: Tue Dec 28 08:48:43 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 5

 Files affected:
packages/gstreamer-plugins-bad:
   gstreamer-plugins-bad.spec (1.82 - 1.83) 

 Diffs:


Index: packages/gstreamer-plugins-bad/gstreamer-plugins-bad.spec
diff -u packages/gstreamer-plugins-bad/gstreamer-plugins-bad.spec:1.82 
packages/gstreamer-plugins-bad/gstreamer-plugins-bad.spec:1.83
--- packages/gstreamer-plugins-bad/gstreamer-plugins-bad.spec:1.82  Mon Dec 
20 18:36:08 2010
+++ packages/gstreamer-plugins-bad/gstreamer-plugins-bad.spec   Tue Dec 28 
09:48:37 2010
@@ -35,7 +35,7 @@
 Summary(pl.UTF-8): Złe wtyczki do środowiska obróbki strumieni GStreamer
 Name:  gstreamer-plugins-bad
 Version:   0.10.20
-Release:   4
+Release:   5
 License:   LGPL v2+
 Group: Libraries
 Source0:   
http://gstreamer.freedesktop.org/src/gst-plugins-bad/%{gstname}-%{version}.tar.bz2
@@ -1058,6 +1058,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.83  2010/12/28 08:48:37  hawk
+- release 5
+
 Revision 1.82  2010/12/20 17:36:08  qboosh
 - added mimic plugin
 - added missing gst-plugins-base dependency in -mjpegtools


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gstreamer-plugins-bad/gstreamer-plugins-bad.spec?r1=1.82r2=1.83f=u

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


packages: gstreamer-plugins-ugly/gstreamer-plugins-ugly.spec - release 3

2010-12-28 Thread hawk
Author: hawk Date: Tue Dec 28 08:49:49 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 3

 Files affected:
packages/gstreamer-plugins-ugly:
   gstreamer-plugins-ugly.spec (1.33 - 1.34) 

 Diffs:


Index: packages/gstreamer-plugins-ugly/gstreamer-plugins-ugly.spec
diff -u packages/gstreamer-plugins-ugly/gstreamer-plugins-ugly.spec:1.33 
packages/gstreamer-plugins-ugly/gstreamer-plugins-ugly.spec:1.34
--- packages/gstreamer-plugins-ugly/gstreamer-plugins-ugly.spec:1.33Wed Dec 
15 17:49:23 2010
+++ packages/gstreamer-plugins-ugly/gstreamer-plugins-ugly.spec Tue Dec 28 
09:49:44 2010
@@ -15,7 +15,7 @@
 Summary(pl.UTF-8): Brzydkie wtyczki do środowiska obróbki strumieni 
GStreamer
 Name:  gstreamer-plugins-ugly
 Version:   0.10.16
-Release:   2
+Release:   3
 License:   LGPL v2+
 Group: Libraries
 Source0:   
http://gstreamer.freedesktop.org/src/gst-plugins-ugly/%{gstname}-%{version}.tar.bz2
@@ -316,6 +316,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.34  2010/12/28 08:49:44  hawk
+- release 3
+
 Revision 1.33  2010/12/15 16:49:23  qboosh
 - updated deps
 - amr plugins switched to opencore-amr, enabled by default


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gstreamer-plugins-ugly/gstreamer-plugins-ugly.spec?r1=1.33r2=1.34f=u

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


packages: pidgin-plugin-toobars/pidgin-plugin-toobars.spec (NEW) - initial ...

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 09:14:16 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- initial release

 Files affected:
packages/pidgin-plugin-toobars:
   pidgin-plugin-toobars.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/pidgin-plugin-toobars/pidgin-plugin-toobars.spec
diff -u /dev/null packages/pidgin-plugin-toobars/pidgin-plugin-toobars.spec:1.1
--- /dev/null   Tue Dec 28 10:14:16 2010
+++ packages/pidgin-plugin-toobars/pidgin-plugin-toobars.spec   Tue Dec 28 
10:14:11 2010
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+#
+# TODO: BRs
+#
+%defineshort_name pidgin-toobars
+Summary:   Adds toolbar and status bar to Pidgin buddy list
+Name:  pidgin-plugin-toobars
+Version:   1.13
+Release:   1
+License:   GPL v2+
+Group: Applications/Communications
+Source0:   
http://vayurik.ru/wordpress/wp-content/uploads/toobars/%{version}/%{short_name}-%{version}.tar.gz
+# Source0-md5: a9678ae59addbe41e7389d72d4cea978
+URL:   http://vayurik.ru/wordpress/en/toobars/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: freetype-devel
+BuildRequires: libpng-devel
+BuildRequires: libtool
+BuildRequires: pidgin-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Adds toolbar and status bar to Pidgin buddy list.
+
+%prep
+%setup -q -n %{short_name}-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%{_libdir}/pidgin/toobars.so
+%{_pixmapsdir}/pidgin/buttons/*.png
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2010/12/28 09:14:11  lisu
+- initial release
+

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


DISTFILES: pidgin-plugin-toobars: pidgin-toobars-1.13.tar.gz

2010-12-28 Thread lisu

Files fetched: 1

STORED: 
http://vayurik.ru/wordpress/wp-content/uploads/toobars/1.13/pidgin-toobars-1.13.tar.gz
a9678ae59addbe41e7389d72d4cea978  pidgin-toobars-1.13.tar.gz
Size: 440041 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: kde4-koffice/kde4-koffice.spec, epdfview/epdfview.spec - release ...

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 09:21:09 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- release 4 (new poppler)

 Files affected:
packages/kde4-koffice:
   kde4-koffice.spec (1.83 - 1.84) 
packages/epdfview:
   epdfview.spec (1.7 - 1.8) 

 Diffs:


Index: packages/kde4-koffice/kde4-koffice.spec
diff -u packages/kde4-koffice/kde4-koffice.spec:1.83 
packages/kde4-koffice/kde4-koffice.spec:1.84
--- packages/kde4-koffice/kde4-koffice.spec:1.83Fri Dec 17 22:25:42 2010
+++ packages/kde4-koffice/kde4-koffice.spec Tue Dec 28 10:21:03 2010
@@ -22,7 +22,7 @@
 Summary(zh_CN.UTF-8):  KDE 的办公应用软件集。
 Name:  kde4-koffice
 Version:   2.2.2
-Release:   3
+Release:   4
 License:   GPL/LGPL
 Group: X11/Applications
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{orgname}-%{version}/%{orgname}-%{version}.tar.bz2
@@ -906,6 +906,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.84  2010/12/28 09:21:03  lisu
+- release 4 (new poppler)
+
 Revision 1.83  2010/12/17 21:25:42  arekm
 - release 3
 


Index: packages/epdfview/epdfview.spec
diff -u packages/epdfview/epdfview.spec:1.7 packages/epdfview/epdfview.spec:1.8
--- packages/epdfview/epdfview.spec:1.7 Wed Jul 28 17:52:42 2010
+++ packages/epdfview/epdfview.spec Tue Dec 28 10:21:04 2010
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8): Lekka przeglądarka PDF-ów dla GNOME
 Name:  epdfview
 Version:   0.1.7
-Release:   3
+Release:   4
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://trac.emma-soft.com/epdfview/chrome/site/releases/%{name}-%{version}.tar.bz2
@@ -69,6 +69,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.8  2010/12/28 09:21:04  lisu
+- release 4 (new poppler)
+
 Revision 1.7  2010/07/28 15:52:42  megabajt
 - release 3
 


 CVS-web:

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

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

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


packages: kde4-koffice/kde4-koffice.spec - libwpexport.so, libwpimport.so a...

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 09:57:44 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- libwpexport.so, libwpimport.so and libwpgimport.so missing
- rel 5

 Files affected:
packages/kde4-koffice:
   kde4-koffice.spec (1.84 - 1.85) 

 Diffs:


Index: packages/kde4-koffice/kde4-koffice.spec
diff -u packages/kde4-koffice/kde4-koffice.spec:1.84 
packages/kde4-koffice/kde4-koffice.spec:1.85
--- packages/kde4-koffice/kde4-koffice.spec:1.84Tue Dec 28 10:21:03 2010
+++ packages/kde4-koffice/kde4-koffice.spec Tue Dec 28 10:57:39 2010
@@ -22,7 +22,7 @@
 Summary(zh_CN.UTF-8):  KDE 的办公应用软件集。
 Name:  kde4-koffice
 Version:   2.2.2
-Release:   4
+Release:   5
 License:   GPL/LGPL
 Group: X11/Applications
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{orgname}-%{version}/%{orgname}-%{version}.tar.bz2
@@ -494,9 +494,9 @@
 %attr(755,root,root) %{_libdir}/kde4/libopencalcexport.so
 %attr(755,root,root) %{_libdir}/kde4/libopencalcimport.so
 %attr(755,root,root) %{_libdir}/kde4/libqproimport.so
-%attr(755,root,root) %{_libdir}/kde4/libwpexport.so
-%attr(755,root,root) %{_libdir}/kde4/libwpimport.so
-%attr(755,root,root) %{_libdir}/kde4/libwpgimport.so
+#%%attr(755,root,root) %{_libdir}/kde4/libwpexport.so
+#%%attr(755,root,root) %{_libdir}/kde4/libwpimport.so
+#%%attr(755,root,root) %{_libdir}/kde4/libwpgimport.so
 %attr(755,root,root) %{_libdir}/kde4/musicshape.so
 %attr(755,root,root) %{_libdir}/kde4/pathshapes.so
 %attr(755,root,root) %{_libdir}/kde4/pictureshape.so
@@ -906,6 +906,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.85  2010/12/28 09:57:39  lisu
+- libwpexport.so, libwpimport.so and libwpgimport.so missing
+- rel 5
+
 Revision 1.84  2010/12/28 09:21:03  lisu
 - release 4 (new poppler)
 


 CVS-web:

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

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


packages: dwm/dwm.spec - rel 0.1 (TODO)

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 10:19:02 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 0.1 (TODO)

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

 Diffs:


Index: packages/dwm/dwm.spec
diff -u packages/dwm/dwm.spec:1.1 packages/dwm/dwm.spec:1.2
--- packages/dwm/dwm.spec:1.1   Mon Dec 27 11:05:10 2010
+++ packages/dwm/dwm.spec   Tue Dec 28 11:18:57 2010
@@ -1,8 +1,11 @@
 # $Revision$, $Date$
+#
+# TODO: BRs
+#
 Summary:   Dynamic window manager for X
 Name:  dwm
 Version:   5.8.2
-Release:   1
+Release:   0.1
 License:   MIT
 Group: X11/Window Managers
 Source0:   http://dl.suckless.org/dwm/%{name}-%{version}.tar.gz
@@ -50,6 +53,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2010/12/28 10:18:57  lisu
+- rel 0.1 (TODO)
+
 Revision 1.1  2010/12/27 10:05:10  lisu
 - initial revision
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dwm/dwm.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: kde4-koffice/kde4-koffice.spec - wordperfect import/export libs a...

2010-12-28 Thread shadzik
Author: shadzik  Date: Tue Dec 28 10:19:30 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- wordperfect import/export libs are back
- kritajp2 import/export packaged

 Files affected:
packages/kde4-koffice:
   kde4-koffice.spec (1.85 - 1.86) 

 Diffs:


Index: packages/kde4-koffice/kde4-koffice.spec
diff -u packages/kde4-koffice/kde4-koffice.spec:1.85 
packages/kde4-koffice/kde4-koffice.spec:1.86
--- packages/kde4-koffice/kde4-koffice.spec:1.85Tue Dec 28 10:57:39 2010
+++ packages/kde4-koffice/kde4-koffice.spec Tue Dec 28 11:19:25 2010
@@ -494,9 +494,9 @@
 %attr(755,root,root) %{_libdir}/kde4/libopencalcexport.so
 %attr(755,root,root) %{_libdir}/kde4/libopencalcimport.so
 %attr(755,root,root) %{_libdir}/kde4/libqproimport.so
-#%%attr(755,root,root) %{_libdir}/kde4/libwpexport.so
-#%%attr(755,root,root) %{_libdir}/kde4/libwpimport.so
-#%%attr(755,root,root) %{_libdir}/kde4/libwpgimport.so
+%attr(755,root,root) %{_libdir}/kde4/libwpexport.so
+%attr(755,root,root) %{_libdir}/kde4/libwpimport.so
+%attr(755,root,root) %{_libdir}/kde4/libwpgimport.so
 %attr(755,root,root) %{_libdir}/kde4/musicshape.so
 %attr(755,root,root) %{_libdir}/kde4/pathshapes.so
 %attr(755,root,root) %{_libdir}/kde4/pictureshape.so
@@ -770,6 +770,8 @@
 %attr(755,root,root) %{_libdir}/kde4/libkritabmpexport.so
 #%attr(755,root,root) %{_libdir}/kde4/libkritagmagickexport.so
 #%attr(755,root,root) %{_libdir}/kde4/libkritagmagickimport.so
+%attr(755,root,root) %{_libdir}/kde4/libkritajp2export.so
+%attr(755,root,root) %{_libdir}/kde4/libkritajp2import.so
 %attr(755,root,root) %{_libdir}/kde4/libkritajpegexport.so
 %attr(755,root,root) %{_libdir}/kde4/libkritajpegimport.so
 %attr(755,root,root) %{_libdir}/kde4/libkritaoraexport.so
@@ -906,6 +908,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.86  2010/12/28 10:19:25  shadzik
+- wordperfect import/export libs are back
+- kritajp2 import/export packaged
+
 Revision 1.85  2010/12/28 09:57:39  lisu
 - libwpexport.so, libwpimport.so and libwpgimport.so missing
 - rel 5


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-koffice/kde4-koffice.spec?r1=1.85r2=1.86f=u

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


packages: kde4-koffice/kde4-koffice.spec - update libwpd/libwpg BRs

2010-12-28 Thread shadzik
Author: shadzik  Date: Tue Dec 28 10:21:39 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- update libwpd/libwpg BRs

 Files affected:
packages/kde4-koffice:
   kde4-koffice.spec (1.86 - 1.87) 

 Diffs:


Index: packages/kde4-koffice/kde4-koffice.spec
diff -u packages/kde4-koffice/kde4-koffice.spec:1.86 
packages/kde4-koffice/kde4-koffice.spec:1.87
--- packages/kde4-koffice/kde4-koffice.spec:1.86Tue Dec 28 11:19:25 2010
+++ packages/kde4-koffice/kde4-koffice.spec Tue Dec 28 11:21:34 2010
@@ -56,8 +56,8 @@
 BuildRequires: libpng-devel
 BuildRequires: libpqxx-devel
 BuildRequires: libtiff-devel
-BuildRequires: libwpd-devel
-BuildRequires: libwpg-devel
+BuildRequires: libwpd-devel = 0.8.14
+BuildRequires: libwpg-devel = 0.1.3
 BuildRequires: libxml2-devel = 0:2.4.8
 BuildRequires: libxslt-devel = 1.0.7
 BuildRequires: mysql-devel
@@ -908,6 +908,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.87  2010/12/28 10:21:34  shadzik
+- update libwpd/libwpg BRs
+
 Revision 1.86  2010/12/28 10:19:25  shadzik
 - wordperfect import/export libs are back
 - kritajp2 import/export packaged


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-koffice/kde4-koffice.spec?r1=1.86r2=1.87f=u

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


packages: kde4-koffice/kde4-koffice.spec - kritajp2 desktop file

2010-12-28 Thread shadzik
Author: shadzik  Date: Tue Dec 28 10:23:30 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- kritajp2 desktop file

 Files affected:
packages/kde4-koffice:
   kde4-koffice.spec (1.87 - 1.88) 

 Diffs:


Index: packages/kde4-koffice/kde4-koffice.spec
diff -u packages/kde4-koffice/kde4-koffice.spec:1.87 
packages/kde4-koffice/kde4-koffice.spec:1.88
--- packages/kde4-koffice/kde4-koffice.spec:1.87Tue Dec 28 11:21:34 2010
+++ packages/kde4-koffice/kde4-koffice.spec Tue Dec 28 11:23:24 2010
@@ -801,6 +801,7 @@
 %{_datadir}/applications/kde4/krita_xcf.desktop
 %{_desktopdir}/kde4/krita.desktop
 %{_desktopdir}/kde4/krita_bmp.desktop
+%{_desktopdir}/kde4/krita_jp2.desktop
 %{_desktopdir}/kde4/krita_jpeg.desktop
 #%{_desktopdir}/kde4/krita_magick.desktop
 %{_desktopdir}/kde4/krita_ora.desktop
@@ -908,6 +909,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.88  2010/12/28 10:23:24  shadzik
+- kritajp2 desktop file
+
 Revision 1.87  2010/12/28 10:21:34  shadzik
 - update libwpd/libwpg BRs
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-koffice/kde4-koffice.spec?r1=1.87r2=1.88f=u

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


packages: kde4-koffice/kde4-koffice.spec - BR: openjpeg-devel for *kritajp2...

2010-12-28 Thread shadzik
Author: shadzik  Date: Tue Dec 28 10:27:34 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- BR: openjpeg-devel for *kritajp2[im|ex]port

 Files affected:
packages/kde4-koffice:
   kde4-koffice.spec (1.88 - 1.89) 

 Diffs:


Index: packages/kde4-koffice/kde4-koffice.spec
diff -u packages/kde4-koffice/kde4-koffice.spec:1.88 
packages/kde4-koffice/kde4-koffice.spec:1.89
--- packages/kde4-koffice/kde4-koffice.spec:1.88Tue Dec 28 11:23:24 2010
+++ packages/kde4-koffice/kde4-koffice.spec Tue Dec 28 11:27:28 2010
@@ -61,6 +61,7 @@
 BuildRequires: libxml2-devel = 0:2.4.8
 BuildRequires: libxslt-devel = 1.0.7
 BuildRequires: mysql-devel
+BuildRequires: openjpeg-devel = 1.3
 BuildRequires: pkgconfig
 %if %{with pdf}
 BuildRequires: poppler-Qt-devel = 0.6
@@ -909,6 +910,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.89  2010/12/28 10:27:28  shadzik
+- BR: openjpeg-devel for *kritajp2[im|ex]port
+
 Revision 1.88  2010/12/28 10:23:24  shadzik
 - kritajp2 desktop file
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-koffice/kde4-koffice.spec?r1=1.88r2=1.89f=u

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


packages: evince-gtk/evince-gtk.spec - rel 2 (new poppler)

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 10:28:47 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2 (new poppler)

 Files affected:
packages/evince-gtk:
   evince-gtk.spec (1.15 - 1.16) 

 Diffs:


Index: packages/evince-gtk/evince-gtk.spec
diff -u packages/evince-gtk/evince-gtk.spec:1.15 
packages/evince-gtk/evince-gtk.spec:1.16
--- packages/evince-gtk/evince-gtk.spec:1.15Mon Oct  4 14:19:29 2010
+++ packages/evince-gtk/evince-gtk.spec Tue Dec 28 11:28:42 2010
@@ -11,7 +11,7 @@
 Summary(pl.UTF-8): Przeglądarka dokumentów w wielu formatach -- wersja nie 
wykorzystująca libgnome
 Name:  evince-gtk
 Version:   2.32.0
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications/Graphics
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evince/2.32/%{_realname}-%{version}.tar.bz2
@@ -224,6 +224,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.16  2010/12/28 10:28:42  lisu
+- rel 2 (new poppler)
+
 Revision 1.15  2010/10/04 12:19:29  lisu
 - up to 2.32.0, new soname
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/evince-gtk/evince-gtk.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: evince/evince.spec - rel 3 (new poppler)

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 10:38:18 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 3 (new poppler)

 Files affected:
packages/evince:
   evince.spec (1.114 - 1.115) 

 Diffs:


Index: packages/evince/evince.spec
diff -u packages/evince/evince.spec:1.114 packages/evince/evince.spec:1.115
--- packages/evince/evince.spec:1.114   Mon Dec 20 23:11:23 2010
+++ packages/evince/evince.spec Tue Dec 28 11:38:13 2010
@@ -12,7 +12,7 @@
 Summary(pl.UTF-8): Przeglądarka dokumentów w wielu formatach
 Name:  evince
 Version:   2.32.0
-Release:   2
+Release:   3
 License:   GPL v2
 Group: X11/Applications/Graphics
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evince/2.32/%{name}-%{version}.tar.bz2
@@ -321,6 +321,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.115  2010/12/28 10:38:13  lisu
+- rel 3 (new poppler)
+
 Revision 1.114  2010/12/20 22:11:23  glen
 - braino with package split
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/evince/evince.spec?r1=1.114r2=1.115f=u

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


packages: tracker/tracker.spec - rel 2 (new poppler)

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 10:52:43 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2 (new poppler)

 Files affected:
packages/tracker:
   tracker.spec (1.35 - 1.36) 

 Diffs:


Index: packages/tracker/tracker.spec
diff -u packages/tracker/tracker.spec:1.35 packages/tracker/tracker.spec:1.36
--- packages/tracker/tracker.spec:1.35  Sun Oct 10 00:37:57 2010
+++ packages/tracker/tracker.spec   Tue Dec 28 11:52:38 2010
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8): Tracker - podsystem indeksujący
 Name:  tracker
 Version:   0.8.17
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/tracker/0.8/%{name}-%{version}.tar.bz2
@@ -316,6 +316,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.36  2010/12/28 10:52:38  lisu
+- rel 2 (new poppler)
+
 Revision 1.35  2010/10/09 22:37:57  megabajt
 - require evolution 2.32
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tracker/tracker.spec?r1=1.35r2=1.36f=u

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


packages: kde4-koffice/kde4-koffice-libwpdg.patch (NEW) - fix build with li...

2010-12-28 Thread shadzik
Author: shadzik  Date: Tue Dec 28 11:00:39 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- fix build with libwpd 0.9 and libwpg 0.2

 Files affected:
packages/kde4-koffice:
   kde4-koffice-libwpdg.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/kde4-koffice/kde4-koffice-libwpdg.patch
diff -u /dev/null packages/kde4-koffice/kde4-koffice-libwpdg.patch:1.1
--- /dev/null   Tue Dec 28 12:00:39 2010
+++ packages/kde4-koffice/kde4-koffice-libwpdg.patchTue Dec 28 12:00:34 2010
@@ -0,0 +1,30 @@
+--- cmake/modules/FindWPD.cmake.orig   2010-12-28 11:53:19.271867868 +0100
 cmake/modules/FindWPD.cmake2010-12-28 11:57:22.209342685 +0100
+@@ -20,11 +20,13 @@
+ if(NOT WIN32)
+   INCLUDE(FindPkgConfig)
+   pkg_check_modules(WPD libwpd-0.8)
++  pkg_check_modules(WPD libwpd-0.9)
+ endif(NOT WIN32)
+ 
+   FIND_PATH(WPD_INCLUDE_DIR libwpd/libwpd.h
+ ${WPD_INCLUDE_DIR}
+ /usr/include/libwpd-0.8
++/usr/include/libwpd-0.9
+   )
+ 
+ 
+--- cmake/modules/FindWPG.cmake.orig   2010-12-28 11:53:29.508533234 +0100
 cmake/modules/FindWPG.cmake2010-12-28 11:58:43.802668625 +0100
+@@ -19,9 +19,10 @@
+   IF (NOT WIN32)
+ INCLUDE(FindPkgConfig)
+ pkg_check_modules(LIBWPG libwpg-0.1)
++pkg_check_modules(LIBWPG libwpg-0.2)
+   ENDIF (NOT WIN32)
+ 
+-  FIND_LIBRARY(LIBWPG_STREAM_LIBRARIES NAMES wpg-stream-0.1 libwpg-stream-0.1
++  FIND_LIBRARY(LIBWPG_STREAM_LIBRARIES NAMES libwpg-0.1 libwpg-0.2
+ PATHS
+ ${LIBWPG_LIBRARIES}
+ )

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


packages: kde4-koffice/kde4-koffice.spec - add -libwpdg.patch to fix libwpd...

2010-12-28 Thread shadzik
Author: shadzik  Date: Tue Dec 28 11:02:00 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- add -libwpdg.patch to fix libwpd 0.9 and libwpg 0.2 detection

 Files affected:
packages/kde4-koffice:
   kde4-koffice.spec (1.89 - 1.90) 

 Diffs:


Index: packages/kde4-koffice/kde4-koffice.spec
diff -u packages/kde4-koffice/kde4-koffice.spec:1.89 
packages/kde4-koffice/kde4-koffice.spec:1.90
--- packages/kde4-koffice/kde4-koffice.spec:1.89Tue Dec 28 11:27:28 2010
+++ packages/kde4-koffice/kde4-koffice.spec Tue Dec 28 12:01:55 2010
@@ -28,6 +28,7 @@
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{orgname}-%{version}/%{orgname}-%{version}.tar.bz2
 # Source0-md5: f987ef48311db04f313ef2c1ed74
 URL:   http://www.koffice.org/
+Patch0:%{name}-libpwdg.patch
 BuildRequires: GraphicsMagick-devel
 BuildRequires: OpenEXR-devel
 BuildRequires: OpenGL-GLU-devel
@@ -335,6 +336,7 @@
 
 %prep
 %setup -q -n %{orgname}-%{version}
+%patch0 -p0
 
 %build
 install -d build
@@ -910,6 +912,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.90  2010/12/28 11:01:55  shadzik
+- add -libwpdg.patch to fix libwpd 0.9 and libwpg 0.2 detection
+
 Revision 1.89  2010/12/28 10:27:28  shadzik
 - BR: openjpeg-devel for *kritajp2[im|ex]port
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-koffice/kde4-koffice.spec?r1=1.89r2=1.90f=u

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


packages: kde4-koffice/kde4-koffice.spec - typo

2010-12-28 Thread shadzik
Author: shadzik  Date: Tue Dec 28 11:02:40 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- typo

 Files affected:
packages/kde4-koffice:
   kde4-koffice.spec (1.90 - 1.91) 

 Diffs:


Index: packages/kde4-koffice/kde4-koffice.spec
diff -u packages/kde4-koffice/kde4-koffice.spec:1.90 
packages/kde4-koffice/kde4-koffice.spec:1.91
--- packages/kde4-koffice/kde4-koffice.spec:1.90Tue Dec 28 12:01:55 2010
+++ packages/kde4-koffice/kde4-koffice.spec Tue Dec 28 12:02:34 2010
@@ -28,7 +28,7 @@
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{orgname}-%{version}/%{orgname}-%{version}.tar.bz2
 # Source0-md5: f987ef48311db04f313ef2c1ed74
 URL:   http://www.koffice.org/
-Patch0:%{name}-libpwdg.patch
+Patch0:%{name}-libwpdg.patch
 BuildRequires: GraphicsMagick-devel
 BuildRequires: OpenEXR-devel
 BuildRequires: OpenGL-GLU-devel
@@ -912,6 +912,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.91  2010/12/28 11:02:34  shadzik
+- typo
+
 Revision 1.90  2010/12/28 11:01:55  shadzik
 - add -libwpdg.patch to fix libwpd 0.9 and libwpg 0.2 detection
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-koffice/kde4-koffice.spec?r1=1.90r2=1.91f=u

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


packages: ruby-gnome2/ruby-gnome2.spec - rel 3 (new poppler)

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 11:03:13 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 3 (new poppler)

 Files affected:
packages/ruby-gnome2:
   ruby-gnome2.spec (1.53 - 1.54) 

 Diffs:


Index: packages/ruby-gnome2/ruby-gnome2.spec
diff -u packages/ruby-gnome2/ruby-gnome2.spec:1.53 
packages/ruby-gnome2/ruby-gnome2.spec:1.54
--- packages/ruby-gnome2/ruby-gnome2.spec:1.53  Sun Aug  1 00:55:26 2010
+++ packages/ruby-gnome2/ruby-gnome2.spec   Tue Dec 28 12:03:08 2010
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8): Biblioteki GNOME 2 dla Ruby
 Name:  ruby-gnome2
 Version:   0.19.4
-Release:   2
+Release:   3
 License:   GPL
 Group: Development/Languages
 Source0:   
http://dl.sourceforge.net/ruby-gnome2/%{name}-all-%{version}.tar.gz
@@ -208,6 +208,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.54  2010/12/28 11:03:08  lisu
+- rel 3 (new poppler)
+
 Revision 1.53  2010/07/31 22:55:26  baggins
 - rel 2
 - use DESTDIR in install


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ruby-gnome2/ruby-gnome2.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: kde4-koffice/kde4-koffice-libwpdg.patch - better

2010-12-28 Thread shadzik
Author: shadzik  Date: Tue Dec 28 11:12:30 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- better

 Files affected:
packages/kde4-koffice:
   kde4-koffice-libwpdg.patch (1.1 - 1.2) 

 Diffs:


Index: packages/kde4-koffice/kde4-koffice-libwpdg.patch
diff -u packages/kde4-koffice/kde4-koffice-libwpdg.patch:1.1 
packages/kde4-koffice/kde4-koffice-libwpdg.patch:1.2
--- packages/kde4-koffice/kde4-koffice-libwpdg.patch:1.1Tue Dec 28 
12:00:34 2010
+++ packages/kde4-koffice/kde4-koffice-libwpdg.patchTue Dec 28 12:12:24 2010
@@ -24,7 +24,7 @@
ENDIF (NOT WIN32)
  
 -  FIND_LIBRARY(LIBWPG_STREAM_LIBRARIES NAMES wpg-stream-0.1 libwpg-stream-0.1
-+  FIND_LIBRARY(LIBWPG_STREAM_LIBRARIES NAMES libwpg-0.1 libwpg-0.2
++  FIND_LIBRARY(LIBWPG_STREAM_LIBRARIES NAMES libwpg-stream-0.1 wpg-stream-0.1 
libwpd-stream-0.9 wpd-stream-0.9
  PATHS
  ${LIBWPG_LIBRARIES}
  )


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-koffice/kde4-koffice-libwpdg.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: mysql/mysql.spec - ac libstdc++ dep

2010-12-28 Thread glen
Author: glen Date: Tue Dec 28 11:29:06 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- ac libstdc++ dep

 Files affected:
packages/mysql:
   mysql.spec (1.510 - 1.511) 

 Diffs:


Index: packages/mysql/mysql.spec
diff -u packages/mysql/mysql.spec:1.510 packages/mysql/mysql.spec:1.511
--- packages/mysql/mysql.spec:1.510 Mon Dec 27 22:11:07 2010
+++ packages/mysql/mysql.spec   Tue Dec 28 12:29:01 2010
@@ -85,7 +85,11 @@
 BuildRequires: bison
 BuildRequires: cmake = 2.6
 BuildRequires: groff
+%if %{pld_release} == ac
+BuildRequires: libstdc++4-devel = 5:4.0
+%else
 BuildRequires: libstdc++-devel = 5:4.0
+%endif
 BuildRequires: libtool
 %{?with_tcpd:BuildRequires:libwrap-devel}
 BuildRequires: ncurses-devel = 4.2
@@ -1095,6 +1099,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.511  2010/12/28 11:29:01  glen
+- ac libstdc++ dep
+
 Revision 1.510  2010/12/27 21:11:07  glen
 - always link with system readline and ssl, do not allow fallback to bundled 
one
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysql.spec?r1=1.510r2=1.511f=u

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


PLD-doc: PLD-update-TODO - updated

2010-12-28 Thread arekm
Author: arekmDate: Tue Dec 28 11:38:53 2010 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- updated

 Files affected:
PLD-doc:
   PLD-update-TODO (1.1157 - 1.1158) 

 Diffs:


Index: PLD-doc/PLD-update-TODO
diff -u PLD-doc/PLD-update-TODO:1.1157 PLD-doc/PLD-update-TODO:1.1158
--- PLD-doc/PLD-update-TODO:1.1157  Tue Dec 28 05:17:33 2010
+++ PLD-doc/PLD-update-TODO Tue Dec 28 12:38:48 2010
@@ -489,7 +489,7 @@
 gtkdbfeditor(9) [OLD] 0.2.0 [NEW] 0.4.0
 gtkdialog(10) [OLD] 0.7.9 [NEW] 0.59.8
 gtklife(9) [OLD] 4.2 [NEW] 5.1
-gtkpod(11) [OLD] 0.99.14 [NEW] 2.0.0.afc2179
+gtkpod(9) [OLD] 1.0.0 [NEW] 2.0.0.afc2179
 gtksee(12) [OLD] 0.5.6 [NEW] 0.6.0b
 gtksourceviewmm2(13) [OLD] 2.10.0 [NEW] 2.10.1
 gtm(12) [OLD] 0.4.11 [NEW] 0.4.12
@@ -552,7 +552,7 @@
 ircd-hybrid(20) [OLD] 7.0.3 [NEW] 7.2.3
 ircii(13) [OLD] 20060725 [NEW] 20081115
 irrd(9) [OLD] 2.2.2 [NEW] 2.3.10
-ispell-pl-alt(9) [OLD] 20100920 [NEW] 20101227
+ispell-pl-alt(9) [OLD] 20100920 [NEW] 20101228
 ixgbe(27) [OLD] 2.1.4 [NEW] 3.1.17
 jabberd(24) [OLD] 2.2.9 [NEW] 2.2.11
 jack-rack(14) [OLD] 1.4.4 [NEW] 1.4.7
@@ -762,7 +762,7 @@
 mnemosyne(9) [OLD] 1.2 [NEW] 1.2.2
 moinmoin(13) [OLD] 1.5.8 [NEW] 1.5.9
 molden(9) [OLD] 4.6 [NEW] 5.0
-moodle(14) [OLD] 1.9.5 [NEW] 20101227
+moodle(14) [OLD] 1.9.5 [NEW] 20101228
 moon-buggy(9) [OLD] 1.0 [NEW] 1.0.51
 mozilla-addon-livehttpheaders(10) [OLD] 0.10 [NEW] 0.16
 mpich2(9) [OLD] 1.0.5p4 [NEW] 1.1.1p1
@@ -770,6 +770,7 @@
 muttprint(9) [OLD] 0.72c [NEW] 0.73
 mysql++(9) [OLD] 3.0.9 [NEW] 3.1.0
 mysql-udf-preg(13) [OLD] 1.0 [NEW] 1.0.1
+mysql-workbench(9) [OLD] 5.2.29 [NEW] 5.2.31a
 mythplugins(47) [OLD] 0.23.1 [NEW] 0.24
 mythstream(11) [OLD] 0.17_1 [NEW] 0.18
 myththemes(13) [OLD] 0.23.1 [NEW] 0.24
@@ -793,6 +794,7 @@
 netplug(11) [OLD] 1.2.9.1 [NEW] 1.2.9.2
 netwag(11) [OLD] 5.36.0 [NEW] 5.38.0
 netwib(11) [OLD] 5.36.0 [NEW] 5.38.0
+netwox(11) [OLD] 5.36.0 [NEW] 5.38.0
 newlib(9) [OLD] 1.16.0 [NEW] 1.19.0
 nexus(10) [OLD] 1.7.0 [NEW] 1.8.0.1
 nfdump(9) [OLD] 1.6.1 [NEW] 1.6.2
@@ -881,7 +883,6 @@
 perl-DBD-CSV(17) [OLD] 0.22 [NEW] 0.2002
 perl-DBD-DB2(16) [OLD] 0.80 [NEW] 1.71
 perl-DBD-Informix(17) [OLD] 2005.02 [NEW] 2008.0513
-perl-DBICx-TestDatabase(17) [OLD] 0.02 [NEW] 0.04
 perl-DBIx-Class-TimeStamp(17) [OLD] 0.07 [NEW] 0.13
 perl-DateTime-Format-ISO8601(17) [OLD] 0.06 [NEW] 0.0403
 perl-DateTime-Format-MySQL(17) [OLD] 0.04 [NEW] 0.0301
@@ -997,7 +998,6 @@
 polipo(9) [OLD] 1.0.4 [NEW] 20080907
 pong2(13) [OLD] 0.1.0 [NEW] 0.1.3
 pop-before-smtp(10) [OLD] 1.29 [NEW] 1.42
-poppler(21) [OLD] 0.14.5 [NEW] 0.16.0
 portmidi(12) [OLD] 200 [NEW] 217
 poseidonCE(10) [OLD] 2.3.1 [NEW] 5.0.1
 posh(9) [OLD] 0.6.17 [NEW] 0.9
@@ -1290,6 +1290,7 @@
 tokyotyrant(9) [OLD] 1.1.40 [NEW] 1.1.41
 ttyrpld(14) [OLD] 2.52 [NEW] 2.60
 tudu(9) [OLD] 0.4.1 [NEW] 0.8
+tutos(12) [OLD] 1.2.20050306 [NEW] 1.7.20101228
 uClibc(19) [OLD] 0.9.30.3 [NEW] 0.9.31
 uboot(8) [OLD] 2009.01 [NEW] 2010.12
 ucblogo(9) [OLD] 5.3 [NEW] 6.0
@@ -1315,7 +1316,7 @@
 vigra(9) [OLD] 1.6.0 [NEW] 1.7.0
 viking(8) [OLD] 0.9.94 [NEW] 1.0.1
 vile(13) [OLD] 9.7 [NEW] 9.8
-vim-spell-pl(9) [OLD] 20100916 [NEW] 20101227
+vim-spell-pl(9) [OLD] 20100916 [NEW] 20101228
 vino(9) [OLD] 2.32.0 [NEW] 2.32.1
 virt-manager(12) [OLD] 0.8.4 [NEW] 0.8.5
 vistalab(9) [OLD] 3.1.5 [NEW] 4.2


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/PLD-doc/PLD-update-TODO?r1=1.1157r2=1.1158f=u

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


packages: epdfview/epdfview.spec - fix build with poppler 0.16 - use autoto...

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 11:39:12 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- fix build with poppler 0.16
- use autotools
- rel 5

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

 Diffs:


Index: packages/epdfview/epdfview.spec
diff -u packages/epdfview/epdfview.spec:1.8 packages/epdfview/epdfview.spec:1.9
--- packages/epdfview/epdfview.spec:1.8 Tue Dec 28 10:21:04 2010
+++ packages/epdfview/epdfview.spec Tue Dec 28 12:39:07 2010
@@ -3,14 +3,17 @@
 Summary(pl.UTF-8): Lekka przeglądarka PDF-ów dla GNOME
 Name:  epdfview
 Version:   0.1.7
-Release:   4
-License:   GPL v2
+Release:   5
+License:   GPL v2+
 Group: X11/Applications
 Source0:   
http://trac.emma-soft.com/epdfview/chrome/site/releases/%{name}-%{version}.tar.bz2
 # Source0-md5: 1919bb19c16ef0a97d48b0a8303d3c7b
 Patch0:%{name}-locale.patch
 Patch1:%{name}-desktop.patch
+Patch2:%{name}-poppler-0.16.patch
 URL:   http://trac.emma-soft.com/epdfview/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: cups-devel
 BuildRequires: gettext-devel
 BuildRequires: gtk+2-devel = 2:2.6.0
@@ -37,11 +40,16 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p0
 # pt_PT locale quick fix
 %{__mv} po/pt_PT.gmo po/pt.gmo
 %{__mv} po/pt_PT.po po/pt.po
 
 %build
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -69,6 +77,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.9  2010/12/28 11:39:07  lisu
+- fix build with poppler 0.16
+- use autotools
+- rel 5
+
 Revision 1.8  2010/12/28 09:21:04  lisu
 - release 4 (new poppler)
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/epdfview/epdfview.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: epdfview/epdfview-poppler-0.16.patch (NEW) - fix build with poppl...

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 11:39:36 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- fix build with poppler 0.16

 Files affected:
packages/epdfview:
   epdfview-poppler-0.16.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/epdfview/epdfview-poppler-0.16.patch
diff -u /dev/null packages/epdfview/epdfview-poppler-0.16.patch:1.1
--- /dev/null   Tue Dec 28 12:39:36 2010
+++ packages/epdfview/epdfview-poppler-0.16.patch   Tue Dec 28 12:39:31 2010
@@ -0,0 +1,59 @@
+--- src/PDFDocument.cxx~2009-02-28 22:00:35.0 +0100
 src/PDFDocument.cxx 2010-12-28 12:30:52.475843668 +0100
+@@ -678,14 +678,24 @@
+ gdouble pageWidth, pageHeight;
+ poppler_page_get_size(page, pageWidth, pageHeight);
+
++#if defined (HAVE_POPPLER_0_16_0)
++PopplerRectangle textRect = { rect-getX1() / getZoom(),
++ rect-getY1() / getZoom(),
++ rect-getX2() / getZoom(),
++ rect-getY2() / getZoom()};
++#else // !HAVE_POPPLER_0_16_0
+ //for get text we must exchange y coordinate, don't ask me where logic 
here.
+ PopplerRectangle textRect = { rect-getX1() / getZoom(),
+   (pageHeight - rect-getY2() / getZoom()),
+   rect-getX2() * getZoom() / getZoom(),
+   (pageHeight - rect-getY1() / getZoom())};
++#endif // HAVE_POPPLER_0_16_0
+ repairEmpty(textRect);
+
+-#if defined (HAVE_POPPLER_0_6_0)
++#if defined (HAVE_POPPLER_0_16_0)
++gchar *text = poppler_page_get_selected_text(page, 
POPPLER_SELECTION_GLYPH,
++   textRect);
++#elif defined (HAVE_POPPLER_0_6_0)
+ gchar *text = poppler_page_get_text(page, POPPLER_SELECTION_GLYPH,
+ textRect);
+ #else // !HAVE_POPPLER_0_6_0
+--- configure.ac   (revision 353)
 configure.ac   (working copy)
+@@ -41,18 +41,22 @@
+ AC_SUBST([POPPLER_CFLAGS])
+ AC_SUBST([POPPLER_LIBS])
+ dnl Check if we have poppler version 0.5.2 or higher.
+-PKG_CHECK_EXISTS([poppler-glib = 0.5.2], [have_poppler_052=yes])
+-if test x$have_poppler_052 = xyes; then
++PKG_CHECK_EXISTS([poppler-glib = 0.5.2], [have_poppler_0_5_2=yes])
++if test x$have_poppler_0_5_2 = xyes; then
+ AC_DEFINE([HAVE_POPPLER_0_5_2], [1], [Define to 1 if you have Poppler 
version 0.5.2 or higher.])
+ fi
+-PKG_CHECK_EXISTS([poppler-glib = 0.6], [have_poppler_060=yes])
+-if test x$have_poppler_060 = xyes; then
++PKG_CHECK_EXISTS([poppler-glib = 0.6], [have_poppler_0_6_0=yes])
++if test x$have_poppler_0_6_0 = xyes; then
+ AC_DEFINE([HAVE_POPPLER_0_6_0], [1], [Define to 1 if you have Poppler 
version 0.6.0 or higher.])
+ fi
+-PKG_CHECK_EXISTS([poppler-glib = 0.8], [have_poppler_080=yes])
+-if test x$have_poppler_080 = xyes; then
++PKG_CHECK_EXISTS([poppler-glib = 0.8], [have_poppler_0_8_0=yes])
++if test x$have_poppler_0_8_0 = xyes; then
+ AC_DEFINE([HAVE_POPPLER_0_8_0], [1], [Define to 1 if you have Poppler 
version 0.8.0 or higher.])
+ fi
++PKG_CHECK_EXISTS([poppler-glib = 0.16], [have_poppler_0_16_0=yes])
++if test x$have_poppler_0_16_0 = xyes; then
++AC_DEFINE([HAVE_POPPLER_0_16_0], [1], [Define to 1 if you have Poppler 
version 0.16.0 or higher.])
++fi
+ 
+ AC_MSG_CHECKING([for native Win32])
+ case $host in

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


packages: whatmask/whatmask.spec - pl fixes - adapter - more verbose files

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 12:01:30 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- pl fixes
- adapter
- more verbose files

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

 Diffs:


Index: packages/whatmask/whatmask.spec
diff -u packages/whatmask/whatmask.spec:1.16 
packages/whatmask/whatmask.spec:1.17
--- packages/whatmask/whatmask.spec:1.16Mon Feb 12 23:09:20 2007
+++ packages/whatmask/whatmask.spec Tue Dec 28 13:01:25 2010
@@ -4,13 +4,13 @@
 Name:  whatmask
 Version:   1.2
 Release:   1
-License:   GPL v2
+License:   GPL v2+
 Group: Networking/Utilities
 Source0:   
http://downloads.laffeycomputer.com/current_builds/whatmask/%{name}-%{version}.tar.gz
 # Source0-md5: 26aeff74dbba70262ccd426e681dcf4a
 URL:   http://www.laffeycomputer.com/whatmask.html
-BuildRequires: automake
 BuildRequires: autoconf
+BuildRequires: automake
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -25,20 +25,20 @@
 useable IPs, and the range of IPs in the subnet.
 
 %description -l pl.UTF-8
-whatmask to niewielki program w C pomagający przy konfiguracji sieci.
-Obsługiwane notacje to CIDR (np. /24), maska sieci (np. 255.255.255.0)
-i maska Wildcatd (np. 0.0.0.255). Te notacje znaczą to samo. Notacja
-CIDR zazwyczaj ma / przed liczbą (oznaczającą liczbę bitów).
-whatmask akceptuje te notacje z lub bez /. Może przyjąć dowolny
-adres IP w podsieci wraz z maską w dowolnym formacie, a wypisze maskę
-w trzech formatach, adres sieci, adres broadcastu, liczbę używalnych
-IP oraz zakres IP w podsieci.
+Whatmask to niewielki program napisany w C pomagający przy
+konfiguracji sieci. Obsługiwane notacje to CIDR (np. /24), maska sieci
+(np. 255.255.255.0) i maska Wildcard (np. 0.0.0.255). Wszytkie notacje
+są zamienne. Notacja CIDR zazwyczaj posiada / przed liczbą
+(oznaczającą liczbę bitów). whatmask akceptuje te notacje z lub bez
+/. Może przyjąć dowolny adres IP w podsieci wraz z maską w dowolnym
+formacie, a wypisze maskę w trzech formatach, adres sieci, adres
+broadcastu, liczbę używalnych IP oraz zakres IP w podsieci.
 
 %prep
 %setup -q
 
 %build
-rm -rf missing
+%{__rm} -r missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
@@ -58,8 +58,8 @@
 %files
 %defattr(644,root,root,755)
 %doc README AUTHORS NEWS ChangeLog
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/whatmask
+%{_mandir}/man1/whatmask.1*
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -67,6 +67,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.17  2010/12/28 12:01:25  lisu
+- pl fixes
+- adapter
+- more verbose files
+
 Revision 1.16  2007/02/12 22:09:20  glen
 - tabs in preamble
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/whatmask/whatmask.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: host-nikhof/host-nikhof.spec - more verbose files - adapter

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 12:09:49 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- more verbose files
- adapter

 Files affected:
packages/host-nikhof:
   host-nikhof.spec (1.12 - 1.13) 

 Diffs:


Index: packages/host-nikhof/host-nikhof.spec
diff -u packages/host-nikhof/host-nikhof.spec:1.12 
packages/host-nikhof/host-nikhof.spec:1.13
--- packages/host-nikhof/host-nikhof.spec:1.12  Tue Feb 13 08:47:11 2007
+++ packages/host-nikhof/host-nikhof.spec   Tue Dec 28 13:09:44 2010
@@ -45,8 +45,8 @@
 
 %description -l pl.UTF-8
 Całkowicie nowa implementacja programu host - narzędzia do odpytywania
-serwerów nazw, podobnego do nslookup czy dig - ale bardziej
-elastyczna i bogata w opcje.
+serwerów nazw, podobnego do nslookup czy dig - ale bardziej elastyczna
+i bogata w opcje.
 
 Wśród nowych możliwości są:
 - obszerna obsługa błędów
@@ -90,8 +90,8 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-install host $RPM_BUILD_ROOT%{_bindir}/host-nikhof
-install host.1 $RPM_BUILD_ROOT%{_mandir}/man1/host-nikhof.1
+cp -a host $RPM_BUILD_ROOT%{_bindir}/host-nikhof
+cp -a host.1 $RPM_BUILD_ROOT%{_mandir}/man1/host-nikhof.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -99,8 +99,8 @@
 %files
 %defattr(644,root,root,755)
 %doc RELEASE_NOTES
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/host-nikhof
+%{_mandir}/man1/host-nikhof.1*
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -108,6 +108,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.13  2010/12/28 12:09:44  lisu
+- more verbose files
+- adapter
+
 Revision 1.12  2007/02/13 07:47:11  glen
 - tabs in preamble
 
@@ -172,5 +176,3 @@
 Revision 1.3  1999/07/12 23:05:58  kloczek
 - added using CVS keywords in %changelog (for automating them).
 
-* Fri May 28 1999 Arkadiusz Miśkiewicz mis...@pld.org.pl
-- initial version


 CVS-web:

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

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


packages: libreoffice/libreoffice.spec - rel 2; i486 builds fine with previ...

2010-12-28 Thread arekm
Author: arekmDate: Tue Dec 28 12:39:26 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2; i486 builds fine with previous commit fix

 Files affected:
packages/libreoffice:
   libreoffice.spec (1.879 - 1.880) 

 Diffs:


Index: packages/libreoffice/libreoffice.spec
diff -u packages/libreoffice/libreoffice.spec:1.879 
packages/libreoffice/libreoffice.spec:1.880
--- packages/libreoffice/libreoffice.spec:1.879 Mon Dec 27 22:51:08 2010
+++ packages/libreoffice/libreoffice.spec   Tue Dec 28 13:39:19 2010
@@ -45,7 +45,7 @@
 Summary(pl.UTF-8): LibreOffice - potężny pakiet biurowy
 Name:  libreoffice
 Version:   3.3.0.2
-Release:   1
+Release:   2
 License:   GPL/LGPL
 Group: X11/Applications
 # we use git because released tarballs are buggy too often
@@ -4312,6 +4312,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.880  2010/12/28 12:39:19  arekm
+- rel 2; i486 builds fine with previous commit fix
+
 Revision 1.879  2010/12/27 21:51:08  arekm
 - try to enable java on i486 since we have icedtea6 there
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libreoffice/libreoffice.spec?r1=1.879r2=1.880f=u

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


packages: gtk-webkit/gtk-webkit.spec - Requires for -devel to satisfy *.la ...

2010-12-28 Thread atler
Author: atlerDate: Tue Dec 28 12:56:03 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- Requires for -devel to satisfy *.la dependencies
- rel 3

 Files affected:
packages/gtk-webkit:
   gtk-webkit.spec (1.98 - 1.99) 

 Diffs:


Index: packages/gtk-webkit/gtk-webkit.spec
diff -u packages/gtk-webkit/gtk-webkit.spec:1.98 
packages/gtk-webkit/gtk-webkit.spec:1.99
--- packages/gtk-webkit/gtk-webkit.spec:1.98Sat Sep 25 15:44:32 2010
+++ packages/gtk-webkit/gtk-webkit.spec Tue Dec 28 13:55:58 2010
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8): Port osadzalnego komponentu WWW WebKit do GTK+
 Name:  gtk-webkit
 Version:   1.2.4
-Release:   2
+Release:   3
 License:   BSD-like
 Group: X11/Libraries
 Source0:   http://webkitgtk.org/webkit-%{version}.tar.gz
@@ -59,13 +59,54 @@
 Summary(pl.UTF-8): Pliki programistyczne WebKit
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Requires:  atk-devel
+Requires:  cairo-devel
+Requires:  dbus-devel
+Requires:  dbus-glib-devel
+Requires:  enchant-devel
+Requires:  expat-devel
 Requires:  fontconfig-devel = 1.0.0
+Requires:  freetype-devel
+Requires:  gdk-pixbuf2-devel
+Requires:  geoclue-devel
 Requires:  glib2-devel = 1:2.22.0
+Requires:  gnutls-devel
+Requires:  gstreamer-devel
+Requires:  gstreamer-plugins-base-devel
 Requires:  gtk+2-devel = 2:2.20.0
+Requires:  libgcrypt-devel
+Requires:  libgpg-error-devel
 Requires:  libicu-devel
+Requires:  libjpeg-devel-8b
+Requires:  libpng-devel
 Requires:  libsoup-devel = 2.30.0
 Requires:  libstdc++-devel
+Requires:  libtasn1-devel
+Requires:  libuuid-devel
+Requires:  libxcb-devel
+Requires:  libxml2-devel
+Requires:  libxslt-devel
+Requires:  pango
+Requires:  pcre-devel
+Requires:  pixman-devel
+Requires:  sqlite3-devel
+Requires:  xcb-util-devel
+Requires:  xorg-lib-libICE-devel
+Requires:  xorg-lib-libSM-devel
+Requires:  xorg-lib-libX11-devel
+Requires:  xorg-lib-libXau-devel
+Requires:  xorg-lib-libXcomposite-devel
+Requires:  xorg-lib-libXcursor-devel
+Requires:  xorg-lib-libXdamage-devel
+Requires:  xorg-lib-libXdmcp-devel
+Requires:  xorg-lib-libXext-devel
+Requires:  xorg-lib-libXfixes-devel
 Requires:  xorg-lib-libXft-devel = 2.0.0
+Requires:  xorg-lib-libXi-devel
+Requires:  xorg-lib-libXinerama-devel
+Requires:  xorg-lib-libXrandr-devel
+Requires:  xorg-lib-libXrender-devel
+Requires:  xorg-lib-libXt-devel
 
 %description devel
 Development files for WebKit.
@@ -140,6 +181,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.99  2010/12/28 12:55:58  atler
+- Requires for -devel to satisfy *.la dependencies
+- rel 3
+
 Revision 1.98  2010/09/25 13:44:32  patrys
 - build with new gir format
 - rel 2


 CVS-web:

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

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


packages: gtk-webkit/gtk-webkit.spec - correct pango Requires for -devel (t...

2010-12-28 Thread atler
Author: atlerDate: Tue Dec 28 13:02:25 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- correct pango Requires for -devel (thx SamChi)

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

 Diffs:


Index: packages/gtk-webkit/gtk-webkit.spec
diff -u packages/gtk-webkit/gtk-webkit.spec:1.99 
packages/gtk-webkit/gtk-webkit.spec:1.100
--- packages/gtk-webkit/gtk-webkit.spec:1.99Tue Dec 28 13:55:58 2010
+++ packages/gtk-webkit/gtk-webkit.spec Tue Dec 28 14:02:20 2010
@@ -86,7 +86,7 @@
 Requires:  libxcb-devel
 Requires:  libxml2-devel
 Requires:  libxslt-devel
-Requires:  pango
+Requires:  pango-devel
 Requires:  pcre-devel
 Requires:  pixman-devel
 Requires:  sqlite3-devel
@@ -181,6 +181,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.100  2010/12/28 13:02:20  atler
+- correct pango Requires for -devel (thx SamChi)
+
 Revision 1.99  2010/12/28 12:55:58  atler
 - Requires for -devel to satisfy *.la dependencies
 - rel 3


 CVS-web:

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

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


packages: libwpd/libwpd.spec - add /usr/include/libwpd-0.9/libwpd-stream to...

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 13:27:11 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- add /usr/include/libwpd-0.9/libwpd-stream to CFLAGS in .pc
- rel 2

 Files affected:
packages/libwpd:
   libwpd.spec (1.32 - 1.33) 

 Diffs:


Index: packages/libwpd/libwpd.spec
diff -u packages/libwpd/libwpd.spec:1.32 packages/libwpd/libwpd.spec:1.33
--- packages/libwpd/libwpd.spec:1.32Sun Nov 21 18:17:28 2010
+++ packages/libwpd/libwpd.spec Tue Dec 28 14:27:06 2010
@@ -7,11 +7,12 @@
 Summary(pl.UTF-8): Biblioteka do odczytu i konwersji dokumentów 
WordPerfecta(TM)
 Name:  libwpd
 Version:   0.9.0
-Release:   1
+Release:   2
 License:   LGPL v2+
 Group: Libraries
 Source0:   
http://downloads.sourceforge.net/libwpd/%{name}-%{version}.tar.gz
 # Source0-md5: a48717413de46ccca59df1b07ac70225
+Patch0:%{name}-stream_cflags.patch
 URL:   http://libwpd.sourceforge.net/
 BuildRequires: autoconf = 2.59c
 BuildRequires: automake
@@ -67,6 +68,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -126,6 +128,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.33  2010/12/28 13:27:06  lisu
+- add /usr/include/libwpd-0.9/libwpd-stream to CFLAGS in .pc
+- rel 2
+
 Revision 1.32  2010/11/21 17:17:28  qboosh
 - glib2 and libgsf no longer used
 - package more docs


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libwpd/libwpd.spec?r1=1.32r2=1.33f=u

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


packages: libwpd/libwpd-stream_cflags.patch (NEW) - add -I/usr/include/libw...

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 13:29:00 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- add -I/usr/include/libwpd-0.9/libwpd-stream to CFLAGS

 Files affected:
packages/libwpd:
   libwpd-stream_cflags.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/libwpd/libwpd-stream_cflags.patch
diff -u /dev/null packages/libwpd/libwpd-stream_cflags.patch:1.1
--- /dev/null   Tue Dec 28 14:29:00 2010
+++ packages/libwpd/libwpd-stream_cflags.patch  Tue Dec 28 14:28:55 2010
@@ -0,0 +1,8 @@
+--- libwpd-0.9.0/libwpd-stream-0.9.pc.in~  2010-08-26 13:35:21.0 
+0200
 libwpd-0.9.0/libwpd-stream-0.9.pc.in   2010-12-28 14:20:59.318039334 
+0100
+@@ -7,4 +7,4 @@
+ Description: Sample Input stream implementation for libwpd, a library for 
reading and writing Corel WordPerfect(tm) documents
+ Version: @VERSION@
+ Libs: -L${libdir} -lwpd-stre...@wpd_major_version@@wpd_minor_version@
+-Cflags: -I${includedir}/libw...@wpd_major_version@@wpd_minor_version@
++Cflags: -I${includedir}/libw...@wpd_major_version@@wpd_minor_version@ 
-I${includedir}/libw...@wpd_major_version@@wpd_minor_version@/libwpd-stream

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


packages: mysql/mysql.spec - use bundled openssl on ac for now (missing SHA...

2010-12-28 Thread glen
Author: glen Date: Tue Dec 28 13:30:55 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- use bundled openssl on ac for now (missing SHA512_DIGEST_LENGTH in 
openssl/sha.h)

 Files affected:
packages/mysql:
   mysql.spec (1.511 - 1.512) 

 Diffs:


Index: packages/mysql/mysql.spec
diff -u packages/mysql/mysql.spec:1.511 packages/mysql/mysql.spec:1.512
--- packages/mysql/mysql.spec:1.511 Tue Dec 28 12:29:01 2010
+++ packages/mysql/mysql.spec   Tue Dec 28 14:30:50 2010
@@ -557,7 +557,11 @@
-DWITH_FAST_MUTEXES=ON \
-DWITH_LIBEDIT=OFF \
-DWITH_READLINE=system \
+%if %{pld_release} == ac
+   -DWITH_SSL=%{?with_ssl:bundled}%{!?with_ssl:no} \
+%else
-DWITH_SSL=%{?with_ssl:system}%{!?with_ssl:no} \
+%endif
-DWITH_ZLIB=system \
-DWITH_COMMENT=PLD Linux Distribution MySQL RPM \
-DWITH_LIBWRAP=%{?with_tcpd:ON}%{!?with_tcpd:OFF} \
@@ -1099,6 +1103,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.512  2010/12/28 13:30:50  glen
+- use bundled openssl on ac for now (missing SHA512_DIGEST_LENGTH in 
openssl/sha.h)
+
 Revision 1.511  2010/12/28 11:29:01  glen
 - ac libstdc++ dep
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysql.spec?r1=1.511r2=1.512f=u

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


pld-builder.new: config/builder.conf - bin builder note

2010-12-28 Thread glen
Author: glen Date: Tue Dec 28 13:32:41 2010 GMT
Module: pld-builder.new   Tag: HEAD
 Log message:
- bin builder note

 Files affected:
pld-builder.new/config:
   builder.conf (1.42 - 1.43) 

 Diffs:


Index: pld-builder.new/config/builder.conf
diff -u pld-builder.new/config/builder.conf:1.42 
pld-builder.new/config/builder.conf:1.43
--- pld-builder.new/config/builder.conf:1.42Tue Nov 16 09:07:50 2010
+++ pld-builder.new/config/builder.conf Tue Dec 28 14:32:36 2010
@@ -27,7 +27,7 @@
 # Keep rpms in /spools/ready inside chroots for how long (in hours).
 max_keep_time = 168
 
-# TCP port number for request_handler_server.py
+# TCP port number for request_handler_server.py. ignored on bin builders
 request_handler_server_port = 1234
 
 # Send '*.uploadinfo' files along with built rpms (used by pld-ftp-admin), but


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/pld-builder.new/config/builder.conf?r1=1.42r2=1.43f=u

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


DISTFILES: pld-builder: pld-builder-0.5.20101228.tar.bz2

2010-12-28 Thread glen

Files fetched: 1

STORED: no-url://pld-builder-0.5.20101228.tar.bz2
d568f81712e1421a47b23b68f7ef0572  pld-builder-0.5.20101228.tar.bz2
Size: 50761 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: pld-builder/pld-builder.spec - type=dir poldek indexes not update...

2010-12-28 Thread glen
Author: glen Date: Tue Dec 28 13:33:26 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- type=dir poldek indexes not updateable
- new snap

 Files affected:
packages/pld-builder:
   pld-builder.spec (1.75 - 1.76) 

 Diffs:


Index: packages/pld-builder/pld-builder.spec
diff -u packages/pld-builder/pld-builder.spec:1.75 
packages/pld-builder/pld-builder.spec:1.76
--- packages/pld-builder/pld-builder.spec:1.75  Thu Nov 11 18:15:51 2010
+++ packages/pld-builder/pld-builder.spec   Tue Dec 28 14:33:21 2010
@@ -1,14 +1,14 @@
 # $Revision$, $Date$
-%definesnap2010
+%definesnap20101228
 Summary:   PLD RPM builder environment
 Summary(pl.UTF-8): Środowisko budowniczego pakietów RPM dla PLD
 Name:  pld-builder
 Version:   0.5.%{snap}
-Release:   3
+Release:   1
 License:   GPL
 Group: Development/Building
 Source0:   %{name}-%{version}.tar.bz2
-# Source0-md5: 33912ce1eff84b97afc1d686015d5b28
+# Source0-md5: d568f81712e1421a47b23b68f7ef0572
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
 URL:   http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-builder.new/
@@ -115,10 +115,11 @@
 cat 'EOF'  poldek.conf
 # locally cached rpms
 [source]
-name = ready
-pri  = -1
-type = dir
-path = /var/cache/%{name}/ready/
+name   = ready
+pri= -1
+type   = dir
+path   = /var/cache/%{name}/ready/
+autoup = no
 EOF
 
 cat 'EOF'  crontab
@@ -338,6 +339,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.76  2010/12/28 13:33:21  glen
+- type=dir poldek indexes not updateable
+- new snap
+
 Revision 1.75  2010/11/11 17:15:51  glen
 - release 3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pld-builder/pld-builder.spec?r1=1.75r2=1.76f=u

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


packages: pld-builder/pld-builder.spec, pld-builder/crontab (NEW), pld-buil...

2010-12-28 Thread glen
Author: glen Date: Tue Dec 28 13:39:05 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- move heredocs to individual source files

 Files affected:
packages/pld-builder:
   pld-builder.spec (1.76 - 1.77) , crontab (NONE - 1.1)  (NEW), poldek.conf 
(NONE - 1.1)  (NEW), procmailrc (NONE - 1.1)  (NEW), rpm.macros (NONE - 1.1) 
 (NEW)

 Diffs:


Index: packages/pld-builder/pld-builder.spec
diff -u packages/pld-builder/pld-builder.spec:1.76 
packages/pld-builder/pld-builder.spec:1.77
--- packages/pld-builder/pld-builder.spec:1.76  Tue Dec 28 14:33:21 2010
+++ packages/pld-builder/pld-builder.spec   Tue Dec 28 14:39:00 2010
@@ -11,6 +11,10 @@
 # Source0-md5: d568f81712e1421a47b23b68f7ef0572
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
+Source3:   poldek.conf
+Source4:   rpm.macros
+Source5:   crontab
+Source6:   procmailrc
 URL:   http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-builder.new/
 BuildRequires: python
 BuildRequires: rpm-pythonprov
@@ -112,61 +116,6 @@
s,/spools/ready,/var/cache/%{name}/ready,
 ' config/builder.conf
 
-cat 'EOF'  poldek.conf
-# locally cached rpms
-[source]
-name   = ready
-pri= -1
-type   = dir
-path   = /var/cache/%{name}/ready/
-autoup = no
-EOF
-
-cat 'EOF'  crontab
-SHELL=/bin/sh
-MAILTO=root
-
-#* * * * * builder exec nice -n 19 %{_datadir}/bin/request-fetcher.sh
-#* * * * * builder exec nice -n 19 %{_datadir}/bin/load-balancer.sh
-#* * * * * builder exec nice -n 19 %{_datadir}/bin/file-sender.sh
-
-#0 0 * * * chroot /home/users/builder/chroot-ac nice -n 19 tmpwatch -m 240 
/var/cache/%{name}/ready
-EOF
-
-cat 'EOF'  procmailrc
-LOGFILE=procmail.log
-
-#:0 c
-#mail.copy
-
-:0
-* ^X-New-PLD-Builder:
-| %{_datadir}/bin/request-handler.sh
-
-:0
-* ^FROM_MAILER
-/dev/null
-
-#:0
-#!r...@example.org
-EOF
-
-cat 'EOF'  rpm.macros
-# rpm macros for pld builder chroot
-
-# A colon separated list of desired locales to be installed;
-# all means install all locale specific files.
-%%_install_langs en_US
-
-# If non-zero, all erasures will be automagically repackaged.
-%%_repackage_all_erasures0
-
-# Boolean (i.e. 1 == yes, 0 == no) that controls whether files
-# marked as %doc should be installed.
-# FIXME: excludedocs breaks kde build
-#%%_excludedocs   1
-EOF
-
 %build
 %{__make}
 %py_lint PLD_Builder
@@ -203,17 +152,17 @@
 touch $RPM_BUILD_ROOT/home/services/builder/rpm/packages/CVS/Entries{,.Static}
 
 install -d $RPM_BUILD_ROOT/etc/poldek/repos.d
-cp -a poldek.conf $RPM_BUILD_ROOT/etc/poldek/repos.d/%{name}.conf
+cp -a %{SOURCE3} $RPM_BUILD_ROOT/etc/poldek/repos.d/%{name}.conf
 
 install -d $RPM_BUILD_ROOT/etc/rpm
-cp -a rpm.macros $RPM_BUILD_ROOT/etc/rpm/macros.builder
+cp -a %{SOURCE4} $RPM_BUILD_ROOT/etc/rpm/macros.builder
 
 # crontab
 install -d $RPM_BUILD_ROOT/etc/cron.d
-cp -a crontab $RPM_BUILD_ROOT/etc/cron.d/%{name}
+cp -a %{SOURCE5} $RPM_BUILD_ROOT/etc/cron.d/%{name}
 
-install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/pld-builder
-install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/pld-builder
+install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/pld-builder
+cp -a %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/pld-builder
 
 # from admin/fresh-queue.sh
 cd $RPM_BUILD_ROOT%{_sharedstatedir}/%{name}
@@ -339,6 +288,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.77  2010/12/28 13:39:00  glen
+- move heredocs to individual source files
+
 Revision 1.76  2010/12/28 13:33:21  glen
 - type=dir poldek indexes not updateable
 - new snap


Index: packages/pld-builder/crontab
diff -u /dev/null packages/pld-builder/crontab:1.1
--- /dev/null   Tue Dec 28 14:39:05 2010
+++ packages/pld-builder/crontabTue Dec 28 14:39:00 2010
@@ -0,0 +1,8 @@
+SHELL=/bin/sh
+MAILTO=root
+
+#* * * * * builder exec nice -n 19 
/usr/share/pld-builder/bin/request-fetcher.sh
+#* * * * * builder exec nice -n 19 /usr/share/pld-builder/bin/load-balancer.sh
+#* * * * * builder exec nice -n 19 /usr/share/pld-builder/bin/file-sender.sh
+
+#0 0 * * * chroot /home/users/builder/chroot-ac nice -n 19 tmpwatch -m 240 
/var/cache/pld-builder/ready


Index: packages/pld-builder/poldek.conf
diff -u /dev/null packages/pld-builder/poldek.conf:1.1
--- /dev/null   Tue Dec 28 14:39:06 2010
+++ packages/pld-builder/poldek.confTue Dec 28 14:39:00 2010
@@ -0,0 +1,7 @@
+# locally cached rpms
+[source]
+name   = ready
+pri= -1
+type   = dir
+path   = /var/cache/pld-builder/ready/
+autoup = no


Index: packages/pld-builder/procmailrc
diff -u /dev/null packages/pld-builder/procmailrc:1.1
--- /dev/null   Tue Dec 28 14:39:06 2010
+++ packages/pld-builder/procmailrc Tue Dec 28 14:39:00 2010
@@ -0,0 +1,15 @@

packages: perl-SVN-Mirror/perl-SVN-Mirror.spec - BR perl-TimeDate

2010-12-28 Thread glen
Author: glen Date: Tue Dec 28 13:43:49 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- BR perl-TimeDate

 Files affected:
packages/perl-SVN-Mirror:
   perl-SVN-Mirror.spec (1.25 - 1.26) 

 Diffs:


Index: packages/perl-SVN-Mirror/perl-SVN-Mirror.spec
diff -u packages/perl-SVN-Mirror/perl-SVN-Mirror.spec:1.25 
packages/perl-SVN-Mirror/perl-SVN-Mirror.spec:1.26
--- packages/perl-SVN-Mirror/perl-SVN-Mirror.spec:1.25  Tue Dec 28 09:28:44 2010
+++ packages/perl-SVN-Mirror/perl-SVN-Mirror.spec   Tue Dec 28 14:43:44 2010
@@ -20,9 +20,10 @@
 BuildRequires: perl-Class-Accessor
 BuildRequires: perl-Data-UUID
 BuildRequires: perl-File-chdir
-BuildRequires: perl-URI
-BuildRequires: perl-Term-ReadKey
 BuildRequires: perl-Sort-Versions
+BuildRequires: perl-Term-ReadKey
+BuildRequires: perl-TimeDate
+BuildRequires: perl-URI
 BuildRequires: perl-VCP
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: perl-subversion = 1.0.3
@@ -35,7 +36,7 @@
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define_noautoreq  'perl(SVK::.*)'
+%define_noautoreq  perl(SVK::.*)
 
 %description
 Mirror remote subversion repository to local.
@@ -76,6 +77,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.26  2010/12/28 13:43:44  glen
+- BR perl-TimeDate
+
 Revision 1.25  2010/12/28 08:28:44  glen
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-SVN-Mirror/perl-SVN-Mirror.spec?r1=1.25r2=1.26f=u

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


packages: calibre/calibre.spec - rel 2 (new poppler)

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 13:44:46 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2 (new poppler)

 Files affected:
packages/calibre:
   calibre.spec (1.60 - 1.61) 

 Diffs:


Index: packages/calibre/calibre.spec
diff -u packages/calibre/calibre.spec:1.60 packages/calibre/calibre.spec:1.61
--- packages/calibre/calibre.spec:1.60  Mon Dec 27 10:01:29 2010
+++ packages/calibre/calibre.spec   Tue Dec 28 14:44:40 2010
@@ -12,7 +12,7 @@
 Summary(pl.UTF-8): Konwerter oraz biblioteka dla e-booków
 Name:  calibre
 Version:   0.7.35
-Release:   1
+Release:   2
 License:   GPL v3+
 Group: Applications/Multimedia
 Source0:   %{name}-%{version}-nofonts.tar.xz
@@ -179,6 +179,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.61  2010/12/28 13:44:40  lisu
+- rel 2 (new poppler)
+
 Revision 1.60  2010/12/27 09:01:29  lisu
 - updated to 0.7.35
 - more verbose files


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/calibre/calibre.spec?r1=1.60r2=1.61f=u

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


DISTFILES: libpurple-protocol-tlen: pidgin-tlen-20101112.tar.gz

2010-12-28 Thread lisu

Files fetched: 1

STORED: http://nic.com.pl/~alek/pidgin-tlen/pidgin-tlen-20101112.tar.gz
c7279014f492830ba93be138d9f2e9c0  pidgin-tlen-20101112.tar.gz
Size: 38829 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: libpurple-protocol-tlen/libpurple-protocol-tlen.spec - up to 2010...

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 13:50:48 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 20101112
- pl fixes
- works fine, rel 1

 Files affected:
packages/libpurple-protocol-tlen:
   libpurple-protocol-tlen.spec (1.8 - 1.9) 

 Diffs:


Index: packages/libpurple-protocol-tlen/libpurple-protocol-tlen.spec
diff -u packages/libpurple-protocol-tlen/libpurple-protocol-tlen.spec:1.8 
packages/libpurple-protocol-tlen/libpurple-protocol-tlen.spec:1.9
--- packages/libpurple-protocol-tlen/libpurple-protocol-tlen.spec:1.8   Sun May 
16 23:13:32 2010
+++ packages/libpurple-protocol-tlen/libpurple-protocol-tlen.spec   Tue Dec 
28 14:50:43 2010
@@ -1,13 +1,13 @@
 # $Revision$, $Date$
 Summary:   Tlen.pl protocol plugin for Pidgin
-Summary(pl.UTF-8): tlen.pl plugin dla pidgina
+Summary(pl.UTF-8): Tlen.pl plugin dla pidgina
 Name:  libpurple-protocol-tlen
-Version:   20100205
-Release:   0.1
+Version:   20101112
+Release:   1
 License:   GPL
 Group: Applications/Communications
 Source0:   
http://nic.com.pl/~alek/pidgin-tlen/pidgin-tlen-%{version}.tar.gz
-# Source0-md5: a51e10b60c9754a1fa6dd077da90999f
+# Source0-md5: c7279014f492830ba93be138d9f2e9c0
 URL:   http://nic.com.pl/~alek/pidgin-tlen/
 BuildRequires: libpurple-devel
 BuildRequires: pidgin-devel
@@ -19,7 +19,7 @@
 Tlen.pl protocol plugin for Pidgin.
 
 %description -l pl.UTF-8
-Tlen Plugin dla Pidgina.
+Tlen.pl plugin dla Pidgina.
 
 %prep
 %setup -q -n pidgin-tlen-%{version}
@@ -54,6 +54,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.9  2010/12/28 13:50:43  lisu
+- up to 20101112
+- pl fixes
+- works fine, rel 1
+
 Revision 1.8  2010/05/16 21:13:32  sparky
 - BR: pidgin-devel
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libpurple-protocol-tlen/libpurple-protocol-tlen.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: kde4-koffice/kde4-koffice-libwpdg.patch - fix build with libwpd-0...

2010-12-28 Thread shadzik
Author: shadzik  Date: Tue Dec 28 13:59:30 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- fix build with libwpd-0.9
- keep build with libwpd-0.8 intact

 Files affected:
packages/kde4-koffice:
   kde4-koffice-libwpdg.patch (1.2 - 1.3) 

 Diffs:


Index: packages/kde4-koffice/kde4-koffice-libwpdg.patch
diff -u packages/kde4-koffice/kde4-koffice-libwpdg.patch:1.2 
packages/kde4-koffice/kde4-koffice-libwpdg.patch:1.3
--- packages/kde4-koffice/kde4-koffice-libwpdg.patch:1.2Tue Dec 28 
12:12:24 2010
+++ packages/kde4-koffice/kde4-koffice-libwpdg.patchTue Dec 28 14:59:25 2010
@@ -28,3 +28,219 @@
  PATHS
  ${LIBWPG_LIBRARIES}
  )
+--- filters/kword/wordperfect/import/wpimport.cc.orig  2010-12-28 
12:55:58.824825310 +0100
 filters/kword/wordperfect/import/wpimport.cc   2010-12-28 
14:55:39.637866594 +0100
+@@ -29,10 +29,110 @@
+ K_EXPORT_COMPONENT_FACTORY(libwpimport, WPImportFactory(kofficefilters))
+ 
+ #include libwpd/libwpd.h
++#if LIBWPD_VERSION_MINOR8
++#include libwpd-stream/libwpd-stream.h
++#else
+ #include libwpd/WPXStream.h
+ #include libwpd/WPXHLListenerImpl.h
++#endif
+ 
+ 
++#if LIBWPD_VERSION_MINOR8
++class WPXMemoryInputStream : public WPXInputStream
++{
++public:
++WPXMemoryInputStream(unsigned char *data, unsigned long size);
++virtual ~WPXMemoryInputStream();
++
++virtual bool isOLEStream() {
++return false;
++}
++virtual WPXInputStream * getDocumentOLEStream(const char *name) {
++return NULL;
++}
++
++const virtual unsigned char *read(unsigned long numBytes, unsigned long 
numBytesRead);
++virtual int seek(long offset, WPX_SEEK_TYPE seekType);
++virtual long tell();
++virtual bool atEOS();
++
++private:
++long m_offset;
++size_t m_size;
++unsigned char *m_data;
++};
++
++WPXMemoryInputStream::WPXMemoryInputStream(unsigned char *data, unsigned long 
size) :
++  WPXInputStream(),
++  m_offset(0),
++  m_size(size),
++  m_data(data)
++{
++}
++
++WPXMemoryInputStream::~WPXMemoryInputStream()
++{
++}
++
++const unsigned char * WPXMemoryInputStream::read(unsigned long numBytes, 
unsigned long numBytesRead)
++{
++  numBytesRead = 0;
++
++  if (numBytes == 0)
++  return 0;
++  
++  int numBytesToRead;
++
++  if ((m_offset+numBytes)  m_size)
++  numBytesToRead = numBytes;
++  else
++  numBytesToRead = m_size - m_offset;
++  
++  numBytesRead = numBytesToRead; // about as paranoid as we can be..
++
++  if (numBytesToRead == 0)
++  return 0;
++
++  long oldOffset = m_offset;
++  m_offset += numBytesToRead;
++  
++  return m_data[oldOffset];
++}
++
++int WPXMemoryInputStream::seek(long offset, WPX_SEEK_TYPE seekType)
++{
++  if (seekType == WPX_SEEK_CUR)
++  m_offset += offset;
++  else if (seekType == WPX_SEEK_SET)
++  m_offset = offset;
++
++  if (m_offset  0)
++  {
++  m_offset = 0;
++  return 1;
++  }
++  if ((long)m_offset  (long)m_size)
++  {
++  m_offset = m_size;
++  return 1;
++  }
++
++  return 0;
++}
++
++long WPXMemoryInputStream::tell()
++{
++  return m_offset;
++}
++
++bool WPXMemoryInputStream::atEOS()
++{
++  if ((long)m_offset == (long)m_size) 
++  return true; 
++
++  return false;
++}
++#else
+ class WPXMemoryInputStream : public WPXInputStream
+ {
+ public:
+@@ -59,8 +159,8 @@
+ };
+ 
+ 
+-WPXMemoryInputStream::WPXMemoryInputStream(uint8_t *data, size_t size) :
+-WPXInputStream(false),
++WPXMemoryInputStream::WPXMemoryInputStream(unsigned char *data, unsigned long 
size) :
++WPXInputStream(),
+ m_offset(0),
+ m_data(data),
+ m_size(size),
+@@ -125,13 +225,70 @@
+ 
+ return false;
+ }
++#endif
+ 
+-
++#if LIBWPD_VERSION_MINOR8
++class KWordListener : public WPXDocumentInterface
++#else
+ class KWordListener : public WPXHLListenerImpl
++#endif
+ {
+ public:
+ KWordListener();
+ virtual ~KWordListener();
++#if LIBWPD_VERSION_MINOR8
++  virtual void setDocumentMetaData(const WPXPropertyList propList) {};
++  virtual void startDocument();
++  virtual void endDocument();
++  virtual void definePageStyle(const WPXPropertyList propList) {};
++  virtual void openPageSpan(const WPXPropertyList propList) {};
++  virtual void closePageSpan() {};
++  virtual void openHeader(const WPXPropertyList propList) {};
++  virtual void closeHeader() {};
++  virtual void openFooter(const WPXPropertyList propList) {};
++  virtual void closeFooter() {};
++  virtual void defineParagraphStyle(const WPXPropertyList propList, 
const WPXPropertyListVector tabStops) {};
++  virtual void openParagraph(const WPXPropertyList propList, const 

packages: libwpd/libwpd.spec - reverse - rel 3

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 14:09:30 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- reverse
- rel 3

 Files affected:
packages/libwpd:
   libwpd.spec (1.33 - 1.34) 

 Diffs:


Index: packages/libwpd/libwpd.spec
diff -u packages/libwpd/libwpd.spec:1.33 packages/libwpd/libwpd.spec:1.34
--- packages/libwpd/libwpd.spec:1.33Tue Dec 28 14:27:06 2010
+++ packages/libwpd/libwpd.spec Tue Dec 28 15:09:25 2010
@@ -7,12 +7,11 @@
 Summary(pl.UTF-8): Biblioteka do odczytu i konwersji dokumentów 
WordPerfecta(TM)
 Name:  libwpd
 Version:   0.9.0
-Release:   2
+Release:   3
 License:   LGPL v2+
 Group: Libraries
 Source0:   
http://downloads.sourceforge.net/libwpd/%{name}-%{version}.tar.gz
 # Source0-md5: a48717413de46ccca59df1b07ac70225
-Patch0:%{name}-stream_cflags.patch
 URL:   http://libwpd.sourceforge.net/
 BuildRequires: autoconf = 2.59c
 BuildRequires: automake
@@ -68,7 +67,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -128,6 +126,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.34  2010/12/28 14:09:25  lisu
+- reverse
+- rel 3
+
 Revision 1.33  2010/12/28 13:27:06  lisu
 - add /usr/include/libwpd-0.9/libwpd-stream to CFLAGS in .pc
 - rel 2


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libwpd/libwpd.spec?r1=1.33r2=1.34f=u

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


packages: libwpd/libwpd-stream_cflags.patch (REMOVED) - unneeded

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 14:09:59 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- unneeded

 Files affected:
packages/libwpd:
   libwpd-stream_cflags.patch (1.1 - NONE)  (REMOVED)

 Diffs:

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


packages: gtk-webkit/gtk-webkit.spec - remove indirect Requires - rel 4

2010-12-28 Thread atler
Author: atlerDate: Tue Dec 28 14:12:55 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- remove indirect Requires
- rel 4

 Files affected:
packages/gtk-webkit:
   gtk-webkit.spec (1.100 - 1.101) 

 Diffs:


Index: packages/gtk-webkit/gtk-webkit.spec
diff -u packages/gtk-webkit/gtk-webkit.spec:1.100 
packages/gtk-webkit/gtk-webkit.spec:1.101
--- packages/gtk-webkit/gtk-webkit.spec:1.100   Tue Dec 28 14:02:20 2010
+++ packages/gtk-webkit/gtk-webkit.spec Tue Dec 28 15:12:50 2010
@@ -8,7 +8,7 @@
 Summary(pl.UTF-8): Port osadzalnego komponentu WWW WebKit do GTK+
 Name:  gtk-webkit
 Version:   1.2.4
-Release:   3
+Release:   4
 License:   BSD-like
 Group: X11/Libraries
 Source0:   http://webkitgtk.org/webkit-%{version}.tar.gz
@@ -18,9 +18,11 @@
 BuildRequires: autoconf = 2.59
 BuildRequires: automake
 BuildRequires: bison
+BuildRequires: cairo-devel = 1.6
 BuildRequires: enchant-devel = 0.22
 BuildRequires: flex = 2.5.33
 BuildRequires: fontconfig-devel = 2.4.0
+BuildRequires: freetype-devel = 1:2.1.8
 BuildRequires: geoclue-devel
 BuildRequires: gettext-devel
 BuildRequires: glib2-devel = 1:2.22.0
@@ -38,10 +40,10 @@
 BuildRequires: libstdc++-devel
 BuildRequires: libtool = 2:1.5
 BuildRequires: libxml2-devel = 1:2.6.30
-BuildRequires: libxslt-devel
+BuildRequires: libxslt-devel = 1.1.7
+BuildRequires: pango-devel = 1:1.12
 BuildRequires: pkgconfig
 BuildRequires: sqlite3-devel
-BuildRequires: xorg-lib-libXft-devel = 2.0.0
 BuildRequires: xorg-lib-libXt-devel
 Requires:  gtk+2 = 2:2.20.0
 Requires:  libsoup = 2.30.0
@@ -59,53 +61,24 @@
 Summary(pl.UTF-8): Pliki programistyczne WebKit
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
-Requires:  atk-devel
-Requires:  cairo-devel
-Requires:  dbus-devel
-Requires:  dbus-glib-devel
-Requires:  enchant-devel
-Requires:  expat-devel
-Requires:  fontconfig-devel = 1.0.0
-Requires:  freetype-devel
-Requires:  gdk-pixbuf2-devel
+Requires:  cairo-devel = 1.6
+Requires:  enchant-devel = 0.22
+Requires:  fontconfig-devel = 2.4.0
+Requires:  freetype-devel = 1:2.1.8
 Requires:  geoclue-devel
 Requires:  glib2-devel = 1:2.22.0
-Requires:  gnutls-devel
-Requires:  gstreamer-devel
-Requires:  gstreamer-plugins-base-devel
+Requires:  gstreamer-devel = 0.10
+Requires:  gstreamer-plugins-base-devel = 0.10.25
 Requires:  gtk+2-devel = 2:2.20.0
-Requires:  libgcrypt-devel
-Requires:  libgpg-error-devel
-Requires:  libicu-devel
-Requires:  libjpeg-devel-8b
+Requires:  libicu-devel = 4.2.1
+Requires:  libjpeg-devel
 Requires:  libpng-devel
 Requires:  libsoup-devel = 2.30.0
 Requires:  libstdc++-devel
-Requires:  libtasn1-devel
-Requires:  libuuid-devel
-Requires:  libxcb-devel
-Requires:  libxml2-devel
-Requires:  libxslt-devel
-Requires:  pango-devel
-Requires:  pcre-devel
-Requires:  pixman-devel
+Requires:  libxml2-devel = 1:2.6.30
+Requires:  libxslt-devel = 1.1.7
+Requires:  pango-devel = 1:1.12
 Requires:  sqlite3-devel
-Requires:  xcb-util-devel
-Requires:  xorg-lib-libICE-devel
-Requires:  xorg-lib-libSM-devel
-Requires:  xorg-lib-libX11-devel
-Requires:  xorg-lib-libXau-devel
-Requires:  xorg-lib-libXcomposite-devel
-Requires:  xorg-lib-libXcursor-devel
-Requires:  xorg-lib-libXdamage-devel
-Requires:  xorg-lib-libXdmcp-devel
-Requires:  xorg-lib-libXext-devel
-Requires:  xorg-lib-libXfixes-devel
-Requires:  xorg-lib-libXft-devel = 2.0.0
-Requires:  xorg-lib-libXi-devel
-Requires:  xorg-lib-libXinerama-devel
-Requires:  xorg-lib-libXrandr-devel
-Requires:  xorg-lib-libXrender-devel
 Requires:  xorg-lib-libXt-devel
 
 %description devel
@@ -132,7 +105,8 @@
--enable-geolocation \
--enable-icon-database \

--%{!?with_introspection:dis}%{?with_introspection:en}able-introspection \
-   --enable-video
+   --enable-video \
+   --with-font-backend=freetype
 
 %{__make}
 
@@ -181,6 +155,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.101  2010/12/28 14:12:50  atler
+- remove indirect Requires
+- rel 4
+
 Revision 1.100  2010/12/28 13:02:20  atler
 - correct pango Requires for -devel (thx SamChi)
 


 CVS-web:

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

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


packages: gnucash/gnucash.spec - start update to 2.4.0 - merge with DEVEL -...

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 14:38:32 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- start update to 2.4.0
- merge with DEVEL
- skip symbol checking for some broken libs
- nfy

 Files affected:
packages/gnucash:
   gnucash.spec (1.113 - 1.114) 

 Diffs:


Index: packages/gnucash/gnucash.spec
diff -u packages/gnucash/gnucash.spec:1.113 packages/gnucash/gnucash.spec:1.114
--- packages/gnucash/gnucash.spec:1.113 Fri Jun 19 16:49:54 2009
+++ packages/gnucash/gnucash.spec   Tue Dec 28 15:38:27 2010
@@ -11,6 +11,8 @@
 #
 # Conditional build:
 %bcond_without hbci# don't build HBCI support
+%bcond_without dbi # don't build SQL support (via libdbi)
+%bcond_without webkit  # disable WebKit, use GtkHTML
 #
 %include   /usr/lib/rpm/macros.perl
 Summary:   GnuCash is an application to keep track of your finances
@@ -19,49 +21,56 @@
 Summary(pt_BR.UTF-8):  O GnuCash é uma aplicação para acompanhamento de suas 
finanças
 Summary(zh_CN.UTF-8):  GnuCash - 您的个人财务管理软件
 Name:  gnucash
-Version:   2.2.9
-Release:   1
-License:   GPL v2
+Version:   2.4.0
+Release:   0.1
+License:   GPL v2+
 Group: X11/Applications
-Source0:   
http://www.gnucash.org/pub/gnucash/sources/stable/%{name}-%{version}.tar.bz2
-# Source0-md5: 1d814de8673b4760045bf51b72924d04
+Source0:   
http://downloads.sourceforge.net/gnucash/%{name}-%{version}.tar.bz2
+# Source0-md5: 3d396acb05a062adfc85bc9c4f8f0b08
 Source1:   %{name}-icon.png
 URL:   http://www.gnucash.org/
 BuildRequires: GConf2-devel = 2.0
-%if %{with hbci}
-BuildRequires: aqbanking-devel = 1.6.0
-BuildRequires: aqbanking-devel  2.9.0
-%endif
-BuildRequires: db-devel
 BuildRequires: gettext-devel
-BuildRequires: glib2-devel = 1:2.6.0
-BuildRequires: gtk+2-devel = 2:2.6.0
-BuildRequires: gtkhtml-devel = 3.14
+BuildRequires: glib2-devel = 1:2.13.0
+BuildRequires: gtk+2-devel = 2:2.11.0
+BuildRequires: gtkhtml-devel = 3.16
 BuildRequires: guile-devel = 5:1.8.2-2
 BuildRequires: guile-www
-BuildRequires: ktoblzcheck-devel
 BuildRequires: libglade2-devel = 2.4
+BuildRequires: libgnome-devel = 2.19.0
 BuildRequires: libgnomeprint-devel = 2.2
 BuildRequires: libgnomeprintui-devel = 2.2
 BuildRequires: libgnomeui-devel = 2.4
-BuildRequires: libgoffice-devel = 0.3.0
-BuildRequires: libgsf-gnome-devel = 1.12.2
+BuildRequires: libgoffice-devel = 0.6.0
 BuildRequires: libltdl-devel
 BuildRequires: libofx-devel = 0.7.0
 BuildRequires: libxml2-devel = 1:2.5.10
 BuildRequires: pango-devel = 1.8.0
 BuildRequires: pkgconfig
 BuildRequires: popt-devel = 1.5
-BuildRequires: postgresql-devel
 BuildRequires: readline-devel
 BuildRequires: sed = 4.0
 BuildRequires: slib = 2c4
 BuildRequires: texinfo
+BuildRequires: zlib-devel
+%if %{with dbi}
+BuildRequires: libdbi-devel
+%endif
+%if %{with hbci}
+BuildRequires: aqbanking-devel = 3.8.1
+BuildRequires: gwenhywfar-devel = 3.6.0
+BuildRequires: ktoblzcheck-devel = 1.20
+%endif
+%if %{with webkit}
+BuildRequires: gtk-webkit-devel = 1.0
+%endif
 Requires(post,preun):  /sbin/ldconfig
 Requires:  guile = 5:1.8.2-2
 Requires:  guile-www
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%defineskip_post_check_so  libgnc-gnome.so.* 
libgnc-backend-sql.so.*
+
 %description
 GnuCash is a personal finance manager. A check-book like register GUI
 allows you to enter and track bank accounts, stocks, income and even
@@ -107,18 +116,22 @@
 # force regeneration after patching types in table.m4
 rm -f src/backend/postgres/base-autogen.c
 
-sed -i -e 's/Categories=Application;Office/Categories=GTK;GNOME;Office/' 
src/gnome/gnucash.desktop.in
+%{__sed} -i -e 's/Categories=Application;Office/Categories=GTK;GNOME;Office/' 
src/gnome/gnucash.desktop.in
 cat  src/gnome/gnucash.desktop.in EOF
 Encoding=UTF-8
 EOF
 
 %build
 %configure \
-   --disable-prefer-db1 \
-   %{?with_hbci:--enable-hbci} \
-   %{!?with_hbci:--disable-hbci} \
+   %{?with_hbci:--enable-aqbanking} \
+   %{!?with_hbci:--disable-aqbanking} \
--enable-ofx \
-   --enable-sql
+   %{?with_dbi:--enable-dbi --with-dbi-dbd-dir=%{_libdir}/dbd} \
+   %{!?with_dbi:--disable-dbi} \
+   --with-html-engine=%{?with_webkit:webkit}%{!?with_webkit:gtkhtml} \
+   --enable-locale-specific-tax \
+   --enable-binreloc-threads \
+   --disable-python-bindings
 
 %{__make}
 
@@ -133,9 +146,9 @@
 install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 ## Cleanup
-rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
-rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.so.[0-9]
-rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/doc/*win32-bin.txt
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
+#%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.so.[0-9]
+%{__rm} $RPM_BUILD_ROOT%{_datadir}/%{name}/doc/*win32-bin.txt
 
 %find_lang %{name}
 # --with-gnome
@@ -213,11 +226,14 

DISTFILES: gnucash: gnucash-2.4.0.tar.bz2

2010-12-28 Thread lisu

Files fetched: 1

STORED: http://downloads.sourceforge.net/gnucash/gnucash-2.4.0.tar.bz2
3d396acb05a062adfc85bc9c4f8f0b08  gnucash-2.4.0.tar.bz2
Size: 9272663 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: pidgin-plugin-toobars/pidgin-plugin-toobars.spec - fix find lang, ...

2010-12-28 Thread glen
Author: glen Date: Tue Dec 28 14:47:03 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- fix find lang, executable attrs on shared lib

 Files affected:
packages/pidgin-plugin-toobars:
   pidgin-plugin-toobars.spec (1.1 - 1.2) 

 Diffs:


Index: packages/pidgin-plugin-toobars/pidgin-plugin-toobars.spec
diff -u packages/pidgin-plugin-toobars/pidgin-plugin-toobars.spec:1.1 
packages/pidgin-plugin-toobars/pidgin-plugin-toobars.spec:1.2
--- packages/pidgin-plugin-toobars/pidgin-plugin-toobars.spec:1.1   Tue Dec 
28 10:14:11 2010
+++ packages/pidgin-plugin-toobars/pidgin-plugin-toobars.spec   Tue Dec 28 
15:46:58 2010
@@ -37,19 +37,19 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name} --all-name
+%find_lang toobars
+rm -f $RPM_BUILD_ROOT%{_libdir}/pidgin/toobars.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{name}.lang
+%files -f toobars.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
-%{_libdir}/pidgin/toobars.so
+%attr(755,root,root) %{_libdir}/pidgin/toobars.so
 %{_pixmapsdir}/pidgin/buttons/*.png
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
@@ -58,6 +58,8 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2010/12/28 14:46:58  glen
+- fix find lang, executable attrs on shared lib
+
 Revision 1.1  2010/12/28 09:14:11  lisu
 - initial release
-


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pidgin-plugin-toobars/pidgin-plugin-toobars.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: gnucash/gnucash.spec - enable binreloc at configure time - commet...

2010-12-28 Thread lisu
Author: lisu Date: Tue Dec 28 15:10:56 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- enable binreloc at configure time
- commet out some missing files

 Files affected:
packages/gnucash:
   gnucash.spec (1.114 - 1.115) 

 Diffs:


Index: packages/gnucash/gnucash.spec
diff -u packages/gnucash/gnucash.spec:1.114 packages/gnucash/gnucash.spec:1.115
--- packages/gnucash/gnucash.spec:1.114 Tue Dec 28 15:38:27 2010
+++ packages/gnucash/gnucash.spec   Tue Dec 28 16:10:51 2010
@@ -131,6 +131,7 @@
--with-html-engine=%{?with_webkit:webkit}%{!?with_webkit:gtkhtml} \
--enable-locale-specific-tax \
--enable-binreloc-threads \
+   --enable-binreloc \
--disable-python-bindings
 
 %{__make}
@@ -224,11 +225,11 @@
 %attr(755,root,root) %{_bindir}/gnc-fq-update
 %attr(755,root,root) %{_bindir}/gnc-test-env
 %attr(755,root,root) %{_bindir}/gnucash
-%attr(755,root,root) %{_bindir}/gnucash-bin
+#%%attr(755,root,root) %{_bindir}/gnucash-bin
 %attr(755,root,root) %{_bindir}/gnucash-env
-%attr(755,root,root) %{_bindir}/gnucash-gdb
+#%%attr(755,root,root) %{_bindir}/gnucash-gdb
 %attr(755,root,root) %{_bindir}/gnucash-make-guids
-%attr(755,root,root) %{_bindir}/gnucash-setup-env
+#%%attr(755,root,root) %{_bindir}/gnucash-setup-env
 %attr(755,root,root) %{_bindir}/gnucash-valgrind
 %attr(755,root,root) %{_bindir}/update-gnucash-gconf
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
@@ -299,29 +300,29 @@
 %{_datadir}/%{name}/doc/examples/abc.qif
 %{_datadir}/%{name}/doc/examples/bogus.qif
 %{_datadir}/%{name}/doc/examples/cbb-export.qif
-%{_datadir}/%{name}/doc/examples/currency.xac
-%{_datadir}/%{name}/doc/examples/currency_tree_xml.xac
+#%%{_datadir}/%{name}/doc/examples/currency.xac
+#%%{_datadir}/%{name}/doc/examples/currency_tree_xml.xac
 %{_datadir}/%{name}/doc/examples/every.qif
 %{_datadir}/%{name}/doc/examples/ms-money.qif
 %{_datadir}/%{name}/doc/examples/quicktest.qif
-%{_datadir}/%{name}/doc/examples/splitdemo.xac
+#%%{_datadir}/%{name}/doc/examples/splitdemo.xac
 %{_datadir}/%{name}/doc/examples/swipe.qif
-%{_datadir}/%{name}/doc/examples/taxreport.xac
-%{_datadir}/%{name}/doc/examples/test.xac
-%{_datadir}/%{name}/doc/examples/test2.xac
-%{_datadir}/%{name}/doc/examples/test3.xac
-%{_datadir}/%{name}/doc/examples/test4.xac
-%{_datadir}/%{name}/doc/examples/trading.xac
-%{_datadir}/%{name}/doc/examples/trading2.xac
+#%%{_datadir}/%{name}/doc/examples/taxreport.xac
+#%%{_datadir}/%{name}/doc/examples/test.xac
+#%%{_datadir}/%{name}/doc/examples/test2.xac
+#%%{_datadir}/%{name}/doc/examples/test3.xac
+#%%{_datadir}/%{name}/doc/examples/test4.xac
+#%%{_datadir}/%{name}/doc/examples/trading.xac
+#%%{_datadir}/%{name}/doc/examples/trading2.xac
 %{_datadir}/%{name}/doc/examples/web.qif
-%{_datadir}/%{name}/doc/examples/xfer.xac
+#%%{_datadir}/%{name}/doc/examples/xfer.xac
 %dir %{_datadir}/%{name}/glade
 %{_datadir}/%{name}/glade/account.glade
 %{_datadir}/%{name}/glade/acctperiod.glade
 %{_datadir}/%{name}/glade/billterms.glade
 %{_datadir}/%{name}/glade/budget.glade
 %{_datadir}/%{name}/glade/businessprefs.glade
-%{_datadir}/%{name}/glade/chart-export.glade
+#%%{_datadir}/%{name}/glade/chart-export.glade
 %{_datadir}/%{name}/glade/choose-owner.glade
 %{_datadir}/%{name}/glade/commodities.glade
 %{_datadir}/%{name}/glade/commodity.glade
@@ -349,7 +350,7 @@
 %{_datadir}/%{name}/glade/invoice.glade
 %{_datadir}/%{name}/glade/job.glade
 %{_datadir}/%{name}/glade/lots.glade
-%{_datadir}/%{name}/glade/merge.glade
+#%%{_datadir}/%{name}/glade/merge.glade
 %{_datadir}/%{name}/glade/newuser.glade
 %{_datadir}/%{name}/glade/order.glade
 %{_datadir}/%{name}/glade/payment.glade
@@ -403,7 +404,7 @@
 %{_datadir}/%{name}/guile-modules/gnucash/report/report-gnome.scm
 %{_datadir}/%{name}/guile-modules/gnucash/report/report-system.scm
 %{_datadir}/%{name}/guile-modules/gnucash/report/standard-reports.scm
-%{_datadir}/%{name}/guile-modules/gnucash/report/stylesheet-css.scm
+#%%{_datadir}/%{name}/guile-modules/gnucash/report/stylesheet-css.scm
 %{_datadir}/%{name}/guile-modules/gnucash/report/stylesheet-easy.scm
 %{_datadir}/%{name}/guile-modules/gnucash/report/stylesheet-fancy.scm
 %{_datadir}/%{name}/guile-modules/gnucash/report/stylesheet-plain.scm
@@ -499,16 +500,19 @@
 %{_datadir}/%{name}/scm/xml-generator.scm
 %{_datadir}/%{name}/tip_of_the_day.list
 %{_datadir}/%{name}/ui
+%if 0
 %dir %{_datadir}/%{name}/xml
 %dir %{_datadir}/%{name}/xml/qsf
 %{_datadir}/%{name}/xml/qsf/pilot-qsf-GnuCashInvoice.xml
 %{_datadir}/%{name}/xml/qsf/pilot-qsf-gncCustomer.xml
 %{_datadir}/%{name}/xml/qsf/qsf-map.xsd.xml
 %{_datadir}/%{name}/xml/qsf/qsf-object.xsd.xml
+%endif
 %{_infodir}/gnucash-design.info*
-%{_mandir}/man1/gnc-prices.1*
+#%%{_mandir}/man1/gnc-prices.1*
 %{_mandir}/man1/gnucash.1*
 %{_pixmapsdir}/*
+%if 0
 %dir %{_datadir}/xml/%{name}
 %dir %{_datadir}/xml/%{name}/xsl
 

packages: cassandra-bin/cassandra-bin.spec (NEW), cassandra-bin/cassandra.i...

2010-12-28 Thread matkor
Author: matkor   Date: Tue Dec 28 15:40:41 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- Initial. NFY. Needs some polishing.

 Files affected:
packages/cassandra-bin:
   cassandra-bin.spec (NONE - 1.1)  (NEW), cassandra.init (NONE - 1.1)  
(NEW), cassandra.in.sh (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/cassandra-bin/cassandra-bin.spec
diff -u /dev/null packages/cassandra-bin/cassandra-bin.spec:1.1
--- /dev/null   Tue Dec 28 16:40:41 2010
+++ packages/cassandra-bin/cassandra-bin.spec   Tue Dec 28 16:40:36 2010
@@ -0,0 +1,130 @@
+%include   /usr/lib/rpm/macros.java
+# TODO: Fix .init  cassandra status does not work now.
+
+Summary:   Cassandra database binary package.
+Summary(pl.UTF-8): Baza danych Cassandra wersja binarna
+Name:  cassandra-bin
+%define shname cassandra
+Version:   0.7.0
+%define rccode rc3
+Release:   0.%{rccode}.0.1
+License:   ASF
+Group: Applications/Databases
+Source0:   
http://mirror.nyi.net/apache//cassandra/%{version}/apache-cassandra-%{version}-%{rccode}-bin.tar.gz
+# Source0-md5: 8e5cfc07178cd57e05ef81cad18ef170
+Source1:cassandra.in.sh
+Source2:%{shname}.init
+URL:   http://cassandra.apache.org/
+BuildRequires: rpm-javaprov
+BuildRequires: rpmbuild(macros) = 1.300
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Cassandra brings together the distributed systems technologies from Dynamo
+and the data model from Google's BigTable. Like Dynamo, Cassandra is
+eventually consistent. Like BigTable, Cassandra provides a ColumnFamily-based
+data model richer than typical key/value systems.
+
+%description -l pl.UTF-8
+TODO
+
+%prep
+%setup -q -n apache-cassandra-%{version}-%{rccode}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_javadir}
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/%{shname}/
+mkdir -p $RPM_BUILD_ROOT/usr/share/%{shname}
+# /usr/share/%{shname}/conf - /etc/%{shname}/ - We do not want that , lets be 
ale to use many instances of cassandra like we do with postgresql
+# TODO: /usr/share/%{shname}/conf - /var/lib/cassandra/conf
+# TODO: root:cassandra conf/*
+# mkdir -p $RPM_BUILD_ROOT/usr/share/%{shname}/conf
+mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d/
+cp -p %{SOURCE1}  $RPM_BUILD_ROOT/usr/share/%{shname}
+# cp -p contrib/redhat/%{name} $RPM_BUILD_ROOT/etc/rc.d/init.d/
+cp -p lib/*.jar $RPM_BUILD_ROOT/usr/share/%{shname}
+mkdir -p $RPM_BUILD_ROOT/usr/sbin
+cp -p bin/cassandra $RPM_BUILD_ROOT/usr/sbin
+mkdir -p $RPM_BUILD_ROOT/usr/bin
+cp -p bin/cassandra-cli $RPM_BUILD_ROOT/usr/bin
+cp -p bin/nodetool $RPM_BUILD_ROOT/usr/bin
+cp -p bin/clustertool $RPM_BUILD_ROOT/usr/bin
+cp -p bin/json2sstable $RPM_BUILD_ROOT/usr/bin
+cp -p bin/sstable2json $RPM_BUILD_ROOT/usr/bin
+cp -p bin/schematool $RPM_BUILD_ROOT/usr/bin
+cp -p bin/config-converter $RPM_BUILD_ROOT/usr/bin
+cp -p bin/sstablekeys $RPM_BUILD_ROOT/usr/bin
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/cassandra
+mkdir -p $RPM_BUILD_ROOT/var/lib/%{shname}/commitlog
+mkdir -p $RPM_BUILD_ROOT/var/lib/%{shname}/data
+mkdir -p $RPM_BUILD_ROOT/var/lib/%{shname}/saved_caches
+mkdir -p $RPM_BUILD_ROOT/var/lib/%{shname}/conf
+cp -p conf/log4j-server.properties $RPM_BUILD_ROOT/var/lib/%{shname}/conf
+cp -p conf/cassandra.yaml $RPM_BUILD_ROOT/var/lib/%{shname}/conf
+cp -p conf/cassandra-env.sh $RPM_BUILD_ROOT/var/lib/%{shname}/conf
+cp -p conf/access.properties $RPM_BUILD_ROOT/var/lib/%{shname}/conf
+cp -p conf/passwd.properties $RPM_BUILD_ROOT/var/lib/%{shname}/conf
+cp -p conf/cassandra-topology.properties $RPM_BUILD_ROOT/var/lib/%{shname}/conf
+cp -p conf/README.txt $RPM_BUILD_ROOT/var/lib/%{shname}/conf
+mkdir -p $RPM_BUILD_ROOT/var/run/%{shname}
+mkdir -p $RPM_BUILD_ROOT/var/log/%{shname}
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+# TODO:
+%groupadd -g 259 -r cassandra
+%useradd -M -o -r -u 259 -d /var/lib/%{shname} -s /bin/sh -g cassandra -c 
Cassandra Server cassandra
+
+# TODO:
+%preun
+if [ $1 = 0 ]; then
+%service cassandra stop
+/sbin/chkconfig --del cassandra
+fi
+
+# %post upstart
+# %upstart_post cassandra
+
+# %postun upstart
+# %upstart_postun cassandra
+
+
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES.txt LICENSE.txt README.txt NEWS.txt NOTICE.txt
+%attr(754,root,root) /etc/rc.d/init.d/cassandra
+%attr(755,root,root) %{_bindir}/cassandra-cli
+%attr(755,root,root) %{_bindir}/nodetool
+%attr(755,root,root) %{_bindir}/clustertool
+%attr(755,root,root) %{_bindir}/json2sstable
+%attr(755,root,root) %{_bindir}/sstable2json
+%attr(755,root,root) %{_bindir}/schematool
+%attr(755,root,root) %{_bindir}/config-converter
+%attr(755,root,root) %{_bindir}/sstablekeys
+%attr(755,root,root) %{_sbindir}/cassandra
+# %attr(755,root,root) /etc/rc.d/init.d/%{name}
+# %attr(754,root,root) /etc/rc.d/init.d/postgresql
+# %attr(755,root,root) 

DISTFILES: cassandra-bin: apache-cassandra-0.7.0-rc3-bin.tar.gz

2010-12-28 Thread matkor

Files fetched: 1

STORED: 
http://mirror.nyi.net/apache//cassandra/0.7.0/apache-cassandra-0.7.0-rc3-bin.tar.gz
8e5cfc07178cd57e05ef81cad18ef170  apache-cassandra-0.7.0-rc3-bin.tar.gz
Size: 10856933 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: ekg2: ERRORS: ekg2-20101210.tar.bz2

2010-12-28 Thread pawelz
ekg2.spec: unexpanded macros in 
https://github.com/leafnode/ekg2/tarball/master#/ekg2-git.%(date 
+%Y%m%d).tar.bz2
ekg2.spec: source 0 url 
https://github.com/leafnode/ekg2/tarball/master#/ekg2-git.%(date 
+%Y%m%d).tar.bz2 is ill-formatted



Files fetched: 0

ALREADY GOT: 
https://github.com/leafnode/ekg2/tarball/master#/ekg2-20101210.tar.bz2
240c7203a2b8c15557710dcbc8fbf8c6  ekg2-20101210.tar.bz2


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


packages: ekg2/ekg2.spec - plugin-scripting-python R: python-modules - rel 3

2010-12-28 Thread pawelz
Author: pawelz   Date: Tue Dec 28 16:16:56 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- plugin-scripting-python R: python-modules
- rel 3

 Files affected:
packages/ekg2:
   ekg2.spec (1.139 - 1.140) 

 Diffs:


Index: packages/ekg2/ekg2.spec
diff -u packages/ekg2/ekg2.spec:1.139 packages/ekg2/ekg2.spec:1.140
--- packages/ekg2/ekg2.spec:1.139   Fri Dec 10 12:26:48 2010
+++ packages/ekg2/ekg2.spec Tue Dec 28 17:16:50 2010
@@ -28,7 +28,7 @@
 %definesubver 20101210
 %endif
 
-%definerel 2
+%definerel 3
 
 %if %{with sqlite}
 %undefine sqlite3
@@ -303,6 +303,7 @@
 Summary(pl.UTF-8): Wtyczka języka Python dla ekg2
 Group: Applications/Communications
 Requires:  %{name} = %{epoch}:%{version}-%{release}
+Requires:  python-modules
 
 %description plugin-scripting-python
 Python scripting plugin for ekg2.
@@ -561,6 +562,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.140  2010/12/28 16:16:50  pawelz
+- plugin-scripting-python R: python-modules
+- rel 3
+
 Revision 1.139  2010/12/10 11:26:48  pawelz
 - added missing %dir
 - rel 2


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ekg2/ekg2.spec?r1=1.139r2=1.140f=u

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


packages: vsftpd/vsftpd.spec - not for AC + some todo's

2010-12-28 Thread blues
Author: bluesDate: Tue Dec 28 16:19:29 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- not for AC + some todo's

 Files affected:
packages/vsftpd:
   vsftpd.spec (1.74 - 1.75) 

 Diffs:


Index: packages/vsftpd/vsftpd.spec
diff -u packages/vsftpd/vsftpd.spec:1.74 packages/vsftpd/vsftpd.spec:1.75
--- packages/vsftpd/vsftpd.spec:1.74Thu Nov 25 13:01:13 2010
+++ packages/vsftpd/vsftpd.spec Tue Dec 28 17:19:23 2010
@@ -1,4 +1,7 @@
 # $Revision$, $Date$
+### TODO:
+# - fix ssl build on AC
+# - default config does not work with inetd configuration
 #
 %define_ftpdir /home/services/ftp
 #
@@ -26,7 +29,7 @@
 URL:   http://vsftpd.beasts.org/
 BuildRequires: libcap-devel
 BuildRequires: libwrap-devel
-BuildRequires: openssl-devel = 0.9.7d
+BuildRequires: openssl-devel = 0.9.8
 BuildRequires: rpmbuild(macros) = 1.268
 Requires:  %{name}-init = %{version}-%{release}
 Requires:  filesystem = 3.0-11
@@ -179,6 +182,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.75  2010/12/28 16:19:23  blues
+- not for AC + some todo's
+
 Revision 1.74  2010/11/25 12:01:13  duddits
 - up to 2.3.2
 


 CVS-web:

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

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


packages: vsftpd/vsftpd.spec, vsftpd/vsftpd-switch_sha256_to_sha1.patch (NE...

2010-12-28 Thread blues
Author: bluesDate: Tue Dec 28 16:39:26 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- rel.2: allow ssl build on AC - changed sha256 to sha1 (less secure but
  still ok and working)

 Files affected:
packages/vsftpd:
   vsftpd.spec (1.75 - 1.76) , vsftpd-switch_sha256_to_sha1.patch (NONE - 
1.1)  (NEW)

 Diffs:


Index: packages/vsftpd/vsftpd.spec
diff -u packages/vsftpd/vsftpd.spec:1.75 packages/vsftpd/vsftpd.spec:1.76
--- packages/vsftpd/vsftpd.spec:1.75Tue Dec 28 17:19:23 2010
+++ packages/vsftpd/vsftpd.spec Tue Dec 28 17:39:20 2010
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
 ### TODO:
-# - fix ssl build on AC
 # - default config does not work with inetd configuration
 #
 %define_ftpdir /home/services/ftp
@@ -12,7 +11,7 @@
 Summary(pt_BR.UTF-8):  vsftpd - Daemon FTP Muito Seguro
 Name:  vsftpd
 Version:   2.3.2
-Release:   1
+Release:   2
 License:   GPL v2
 Group: Daemons
 Source0:   ftp://vsftpd.beasts.org/users/cevans/%{name}-%{version}.tar.gz
@@ -26,10 +25,15 @@
 Patch0:%{name}-builddefs.patch
 Patch1:%{name}-amd64-findlibs.patch
 Patch2:%{name}-clamav.patch
+Patch3:%{name}-switch_sha256_to_sha1.patch
 URL:   http://vsftpd.beasts.org/
 BuildRequires: libcap-devel
 BuildRequires: libwrap-devel
+%if %{pld_release} == ac
+BuildRequires: openssl-devel = 0.9.7d
+%else
 BuildRequires: openssl-devel = 0.9.8
+%endif
 BuildRequires: rpmbuild(macros) = 1.268
 Requires:  %{name}-init = %{version}-%{release}
 Requires:  filesystem = 3.0-11
@@ -92,6 +96,9 @@
 %if %{with clamav}
 %patch2 -p1
 %endif
+%if %{pld_release} == ac
+%patch3 -p1
+%endif
 
 %build
 %{__make} \
@@ -182,6 +189,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.76  2010/12/28 16:39:20  blues
+- rel.2: allow ssl build on AC - changed sha256 to sha1 (less secure but
+  still ok and working)
+
 Revision 1.75  2010/12/28 16:19:23  blues
 - not for AC + some todo's
 


Index: packages/vsftpd/vsftpd-switch_sha256_to_sha1.patch
diff -u /dev/null packages/vsftpd/vsftpd-switch_sha256_to_sha1.patch:1.1
--- /dev/null   Tue Dec 28 17:39:26 2010
+++ packages/vsftpd/vsftpd-switch_sha256_to_sha1.patch  Tue Dec 28 17:39:20 2010
@@ -0,0 +1,11 @@
+--- ./ssl.c.org2009-10-19 04:34:08.0 +0200
 ./ssl.c2010-12-28 17:33:27.730241842 +0100
+@@ -608,7 +608,7 @@ ssl_cert_digest(SSL* p_ssl, struct vsf_s
+   str_reserve(p_str, EVP_MAX_MD_SIZE);
+   str_empty(p_str);
+   str_rpad(p_str, EVP_MAX_MD_SIZE);
+-  if (!X509_digest(p_cert, EVP_sha256(), (unsigned char*) str_getbuf(p_str),
++  if (!X509_digest(p_cert, EVP_sha1(), (unsigned char*) str_getbuf(p_str),
+num_bytes))
+   {
+ die(X509_digest failed);


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vsftpd/vsftpd.spec?r1=1.75r2=1.76f=u

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


DISTFILES: dconf: dconf-0.6.tar.bz2

2010-12-28 Thread wiget

Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/dconf/0.6/dconf-0.6.tar.bz2
f353d941260652605d2afab3cf1c0063  dconf-0.6.tar.bz2
Size: 161812 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: dconf/dconf.spec - 0.6

2010-12-28 Thread wiget
Author: wigetDate: Tue Dec 28 17:42:10 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- 0.6

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

 Diffs:


Index: packages/dconf/dconf.spec
diff -u packages/dconf/dconf.spec:1.3 packages/dconf/dconf.spec:1.4
--- packages/dconf/dconf.spec:1.3   Thu Sep 30 01:37:47 2010
+++ packages/dconf/dconf.spec   Tue Dec 28 18:42:05 2010
@@ -5,24 +5,22 @@
 #
 Summary:   Low-level configuration system
 Name:  dconf
-Version:   0.5.1
+Version:   0.6
 Release:   1
 License:   LGPL v2+
 Group: Libraries
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/dconf/0.5/%{name}-%{version}.tar.bz2
-# Source0-md5: c905497d0255fe2ba58564f9655908ab
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/dconf/0.6/%{name}-%{version}.tar.bz2
+# Source0-md5: f353d941260652605d2afab3cf1c0063
 URL:   http://live.gnome.org/dconf
 BuildRequires: autoconf
 BuildRequires: automake = 1:1.11
-BuildRequires: glib2-devel = 1:2.25.10
-BuildRequires: gobject-introspection-devel = 0.6.7
-BuildRequires: gtk+2-devel
-BuildRequires: gtk-doc = 1.14
-BuildRequires: libgee-devel
+BuildRequires: glib2-devel = 1:2.25.16
+BuildRequires: gtk+3-devel
+BuildRequires: gtk-doc = 1.15
 BuildRequires: libtool = 2:2.2
 BuildRequires: libxml2-devel
 BuildRequires: rpmbuild(macros) = 1.527
-BuildRequires: vala = 0.8.0
+BuildRequires: vala = 0.9.5
 Requires(post,postun): glib2 = 1:2.25.10
 Requires:  dbus
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -120,7 +118,6 @@
 %attr(755,root,root) %{_libdir}/gio/modules/libdconfsettings.so
 %{_datadir}/dbus-1/services/ca.desrt.dconf.service
 %{_datadir}/dbus-1/system-services/ca.desrt.dconf.service
-%{_libdir}/girepository-1.0/*.typelib
 
 %files devel
 %defattr(644,root,root,755)
@@ -129,7 +126,6 @@
 %{_pkgconfigdir}/dconf.pc
 # split to a separate package?
 %{_datadir}/vala/vapi/dconf.*
-%{_datadir}/gir-1.0/*.gir
 
 %files editor
 %defattr(644,root,root,755)
@@ -147,6 +143,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2010/12/28 17:42:05  wiget
+- 0.6
+
 Revision 1.3  2010/09/29 23:37:47  patrys
 - 0.5.1
 


 CVS-web:

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


packages (DEVEL): gnome-settings-daemon/gnome-settings-daemon.spec, gnome-s...

2010-12-28 Thread wiget
Author: wigetDate: Tue Dec 28 18:12:39 2010 GMT
Module: packages  Tag: DEVEL
 Log message:
- 2.91.6.2

 Files affected:
packages/gnome-settings-daemon:
   gnome-settings-daemon.spec (1.32.2.2 - 1.32.2.3) , gtk3.patch (1.1 - NONE) 
 (REMOVED)

 Diffs:


Index: packages/gnome-settings-daemon/gnome-settings-daemon.spec
diff -u packages/gnome-settings-daemon/gnome-settings-daemon.spec:1.32.2.2 
packages/gnome-settings-daemon/gnome-settings-daemon.spec:1.32.2.3
--- packages/gnome-settings-daemon/gnome-settings-daemon.spec:1.32.2.2  Thu Dec 
 9 20:28:51 2010
+++ packages/gnome-settings-daemon/gnome-settings-daemon.spec   Tue Dec 28 
19:12:34 2010
@@ -2,15 +2,14 @@
 Summary:   GNOME Settings Daemon
 Summary(pl.UTF-8): Demon ustawień GNOME
 Name:  gnome-settings-daemon
-Version:   2.91.5.1
+Version:   2.91.6.2
 Release:   1
 Epoch: 1
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-settings-daemon/2.91/%{name}-%{version}.tar.bz2
-# Source0-md5: 9937225916faf7d4eedca7785afeaae6
+# Source0-md5: 49d6ac876438a1eaf7cea42fe2caaeb7
 Patch0:%{name}-pa-reconnect.patch
-Patch1:gtk3.patch
 URL:   http://www.gnome.org/
 BuildRequires: GConf2-devel = 2.24.0
 BuildRequires: autoconf = 2.60
@@ -67,7 +66,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__glib_gettextize}
@@ -163,6 +161,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.32.2.3  2010/12/28 18:12:34  wiget
+- 2.91.6.2
+
 Revision 1.32.2.2  2010/12/09 19:28:51  wiget
 - 2.91.5.1
 - added gtk3.patch to fix compilation with gtk+ 2.91.6


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-settings-daemon/gnome-settings-daemon.spec?r1=1.32.2.2r2=1.32.2.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: gnome-settings-daemon: gnome-settings-daemon-2.91.6.2.tar.bz2

2010-12-28 Thread wiget

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-settings-daemon/2.91/gnome-settings-daemon-2.91.6.2.tar.bz2
49d6ac876438a1eaf7cea42fe2caaeb7  gnome-settings-daemon-2.91.6.2.tar.bz2
Size: 1371044 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: xbmc/xbmc.spec - vocabulary, added nvidia Conflicts (as described...

2010-12-28 Thread w . kier
Author: w.kier   Date: Tue Dec 28 18:27:38 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- vocabulary, added nvidia Conflicts (as described in TODO)

 Files affected:
packages/xbmc:
   xbmc.spec (1.18 - 1.19) 

 Diffs:


Index: packages/xbmc/xbmc.spec
diff -u packages/xbmc/xbmc.spec:1.18 packages/xbmc/xbmc.spec:1.19
--- packages/xbmc/xbmc.spec:1.18Wed Dec 22 21:58:39 2010
+++ packages/xbmc/xbmc.spec Tue Dec 28 19:27:33 2010
@@ -3,10 +3,11 @@
 # TODO:
 #  - fix build flags - some files are compiled with -O3 and without rpm*flags
 #  - fix linking argument order
-#  - fix nvidia vs. libXrandr = 1.2 conflict (nvidia drivers still supports 
-#only libXrandr 1.1 - with no gamma support)
+#  - fix nvidia vs. libXrandr = 1.2 conflict (nvidia drivers still supports
+#only libXrandr 1.1 - with no gamma support; it causes application crash
+#on XRRSetCrtcGamma function called by SDL_SetVideoMode)
 #  - add and/or fix users/groups permissions
-#  - didvide to subpackages?
+#  - split to subpackages?
 #  - check how it works with external python libraries
 #
 # Conditional build:
@@ -22,7 +23,7 @@
 # Source0-md5: 728fb514e5f43f27bb880305061b4e72
 URL:   http://xbmc.org
 Patch0:%{name}-nobash.patch
-Patch1: %{name}-python27.patch
+Patch1:%{name}-python27.patch
 Patch2:%{name}-libpng14.patch
 BuildRequires: SDL_image-devel
 BuildRequires: SDL_mixer-devel
@@ -46,7 +47,7 @@
 BuildRequires: freetype-devel
 BuildRequires: fribidi-devel
 BuildRequires: gawk
-BuildRequires:  gettext-autopoint
+BuildRequires: gettext-autopoint
 BuildRequires: gettext-devel
 BuildRequires: glew-devel
 BuildRequires: gperf
@@ -58,9 +59,9 @@
 BuildRequires: libdts-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libmad-devel
-BuildRequires:  libmicrohttpd-devel
-BuildRequires:  libmodplug-devel
+BuildRequires: libmicrohttpd-devel
 BuildRequires: libmms-devel
+BuildRequires: libmodplug-devel
 BuildRequires: libmpeg2-devel
 BuildRequires: libogg-devel
 BuildRequires: libpng-devel
@@ -76,7 +77,7 @@
 BuildRequires: nasm
 %endif
 BuildRequires: openssl-devel
-BuildRequires:  pcre-cxx-devel
+BuildRequires: pcre-cxx-devel
 BuildRequires: pkgconfig
 BuildRequires: pulseaudio-devel
 BuildRequires: python-devel
@@ -92,9 +93,10 @@
 BuildRequires: xorg-lib-libXtst-devel
 BuildRequires: zip
 BuildRequires: zlib-devel
+Requires:  /usr/bin/glxinfo
 Requires:  lsb-release
 Requires:  xorg-app-xdpyinfo
-Requires:  /usr/bin/glxinfo
+Conflicts: xorg-driver-video-nvidia = 260.19.29
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -144,6 +146,9 @@
 
 
 $Log$
+Revision 1.19  2010/12/28 18:27:33  w.kier
+- vocabulary, added nvidia Conflicts (as described in TODO)
+
 Revision 1.18  2010/12/22 20:58:39  w.kier
 - BR enca
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xbmc/xbmc.spec?r1=1.18r2=1.19f=u

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


PLD-doc: PLD-update-TODO - updated

2010-12-28 Thread arekm
Author: arekmDate: Tue Dec 28 19:16:17 2010 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- updated

 Files affected:
PLD-doc:
   PLD-update-TODO (1.1158 - 1.1159) 

 Diffs:


Index: PLD-doc/PLD-update-TODO
diff -u PLD-doc/PLD-update-TODO:1.1158 PLD-doc/PLD-update-TODO:1.1159
--- PLD-doc/PLD-update-TODO:1.1158  Tue Dec 28 12:38:48 2010
+++ PLD-doc/PLD-update-TODO Tue Dec 28 20:16:12 2010
@@ -93,8 +93,9 @@
 ascii(9) [OLD] 3.8 [NEW] 3.10
 asm(10) [OLD] 1.5.3 [NEW] 3.3.1
 asm2(10) [OLD] 2.2.3 [NEW] 3.3.1
+aspell-en(11) [OLD] 6.0 [NEW] 7.0
 aspell-ga(11) [OLD] 4.4 [NEW] 4.5
-aspell-pl-alt(9) [OLD] 20100309 [NEW] 20101227
+aspell-pl-alt(9) [OLD] 20100309 [NEW] 20101228
 asterisk-oh323(11) [OLD] 0.7.1 [NEW] 0.7.3
 asterisk-perl(14) [OLD] 0.10 [NEW] 1.01
 astyle(9) [OLD] 1.24 [NEW] 2.01
@@ -363,7 +364,6 @@
 freshmeat-submit(9) [OLD] 1.6 [NEW] 2.2
 frox(12) [OLD] 0.7.18 [NEW] 20020304
 fuse-curlftpfs(10) [OLD] 0.9.1 [NEW] 0.9.2
-fvwm2(27) [OLD] 2.5.28 [NEW] 2.5.31
 fxscintilla(13) [OLD] 1.71 [NEW] 2.22.0
 fyre(10) [OLD] 1.0.0 [NEW] 1.0.1
 galculator(9) [OLD] 1.3.1 [NEW] 1.3.4
@@ -501,14 +501,15 @@
 hadoop(16) [OLD] 0.20.2 [NEW] 0.21.0
 haproxy(9) [OLD] 1.4.9 [NEW] 1.4.10
 hd2u(9) [OLD] 1.0.2 [NEW] 1.0.3
+help2man(10) [OLD] 1.38.2 [NEW] 1.38.4
 hesiod(9) [OLD] 3.0.2 [NEW] 3.1.0
 hippo-canvas(9) [OLD] 0.3.0 [NEW] 0.3.1
 homebank(8) [OLD] 4.0 [NEW] 4.3
 horde-dimp(12) [OLD] 1.1.5 [NEW] 1.1.6
 horde-webmail(19) [OLD] 1.2.6 [NEW] 1.2.9
 hostapd(12) [OLD] 0.7.0 [NEW] 0.7.3
-howto(11) [OLD] 20100920 [NEW] 20101227
-howto-html(11) [OLD] 20100920 [NEW] 20101227
+howto(11) [OLD] 20100920 [NEW] 20101228
+howto-html(11) [OLD] 20100920 [NEW] 20101228
 htb-gen(13) [OLD] 0.8.3 [NEW] 0.9b
 html2ps(10) [OLD] 1.0b5 [NEW] 1.0b7
 html2text.spec:9: impossible substitution: 
http://userpage.fu-berlin.de/%7Embayer/tools/html2text-1.3.2a.tar.gz
@@ -681,7 +682,6 @@
 libnova(9) [OLD] 0.12.2 [NEW] 0.13.0
 libpng12(10) [OLD] 1.2.44 [NEW] 1.4.5
 libpri-bristuff(9) [OLD] 1.4.3 [NEW] 1.4.11.5
-libpurple-protocol-tlen(9) [OLD] 20100205 [NEW] 20101112
 libral(9) [OLD] 0.50 [NEW] 0.70
 libraw(14) [OLD] 0.11.3 [NEW] 0.12.1
 librdmacm(9) [OLD] 1.0.13 [NEW] 1.0.14
@@ -737,7 +737,8 @@
 masqmail(9) [OLD] 0.2.21 [NEW] 0.2.27
 maxima(10) [OLD] 5.22.1 [NEW] 5.23.0
 mbootpack(9) [OLD] 0.4a [NEW] 0.6a
-mc(30) [OLD] 4.7.0 [NEW] 4.7.4
+mc(29) [OLD] 4.7.4 [NEW] 4.7.5
+mc(30) [OLD] 4.7.0 [NEW] 4.7.5
 mcabber.spec:9: impossible substitution: 
http://www.lilotux.net/%7emikael/mcabber/files/mcabber-0.9.10.tar.bz2
 mcron(12) [OLD] 1.0.4 [NEW] 1.0.6
 mcs(9) [OLD] 0.7.1 [NEW] 0.7.2
@@ -846,6 +847,7 @@
 opensc(10) [OLD] 0.11.13 [NEW] 0.12.0
 openslp(15) [OLD] 1.2.1 [NEW] 2.0.beta1
 openssh-x11-askpass(18) [OLD] 1.2.4.1 [NEW] 1999.12.04
+openvcpd(14) [OLD] 0.4 [NEW] 0.5
 openvrml(13) [OLD] 0.15.9 [NEW] 0.18.6
 openwsman(12) [OLD] 2.1.0 [NEW] 2.2.4
 optipng(10) [OLD] 0.6.2 [NEW] 0.6.4
@@ -872,7 +874,7 @@
 pce(9) [OLD] 0.1.7 [NEW] 0.2.0
 pdfedit(22) [OLD] 0.4.3 [NEW] 0.4.5
 pdns-recursor(9) [OLD] 3.1.7.2 [NEW] 3.3
-perl-App-CLI(18) [OLD] 0.07 [NEW] 0.09
+perl-App-CLI(17) [OLD] 0.07 [NEW] 0.09
 perl-App-SVN-Bisect(15) [OLD] 1.0 [NEW] 1.1
 perl-Brackup(17) [OLD] 1.09 [NEW] 1.10
 perl-Captcha-reCAPTCHA(17) [OLD] 0.92 [NEW] 0.94
@@ -883,6 +885,7 @@
 perl-DBD-CSV(17) [OLD] 0.22 [NEW] 0.2002
 perl-DBD-DB2(16) [OLD] 0.80 [NEW] 1.71
 perl-DBD-Informix(17) [OLD] 2005.02 [NEW] 2008.0513
+perl-DBICx-TestDatabase(17) [OLD] 0.02 [NEW] 0.04
 perl-DBIx-Class-TimeStamp(17) [OLD] 0.07 [NEW] 0.13
 perl-DateTime-Format-ISO8601(17) [OLD] 0.06 [NEW] 0.0403
 perl-DateTime-Format-MySQL(17) [OLD] 0.04 [NEW] 0.0301
@@ -995,7 +998,6 @@
 pmtools(9) [OLD] 20100825 [NEW] 20101221
 pnm2ppa(9) [OLD] 1.12 [NEW] 1.13
 poker-eval(9) [OLD] 134.0 [NEW] 138.0
-polipo(9) [OLD] 1.0.4 [NEW] 20080907
 pong2(13) [OLD] 0.1.0 [NEW] 0.1.3
 pop-before-smtp(10) [OLD] 1.29 [NEW] 1.42
 portmidi(12) [OLD] 200 [NEW] 217
@@ -1050,8 +1052,6 @@
 python-RunSnakeRun(10) [OLD] 2.0.0b6 [NEW] 2.0.0b7
 python-SQLObject(14) [OLD] 0.10.4 [NEW] 0.15.0
 python-SVNPlot(11) [OLD] 0.6.1 [NEW] 0.7.2
-python-Soya(11) [OLD] 0.14 [NEW] 0.15rc1
-python-TurboGears(12) [OLD] 1.0.1 [NEW] 1.5b1
 python-TurboMail(12) [OLD] 2.0 [NEW] 3.0.3
 python-TwistedSNMP(12) [OLD] 0.2.13 [NEW] 0.3.13
 python-WebHelpers(10) [OLD] 0.6.4 [NEW] 1.2
@@ -1226,7 +1226,7 @@
 smbnetfs(9) [OLD] 0.3.11a [NEW] 0.5.3
 snd(16) [OLD] 7 [NEW] 11.11
 sobby(9) [OLD] 0.4.5 [NEW] 0.4.7
-solfege(10) [OLD] 3.14.9 [NEW] 3.19.1
+solfege(10) [OLD] 3.14.9 [NEW] 3.19.2
 sonar(11) [OLD] 1.6 [NEW] 2.4.1
 sonata(9) [OLD] 1.6.2 [NEW] 1.6.2.1
 sonic-visualiser(16) [OLD] 1.7.1 [NEW] 1.7.2
@@ -1251,7 +1251,6 @@
 subtitlecomposer(9) [OLD] 0.4.3 [NEW] 0.5.3
 suckmt(9) [OLD] 0.55 [NEW] 0.57
 sudoku-savant(9) [OLD] 1.2.1 [NEW] 1.3
-suite3270(9) [OLD] 3.3.10ga4 [NEW] 3.3.11ga6
 sweep(18) [OLD] 0.9.2 [NEW] 0.9.3
 symbian-gnupoc(10) [OLD] 1.11 [NEW] 1.19
 symbian-openc(9

packages: slv2/slv2.spec - pass CC/CFLAGS - -devel R: redland-devel

2010-12-28 Thread qboosh
Author: qboosh   Date: Tue Dec 28 19:30:30 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- pass CC/CFLAGS
- -devel R: redland-devel

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

 Diffs:


Index: packages/slv2/slv2.spec
diff -u packages/slv2/slv2.spec:1.5 packages/slv2/slv2.spec:1.6
--- packages/slv2/slv2.spec:1.5 Mon Dec 27 22:12:36 2010
+++ packages/slv2/slv2.spec Tue Dec 28 20:30:25 2010
@@ -1,5 +1,4 @@
 # $Revision$, $Date$
-# TODO: use __cc and optflags
 Summary:   LV2 host library to make LV2 plugin use as simple as possible
 Summary(pl.UTF-8): Biblioteka hosta LV2 ułatwiająca korzystanie z wtyczek 
LV2
 Name:  slv2
@@ -42,6 +41,7 @@
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki SLV2
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Requires:  redland-devel = 1.0.6
 
 %description devel
 Header files for SLV2 library.
@@ -78,12 +78,15 @@
 sed -i s|/lib'|/%{_lib}'| autowaf.py
 
 %build
+CC=%{__cc} \
+CFLAGS=%{rpmcflags} \
 ./waf configure \
--prefix=%{_prefix} \
--libdir=%{_libdir} \
--htmldir=%{_docdir}/%{name}-apidocs-%{version} \
--build-docs \
--strict
+
 ./waf -v
 
 %install
@@ -126,6 +129,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2010/12/28 19:30:25  qboosh
+- pass CC/CFLAGS
+- -devel R: redland-devel
+
 Revision 1.5  2010/12/27 21:12:36  qboosh
 - pl desc
 - verbose make (optflags passing still needed)


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/slv2/slv2.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: xbmc/xbmc.spec - Conflicts/nvidia - take care on epoch

2010-12-28 Thread w . kier
Author: w.kier   Date: Tue Dec 28 19:36:11 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- Conflicts/nvidia - take care on epoch

 Files affected:
packages/xbmc:
   xbmc.spec (1.19 - 1.20) 

 Diffs:


Index: packages/xbmc/xbmc.spec
diff -u packages/xbmc/xbmc.spec:1.19 packages/xbmc/xbmc.spec:1.20
--- packages/xbmc/xbmc.spec:1.19Tue Dec 28 19:27:33 2010
+++ packages/xbmc/xbmc.spec Tue Dec 28 20:36:05 2010
@@ -96,7 +96,7 @@
 Requires:  /usr/bin/glxinfo
 Requires:  lsb-release
 Requires:  xorg-app-xdpyinfo
-Conflicts: xorg-driver-video-nvidia = 260.19.29
+Conflicts: xorg-driver-video-nvidia = 1:260.19.29
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -146,6 +146,9 @@
 
 
 $Log$
+Revision 1.20  2010/12/28 19:36:05  w.kier
+- Conflicts/nvidia - take care on epoch
+
 Revision 1.19  2010/12/28 18:27:33  w.kier
 - vocabulary, added nvidia Conflicts (as described in TODO)
 


 CVS-web:

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

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


packages: cman/cman.spec - updated to 2.03.10.

2010-12-28 Thread pluto
Author: plutoDate: Tue Dec 28 19:58:10 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.03.10.

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

 Diffs:


Index: packages/cman/cman.spec
diff -u packages/cman/cman.spec:1.23 packages/cman/cman.spec:1.24
--- packages/cman/cman.spec:1.23Thu Jun  7 19:50:47 2007
+++ packages/cman/cman.spec Tue Dec 28 20:58:05 2010
@@ -6,16 +6,17 @@
 Summary:   General-purpose symmetric cluster manager
 Summary(pl.UTF-8): Zarządca symetrycznych klastrów ogólnego przeznaczenia
 Name:  cman
-Version:   2.00.00
-Release:   3
+Version:   2.03.10
+Release:   1
 License:   GPL v2
 Group: Applications/System
 Source0:   
ftp://sources.redhat.com/pub/cluster/releases/cluster-%{version}.tar.gz
-# Source0-md5: 2ef3f4ba9d3c87b50adfc9b406171085
+# Source0-md5: 379b560096e315d4b52e238a5c72ba4a
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
 URL:   http://sources.redhat.com/cluster/cman/
 %{!?with_libonly:BuildRequires:ccs-devel}
+BuildRequires: ncurses-devel
 BuildRequires: openais-devel
 BuildRequires: perl-base
 Requires:  %{name}-libs = %{version}-%{release}
@@ -100,15 +101,20 @@
 %{__perl} -pi -e 's/ -O2 /%{rpmcflags}/' {cman_tool,daemon}/Makefile
 
 %build
-cd %{name}
 ./configure \
-   --ccsincdir=$PWD/../ccs/lib \
+   --without_kernel_modules \
+   --without_gfs \
+   --without_gfs2 \
+   --without_gnbd \
+   --ccsincdir=$PWD/ccs/lib \
--incdir=%{_includedir} \
+   --ncursesincdir=%{_includedir}/ncurses \
--libdir=%{_libdir} \
--libexecdir=%{_libdir} \
--mandir=%{_mandir} \
--prefix=%{_prefix} \
--sbindir=%{_sbindir}
+
 %{__make} %{?with_libonly:-C lib} \
CC=%{__cc} \
incdir=`pwd`/include
@@ -172,6 +178,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.24  2010/12/28 19:58:05  pluto
+- updated to 2.03.10.
+
 Revision 1.23  2007/06/07 17:50:47  arekm
 - rel 3; (after bootstrap)
 


 CVS-web:

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

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


packages: lv2-c++-tools/lv2-c++-tools.spec - proper URL - moved static-only...

2010-12-28 Thread qboosh
Author: qboosh   Date: Tue Dec 28 20:35:11 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- proper URL
- moved static-only libs to -devel

 Files affected:
packages/lv2-c++-tools:
   lv2-c++-tools.spec (1.5 - 1.6) 

 Diffs:


Index: packages/lv2-c++-tools/lv2-c++-tools.spec
diff -u packages/lv2-c++-tools/lv2-c++-tools.spec:1.5 
packages/lv2-c++-tools/lv2-c++-tools.spec:1.6
--- packages/lv2-c++-tools/lv2-c++-tools.spec:1.5   Wed Jan 27 01:35:49 2010
+++ packages/lv2-c++-tools/lv2-c++-tools.spec   Tue Dec 28 21:35:06 2010
@@ -8,7 +8,7 @@
 Group: Libraries
 Source0:   
http://download.savannah.nongnu.org/releases/ll-plugins/%{name}-%{version}.tar.bz2
 # Source0-md5: 8db2c4124af6ef932002bba9d99ba09f
-URL:   http://freshmeat.net/projects/lv2-c-tools
+URL:   http://ll-plugins.nongnu.org/hacking.html
 BuildRequires: boost-devel
 BuildRequires: gtkmm-devel = 2.8.8
 BuildRequires: pkgconfig
@@ -23,28 +23,28 @@
 się do łatwiejszego pisania wtyczek LV2.
 
 %package devel
-Summary:   Header files for lv2-c++-tools library
-Summary(pl.UTF-8): Pliki nagłówkowe biblioteki lv2-c++-tools
+Summary:   Header files for LV2-C++-tools libraries
+Summary(pl.UTF-8): Pliki nagłówkowe bibliotek LV2-C++-tools
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 
 %description devel
-Header files for lv2-c++-tools library.
+Header files for LV2-C++-tools libraries.
 
 %description devel -l pl.UTF-8
-Pliki nagłówkowe biblioteki lv2-c++-tools.
+Pliki nagłówkowe bibliotek LV2-C++-tools.
 
 %package static
-Summary:   Static lv2-c++-tools library
-Summary(pl.UTF-8): Statyczna biblioteka lv2-c++-tools
+Summary:   Static LV2 libpaq library
+Summary(pl.UTF-8): Statyczna biblioteka LV2 libpaq
 Group: Development/Libraries
 Requires:  %{name}-devel = %{version}-%{release}
 
 %description static
-Static lv2-c++-tools library.
+Static LV2 libpaq library.
 
 %description static -l pl.UTF-8
-Statyczna biblioteka lv2-c++-tools.
+Statyczna biblioteka LV2 libpaq.
 
 %prep
 %setup -q
@@ -84,15 +84,17 @@
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libpaq.so
+%{_libdir}/liblv2-gui.a
+%{_libdir}/liblv2-plugin.a
 %{_includedir}/lv2-c++-tools
-%{_libdir}/libpaq.so
-%{_pkgconfigdir}/*.pc
+%{_pkgconfigdir}/lv2-plugin.pc
+%{_pkgconfigdir}/lv2-gui.pc
+%{_pkgconfigdir}/paq.pc
 
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libpaq.a
-%{_libdir}/liblv2-gui.a
-%{_libdir}/liblv2-plugin.a
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -100,6 +102,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2010/12/28 20:35:06  qboosh
+- proper URL
+- moved static-only libs to -devel
+
 Revision 1.5  2010/01/27 00:35:49  pawelz
 - create SONAME symlink in %install
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lv2-c++-tools/lv2-c++-tools.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: lv2-c++-tools/lv2-c++-tools.spec - -devel deps

2010-12-28 Thread qboosh
Author: qboosh   Date: Tue Dec 28 20:37:46 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- -devel deps

 Files affected:
packages/lv2-c++-tools:
   lv2-c++-tools.spec (1.6 - 1.7) 

 Diffs:


Index: packages/lv2-c++-tools/lv2-c++-tools.spec
diff -u packages/lv2-c++-tools/lv2-c++-tools.spec:1.6 
packages/lv2-c++-tools/lv2-c++-tools.spec:1.7
--- packages/lv2-c++-tools/lv2-c++-tools.spec:1.6   Tue Dec 28 21:35:06 2010
+++ packages/lv2-c++-tools/lv2-c++-tools.spec   Tue Dec 28 21:37:41 2010
@@ -27,6 +27,8 @@
 Summary(pl.UTF-8): Pliki nagłówkowe bibliotek LV2-C++-tools
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Requires:  libstdc++-devel
+# lv2-gui additionally gtkmm-devel = 2.6.0
 
 %description devel
 Header files for LV2-C++-tools libraries.
@@ -102,6 +104,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.7  2010/12/28 20:37:41  qboosh
+- -devel deps
+
 Revision 1.6  2010/12/28 20:35:06  qboosh
 - proper URL
 - moved static-only libs to -devel


 CVS-web:

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


SVN: toys/rsget.pl/RSGet/Curl.pm

2010-12-28 Thread sparky
Author: sparky
Date: Tue Dec 28 21:43:23 2010
New Revision: 12028

Modified:
   toys/rsget.pl/RSGet/Curl.pm
Log:
- fix http= proxy


Modified: toys/rsget.pl/RSGet/Curl.pm
==
--- toys/rsget.pl/RSGet/Curl.pm (original)
+++ toys/rsget.pl/RSGet/Curl.pm Tue Dec 28 21:43:23 2010
@@ -90,8 +90,8 @@
foreach my $if ( split /;+/, $outif ) {
if ( $if =~ /^([a-z0-9]+)=(\S+)(:(\d+))?$/ ) {
my ($tn, $host, $port) = ($1, $2, $4);
-   if ( my $type = $proxytype{ $tn } ) {
-   $curl-setopt( CURLOPT_PROXYTYPE, $type 
);
+   if ( exists $proxytype{ $tn } ) {
+   $curl-setopt( CURLOPT_PROXYTYPE, 
$proxytype{ $tn } );
$curl-setopt( CURLOPT_PROXY, $host );
$curl-setopt( CURLOPT_PROXYPORT, $port 
)
if $port;
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: nautilus/nautilus.spec - updated to 2.32.2.1

2010-12-28 Thread megabajt
Author: megabajt Date: Tue Dec 28 21:01:58 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.32.2.1

 Files affected:
packages/nautilus:
   nautilus.spec (1.234 - 1.235) 

 Diffs:


Index: packages/nautilus/nautilus.spec
diff -u packages/nautilus/nautilus.spec:1.234 
packages/nautilus/nautilus.spec:1.235
--- packages/nautilus/nautilus.spec:1.234   Wed Dec 15 10:04:00 2010
+++ packages/nautilus/nautilus.spec Tue Dec 28 22:01:52 2010
@@ -7,12 +7,12 @@
 Summary(pl.UTF-8): Nautilus - powłoka GNOME i zarządca plików
 Summary(pt_BR.UTF-8):  Nautilus é um gerenciador de arquivos para o GNOME
 Name:  nautilus
-Version:   2.32.2
+Version:   2.32.2.1
 Release:   1
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/nautilus/2.32/%{name}-%{version}.tar.bz2
-# Source0-md5: 51565aa10d1625dff56e381228346911
+# Source0-md5: f75f387d1b439079967581d876009426
 Source1:   %{name}.PLD.readme
 URL:   http://www.gnome.org/projects/nautilus/
 BuildRequires: GConf2-devel = 2.24.0
@@ -234,6 +234,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.235  2010/12/28 21:01:52  megabajt
+- updated to 2.32.2.1
+
 Revision 1.234  2010/12/15 09:04:00  megabajt
 - updated to 2.32.2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nautilus/nautilus.spec?r1=1.234r2=1.235f=u

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


DISTFILES: nautilus: nautilus-2.32.2.1.tar.bz2

2010-12-28 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/nautilus/2.32/nautilus-2.32.2.1.tar.bz2
f75f387d1b439079967581d876009426  nautilus-2.32.2.1.tar.bz2
Size: 6350203 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: ekg2: ERRORS: ekg2-20101210.tar.bz2

2010-12-28 Thread pawelz
ekg2.spec: unexpanded macros in 
https://github.com/leafnode/ekg2/tarball/master#/ekg2-git.%(date 
+%Y%m%d).tar.bz2
ekg2.spec: source 0 url 
https://github.com/leafnode/ekg2/tarball/master#/ekg2-git.%(date 
+%Y%m%d).tar.bz2 is ill-formatted



Files fetched: 0

ALREADY GOT: 
https://github.com/leafnode/ekg2/tarball/master#/ekg2-20101210.tar.bz2
240c7203a2b8c15557710dcbc8fbf8c6  ekg2-20101210.tar.bz2


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


packages: ekg2/ekg2.spec - --with git: allow to specify branch (as %ekg2bra...

2010-12-28 Thread pawelz
Author: pawelz   Date: Tue Dec 28 21:07:23 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- --with git: allow to specify branch (as %ekg2branch macro)

 Files affected:
packages/ekg2:
   ekg2.spec (1.140 - 1.141) 

 Diffs:


Index: packages/ekg2/ekg2.spec
diff -u packages/ekg2/ekg2.spec:1.140 packages/ekg2/ekg2.spec:1.141
--- packages/ekg2/ekg2.spec:1.140   Tue Dec 28 17:16:50 2010
+++ packages/ekg2/ekg2.spec Tue Dec 28 22:07:18 2010
@@ -339,11 +339,15 @@
 %if %{with git}
 %setup -q -T -c -n %{name}-%{subver}
 repo=%ekg2repo
+branch=%ekg2branch
 if [ $repo = %%ekg2repo ]; then
 repo=git://github.com/leafnode/ekg2.git
 fi
+if [ $branch = %%ekg2branch ]; then
+repo=master
+fi
 git init
-git fetch $repo master
+git fetch $repo $branch
 git checkout FETCH_HEAD
 %else
 %setup -q -c -n %{name}-%{subver}
@@ -562,6 +566,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.141  2010/12/28 21:07:18  pawelz
+- --with git: allow to specify branch (as %ekg2branch macro)
+
 Revision 1.140  2010/12/28 16:16:50  pawelz
 - plugin-scripting-python R: python-modules
 - rel 3


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ekg2/ekg2.spec?r1=1.140r2=1.141f=u

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


packages (DEVEL): mutter/mutter.spec - 2.91.4

2010-12-28 Thread wiget
Author: wigetDate: Tue Dec 28 21:31:09 2010 GMT
Module: packages  Tag: DEVEL
 Log message:
- 2.91.4

 Files affected:
packages/mutter:
   mutter.spec (1.3.2.10 - 1.3.2.11) 

 Diffs:


Index: packages/mutter/mutter.spec
diff -u packages/mutter/mutter.spec:1.3.2.10 
packages/mutter/mutter.spec:1.3.2.11
--- packages/mutter/mutter.spec:1.3.2.10Thu Dec  2 21:45:08 2010
+++ packages/mutter/mutter.spec Tue Dec 28 22:31:04 2010
@@ -1,12 +1,12 @@
 # $Revision$, $Date$
 Summary:   Window and compositing manager based on Clutter
 Name:  mutter
-Version:   2.91.3
+Version:   2.91.4
 Release:   1
 License:   GPL v2+
 Group: X11/Window Managers
 Source0:   
http://download.gnome.org/sources/mutter/2.91/%{name}-%{version}.tar.bz2
-# Source0-md5: 4b327ff295373f8bdebff74033ab557c
+# Source0-md5: b6195b41c420b27085a2706b58847644
 URL:   http://git.gnome.org/cgit/mutter
 BuildRequires: GConf2-devel
 BuildRequires: autoconf = 2.50
@@ -16,7 +16,7 @@
 BuildRequires: gnome-common
 BuildRequires: gnome-doc-utils
 BuildRequires: gobject-introspection-devel = 0.9.5
-BuildRequires: gtk+3-devel = 2.91.0
+BuildRequires: gtk+3-devel = 2.91.7
 BuildRequires: intltool = 0.35.0
 BuildRequires: libcanberra-gtk3-devel = 0.26
 BuildRequires: libtool
@@ -126,6 +126,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.3.2.11  2010/12/28 21:31:04  wiget
+- 2.91.4
+
 Revision 1.3.2.10  2010/12/02 20:45:08  wiget
 - 2.91.3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mutter/mutter.spec?r1=1.3.2.10r2=1.3.2.11f=u

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


DISTFILES: mutter: mutter-2.91.4.tar.bz2

2010-12-28 Thread wiget

Files fetched: 1

STORED: http://download.gnome.org/sources/mutter/2.91/mutter-2.91.4.tar.bz2
b6195b41c420b27085a2706b58847644  mutter-2.91.4.tar.bz2
Size: 2045866 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: gtk+3/gtk+3.spec, gtk+3/bashisms.patch (NEW) - 2.91.7 (soname cha...

2010-12-28 Thread wiget
Author: wigetDate: Tue Dec 28 21:32:17 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- 2.91.7 (soname change)

 Files affected:
packages/gtk+3:
   gtk+3.spec (1.11 - 1.12) , bashisms.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/gtk+3/gtk+3.spec
diff -u packages/gtk+3/gtk+3.spec:1.11 packages/gtk+3/gtk+3.spec:1.12
--- packages/gtk+3/gtk+3.spec:1.11  Thu Dec  9 20:24:33 2010
+++ packages/gtk+3/gtk+3.spec   Tue Dec 28 22:32:11 2010
@@ -5,6 +5,7 @@
 #| ./usr/bin/gtk-builder-convert: a python 
script text executable
 #| /tmp/gtk+2-2.12.8-root-glen $ head -n 1 ./usr/bin/gtk-builder-convert
 #| !/usr/bin/env python
+# - fix libgailutil linking
 #
 # Conditional build:
 %bcond_without apidocs # disable gtk-doc
@@ -20,12 +21,13 @@
 Summary(pl.UTF-8): GIMP Toolkit
 Summary(tr.UTF-8): GIMP ToolKit arayüz kitaplığı
 Name:  gtk+3
-Version:   2.91.6
+Version:   2.91.7
 Release:   1
 License:   LGPL v2+
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.91/gtk+-%{version}.tar.bz2
-# Source0-md5: b2d5e817c8eda5834ba5df6dcbb6e962
+# Source0-md5: 221d8f13a75be17f51759bedee7db477
+Patch0:bashisms.patch
 URL:   http://www.gtk.org/
 BuildRequires: atk-devel = 1:1.30.0
 BuildRequires: autoconf = 2.62
@@ -80,6 +82,7 @@
 %else
 %definepqext   %{nil}
 %endif
+%define skip_post_check_so libgailutil-3.0.so.0.0.0
 
 %description
 GTK+, which stands for the GIMP ToolKit, is a library for creating
@@ -208,6 +211,7 @@
 
 %prep
 %setup -q -n gtk+-%{version}
+%patch0 -p1
 
 %build
 rm m4/introspection.m4
@@ -285,10 +289,10 @@
 %attr(755,root,root) %{_bindir}/gtk3-demo
 %attr(755,root,root) %{_libdir}/libgailutil-3.0.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgailutil-3.0.so.0
-%attr(755,root,root) %{_libdir}/libgdk-x11-3.0.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libgdk-x11-3.0.so.0
-%attr(755,root,root) %{_libdir}/libgtk-x11-3.0.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libgtk-x11-3.0.so.0
+%attr(755,root,root) %{_libdir}/libgdk-3.0.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgdk-3.0.so.0
+%attr(755,root,root) %{_libdir}/libgtk-3.0.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgtk-3.0.so.0
 
 %dir %{_libdir}/gtk-3.0
 %dir %{_libdir}/gtk-3.0/modules
@@ -338,18 +342,17 @@
 %doc ChangeLog
 %attr(755,root,root) %{_bindir}/gtk-builder-convert-3.0
 %attr(755,root,root) %{_libdir}/libgailutil-3.0.so
-%attr(755,root,root) %{_libdir}/libgdk-x11-3.0.so
-%attr(755,root,root) %{_libdir}/libgtk-x11-3.0.so
+%attr(755,root,root) %{_libdir}/libgdk-3.0.so
+%attr(755,root,root) %{_libdir}/libgtk-3.0.so
 %{_libdir}/libgailutil-3.0.la
-%{_libdir}/libgdk-x11-3.0.la
-%{_libdir}/libgtk-x11-3.0.la
+%{_libdir}/libgdk-3.0.la
+%{_libdir}/libgtk-3.0.la
 %{_includedir}/gail-3.0
 %{_includedir}/gtk-3.0
 %{_aclocaldir}/gtk-3.0.m4
-%{_libdir}/gtk-3.0/include
 %{_pkgconfigdir}/gail-3.0.pc
 %{_pkgconfigdir}/gdk-3.0.pc
-%{_pkgconfigdir}/gdk-x11-3.0.pc
+%{_pkgconfigdir}/gdk-3.0.pc
 %{_pkgconfigdir}/gtk+-3.0.pc
 %{_pkgconfigdir}/gtk+-unix-print-3.0.pc
 %{_pkgconfigdir}/gtk+-x11-3.0.pc
@@ -362,8 +365,8 @@
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libgailutil-3.0.a
-%{_libdir}/libgdk-x11-3.0.a
-%{_libdir}/libgtk-x11-3.0.a
+%{_libdir}/libgdk-3.0.a
+%{_libdir}/libgtk-3.0.a
 %endif
 
 %if %{with apidocs}
@@ -390,6 +393,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.12  2010/12/28 21:32:11  wiget
+- 2.91.7 (soname change)
+
 Revision 1.11  2010/12/09 19:24:33  megabajt
 - use %glib_compile_schemas
 


Index: packages/gtk+3/bashisms.patch
diff -u /dev/null packages/gtk+3/bashisms.patch:1.1
--- /dev/null   Tue Dec 28 22:32:17 2010
+++ packages/gtk+3/bashisms.patch   Tue Dec 28 22:32:11 2010
@@ -0,0 +1,43 @@
+From 7032996c76c577a9ab13c47f01ecadc762b87506 Mon Sep 17 00:00:00 2001
+From: Matthias Clasen mcla...@redhat.com
+Date: Tue, 28 Dec 2010 00:24:05 +
+Subject: Remove bashisms from configure.ac
+
+Pointed out by Koop Mast in
+https://bugzilla.gnome.org/show_bug.cgi?id=637974
+---
+diff --git a/configure.ac b/configure.ac
+index 7be4641..a90f7d1 100644
+--- a/configure.ac
 b/configure.ac
+@@ -1520,16 +1520,16 @@ ___EOF
+ ],[
+ gdk_windowing=''
+ if expr $gdktarget : .*x11.*  /dev/null ; then
+-  gdk_windowing+='
++  gdk_windowing='$gdk_windowing
+ #define GDK_WINDOWING_X11'
+ fi
+ if expr $gdktarget : .*win32.*  /dev/null ; then
+-  gdk_windowing+='
++  gdk_windowing='$gdk_windowing
+ #define GDK_NATIVE_WINDOW_POINTER
+ #define GDK_WINDOWING_WIN32'
+ fi
+ if expr $gdktarget : .*quartz.*  /dev/null ; then
+-  gdk_windowing='
++  gdk_windowing='$gdk_windowing
+ #define GDK_WINDOWING_QUARTZ'
+ fi
+ ])

DISTFILES: gtk+3: gtk+-2.91.7.tar.bz2

2010-12-28 Thread wiget

Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.91/gtk+-2.91.7.tar.bz2
221d8f13a75be17f51759bedee7db477  gtk+-2.91.7.tar.bz2
Size: 16923801 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: gnucash/gnucash.spec - more files in package

2010-12-28 Thread wiget
Author: wigetDate: Tue Dec 28 21:36:10 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- more files in package

 Files affected:
packages/gnucash:
   gnucash.spec (1.115 - 1.116) 

 Diffs:


Index: packages/gnucash/gnucash.spec
diff -u packages/gnucash/gnucash.spec:1.115 packages/gnucash/gnucash.spec:1.116
--- packages/gnucash/gnucash.spec:1.115 Tue Dec 28 16:10:51 2010
+++ packages/gnucash/gnucash.spec   Tue Dec 28 22:36:04 2010
@@ -219,6 +219,7 @@
 %{_sysconfdir}/gconf/schemas/apps_gnucash_dialog_scheduled_transctions.schemas
 %dir %{_sysconfdir}/gnucash
 %{_sysconfdir}/gnucash/config
+%{_sysconfdir}/gnucash/environment
 %attr(755,root,root) %{_bindir}/gnc-fq-check
 %attr(755,root,root) %{_bindir}/gnc-fq-dump
 %attr(755,root,root) %{_bindir}/gnc-fq-helper
@@ -244,25 +245,27 @@
 %{_datadir}/%{name}/accounts/C
 %lang(cs) %{_datadir}/%{name}/accounts/cs
 %lang(da) %{_datadir}/%{name}/accounts/da
+%lang(de) %{_datadir}/%{name}/accounts/de_DE
 %lang(de_AT) %{_datadir}/%{name}/accounts/de_AT
 %lang(de_CH) %{_datadir}/%{name}/accounts/de_CH
-%lang(de) %{_datadir}/%{name}/accounts/de_DE
 %lang(el) %{_datadir}/%{name}/accounts/el_GR
 %lang(en_GB) %{_datadir}/%{name}/accounts/en_GB
 %lang(es) %{_datadir}/%{name}/accounts/es_ES
 %lang(es_MX) %{_datadir}/%{name}/accounts/es_MX
 %lang(fi_FI) %{_datadir}/%{name}/accounts/fi_FI
+%lang(fr) %{_datadir}/%{name}/accounts/fr_FR
 %lang(fr_CA) %{_datadir}/%{name}/accounts/fr_CA
 %lang(fr_CH) %{_datadir}/%{name}/accounts/fr_CH
-%lang(fr) %{_datadir}/%{name}/accounts/fr_FR
 %lang(hu) %{_datadir}/%{name}/accounts/hu_HU
 %lang(it) %{_datadir}/%{name}/accounts/it
 %lang(ja) %{_datadir}/%{name}/accounts/ja
 %lang(ko) %{_datadir}/%{name}/accounts/ko
+%lang(lv) %{_datadir}/%{name}/accounts/lv
 %lang(nb) %{_datadir}/%{name}/accounts/nb
 %lang(nl) %{_datadir}/%{name}/accounts/nl
-%lang(pt_BR) %{_datadir}/%{name}/accounts/pt_BR
+%lang(pl) %{_datadir}/%{name}/accounts/pl
 %lang(pt) %{_datadir}/%{name}/accounts/pt_PT
+%lang(pt_BR) %{_datadir}/%{name}/accounts/pt_BR
 %lang(ru) %{_datadir}/%{name}/accounts/ru
 %lang(sk) %{_datadir}/%{name}/accounts/sk
 %lang(tr) %{_datadir}/%{name}/accounts/tr_TR
@@ -279,6 +282,7 @@
 %{_datadir}/%{name}/doc/ChangeLog.2006
 %{_datadir}/%{name}/doc/ChangeLog.2007
 %{_datadir}/%{name}/doc/ChangeLog.2008
+%{_datadir}/%{name}/doc/ChangeLog.2009
 %{_datadir}/%{name}/doc/DOCUMENTERS
 %{_datadir}/%{name}/doc/HACKING
 %{_datadir}/%{name}/doc/INSTALL
@@ -300,29 +304,20 @@
 %{_datadir}/%{name}/doc/examples/abc.qif
 %{_datadir}/%{name}/doc/examples/bogus.qif
 %{_datadir}/%{name}/doc/examples/cbb-export.qif
-#%%{_datadir}/%{name}/doc/examples/currency.xac
-#%%{_datadir}/%{name}/doc/examples/currency_tree_xml.xac
+%{_datadir}/%{name}/doc/examples/currency_tree_xml.gnucash
 %{_datadir}/%{name}/doc/examples/every.qif
 %{_datadir}/%{name}/doc/examples/ms-money.qif
 %{_datadir}/%{name}/doc/examples/quicktest.qif
-#%%{_datadir}/%{name}/doc/examples/splitdemo.xac
 %{_datadir}/%{name}/doc/examples/swipe.qif
-#%%{_datadir}/%{name}/doc/examples/taxreport.xac
-#%%{_datadir}/%{name}/doc/examples/test.xac
-#%%{_datadir}/%{name}/doc/examples/test2.xac
-#%%{_datadir}/%{name}/doc/examples/test3.xac
-#%%{_datadir}/%{name}/doc/examples/test4.xac
-#%%{_datadir}/%{name}/doc/examples/trading.xac
-#%%{_datadir}/%{name}/doc/examples/trading2.xac
+%{_datadir}/%{name}/doc/examples/taxreport.gnucash
 %{_datadir}/%{name}/doc/examples/web.qif
-#%%{_datadir}/%{name}/doc/examples/xfer.xac
 %dir %{_datadir}/%{name}/glade
 %{_datadir}/%{name}/glade/account.glade
 %{_datadir}/%{name}/glade/acctperiod.glade
+%{_datadir}/%{name}/glade/autoclear.glade
 %{_datadir}/%{name}/glade/billterms.glade
 %{_datadir}/%{name}/glade/budget.glade
 %{_datadir}/%{name}/glade/businessprefs.glade
-#%%{_datadir}/%{name}/glade/chart-export.glade
 %{_datadir}/%{name}/glade/choose-owner.glade
 %{_datadir}/%{name}/glade/commodities.glade
 %{_datadir}/%{name}/glade/commodity.glade
@@ -331,6 +326,7 @@
 %{_datadir}/%{name}/glade/date-close.glade
 %{_datadir}/%{name}/glade/dialog-book-close.glade
 %{_datadir}/%{name}/glade/dialog-file-access.glade
+%{_datadir}/%{name}/glade/dialog-object-references.glade
 %{_datadir}/%{name}/glade/dialog-query-list.glade
 %{_datadir}/%{name}/glade/dialog-reset-warnings.glade
 %{_datadir}/%{name}/glade/druid-gconf-setup.glade
@@ -343,14 +339,10 @@
 %{_datadir}/%{name}/glade/gnc-csv-preview-dialog.glade
 %{_datadir}/%{name}/glade/gnc-date-format.glade
 %{_datadir}/%{name}/glade/gnc-gui-query.glade
-%if %{with hbci}
-%{_datadir}/%{name}/glade/aqbanking.glade
-%endif
 %{_datadir}/%{name}/glade/import-provider-format.glade
 %{_datadir}/%{name}/glade/invoice.glade
 %{_datadir}/%{name}/glade/job.glade
 %{_datadir}/%{name}/glade/lots.glade
-#%%{_datadir}/%{name}/glade/merge.glade
 %{_datadir}/%{name}/glade/newuser.glade
 %{_datadir}/%{name}/glade/order.glade
 

DISTFILES: libgnomekbd: libgnomekbd-2.91.4.tar.bz2

2010-12-28 Thread wiget

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/libgnomekbd/2.91/libgnomekbd-2.91.4.tar.bz2
fa9a390898c23a0db0429819c4bc93bf  libgnomekbd-2.91.4.tar.bz2
Size: 419138 bytes


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


packages (DEVEL): libgnomekbd/libgnomekbd.spec, libgnomekbd/gdk.patch (NEW)...

2010-12-28 Thread wiget
Author: wigetDate: Tue Dec 28 21:41:04 2010 GMT
Module: packages  Tag: DEVEL
 Log message:
- 2.91.4

 Files affected:
packages/libgnomekbd:
   libgnomekbd.spec (1.23.2.1 - 1.23.2.2) , gdk.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/libgnomekbd/libgnomekbd.spec
diff -u packages/libgnomekbd/libgnomekbd.spec:1.23.2.1 
packages/libgnomekbd/libgnomekbd.spec:1.23.2.2
--- packages/libgnomekbd/libgnomekbd.spec:1.23.2.1  Sun Nov 21 14:58:11 2010
+++ packages/libgnomekbd/libgnomekbd.spec   Tue Dec 28 22:40:59 2010
@@ -2,18 +2,19 @@
 Summary:   A keyboard configuration library
 Summary(pl.UTF-8): Biblioteka do konfiguracji klawiatury
 Name:  libgnomekbd
-Version:   2.91.2
+Version:   2.91.4
 Release:   1
 License:   LGPL v2+
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/libgnomekbd/2.91/%{name}-%{version}.tar.bz2
-# Source0-md5: 90f219d19441d149864fc40d7b8283eb
+# Source0-md5: fa9a390898c23a0db0429819c4bc93bf
+Patch0:gdk.patch
 URL:   http://www.gnome.org/
 BuildRequires: autoconf = 2.59
 BuildRequires: automake = 1:1.9
 BuildRequires: gettext-devel
 BuildRequires: gnome-common = 2.20.0
-BuildRequires: gtk+3-devel = 2.91.0
+BuildRequires: gtk+3-devel = 2.91.7
 BuildRequires: intltool = 0.40.0
 BuildRequires: libtool
 BuildRequires: libxklavier-devel = 5.0
@@ -40,7 +41,7 @@
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libgnomekbd
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
-Requires:  gtk+3-devel = 2.91.0
+Requires:  gtk+3-devel = 2.91.7
 Requires:  libxklavier-devel = 5.0
 
 %description devel
@@ -63,6 +64,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__glib_gettextize}
@@ -130,6 +132,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.23.2.2  2010/12/28 21:40:59  wiget
+- 2.91.4
+
 Revision 1.23.2.1  2010/11/21 13:58:11  megabajt
 - updated to 2.91.2
 


Index: packages/libgnomekbd/gdk.patch
diff -u /dev/null packages/libgnomekbd/gdk.patch:1.1
--- /dev/null   Tue Dec 28 22:41:04 2010
+++ packages/libgnomekbd/gdk.patch  Tue Dec 28 22:40:59 2010
@@ -0,0 +1,30 @@
+From e431fae90ed97debb86fc9e0c89622e524feb213 Mon Sep 17 00:00:00 2001
+From: Saleem Abdulrasool compn...@compnerd.org
+Date: Thu, 23 Dec 2010 01:08:04 +
+Subject: fix for newer gtk+
+
+---
+diff --git a/configure.in b/configure.in
+index f50990d..59a8753 100644
+--- a/configure.in
 b/configure.in
+@@ -16,7 +16,7 @@ dnl 
***
+ dnl *** Minimum library versions for libgnomekbd
***
+ dnl 
***
+ GLIB_REQUIRED=2.18
+-GDK_REQUIRED=2.18
++GDK_REQUIRED=2.91.7
+ GTK_REQUIRED=2.90
+ LIBXKLAVIER_REQUIRED=5.0
+ 
+@@ -63,7 +63,7 @@ PKG_CHECK_MODULES(GDK, gdk-3.0 = $GDK_REQUIRED)
+ AC_SUBST(GDK_CFLAGS)
+ AC_SUBST(GDK_LIBS)
+ 
+-PKG_CHECK_MODULES(GTK, gtk+-3.0 = $GTK_REQUIRED gdk-x11-3.0 = $GDK_REQUIRED)
++PKG_CHECK_MODULES(GTK, gtk+-3.0 = $GTK_REQUIRED)
+ 
+ AC_SUBST(GTK_CFLAGS)
+ AC_SUBST(GTK_LIBS)
+--
+cgit v0.8.3.1


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libgnomekbd/libgnomekbd.spec?r1=1.23.2.1r2=1.23.2.2f=u

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


packages: VirtualBox/VirtualBox.spec - rel 1

2010-12-28 Thread baggins
Author: baggins  Date: Tue Dec 28 21:44:32 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 1

 Files affected:
packages/VirtualBox:
   VirtualBox.spec (1.335 - 1.336) 

 Diffs:


Index: packages/VirtualBox/VirtualBox.spec
diff -u packages/VirtualBox/VirtualBox.spec:1.335 
packages/VirtualBox/VirtualBox.spec:1.336
--- packages/VirtualBox/VirtualBox.spec:1.335   Tue Dec 28 09:11:47 2010
+++ packages/VirtualBox/VirtualBox.spec Tue Dec 28 22:44:27 2010
@@ -30,7 +30,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 0.1
+%definerel 1
 %definepname   VirtualBox
 
 Summary:   VirtualBox OSE - x86 hardware virtualizer
@@ -848,6 +848,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.336  2010/12/28 21:44:27  baggins
+- rel 1
+
 Revision 1.335  2010/12/28 08:11:47  charles
 - added without doc bcond
 - cleanups


 CVS-web:

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

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


packages: gtk3-engines/gtk3-engines.spec (NEW) - init

2010-12-28 Thread wiget
Author: wigetDate: Tue Dec 28 21:49:10 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- init

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

 Diffs:


Index: packages/gtk3-engines/gtk3-engines.spec
diff -u /dev/null packages/gtk3-engines/gtk3-engines.spec:1.1
--- /dev/null   Tue Dec 28 22:49:10 2010
+++ packages/gtk3-engines/gtk3-engines.spec Tue Dec 28 22:49:05 2010
@@ -0,0 +1,113 @@
+# $Revision$, $Date$
+Summary:   Default GTK+3 theme engines
+Summary(pl.UTF-8): Moduły motywów do GTK+3
+Name:  gtk3-engines
+Version:   2.91.1
+Release:   0.2
+License:   GPL v2+ and LGPL v2+
+Group: Themes/GTK+
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/2.91/gtk-engines-%{version}.tar.bz2
+# Source0-md5: 290d2fdb66743066dab92db694dd7b99
+URL:   http://gtk.themes.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gettext-devel
+BuildRequires: gtk+3-devel
+BuildRequires: intltool = 0.40.0
+BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRequires: sed = 4.0
+Requires(post):gtk+3
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%if %{_lib} != lib
+%definelibext  %(lib=%{_lib}; echo ${lib#lib})
+%define_gtkconfdir /etc/gtk%{libext}-3.0
+%definepqext   -%{libext}
+%else
+%define_gtkconfdir /etc/gtk-3.0
+%definepqext   %{nil}
+%endif
+
+%description
+These are the graphical engines for the various GTK+ toolkit themes.
+
+%description -l pl.UTF-8
+Pakiet ten zawiera moduły różnych motywów do biblioteki GTK+.
+
+%package themes
+Summary:   Various GTK+ toolkit themes
+Summary(pl.UTF-8): Różne motywy do biblioteki GTK+
+Group: Themes/GTK+
+Requires:  %{name} = %{epoch}:%{version}-%{release}
+
+%description themes
+Various GTK+ toolkit themes.
+
+%description themes -l pl.UTF-8
+Różne motywy do biblioteki GTK+.
+
+%prep
+%setup -q -n gtk-engines-%{version}
+
+sed -i -e 's/^...@shaw//' po/LINGUAS
+rm -f po/e...@shaw.po
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+   --disable-silent-rules \
+   --enable-animation
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+# .la are not needed (according to spec included to package)
+rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/*/engines/*.la
+
+%find_lang gtk3-engines
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+#%%post
+#umask 022
+#gdk-pixbuf-query-loaders%{pqext}  %{_gtkconfdir}/gdk-pixbuf.loaders
+#exit 0
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/gtk-3.0/*/engines/*.so
+%{_pkgconfigdir}/gtk-engines-3.pc
+
+%files themes -f gtk3-engines.lang
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%dir %{_datadir}/gtk-engines
+%dir %{_datadir}/gtk-engines/3.0
+%{_datadir}/gtk-engines/3.0/*.xml
+%dir %{_datadir}/themes/Redmond
+%{_datadir}/themes/Clearlooks
+%{_datadir}/themes/Crux
+%{_datadir}/themes/Industrial
+%{_datadir}/themes/Mist
+%{_datadir}/themes/Redmond/gtk-3.0
+%{_datadir}/themes/ThinIce
+%{_datadir}/themes/GNOME3
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2010/12/28 21:49:05  wiget
+- init
+

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


DISTFILES: gtk3-engines: gtk-engines-2.91.1.tar.bz2

2010-12-28 Thread wiget

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/2.91/gtk-engines-2.91.1.tar.bz2
290d2fdb66743066dab92db694dd7b99  gtk-engines-2.91.1.tar.bz2
Size: 592751 bytes


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


packages (DEVEL): gnome-keyring/gnome-keyring.spec - 2.91.4

2010-12-28 Thread wiget
Author: wigetDate: Tue Dec 28 22:09:12 2010 GMT
Module: packages  Tag: DEVEL
 Log message:
- 2.91.4

 Files affected:
packages/gnome-keyring:
   gnome-keyring.spec (1.81.2.4 - 1.81.2.5) 

 Diffs:


Index: packages/gnome-keyring/gnome-keyring.spec
diff -u packages/gnome-keyring/gnome-keyring.spec:1.81.2.4 
packages/gnome-keyring/gnome-keyring.spec:1.81.2.5
--- packages/gnome-keyring/gnome-keyring.spec:1.81.2.4  Thu Dec  2 23:53:55 2010
+++ packages/gnome-keyring/gnome-keyring.spec   Tue Dec 28 23:09:06 2010
@@ -2,12 +2,12 @@
 Summary:   Keep passwords and other user's secrets
 Summary(pl.UTF-8): Przechowywanie haseł i innych tajnych danych 
użytkowników
 Name:  gnome-keyring
-Version:   2.91.3
+Version:   2.91.4
 Release:   1
 License:   LGPL v2+ (library), GPL v2+ (programs)
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/2.91/%{name}-%{version}.tar.bz2
-# Source0-md5: b6a2ce48d5b520467b7ffae00ec29f16
+# Source0-md5: 76b4f017dafb15f97f90088145d52723
 URL:   http://live.gnome.org/GnomeKeyring
 BuildRequires: autoconf
 BuildRequires: automake
@@ -16,7 +16,7 @@
 BuildRequires: docbook-dtd412-xml
 BuildRequires: gettext-devel
 BuildRequires: glib2-devel = 1:2.26.0
-BuildRequires: gtk+3-devel = 2.91.0
+BuildRequires: gtk+3-devel = 2.91.7
 BuildRequires: gtk-doc = 1.9
 BuildRequires: intltool = 0.40.0
 BuildRequires: libgcrypt-devel = 1.2.2
@@ -72,7 +72,7 @@
 Requires:  %{name}-libs = %{version}-%{release}
 Requires:  dbus-devel = 1.2.0
 Requires:  glib2-devel = 1:2.26.0
-Requires:  gtk+3-devel = 2.91.0
+Requires:  gtk+3-devel = 2.91.7
 Requires:  libtasn1-devel = 0.3.4
 
 %description devel
@@ -154,8 +154,8 @@
DESTDIR=$RPM_BUILD_ROOT
 
 %{__rm} $RPM_BUILD_ROOT/%{_lib}/security/pam_gnome_keyring.{l,}a
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/gnome-keyring-pkcs11.{l,}a
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/{devel,standalone}/*.{la,a}
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/pkcs11/gnome-keyring-pkcs11.{l,}a
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.{l,}a
 
 %find_lang %{name}
 
@@ -182,13 +182,14 @@
 %dir %{_libdir}/%{name}
 %attr(755,root,root) %{_libexecdir}/gnome-keyring-prompt
 %attr(755,root,root) %{_libexecdir}/gnome-keyring-prompt-3
-%attr(755,root,root) %{_libdir}/%{name}/gnome-keyring-pkcs11.so
+%attr(755,root,root) %{_libdir}/pkcs11/gnome-keyring-pkcs11.so
 %dir %{_libdir}/%{name}/devel
+%attr(755,root,root) %{_libdir}/%{name}/devel/gkm-gnome2-store-standalone.so
+%attr(755,root,root) %{_libdir}/%{name}/devel/gkm-roots-store-standalone.so
+%attr(755,root,root) %{_libdir}/%{name}/devel/gkm-secret-store-standalone.so
 %attr(755,root,root) %{_libdir}/%{name}/devel/gkm-ssh-store-standalone.so
-%attr(755,root,root) %{_libdir}/%{name}/devel/gkm-user-store-standalone.so
-%dir %{_libdir}/%{name}/standalone
-%attr(755,root,root) 
%{_libdir}/%{name}/standalone/gkm-roots-store-standalone.so
-%attr(755,root,root) 
%{_libdir}/%{name}/standalone/gkm-secret-store-standalone.so
+%attr(755,root,root) %{_libdir}/%{name}/devel/gkm-xdg-store-standalone.so
+%{_sysconfdir}/xdg/pkcs11.conf.defaults
 %{_sysconfdir}/xdg/autostart/gnome-keyring-gpg.desktop
 %{_sysconfdir}/xdg/autostart/gnome-keyring-pkcs11.desktop
 %{_sysconfdir}/xdg/autostart/gnome-keyring-secrets.desktop
@@ -239,6 +240,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.81.2.5  2010/12/28 22:09:06  wiget
+- 2.91.4
+
 Revision 1.81.2.4  2010/12/02 22:53:55  wiget
 - 2.91.3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-keyring/gnome-keyring.spec?r1=1.81.2.4r2=1.81.2.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: pdfedit/pdfedit.spec - Version 0.4.5-1.

2010-12-28 Thread matkor
Author: matkor   Date: Tue Dec 28 22:09:41 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- Version 0.4.5-1.

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

 Diffs:


Index: packages/pdfedit/pdfedit.spec
diff -u packages/pdfedit/pdfedit.spec:1.9 packages/pdfedit/pdfedit.spec:1.10
--- packages/pdfedit/pdfedit.spec:1.9   Tue Jul 28 17:34:08 2009
+++ packages/pdfedit/pdfedit.spec   Tue Dec 28 23:09:35 2010
@@ -15,7 +15,7 @@
 Summary:   Editor for manipulating PDF documents
 Summary(pl.UTF-8): Edytor do manipulowania dokumentami PDF
 Name:  pdfedit
-Version:   0.4.3
+Version:   0.4.5
 Release:   1
 License:   GPL v2
 Group: X11/Applications
@@ -28,6 +28,7 @@
 BuildRequires: motif-devel
 BuildRequires: qmake
 BuildRequires: qt-devel
+BuildRequires: qt-linguist
 BuildRequires: t1lib-devel
 BuildRequires: xorg-lib-libXaw-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -91,6 +92,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.10  2010/12/28 22:09:35  matkor
+- Version 0.4.5-1.
+
 Revision 1.9  2009/07/28 15:34:08  gotar
 - upgraded to 0.4.3
 


 CVS-web:

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

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


DISTFILES: gnome-keyring: gnome-keyring-2.91.4.tar.bz2

2010-12-28 Thread wiget

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/2.91/gnome-keyring-2.91.4.tar.bz2
76b4f017dafb15f97f90088145d52723  gnome-keyring-2.91.4.tar.bz2
Size: 5387848 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: pdfedit: ERRORS: pdfedit-0.4.5.tar.bz2

2010-12-28 Thread matkor
FATAL: http://dl.sourceforge.net/pdfedit/pdfedit-0.4.5.tar.bz2 md5 mismatch, 
needed 98eb8d8d42027241c10a5c9bedacc20e, got 80502ee7f08cdfb867ffdaa92d160a23

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: gnome-desktop3/gnome-desktop3.spec, gnome-desktop3/gtk3.patch (RE...

2010-12-28 Thread wiget
Author: wigetDate: Tue Dec 28 22:31:33 2010 GMT
Module: packages  Tag: HEAD
 Log message:
- 2.91.4
- gnome-about dropped upstream, merged -libs into main package

 Files affected:
packages/gnome-desktop3:
   gnome-desktop3.spec (1.6 - 1.7) , gtk3.patch (1.1 - NONE)  (REMOVED)

 Diffs:


Index: packages/gnome-desktop3/gnome-desktop3.spec
diff -u packages/gnome-desktop3/gnome-desktop3.spec:1.6 
packages/gnome-desktop3/gnome-desktop3.spec:1.7
--- packages/gnome-desktop3/gnome-desktop3.spec:1.6 Thu Dec  9 20:27:22 2010
+++ packages/gnome-desktop3/gnome-desktop3.spec Tue Dec 28 23:31:28 2010
@@ -1,15 +1,14 @@
 # $Revision$, $Date$
-Summary:   The core programs for the GNOME GUI desktop environment
-Summary(pl.UTF-8): Podstawowe programy środowiska graficznego GNOME
+Summary:   gnome-desktop library
+Summary(pl.UTF-8): Biblioteka gnome-desktop
 Name:  gnome-desktop3
-Version:   2.91.3
-Release:   2
+Version:   2.91.4
+Release:   1
 License:   LGPL
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/2.91/gnome-desktop-%{version}.tar.bz2
-# Source0-md5: a204082c65e09fc7278f7c401b895d6a
+# Source0-md5: 60b555cb73b2ac4c90d296b071e8791b
 Source1:   pld-logo.svg
-Patch0:gtk3.patch
 URL:   http://www.gnome.org/
 BuildRequires: GConf2-devel = 2.26.0
 BuildRequires: autoconf
@@ -21,7 +20,7 @@
 BuildRequires: gnome-common = 2.24.0
 BuildRequires: gnome-doc-utils = 0.14.0
 BuildRequires: gsettings-desktop-schemas-devel
-BuildRequires: gtk+3-devel = 2.91.0
+BuildRequires: gtk+3-devel = 2.91.7
 BuildRequires: gtk-doc = 1.8
 BuildRequires: intltool = 0.40.0
 BuildRequires: libtool
@@ -34,11 +33,11 @@
 BuildRequires: startup-notification-devel = 0.8
 BuildRequires: xorg-lib-libXrandr-devel = 1.2
 Requires(post,postun): scrollkeeper
-Requires:  %{name}-libs = %{version}-%{release}
 Requires:  python-gnome
 Requires:  python-pygtk-gtk
 # s...@latn vs. s...@latin
 Conflicts: glibc-misc  6:2.7
+Obsoletes: gnome-desktop3-libs
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -47,7 +46,7 @@
 manager for the X Window System. GNOME is similar in purpose and scope
 to CDE and KDE, but GNOME is based completely on free software.
 
-This package contains applications related to GNOME desktop.
+This package contains gnome-desktop library.
 
 %description -l pl.UTF-8
 GNOME (GNU Network Object Model Environment) jest zestawem przyjaznych
@@ -56,24 +55,13 @@
 zakresem funkcjonalności CDE i KDE, jednak GNOME opiera się w całości
 na wolnym oprogramowaniu.
 
-Ten pakiet zawiera aplikacje związane w desktopem GNOME.
-
-%package libs
-Summary:   gnome-desktop library
-Summary(pl.UTF-8): Biblioteka gnome-desktop
-Group: X11/Libraries
-
-%description libs
-This package contains gnome-desktop library.
-
-%description libs -l pl.UTF-8
 Pakiet ten zawiera bibliotekę gnome-desktop.
 
 %package devel
 Summary:   GNOME desktop includes
 Summary(pl.UTF-8): Pliki nagłówkowe bibliotek GNOME desktop
 Group: X11/Development/Libraries
-Requires:  %{name}-libs = %{version}-%{release}
+Requires:  %{name} = %{version}-%{release}
 Requires:  gsettings-desktop-schemas-devel
 Requires:  gtk+3-devel = 2.91.0
 Requires:  startup-notification-devel = 0.8
@@ -110,7 +98,6 @@
 
 %prep
 %setup -q -n gnome-desktop-%{version}
-%patch0 -p1
 
 sed -i -e 's/e...@shaw//' po/LINGUAS
 rm -f po/e...@shaw.po
@@ -147,25 +134,17 @@
 rm -fr $RPM_BUILD_ROOT
 
 %post
+/sbin/ldconfig
 %scrollkeeper_update_post
 
 %postun
+/sbin/ldconfig
 %scrollkeeper_update_postun
 
-%post  libs -p /sbin/ldconfig
-%postunlibs -p /sbin/ldconfig
-
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog MAINTAINERS NEWS README
-%attr(755,root,root) %{_bindir}/gnome-about
-%{_mandir}/man1/gnome-about.1*
-%{_datadir}/gnome-about
 %{_datadir}/libgnome-desktop-3.0
-%{_desktopdir}/gnome-about.desktop
-
-%files libs
-%defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libgnome-desktop-3.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgnome-desktop-3.so.0
 
@@ -189,6 +168,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.7  2010/12/28 22:31:28  wiget
+- 2.91.4
+- gnome-about dropped upstream, merged -libs into main package
+
 Revision 1.6  2010/12/09 19:27:22  wiget
 - added gtk3.patch to fix compilation with gtk+ 2.91.6
 


 CVS-web:

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


  1   2   >