DISTFILES: nagios-nagstamon: nagstamon_0.9.8.tar.gz

2012-03-09 Thread glen

Files fetched: 1

STORED: http://downloads.sourceforge.net/nagstamon/nagstamon_0.9.8.tar.gz
792c85018a59345625171473b39d9865  nagstamon_0.9.8.tar.gz
Size: 382861 bytes


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


packages: nagios-nagstamon/nagios-nagstamon.spec, nagios-nagstamon/nagstamo...

2012-03-09 Thread glen
Author: glen Date: Fri Mar  9 08:11:38 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 0.9.8

 Files affected:
packages/nagios-nagstamon:
   nagios-nagstamon.spec (1.4 - 1.5) , nagstamon.desktop (1.2 - 1.3) 

 Diffs:


Index: packages/nagios-nagstamon/nagios-nagstamon.spec
diff -u packages/nagios-nagstamon/nagios-nagstamon.spec:1.4 
packages/nagios-nagstamon/nagios-nagstamon.spec:1.5
--- packages/nagios-nagstamon/nagios-nagstamon.spec:1.4 Fri Mar  9 08:51:05 2012
+++ packages/nagios-nagstamon/nagios-nagstamon.spec Fri Mar  9 09:11:33 2012
@@ -1,43 +1,46 @@
 # $Revision$, $Date$
 Summary:   Nagios Status monitor for your Desktop
 Name:  nagios-nagstamon
-Version:   0.9.4
+Version:   0.9.8
 Release:   1
 License:   GPL v2
 Group: X11/Applications/Networking
 Source0:   
http://downloads.sourceforge.net/nagstamon/nagstamon_%{version}.tar.gz
-# Source0-md5: 52cd8bfc28086e29a84eccb607e9ce3c
+# Source0-md5: 792c85018a59345625171473b39d9865
 Source1:   nagstamon.desktop
-URL:   http://nagstamon.sourceforge.net/
+URL:   http://nagstamon.ifw-dresden.de/
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) = 1.219
 # python-distribute for pkg_resources import
 Requires:  python-distribute
+Requires:  python-gnome-extras-egg
 Requires:  python-lxml
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Nagstamon is a Nagios status monitor for the desktop. It connects to
-multiple Nagios, Icinga, Opsview and Centreon monitoring servers and
-resides in systray or as a floating statusbar at the desktop showing a
-brief summary of critical, warning, unknown, unreachable and down
-hosts and services and pops up a detailed status overview when moving
-the mouse pointer over it.
+multiple Nagios, Icinga, Opsview, Centreon, Op5 Monitor/Ninja and
+Check_MK Multisite monitoring servers and resides in systray or as a
+floating statusbar at the desktop showing a brief summary of critical,
+warning, unknown, unreachable and down hosts and services and pops up
+a detailed status overview when moving the mouse pointer over it.
 
 Connecting to displayed hosts and services is easily established by
 context menu via SSH, RDP and VNC. Users can be notified by sound.
-Hosts and Services can be filtered by category and regular
+Hosts and services can be filtered by category and regular
 expressions.
 
 %prep
-%setup -q -n nagstamon_%{version}
+%setup -qc
+# keep source dir versioned
+mv Nagstamon .%{name}; mv .%{name}/* .
 
 # common license
-rm Nagstamon/resources/LICENSE
+%{__rm} Nagstamon/resources/LICENSE
 
 # win icon
-rm Nagstamon/resources/nagstamon.ico
+%{__rm} Nagstamon/resources/nagstamon.ico
 
 # svg used on linux, switch to .png?
 # see Nagstamon/nagstamonGUI.py def CreateOutputVisuals(self): 
self.BitmapSuffix = .png
@@ -55,9 +58,11 @@
--root=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
-cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 ln 
$RPM_BUILD_ROOT{%{py_sitescriptdir}/Nagstamon/resources,%{_pixmapsdir}}/nagstamon.png
-rm $RPM_BUILD_ROOT%{py_sitescriptdir}/Nagstamon/resources/nagstamon.1
+%{__rm} 
$RPM_BUILD_ROOT%{py_sitescriptdir}/Nagstamon/resources/nagstamon.desktop
+%{__rm} $RPM_BUILD_ROOT%{py_sitescriptdir}/Nagstamon/resources/nagstamon.1
+mv $RPM_BUILD_ROOT%{_bindir}/nagstamon{.py,}
 
 %py_postclean
 
@@ -74,10 +79,13 @@
 %dir %{py_sitescriptdir}/Nagstamon
 %{py_sitescriptdir}/Nagstamon/*.py[co]
 %dir %{py_sitescriptdir}/Nagstamon/resources
-%{py_sitescriptdir}/Nagstamon/resources/*.glade
+%{py_sitescriptdir}/Nagstamon/resources/*.ui
 %{py_sitescriptdir}/Nagstamon/resources/*.svg
 %{py_sitescriptdir}/Nagstamon/resources/*.png
 %{py_sitescriptdir}/Nagstamon/resources/*.wav
+%{py_sitescriptdir}/Nagstamon/resources/*.icns
+%dir %{py_sitescriptdir}/Nagstamon/Server
+%{py_sitescriptdir}/Nagstamon/Server/*.py[co]
 %if %{py_ver}  2.4
 %{py_sitescriptdir}/nagstamon-*.egg-info
 %endif
@@ -88,6 +96,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5  2012/03/09 08:11:33  glen
+- up to 0.9.8
+
 Revision 1.4  2012/03/09 07:51:05  glen
 - python-lxml dep
 


Index: packages/nagios-nagstamon/nagstamon.desktop
diff -u packages/nagios-nagstamon/nagstamon.desktop:1.2 
packages/nagios-nagstamon/nagstamon.desktop:1.3
--- packages/nagios-nagstamon/nagstamon.desktop:1.2 Fri Dec 10 02:23:48 2010
+++ packages/nagios-nagstamon/nagstamon.desktop Fri Mar  9 09:11:33 2012
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Type=Application
-Name=nagstamon
-Comment=Nagios status monitor 
+Name=Nagstamon
+Comment=Nagios status monitor
 Icon=nagstamon
 Exec=nagstamon
 Terminal=false

DISTFILES: skipfish: skipfish-2.05b.tgz

2012-03-09 Thread kiesiu

Files fetched: 1

STORED: http://skipfish.googlecode.com/files/skipfish-2.05b.tgz
8147e3365820526e295cfca768ef60cd  skipfish-2.05b.tgz
Size: 207384 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: skipfish/skipfish.spec - updated to 2.05

2012-03-09 Thread kiesiu
Author: kiesiu   Date: Fri Mar  9 08:27:01 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.05

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

 Diffs:


Index: packages/skipfish/skipfish.spec
diff -u packages/skipfish/skipfish.spec:1.12 
packages/skipfish/skipfish.spec:1.13
--- packages/skipfish/skipfish.spec:1.12Tue Mar  6 22:30:22 2012
+++ packages/skipfish/skipfish.spec Fri Mar  9 09:26:56 2012
@@ -3,12 +3,12 @@
 %definerel 1
 Summary:   Web application security scanner
 Name:  skipfish
-Version:   2.04
+Version:   2.05
 Release:   0.%{subver}.%{rel}
 License:   Apache v2.0
 Group: Applications/Networking
 Source0:   
http://skipfish.googlecode.com/files/%{name}-%{version}%{subver}.tgz
-# Source0-md5: 0126b8173f07b0185f8cccddb62a1c38
+# Source0-md5: 8147e3365820526e295cfca768ef60cd
 URL:   http://code.google.com/p/skipfish/
 BuildRequires: libidn-devel
 BuildRequires: openssl-devel
@@ -68,6 +68,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.13  2012/03/09 08:26:56  kiesiu
+- updated to 2.05
+
 Revision 1.12  2012/03/06 21:30:22  kiesiu
 - fixed ASSETS_DIR value
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/skipfish/skipfish.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: rpm-build-macros/rpm-build.sh - update discarded php4 pkgs

2012-03-09 Thread glen
Author: glen Date: Fri Mar  9 09:16:56 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- update discarded php4 pkgs

 Files affected:
packages/rpm-build-macros:
   rpm-build.sh (1.67 - 1.68) 

 Diffs:


Index: packages/rpm-build-macros/rpm-build.sh
diff -u packages/rpm-build-macros/rpm-build.sh:1.67 
packages/rpm-build-macros/rpm-build.sh:1.68
--- packages/rpm-build-macros/rpm-build.sh:1.67 Fri Dec  9 20:00:00 2011
+++ packages/rpm-build-macros/rpm-build.sh  Fri Mar  9 10:16:51 2012
@@ -96,6 +96,8 @@
ignore=$ignore innobackup
# use ac-updates
ignore=$ignore ntp-client ntp
+   # php4 only(php-pecl-tidy), for php5.2(php-pecl-filter)
+   ignore=$ignore php-pecl-tidy php-pecl-filter
 
# renamed to vim-syntax-txt2tags
ignore=$ignore txt2tags-vim


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpm-build-macros/rpm-build.sh?r1=1.67r2=1.68f=u

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


DISTFILES: taskcoach: TaskCoach-1.3.9.tar.gz

2012-03-09 Thread uzsolt

Files fetched: 1

STORED: http://downloads.sourceforge.net/taskcoach/TaskCoach-1.3.9.tar.gz
4a5ab1b01aee60928c612ebdd691c7a6  TaskCoach-1.3.9.tar.gz
Size: 2397432 bytes


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


packages: taskcoach/taskcoach.spec - 1.3.9

2012-03-09 Thread uzsolt
Author: uzsolt   Date: Fri Mar  9 09:23:33 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- 1.3.9

 Files affected:
packages/taskcoach:
   taskcoach.spec (1.92 - 1.93) 

 Diffs:


Index: packages/taskcoach/taskcoach.spec
diff -u packages/taskcoach/taskcoach.spec:1.92 
packages/taskcoach/taskcoach.spec:1.93
--- packages/taskcoach/taskcoach.spec:1.92  Sun Feb 26 08:44:03 2012
+++ packages/taskcoach/taskcoach.spec   Fri Mar  9 10:23:28 2012
@@ -3,13 +3,13 @@
 Summary(hu.UTF-8): Task Coach egy egyszerű, nyílt forráskódú 
teendő-nyilvántartó
 Summary(pl.UTF-8): Task Coach - prosty zarządca osobistej listy zadań i 
rzeczy do zrobienia
 Name:  taskcoach
-Version:   1.3.8
+Version:   1.3.9
 Release:   1
 Epoch: 1
 License:   GPL v3
 Group: X11/Applications
 Source0:   
http://downloads.sourceforge.net/taskcoach/TaskCoach-%{version}.tar.gz
-# Source0-md5: 6453b5451eefd46bc3b1a42c4ecb4c0f
+# Source0-md5: 4a5ab1b01aee60928c612ebdd691c7a6
 Patch0:%{name}-desktop.patch
 URL:   http://www.taskcoach.org/
 BuildRequires: python-devel
@@ -166,6 +166,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.93  2012/03/09 09:23:28  uzsolt
+- 1.3.9
+
 Revision 1.92  2012/02/26 07:44:03  uzsolt
 - 1.3.8
 


 CVS-web:

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

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


packages (TEXLIVE_20080816): texlive/texlive.spec - uncomment regenerating ...

2012-03-09 Thread baggins
Author: baggins  Date: Fri Mar  9 09:25:13 2012 GMT
Module: packages  Tag: TEXLIVE_20080816
 Log message:
- uncomment regenerating docs

 Files affected:
packages/texlive:
   texlive.spec (1.296.2.11 - 1.296.2.12) 

 Diffs:


Index: packages/texlive/texlive.spec
diff -u packages/texlive/texlive.spec:1.296.2.11 
packages/texlive/texlive.spec:1.296.2.12
--- packages/texlive/texlive.spec:1.296.2.11Fri Mar  9 08:25:40 2012
+++ packages/texlive/texlive.spec   Fri Mar  9 10:25:07 2012
@@ -5811,14 +5811,14 @@
 cd fonts/tfm/la
 for i in larm?00.tfm; do ln -s $i $(echo $i | sed 
s@larm\(.\).*@larm0\100.tfm@) ; done
 
-## wrong dvi in formlett, should be regenerate
-#cd $RPM_BUILD_ROOT%{texmfdist}/doc/latex/formlett
-#cp $RPM_BUILD_ROOT%{texmfdist}/tex/latex/formlett/formlett.sty .
-#tex user_manual.tex
-#yes | tex prog_manual.tex
-#tex example1.tex
-#tex example2.tex
-#rm formlett.sty
+# wrong dvi in formlett, should be regenerate
+cd $RPM_BUILD_ROOT%{texmfdist}/doc/latex/formlett
+cp $RPM_BUILD_ROOT%{texmfdist}/tex/latex/formlett/formlett.sty .
+tex user_manual.tex
+yes | tex prog_manual.tex
+tex example1.tex
+tex example2.tex
+rm formlett.sty
 
 cd $CURDIR
 
@@ -13878,6 +13878,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.296.2.12  2012/03/09 09:25:07  baggins
+- uncomment regenerating docs
+
 Revision 1.296.2.11  2012/03/09 07:25:40  baggins
 - fix segfault in tex binary
 - don't error out because our latex is more than 5 years old


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/texlive/texlive.spec?r1=1.296.2.11r2=1.296.2.12f=u

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


DISTFILES: midori: midori-0.4.4.tar.bz2

2012-03-09 Thread uzsolt

Files fetched: 1

STORED: http://archive.xfce.org/src/apps/midori/0.4/midori-0.4.4.tar.bz2
a6578ebfd237c0f22cce49113b95f70c  midori-0.4.4.tar.bz2
Size: 939294 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: midori/midori.spec - 0.4.4

2012-03-09 Thread uzsolt
Author: uzsolt   Date: Fri Mar  9 09:40:12 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- 0.4.4

 Files affected:
packages/midori:
   midori.spec (1.56 - 1.57) 

 Diffs:


Index: packages/midori/midori.spec
diff -u packages/midori/midori.spec:1.56 packages/midori/midori.spec:1.57
--- packages/midori/midori.spec:1.56Fri Dec 23 10:16:12 2011
+++ packages/midori/midori.spec Fri Mar  9 10:40:07 2012
@@ -2,7 +2,7 @@
 # TODO:
 # - docdir fix (both docdir/midori and docdir/midori-version exist too)
 %define mainver0.4
-%define minorver 3
+%define minorver 4
 Summary:   Web browser based on GTK+ WebCore
 Summary(hu.UTF-8): GTK+ WebCore alapú web-böngésző
 Summary(pl.UTF-8): Przeglądarka WWW oparta na GTK+ WebCore
@@ -12,7 +12,7 @@
 License:   LGPL v2+
 Group: X11/Applications/Networking
 Source0:   
http://archive.xfce.org/src/apps/midori/%{mainver}/%{name}-%{version}.tar.bz2
-# Source0-md5: 900037557b82818d79d2dd1c5a7d7fd2
+# Source0-md5: a6578ebfd237c0f22cce49113b95f70c
 URL:   http://www.twotoasts.de/index.php?/pages/midori_summary.html
 BuildRequires: docutils
 BuildRequires: gettext-devel
@@ -130,6 +130,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.57  2012/03/09 09:40:07  uzsolt
+- 0.4.4
+
 Revision 1.56  2011/12/23 09:16:12  lisu
 - updated to 0.4.3
 


 CVS-web:

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

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


packages (TEXLIVE_20080816): texlive/texlive.spec - rel 17

2012-03-09 Thread baggins
Author: baggins  Date: Fri Mar  9 10:36:29 2012 GMT
Module: packages  Tag: TEXLIVE_20080816
 Log message:
- rel 17

 Files affected:
packages/texlive:
   texlive.spec (1.296.2.12 - 1.296.2.13) 

 Diffs:


Index: packages/texlive/texlive.spec
diff -u packages/texlive/texlive.spec:1.296.2.12 
packages/texlive/texlive.spec:1.296.2.13
--- packages/texlive/texlive.spec:1.296.2.12Fri Mar  9 10:25:07 2012
+++ packages/texlive/texlive.spec   Fri Mar  9 11:36:24 2012
@@ -34,7 +34,7 @@
 Summary(tr.UTF-8): TeX dizgi sistemi ve MetaFont yazıtipi biçimlendiricisi
 Name:  texlive
 Version:   20080816
-Release:   16.1
+Release:   17
 Epoch: 1
 License:   distributable
 Group: Applications/Publishing/TeX
@@ -13878,6 +13878,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.296.2.13  2012/03/09 10:36:24  baggins
+- rel 17
+
 Revision 1.296.2.12  2012/03/09 09:25:07  baggins
 - uncomment regenerating docs
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/texlive/texlive.spec?r1=1.296.2.12r2=1.296.2.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: chromium-browser/chromium-browser.spec - up to 17.0.963.78

2012-03-09 Thread glen
Author: glen Date: Fri Mar  9 10:58:58 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 17.0.963.78

 Files affected:
packages/chromium-browser:
   chromium-browser.spec (1.180 - 1.181) 

 Diffs:


Index: packages/chromium-browser/chromium-browser.spec
diff -u packages/chromium-browser/chromium-browser.spec:1.180 
packages/chromium-browser/chromium-browser.spec:1.181
--- packages/chromium-browser/chromium-browser.spec:1.180   Wed Mar  7 
17:56:44 2012
+++ packages/chromium-browser/chromium-browser.spec Fri Mar  9 11:58:52 2012
@@ -50,12 +50,12 @@
 %definegyp_rev 1014
 Summary:   A WebKit powered web browser
 Name:  chromium-browser
-Version:   17.0.963.66
+Version:   17.0.963.78
 Release:   1
 License:   BSD, LGPL v2+ (ffmpeg)
 Group: X11/Applications/Networking
 Source0:   
http://carme.pld-linux.org/~glen/chromium-browser/src/stable/%{name}-%{version}.tar.xz
-# Source0-md5: 4f96dee7b8c0203861bea717dc15df2b
+# Source0-md5: 311b61ce8bde9b9ef48c1dd1baee2acb
 #SourceX:  
http://ppa.launchpad.net/chromium-daily/ppa/ubuntu/pool/main/c/chromium-browser/%{name}_%{version}~svn%{svndate}r%{svnver}.orig.tar.gz
 Source2:   %{name}.sh
 Source3:   %{name}.desktop
@@ -393,6 +393,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.181  2012/03/09 10:58:52  glen
+- up to 17.0.963.78
+
 Revision 1.180  2012/03/07 16:56:44  glen
 - up to 17.0.963.66
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/chromium-browser/chromium-browser.spec?r1=1.180r2=1.181f=u

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


DISTFILES: chromium-browser: chromium-browser-17.0.963.78.tar.xz

2012-03-09 Thread glen

Files fetched: 1

STORED: 
http://carme.pld-linux.org/~glen/chromium-browser/src/stable/chromium-browser-17.0.963.78.tar.xz
311b61ce8bde9b9ef48c1dd1baee2acb  chromium-browser-17.0.963.78.tar.xz
Size: 103225008 bytes


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


packages: unixODBC/unixODBC.spec - rel 2 - make java-sun happy, put libodbc...

2012-03-09 Thread baggins
Author: baggins  Date: Fri Mar  9 11:55:31 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2
- make java-sun happy, put libodbc*.so in main package

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

 Diffs:


Index: packages/unixODBC/unixODBC.spec
diff -u packages/unixODBC/unixODBC.spec:1.122 
packages/unixODBC/unixODBC.spec:1.123
--- packages/unixODBC/unixODBC.spec:1.122   Fri Dec  9 17:40:09 2011
+++ packages/unixODBC/unixODBC.spec Fri Mar  9 12:55:25 2012
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8): unixODBC - kompletne, darmowe/otwarte ODBC dla 
UNIX/Linuksa
 Name:  unixODBC
 Version:   2.3.1
-Release:   1
+Release:   2
 License:   LGPL v2+ (libraries), GPL v2+ (programs, News Server driver)
 Group: Libraries
 Source0:   ftp://ftp.unixodbc.org/pub/unixODBC/%{name}-%{version}.tar.gz
@@ -122,8 +122,10 @@
 %attr(755,root,root) %{_bindir}/odbc_config
 %attr(755,root,root) %{_libdir}/libodbc.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libodbc.so.2
+%attr(755,root,root) %{_libdir}/libodbc.so
 %attr(755,root,root) %{_libdir}/libodbcinst.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libodbcinst.so.2
+%attr(755,root,root) %{_libdir}/libodbcinst.so
 # drivers
 %attr(755,root,root) %{_libdir}/libesoobS.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libesoobS.so.1
@@ -187,8 +189,6 @@
 %files devel
 %defattr(644,root,root,755)
 %doc ChangeLog doc/{ProgrammerManual,lst}
-%attr(755,root,root) %{_libdir}/libodbc.so
-%attr(755,root,root) %{_libdir}/libodbcinst.so
 %{_libdir}/libodbc.la
 %{_libdir}/libodbcinst.la
 %{_includedir}/autotest.h
@@ -213,6 +213,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.123  2012/03/09 11:55:25  baggins
+- rel 2
+- make java-sun happy, put libodbc*.so in main package
+
 Revision 1.122  2011/12/09 16:40:09  qboosh
 - updated to 2.3.1 (note: new sonames for libodbc and libodbcinst)
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/unixODBC/unixODBC.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: java-sun/java-sun.spec - rel 3 - get rid of odbc hacks, libodbc*....

2012-03-09 Thread baggins
Author: baggins  Date: Fri Mar  9 11:57:23 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 3
- get rid of odbc hacks, libodbc*.so are now in main unixODBC package

 Files affected:
packages/java-sun:
   java-sun.spec (1.286 - 1.287) 

 Diffs:


Index: packages/java-sun/java-sun.spec
diff -u packages/java-sun/java-sun.spec:1.286 
packages/java-sun/java-sun.spec:1.287
--- packages/java-sun/java-sun.spec:1.286   Fri Feb 24 10:08:18 2012
+++ packages/java-sun/java-sun.spec Fri Mar  9 12:57:18 2012
@@ -20,7 +20,7 @@
 Summary(pl.UTF-8): Oracle JDK - środowisko programistyczne Javy dla Linuksa
 Name:  java-sun
 Version:   1.6.0.31
-Release:   2
+Release:   3
 License:   restricted, distributable
 Group: Development/Languages/Java
 Source0:   
http://download.oracle.com/otn-pub/java/jdk/%{_src_ver}-%{_sub_ver}/jdk-%{_src_ver}-linux-i586.bin
@@ -65,8 +65,7 @@
 # rpm doesn't like strange version definitions provided by Sun's libs
 %define_noautoprov '\\.\\./.*' '/export/.*'
 # these with SUNWprivate.* are found as required, but not provided
-# the rest is because -jdbc wants unixODBC-devel(?)
-%define_noautoreq  'libjava.so(SUNWprivate_1.1)' 
'libnet.so(SUNWprivate_1.1)' 'libverify.so(SUNWprivate_1.1)' 'libodbcinst.so' 
'libodbc.so' 'libjava_crw_demo_g\.so.*' 'libmawt.so' 'java(ClassDataVersion)'
+%define_noautoreq  'libjava.so(SUNWprivate_1.1)' 
'libnet.so(SUNWprivate_1.1)' 'libverify.so(SUNWprivate_1.1)' 
'libjava_crw_demo_g\.so.*' 'libmawt.so' 'java(ClassDataVersion)'
 # don't depend on other JRE/JDK installed on build host
 %define_noautoreqdep   libjava.so libjvm.so
 
@@ -117,13 +116,6 @@
 Group: Development/Languages/Java
 Requires:  %{name}-jre = %{version}-%{release}
 Requires:  %{name}-jre-base = %{version}-%{release}
-%ifarch %{x8664}
-Requires:  libodbc.so.1()(64bit)
-Requires:  libodbcinst.so.1()(64bit)
-%else
-Requires:  libodbc.so.1
-Requires:  libodbcinst.so.1
-%endif
 Provides:  %{name}-jdbc
 Obsoletes: java-sun-jdbc
 
@@ -1009,6 +1001,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.287  2012/03/09 11:57:18  baggins
+- rel 3
+- get rid of odbc hacks, libodbc*.so are now in main unixODBC package
+
 Revision 1.286  2012/02/24 09:08:18  baggins
 - rel 2
 - don't obsolete jaxp_parser_impl as it plays badly with java-xerces


 CVS-web:

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

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


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

2012-03-09 Thread baggins
Author: baggins  Date: Fri Mar  9 11:59:48 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- release 5

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

 Diffs:


Index: packages/ruby-RMagick/ruby-RMagick.spec
diff -u packages/ruby-RMagick/ruby-RMagick.spec:1.55 
packages/ruby-RMagick/ruby-RMagick.spec:1.56
--- packages/ruby-RMagick/ruby-RMagick.spec:1.55Mon Feb 13 00:56:40 2012
+++ packages/ruby-RMagick/ruby-RMagick.spec Fri Mar  9 12:59:42 2012
@@ -4,7 +4,7 @@
 Summary(pl.UTF-8): Biblioteka przetwarzania grafiki dla Ruby
 Name:  ruby-%{pkgname}
 Version:   2.13.1
-Release:   4
+Release:   5
 License:   Ruby-alike
 Group: Development/Languages
 Source0:   
http://rubyforge.org/frs/download.php/70067/%{pkgname}-%{version}.tar.bz2
@@ -124,6 +124,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.56  2012/03/09 11:59:42  baggins
+- release 5
+
 Revision 1.55  2012/02/12 23:56:40  adamg
 - release 4 (rebuild against ImageMagick-6.7.5.3)
 


 CVS-web:

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

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


packages: hpacucli/hpacucli.spec - do not generate package name dep on libs...

2012-03-09 Thread glen
Author: glen Date: Fri Mar  9 12:07:10 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- do not generate package name dep on libstdc++.so.6

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

 Diffs:


Index: packages/hpacucli/hpacucli.spec
diff -u packages/hpacucli/hpacucli.spec:1.12 
packages/hpacucli/hpacucli.spec:1.13
--- packages/hpacucli/hpacucli.spec:1.12Sun Jan 29 15:58:54 2012
+++ packages/hpacucli/hpacucli.spec Fri Mar  9 13:07:04 2012
@@ -16,6 +16,7 @@
 Suggests:  fibreutils
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define_noautoreqdep libstdc++.so.6
 %definelocksdir/var/lock/hpacucli
 
 %description
@@ -97,6 +98,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.13  2012/03/09 12:07:04  glen
+- do not generate package name dep on libstdc++.so.6
+
 Revision 1.12  2012/01/29 14:58:54  adamg
 - updated to 8.70-8.0
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/hpacucli/hpacucli.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: java5-sun/java5-sun.spec - rel 4 - get rid of odbc hacks, libodbc...

2012-03-09 Thread baggins
Author: baggins  Date: Fri Mar  9 12:15:36 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 4
- get rid of odbc hacks, libodbc*.so are now in main unixODBC package

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

 Diffs:


Index: packages/java5-sun/java5-sun.spec
diff -u packages/java5-sun/java5-sun.spec:1.19 
packages/java5-sun/java5-sun.spec:1.20
--- packages/java5-sun/java5-sun.spec:1.19  Fri Jan 13 22:00:05 2012
+++ packages/java5-sun/java5-sun.spec   Fri Mar  9 13:15:31 2012
@@ -12,7 +12,7 @@
 Summary(pl.UTF-8): Sun JDK - środowisko programistyczne Javy dla Linuksa
 Name:  java5-sun
 Version:   %{_ver}
-Release:   3
+Release:   4
 License:   restricted, distributable
 Group: Development/Languages/Java
 Source0:   
http://download.java.net/dlj/binaries/jdk-%{_src_ver}-dlj-linux-i586.bin
@@ -50,8 +50,7 @@
 # rpm doesn't like strange version definitions provided by Sun's libs
 %define_noautoprov '\\.\\./.*' '/export/.*'
 # these with SUNWprivate.* are found as required, but not provided
-# the rest is because -jdbc wants unixODBC-devel(?)
-%define_noautoreq  'libjava.so(SUNWprivate_1.1)' 
'libnet.so(SUNWprivate_1.1)' 'libverify.so(SUNWprivate_1.1)' 'libodbcinst.so' 
'libodbc.so' 'libjava_crw_demo_g\.so.*' 'libmawt.so' 'java(ClassDataVersion)'
+%define_noautoreq  'libjava.so(SUNWprivate_1.1)' 
'libnet.so(SUNWprivate_1.1)' 'libverify.so(SUNWprivate_1.1)' 
'libjava_crw_demo_g\.so.*' 'libmawt.so' 'java(ClassDataVersion)'
 # don't depend on other JRE/JDK installed on build host
 %define_noautoreqdep   libjava.so libjvm.so
 
@@ -97,13 +96,6 @@
 Summary(pl.UTF-8): Pliki JDBC dla Javy Suna
 Group: Development/Languages/Java
 Requires:  %{name}-jre-base = %{version}-%{release}
-%ifarch %{x8664}
-Requires:  libodbc.so.1()(64bit)
-Requires:  libodbcinst.so.1()(64bit)
-%else
-Requires:  libodbc.so.1
-Requires:  libodbcinst.so.1
-%endif
 Provides:  %{name}-jdbc
 Obsoletes: java-sun-jdbc
 
@@ -890,6 +882,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.20  2012/03/09 12:15:31  baggins
+- rel 4
+- get rid of odbc hacks, libodbc*.so are now in main unixODBC package
+
 Revision 1.19  2012/01/13 21:00:05  arekm
 - release 3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/java5-sun/java5-sun.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: nagios-plugin-check_raid/check_raid - do not call out hpaucli *an...

2012-03-09 Thread glen
Author: glen Date: Fri Mar  9 12:36:40 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- do not call out hpaucli *and* cciss_vol_status when both are available.
  prefer cciss_vol_status (faster, however it can't detect predicitive disk
  failures)
patch kindly provided by Bernd Zeimetz bernd#bzed.de:
Hi,
I think its not necessary to call hpaucli *and* cciss_vol_status in case
both tools aree available.
Also I know from the cciss module upstream from HP that hpaucli is not
recommended to be used for monitoring as it does way too much locking
and other stuff you don't want regularily, his recommendation was to use
cciss_vol_status. The attached patch fixes that.
Cheers,
Bernd

 Files affected:
packages/nagios-plugin-check_raid:
   check_raid (1.107 - 1.108) 

 Diffs:


Index: packages/nagios-plugin-check_raid/check_raid
diff -u packages/nagios-plugin-check_raid/check_raid:1.107 
packages/nagios-plugin-check_raid/check_raid:1.108
--- packages/nagios-plugin-check_raid/check_raid:1.107  Tue Feb 28 15:31:52 2012
+++ packages/nagios-plugin-check_raid/check_raidFri Mar  9 13:36:35 2012
@@ -1359,9 +1359,9 @@
 if ($cciss_vol_status) {
my @cciss_devs = detect_cciss;
check_cciss @cciss_devs;
+} elsif ($hpacucli) {
+check_hpacucli;
 }
-
-check_hpacucli if $hpacucli;
 # disabled: use hpacucli instead
 #check_hp_msa if sys_have_msa;
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nagios-plugin-check_raid/check_raid?r1=1.107r2=1.108f=u

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


packages: iputils/iputils.spec - rel 3 - drop ping paranoia, there is no re...

2012-03-09 Thread baggins
Author: baggins  Date: Fri Mar  9 14:50:32 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 3
- drop ping paranoia, there is no real reason for it, it's only SbO

 Files affected:
packages/iputils:
   iputils.spec (1.94 - 1.95) 

 Diffs:


Index: packages/iputils/iputils.spec
diff -u packages/iputils/iputils.spec:1.94 packages/iputils/iputils.spec:1.95
--- packages/iputils/iputils.spec:1.94  Fri Jul 22 09:01:13 2011
+++ packages/iputils/iputils.spec   Fri Mar  9 15:50:26 2012
@@ -9,7 +9,7 @@
 Summary(uk.UTF-8): Набір базових мережевих утиліт (ping, tracepath etc.)
 Name:  iputils
 Version:   s20101006
-Release:   2
+Release:   3
 Epoch: 2
 License:   BSD
 Group: Networking/Admin
@@ -157,15 +157,15 @@
 
 %files ping
 %defattr(644,root,root,755)
-%attr(4754,root,adm) %verify(not mode) /bin/ping
-%attr(4754,root,adm) %verify(not mode) /bin/ping6
+%attr(4755,root,root) %verify(not mode) /bin/ping
+%attr(4755,root,root) %verify(not mode) /bin/ping6
 %if %{with doc}
 %{_mandir}/man8/ping.8*
 %endif
 
 %files arping
 %defattr(644,root,root,755)
-%attr(4754,root,adm) /sbin/arping
+%attr(4755,root,root) /sbin/arping
 %if %{with doc}
 %{_mandir}/man8/arping.8*
 %endif
@@ -176,6 +176,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.95  2012/03/09 14:50:26  baggins
+- rel 3
+- drop ping paranoia, there is no real reason for it, it's only SbO
+
 Revision 1.94  2011/07/22 07:01:13  arekm
 - rel 2; icmp sockets support introduced in linux kernel 3.0
 


 CVS-web:

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

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


packages: mtr/mtr.spec - rel 2 - drop icmp ping paranoia, there is no real ...

2012-03-09 Thread baggins
Author: baggins  Date: Fri Mar  9 14:52:10 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2
- drop icmp ping paranoia, there is no real reason for it, it's only SbO

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

 Diffs:


Index: packages/mtr/mtr.spec
diff -u packages/mtr/mtr.spec:1.109 packages/mtr/mtr.spec:1.110
--- packages/mtr/mtr.spec:1.109 Fri Jan 13 23:16:51 2012
+++ packages/mtr/mtr.spec   Fri Mar  9 15:52:05 2012
@@ -11,7 +11,7 @@
 Summary(uk.UTF-8): Matt's Traceroute - утиліта для діагностики мережі
 Name:  mtr
 Version:   0.82
-Release:   1
+Release:   2
 Epoch: 1
 License:   GPL
 Group: Networking/Utilities
@@ -191,15 +191,15 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README SECURITY
-%attr(4754,root,adm) %{_bindir}/mtr
-%attr(4754,root,adm) %{_bindir}/mtr6
+%attr(4755,root,root) %{_bindir}/mtr
+%attr(4755,root,root) %{_bindir}/mtr6
 %{_sbindir}/mtr
 %{_mandir}/man8/*
 
 %if %{with x}
 %files X11
 %defattr(644,root,root,755)
-%attr(4754,root,adm) %{_bindir}/mtr-gtk
+%attr(4755,root,root) %{_bindir}/mtr-gtk
 %{_sbindir}/mtr-gtk
 %{_desktopdir}/mtr.desktop
 %{_pixmapsdir}/mtr.png
@@ -211,6 +211,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.110  2012/03/09 14:52:05  baggins
+- rel 2
+- drop icmp ping paranoia, there is no real reason for it, it's only SbO
+
 Revision 1.109  2012/01/13 22:16:51  lisu
 - really remove -tinfo.patch from spec
 


 CVS-web:

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

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


packages: unixODBC/unixODBC.spec - rel 3 - provide plain sonames on x664

2012-03-09 Thread baggins
Author: baggins  Date: Fri Mar  9 15:17:54 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 3
- provide plain sonames on x664

 Files affected:
packages/unixODBC:
   unixODBC.spec (1.123 - 1.124) 

 Diffs:


Index: packages/unixODBC/unixODBC.spec
diff -u packages/unixODBC/unixODBC.spec:1.123 
packages/unixODBC/unixODBC.spec:1.124
--- packages/unixODBC/unixODBC.spec:1.123   Fri Mar  9 12:55:25 2012
+++ packages/unixODBC/unixODBC.spec Fri Mar  9 16:17:49 2012
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8): unixODBC - kompletne, darmowe/otwarte ODBC dla 
UNIX/Linuksa
 Name:  unixODBC
 Version:   2.3.1
-Release:   2
+Release:   3
 License:   LGPL v2+ (libraries), GPL v2+ (programs, News Server driver)
 Group: Libraries
 Source0:   ftp://ftp.unixodbc.org/pub/unixODBC/%{name}-%{version}.tar.gz
@@ -17,6 +17,10 @@
 BuildRequires: readline-devel = 4.2
 BuildConflicts:kdesupport-odbc
 Requires(post):/sbin/ldconfig
+%ifarch %{x8664}
+Provides:  libodbc.so()(64bit)
+Provides:  libodbcinst.so()(64bit)
+%endif
 Obsoletes: libunixODBC2
 Obsoletes: unixODBC-gnome
 Obsoletes: unixODBC-gnome-devel
@@ -213,6 +217,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.124  2012/03/09 15:17:49  baggins
+- rel 3
+- provide plain sonames on x664
+
 Revision 1.123  2012/03/09 11:55:25  baggins
 - rel 2
 - make java-sun happy, put libodbc*.so in main package


 CVS-web:

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

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


packages: xorg-lib-libXxf86vm/xorg-lib-libXxf86vm.spec - updated to 1.1.2

2012-03-09 Thread qboosh
Author: qboosh   Date: Fri Mar  9 15:43:34 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 1.1.2

 Files affected:
packages/xorg-lib-libXxf86vm:
   xorg-lib-libXxf86vm.spec (1.26 - 1.27) 

 Diffs:


Index: packages/xorg-lib-libXxf86vm/xorg-lib-libXxf86vm.spec
diff -u packages/xorg-lib-libXxf86vm/xorg-lib-libXxf86vm.spec:1.26 
packages/xorg-lib-libXxf86vm/xorg-lib-libXxf86vm.spec:1.27
--- packages/xorg-lib-libXxf86vm/xorg-lib-libXxf86vm.spec:1.26  Sat Jan 29 
01:08:04 2011
+++ packages/xorg-lib-libXxf86vm/xorg-lib-libXxf86vm.spec   Fri Mar  9 
16:43:29 2012
@@ -2,12 +2,12 @@
 Summary:   XFree86-VidMode X extension library
 Summary(pl.UTF-8): Biblioteka rozszerzenia X XFree86-VidMode
 Name:  xorg-lib-libXxf86vm
-Version:   1.1.1
+Version:   1.1.2
 Release:   1
 License:   MIT
 Group: X11/Libraries
 Source0:   
http://xorg.freedesktop.org/releases/individual/lib/libXxf86vm-%{version}.tar.bz2
-# Source0-md5: 34dc3df888c164378da89a7deeb245a0
+# Source0-md5: ffd93bcedd8b2b5aeabf184e7b91f326
 URL:   http://xorg.freedesktop.org/
 BuildRequires: autoconf = 2.60
 BuildRequires: automake
@@ -110,6 +110,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.27  2012/03/09 15:43:29  qboosh
+- updated to 1.1.2
+
 Revision 1.26  2011/01/29 00:08:04  sparky
 - dropped pre-cvs changelog
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-lib-libXxf86vm/xorg-lib-libXxf86vm.spec?r1=1.26r2=1.27f=u

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


DISTFILES: xorg-lib-libXxf86vm: libXxf86vm-1.1.2.tar.bz2

2012-03-09 Thread qboosh

Files fetched: 1

STORED: 
http://xorg.freedesktop.org/releases/individual/lib/libXxf86vm-1.1.2.tar.bz2
ffd93bcedd8b2b5aeabf184e7b91f326  libXxf86vm-1.1.2.tar.bz2
Size: 284717 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: xorg-lib-libdmx: libdmx-1.1.2.tar.bz2

2012-03-09 Thread qboosh

Files fetched: 1

STORED: http://xorg.freedesktop.org/releases/individual/lib/libdmx-1.1.2.tar.bz2
782ced3a9e754dfeb53a8a006a75eb1a  libdmx-1.1.2.tar.bz2
Size: 290694 bytes


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


packages: xorg-lib-libdmx/xorg-lib-libdmx.spec - updated to 1.1.2

2012-03-09 Thread qboosh
Author: qboosh   Date: Fri Mar  9 15:46:01 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 1.1.2

 Files affected:
packages/xorg-lib-libdmx:
   xorg-lib-libdmx.spec (1.26 - 1.27) 

 Diffs:


Index: packages/xorg-lib-libdmx/xorg-lib-libdmx.spec
diff -u packages/xorg-lib-libdmx/xorg-lib-libdmx.spec:1.26 
packages/xorg-lib-libdmx/xorg-lib-libdmx.spec:1.27
--- packages/xorg-lib-libdmx/xorg-lib-libdmx.spec:1.26  Tue May 31 18:50:23 2011
+++ packages/xorg-lib-libdmx/xorg-lib-libdmx.spec   Fri Mar  9 16:45:56 2012
@@ -2,12 +2,12 @@
 Summary:   DMX extension library
 Summary(pl.UTF-8): Biblioteka rozszerzenia DMX
 Name:  xorg-lib-libdmx
-Version:   1.1.1
-Release:   2
+Version:   1.1.2
+Release:   1
 License:   MIT
 Group: X11/Libraries
 Source0:   
http://xorg.freedesktop.org/releases/individual/lib/libdmx-%{version}.tar.bz2
-# Source0-md5: 75fd328fab3bd4a55cccaa6d5dfff749
+# Source0-md5: 782ced3a9e754dfeb53a8a006a75eb1a
 URL:   http://xorg.freedesktop.org/
 BuildRequires: autoconf = 2.60
 BuildRequires: automake
@@ -110,6 +110,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.27  2012/03/09 15:45:56  qboosh
+- updated to 1.1.2
+
 Revision 1.26  2011/05/31 16:50:23  gotar
 - removed unused *.la files
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-lib-libdmx/xorg-lib-libdmx.spec?r1=1.26r2=1.27f=u

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


DISTFILES: xorg-lib-libxkbfile: libxkbfile-1.0.8.tar.bz2

2012-03-09 Thread qboosh

Files fetched: 1

STORED: 
http://xorg.freedesktop.org/releases/individual/lib/libxkbfile-1.0.8.tar.bz2
19e6533ae64abba0773816a23f2b9507  libxkbfile-1.0.8.tar.bz2
Size: 335788 bytes


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


packages: xorg-lib-libxkbfile/xorg-lib-libxkbfile.spec - updated to 1.0.8

2012-03-09 Thread qboosh
Author: qboosh   Date: Fri Mar  9 15:51:22 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 1.0.8

 Files affected:
packages/xorg-lib-libxkbfile:
   xorg-lib-libxkbfile.spec (1.28 - 1.29) 

 Diffs:


Index: packages/xorg-lib-libxkbfile/xorg-lib-libxkbfile.spec
diff -u packages/xorg-lib-libxkbfile/xorg-lib-libxkbfile.spec:1.28 
packages/xorg-lib-libxkbfile/xorg-lib-libxkbfile.spec:1.29
--- packages/xorg-lib-libxkbfile/xorg-lib-libxkbfile.spec:1.28  Tue May 31 
18:50:24 2011
+++ packages/xorg-lib-libxkbfile/xorg-lib-libxkbfile.spec   Fri Mar  9 
16:51:17 2012
@@ -2,12 +2,12 @@
 Summary:   xkbfile library
 Summary(pl.UTF-8): Biblioteka xkbfile
 Name:  xorg-lib-libxkbfile
-Version:   1.0.7
-Release:   2
+Version:   1.0.8
+Release:   1
 License:   MIT
 Group: X11/Libraries
 Source0:   
http://xorg.freedesktop.org/releases/individual/lib/libxkbfile-%{version}.tar.bz2
-# Source0-md5: 59b4fe0bdf8d9b05e45b59e8fe9e7516
+# Source0-md5: 19e6533ae64abba0773816a23f2b9507
 URL:   http://xorg.freedesktop.org/
 BuildRequires: autoconf = 2.60
 BuildRequires: automake
@@ -15,7 +15,7 @@
 BuildRequires: pkgconfig = 1:0.19
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-proto-kbproto-devel
-BuildRequires: xorg-util-util-macros = 1.3
+BuildRequires: xorg-util-util-macros = 1.8
 Obsoletes: xkbfile
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -111,6 +111,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.29  2012/03/09 15:51:17  qboosh
+- updated to 1.0.8
+
 Revision 1.28  2011/05/31 16:50:24  gotar
 - removed unused *.la files
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-lib-libxkbfile/xorg-lib-libxkbfile.spec?r1=1.28r2=1.29f=u

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


packages: openldap/openldap.spec - updated to 2.4.30

2012-03-09 Thread qboosh
Author: qboosh   Date: Fri Mar  9 16:06:34 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.4.30

 Files affected:
packages/openldap:
   openldap.spec (1.368 - 1.369) 

 Diffs:


Index: packages/openldap/openldap.spec
diff -u packages/openldap/openldap.spec:1.368 
packages/openldap/openldap.spec:1.369
--- packages/openldap/openldap.spec:1.368   Tue Feb 14 15:29:50 2012
+++ packages/openldap/openldap.spec Fri Mar  9 17:06:29 2012
@@ -25,12 +25,12 @@
 Summary(ru.UTF-8): Образцы клиентов LDAP
 Summary(uk.UTF-8): Зразки клієнтів LDAP
 Name:  openldap
-Version:   2.4.29
+Version:   2.4.30
 Release:   1
 License:   OpenLDAP Public License
 Group: Networking/Daemons
 Source0:   
ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/%{name}-%{version}.tgz
-# Source0-md5: 9821ee7d3316c55030106589a6adb26e
+# Source0-md5: 4f210937cf87e3467a536dd3fed1b8b4
 Source1:   http://download.oracle.com/berkeley-db/db-%{db_version}.tar.gz
 # Source1-md5: 718082e7e35fc48478a2334b0bc4cd11
 Source2:   ldap.init
@@ -2369,6 +2369,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.369  2012/03/09 16:06:29  qboosh
+- updated to 2.4.30
+
 Revision 1.368  2012/02/14 14:29:50  alucard
 - up to 2.4.29
 - updated contrib-modules patch (fixed upstream)


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openldap/openldap.spec?r1=1.368r2=1.369f=u

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


DISTFILES: openldap: openldap-2.4.30.tgz db-4.6.21.tar.gz

2012-03-09 Thread qboosh

Files fetched: 1

STORED: ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.30.tgz
4f210937cf87e3467a536dd3fed1b8b4  openldap-2.4.30.tgz
Size: 5440261 bytes
ALREADY GOT: http://download.oracle.com/berkeley-db/db-4.6.21.tar.gz
718082e7e35fc48478a2334b0bc4cd11  db-4.6.21.tar.gz


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


packages: unixODBC/unixODBC.spec - proper libodbc.so/libodbcinst.so Provide...

2012-03-09 Thread qboosh
Author: qboosh   Date: Fri Mar  9 16:08:49 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- proper libodbc.so/libodbcinst.so Provides for all archs

 Files affected:
packages/unixODBC:
   unixODBC.spec (1.124 - 1.125) 

 Diffs:


Index: packages/unixODBC/unixODBC.spec
diff -u packages/unixODBC/unixODBC.spec:1.124 
packages/unixODBC/unixODBC.spec:1.125
--- packages/unixODBC/unixODBC.spec:1.124   Fri Mar  9 16:17:49 2012
+++ packages/unixODBC/unixODBC.spec Fri Mar  9 17:08:44 2012
@@ -17,9 +17,12 @@
 BuildRequires: readline-devel = 4.2
 BuildConflicts:kdesupport-odbc
 Requires(post):/sbin/ldconfig
-%ifarch %{x8664}
+%ifarch %{x8664} ppc64 sparc64 s390x
 Provides:  libodbc.so()(64bit)
 Provides:  libodbcinst.so()(64bit)
+%else
+Provides:  libodbc.so
+Provides:  libodbcinst.so
 %endif
 Obsoletes: libunixODBC2
 Obsoletes: unixODBC-gnome
@@ -217,6 +220,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.125  2012/03/09 16:08:44  qboosh
+- proper libodbc.so/libodbcinst.so Provides for all archs
+
 Revision 1.124  2012/03/09 15:17:49  baggins
 - rel 3
 - provide plain sonames on x664


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/unixODBC/unixODBC.spec?r1=1.124r2=1.125f=u

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


packages: unixODBC/unixODBC.spec - one more (64bit) arch

2012-03-09 Thread qboosh
Author: qboosh   Date: Fri Mar  9 16:09:37 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- one more (64bit) arch

 Files affected:
packages/unixODBC:
   unixODBC.spec (1.125 - 1.126) 

 Diffs:


Index: packages/unixODBC/unixODBC.spec
diff -u packages/unixODBC/unixODBC.spec:1.125 
packages/unixODBC/unixODBC.spec:1.126
--- packages/unixODBC/unixODBC.spec:1.125   Fri Mar  9 17:08:44 2012
+++ packages/unixODBC/unixODBC.spec Fri Mar  9 17:09:32 2012
@@ -17,7 +17,7 @@
 BuildRequires: readline-devel = 4.2
 BuildConflicts:kdesupport-odbc
 Requires(post):/sbin/ldconfig
-%ifarch %{x8664} ppc64 sparc64 s390x
+%ifarch %{x8664} ia64 ppc64 sparc64 s390x
 Provides:  libodbc.so()(64bit)
 Provides:  libodbcinst.so()(64bit)
 %else
@@ -220,6 +220,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.126  2012/03/09 16:09:32  qboosh
+- one more (64bit) arch
+
 Revision 1.125  2012/03/09 16:08:44  qboosh
 - proper libodbc.so/libodbcinst.so Provides for all archs
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/unixODBC/unixODBC.spec?r1=1.125r2=1.126f=u

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


DISTFILES: xorg-app-bitmap: bitmap-1.0.6.tar.bz2

2012-03-09 Thread qboosh

Files fetched: 1

STORED: http://xorg.freedesktop.org/releases/individual/app/bitmap-1.0.6.tar.bz2
cea3a96b32d23c9019daeb9881d33dc3  bitmap-1.0.6.tar.bz2
Size: 165457 bytes


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


packages: xorg-app-bitmap/xorg-app-bitmap.spec - updated to 1.0.6

2012-03-09 Thread qboosh
Author: qboosh   Date: Fri Mar  9 16:14:48 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 1.0.6

 Files affected:
packages/xorg-app-bitmap:
   xorg-app-bitmap.spec (1.23 - 1.24) 

 Diffs:


Index: packages/xorg-app-bitmap/xorg-app-bitmap.spec
diff -u packages/xorg-app-bitmap/xorg-app-bitmap.spec:1.23 
packages/xorg-app-bitmap/xorg-app-bitmap.spec:1.24
--- packages/xorg-app-bitmap/xorg-app-bitmap.spec:1.23  Sat Jan 29 01:07:45 2011
+++ packages/xorg-app-bitmap/xorg-app-bitmap.spec   Fri Mar  9 17:14:42 2012
@@ -2,12 +2,12 @@
 Summary:   bitmap applications - bitmap (XBM) editor and converter 
utilities
 Summary(pl.UTF-8): Aplikacje bitmap - narzędzia do modyfikowania i 
konwersji bitmap (XBM)
 Name:  xorg-app-bitmap
-Version:   1.0.5
+Version:   1.0.6
 Release:   1
 License:   MIT
 Group: X11/Applications
 Source0:   
http://xorg.freedesktop.org/releases/individual/app/bitmap-%{version}.tar.bz2
-# Source0-md5: 0b7ceb0ded994dac645bb81e86ce69cc
+# Source0-md5: cea3a96b32d23c9019daeb9881d33dc3
 URL:   http://xorg.freedesktop.org/
 BuildRequires: autoconf = 2.60
 BuildRequires: automake
@@ -81,6 +81,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.24  2012/03/09 16:14:42  qboosh
+- updated to 1.0.6
+
 Revision 1.23  2011/01/29 00:07:45  sparky
 - dropped pre-cvs changelog
 


 CVS-web:

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

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


DISTFILES: libxcb: libxcb-1.8.1.tar.bz2

2012-03-09 Thread qboosh

Files fetched: 1

STORED: http://xcb.freedesktop.org/dist/libxcb-1.8.1.tar.bz2
9da03df9e2f4c048202920d9f6a7e123  libxcb-1.8.1.tar.bz2
Size: 375955 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: libxcb/libxcb.spec - updated to 1.8.1

2012-03-09 Thread qboosh
Author: qboosh   Date: Fri Mar  9 16:40:12 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 1.8.1

 Files affected:
packages/libxcb:
   libxcb.spec (1.42 - 1.43) 

 Diffs:


Index: packages/libxcb/libxcb.spec
diff -u packages/libxcb/libxcb.spec:1.42 packages/libxcb/libxcb.spec:1.43
--- packages/libxcb/libxcb.spec:1.42Wed Jan 11 21:22:08 2012
+++ packages/libxcb/libxcb.spec Fri Mar  9 17:40:07 2012
@@ -7,12 +7,12 @@
 Summary:   X protocol C-language Binding library
 Summary(pl.UTF-8): XCB - biblioteka dowiązań języka C do protokołu X
 Name:  libxcb
-Version:   1.8
+Version:   1.8.1
 Release:   1
 License:   MIT
 Group: Libraries
 Source0:   http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
-# Source0-md5: eba59a8887ba6dbaa4cf337766f8d19d
+# Source0-md5: 9da03df9e2f4c048202920d9f6a7e123
 URL:   http://xcb.freedesktop.org/
 BuildRequires: autoconf = 2.57
 BuildRequires: automake
@@ -168,6 +168,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.43  2012/03/09 16:40:07  qboosh
+- updated to 1.8.1
+
 Revision 1.42  2012/01/11 20:22:08  qboosh
 - updated python version
 - disable silent-rules


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libxcb/libxcb.spec?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: yaz: yaz-4.2.28.tar.gz

2012-03-09 Thread qboosh

Files fetched: 1

STORED: http://ftp.indexdata.dk/pub/yaz/yaz-4.2.28.tar.gz
6c75d0448b729a013706748c7a8c3f7f  yaz-4.2.28.tar.gz
Size: 2373399 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: yaz/yaz.spec - updated to 4.2.28

2012-03-09 Thread qboosh
Author: qboosh   Date: Fri Mar  9 16:54:51 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 4.2.28

 Files affected:
packages/yaz:
   yaz.spec (1.81 - 1.82) 

 Diffs:


Index: packages/yaz/yaz.spec
diff -u packages/yaz/yaz.spec:1.81 packages/yaz/yaz.spec:1.82
--- packages/yaz/yaz.spec:1.81  Mon Feb 27 19:43:59 2012
+++ packages/yaz/yaz.spec   Fri Mar  9 17:54:46 2012
@@ -2,12 +2,12 @@
 Summary:   Z39.50 protocol support library
 Summary(pl.UTF-8): Biblioteka obsługująca protokół Z39.50
 Name:  yaz
-Version:   4.2.26
+Version:   4.2.28
 Release:   1
 License:   BSD-like
 Group: Libraries
 Source0:   http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.gz
-# Source0-md5: 306558b31be149df1806874e01904ae3
+# Source0-md5: 6c75d0448b729a013706748c7a8c3f7f
 URL:   http://www.indexdata.dk/yaz/
 BuildRequires: autoconf = 2.60
 BuildRequires: automake = 1:1.9
@@ -153,6 +153,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.82  2012/03/09 16:54:46  qboosh
+- updated to 4.2.28
+
 Revision 1.81  2012/02/27 18:43:59  qboosh
 - updated to 4.2.26
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/yaz/yaz.spec?r1=1.81r2=1.82f=u

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


DISTFILES: eventum: eventum-2.3.1-dev-r4470.tar.gz updown2.gif

2012-03-09 Thread glen

Files fetched: 1

STORED: no-url://eventum-2.3.1-dev-r4470.tar.gz
41cdf607a180c5c94abc487a122893ea  eventum-2.3.1-dev-r4470.tar.gz
Size: 3522489 bytes
ALREADY GOT: http://www.isocra.com/images/updown2.gif
deb6eeb2552ba757d3a949ed10c4107d  updown2.gif


-- 
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: eventum/eventum-cvs-config.patch, eventum/eventum-order.patch, ev...

2012-03-09 Thread glen
Author: glen Date: Fri Mar  9 17:00:51 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- up to r4470

 Files affected:
packages/eventum:
   eventum-cvs-config.patch (1.10 - 1.11) , eventum-order.patch (1.31 - 1.32) 
, eventum.spec (1.333 - 1.334) 

 Diffs:


Index: packages/eventum/eventum-cvs-config.patch
diff -u packages/eventum/eventum-cvs-config.patch:1.10 
packages/eventum/eventum-cvs-config.patch:1.11
--- packages/eventum/eventum-cvs-config.patch:1.10  Tue Nov 10 12:33:05 2009
+++ packages/eventum/eventum-cvs-config.patch   Fri Mar  9 18:00:46 2012
@@ -1,7 +1,7 @@
 eventum-2.2/scm/eventum-cvs-hook~  2009-11-05 17:05:43.0 +0200
-+++ eventum-2.2/scm/eventum-cvs-hook   2009-11-05 17:06:26.898467237 +0200
-@@ -27,14 +27,7 @@
- // | Authors: João Prado Maia j...@mysql.com |
+--- eventum-2.3.2/scm/eventum-cvs-hook~2012-02-09 11:27:05.0 
+0200
 eventum-2.3.2/scm/eventum-cvs-hook 2012-02-09 11:29:22.671597765 +0200
+@@ -28,13 +28,7 @@
+ // |  Elan Ruusamäe g...@delfi.ee   |
  // +--+
  
 -// URL to your Eventum installation.
@@ -11,10 +11,9 @@
 -//
 -// DO NOT CHANGE ANYTHING AFTER THIS LINE
 -//
--
 +require_once '/etc/eventum/scm.php';
  
- // remove the first element which is the name of this script
+ // save name of this script
  $PROGRAM = basename(array_shift($argv));
 --- eventum-2.2/scm/eventum-svn-hook~  2009-11-10 13:31:10.0 +0200
 +++ eventum-2.2/scm/eventum-svn-hook   2009-11-10 13:31:37.571582772 +0200


Index: packages/eventum/eventum-order.patch
diff -u packages/eventum/eventum-order.patch:1.31 
packages/eventum/eventum-order.patch:1.32
--- packages/eventum/eventum-order.patch:1.31   Thu Sep 15 09:16:24 2011
+++ packages/eventum/eventum-order.patchFri Mar  9 18:00:46 2012
@@ -490,8 +490,8 @@
 +  }
 +);
 \ No newline at end of file
 eventum-2.3.1/htdocs/list.php~ 2011-04-20 17:37:25.0 +0300
-+++ eventum-2.3.1/htdocs/list.php  2011-04-20 17:40:51.675898467 +0300
+--- eventum-2.3.2/htdocs/list.php~ 2012-03-09 18:19:56.0 +0200
 eventum-2.3.2/htdocs/list.php  2012-03-09 18:32:43.998284397 +0200
 @@ -67,6 +67,11 @@
  }
  }
@@ -501,9 +501,9 @@
 +@$reorder_neworder = $_REQUEST[reorder_neworder];
 +Issue::reorderUserIssues($reorder_usr_id, $reorder_issue_id, 
$reorder_neworder);
 +
- $options = Search::saveSearchParams();
- $tpl-assign(options, $options);
- $tpl-assign(sorting, Search::getSortingInfo($options));
+ if (!empty($_REQUEST['nosave'])) {
+   $options = Search::saveSearchParams(false);
+ } else {
 @@ -92,6 +97,24 @@
  }
  $assign_options += $users;


Index: packages/eventum/eventum.spec
diff -u packages/eventum/eventum.spec:1.333 packages/eventum/eventum.spec:1.334
--- packages/eventum/eventum.spec:1.333 Sun Feb  5 11:55:07 2012
+++ packages/eventum/eventum.spec   Fri Mar  9 18:00:46 2012
@@ -11,8 +11,8 @@
 %bcond_without order   # with experimental order patch
 
 %definephp_min_version 5.1.2
-%definesubver  4434
-%definerel 2.3
+%definesubver  4470
+%definerel 2.4
 %include   /usr/lib/rpm/macros.php
 Summary:   Eventum Issue / Bug tracking system
 Summary(pl.UTF-8): Eventum - system śledzenia spraw/błędów
@@ -24,7 +24,7 @@
 Group: Applications/WWW
 #Source0:  
http://launchpad.net/eventum/trunk/%{version}/+download/%{name}-%{version}.tar.gz
 Source0:   %{name}-%{version}-dev-r%{subver}.tar.gz
-# Source0-md5: 356e710384618aea1e6f3426a41dbc23
+# Source0-md5: 41cdf607a180c5c94abc487a122893ea
 Source1:   %{name}-apache.conf
 Source2:   %{name}-mail-queue.cron
 Source3:   %{name}-mail-download.cron
@@ -795,6 +795,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.334  2012/03/09 17:00:46  glen
+- up to r4470
+
 Revision 1.333  2012/02/05 10:55:07  baggins
 - logrotate 3.8.0 requires su option for non-root writable dirs
 


 CVS-web:

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

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/eventum/eventum-order.patch?r1=1.31r2=1.32f=u

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

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


DISTFILES: xorg-driver-input-vmmouse: xf86-input-vmmouse-12.8.0.tar.bz2

2012-03-09 Thread qboosh

Files fetched: 1

STORED: 
http://xorg.freedesktop.org/releases/individual/driver/xf86-input-vmmouse-12.8.0.tar.bz2
15fce165117706cd5e774a8aa58122ce  xf86-input-vmmouse-12.8.0.tar.bz2
Size: 300792 bytes


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


packages: xorg-driver-input-vmmouse/xorg-driver-input-vmmouse.spec - update...

2012-03-09 Thread qboosh
Author: qboosh   Date: Fri Mar  9 17:16:35 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 12.8.0

 Files affected:
packages/xorg-driver-input-vmmouse:
   xorg-driver-input-vmmouse.spec (1.31 - 1.32) 

 Diffs:


Index: packages/xorg-driver-input-vmmouse/xorg-driver-input-vmmouse.spec
diff -u packages/xorg-driver-input-vmmouse/xorg-driver-input-vmmouse.spec:1.31 
packages/xorg-driver-input-vmmouse/xorg-driver-input-vmmouse.spec:1.32
--- packages/xorg-driver-input-vmmouse/xorg-driver-input-vmmouse.spec:1.31  
Mon Mar  5 07:25:37 2012
+++ packages/xorg-driver-input-vmmouse/xorg-driver-input-vmmouse.spec   Fri Mar 
 9 18:16:30 2012
@@ -1,13 +1,17 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_withhal # HAL support
+#
 Summary:   VMMouse protocol for VMware virtual machines
 Summary(pl.UTF-8): Sterownik protokołu VMMouse dla maszyn wirtualnych 
VMware
 Name:  xorg-driver-input-vmmouse
-Version:   12.7.0
-Release:   4
+Version:   12.8.0
+Release:   1
 License:   MIT
 Group: X11/Applications
 Source0:   
http://xorg.freedesktop.org/releases/individual/driver/xf86-input-vmmouse-%{version}.tar.bz2
-# Source0-md5: dc77181330f983c7d0ec1ea1592c2ca7
+# Source0-md5: 15fce165117706cd5e774a8aa58122ce
 URL:   http://xorg.freedesktop.org/
 BuildRequires: autoconf = 2.57
 BuildRequires: automake
@@ -64,6 +68,10 @@
 %attr(755,root,root) %{_libdir}/xorg/modules/input/vmmouse_drv.so
 %{_datadir}/X11/xorg.conf.d/50-vmmouse.conf
 /lib/udev/rules.d/69-xorg-vmmouse.rules
+%if %{with hal}
+%attr(755,root,root) %{_libdir}/hal/hal-probe-vmmouse
+%{_datadir}/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi
+%endif
 %{_mandir}/man1/vmmouse_detect.1*
 %{_mandir}/man4/vmmouse.4*
 
@@ -73,6 +81,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.32  2012/03/09 17:16:30  qboosh
+- updated to 12.8.0
+
 Revision 1.31  2012/03/05 06:25:37  arekm
 - release 4
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-driver-input-vmmouse/xorg-driver-input-vmmouse.spec?r1=1.31r2=1.32f=u

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


packages: mksh/mksh.spec, mksh/mksh-columns.patch (NEW) - non-interactive m...

2012-03-09 Thread draenog
Author: draenog  Date: Fri Mar  9 17:53:17 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- non-interactive mksh can inherit COLUMNS and LINES from parent process;
  fixes git-core-1.7.10-rc0 test suite

 Files affected:
packages/mksh:
   mksh.spec (1.37 - 1.38) , mksh-columns.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/mksh/mksh.spec
diff -u packages/mksh/mksh.spec:1.37 packages/mksh/mksh.spec:1.38
--- packages/mksh/mksh.spec:1.37Sun Jan 15 17:09:18 2012
+++ packages/mksh/mksh.spec Fri Mar  9 18:53:12 2012
@@ -6,7 +6,7 @@
 Summary(pl.UTF-8): Powłoka Korna z MirBSD
 Name:  mksh
 Version:   40d
-Release:   2
+Release:   3
 License:   BSD
 Group: Applications/Shells
 Source0:   
http://www.mirbsd.org/MirOS/dist/mir/mksh/%{name}-R%{version}.cpio.gz
@@ -17,6 +17,7 @@
 Patch2:%{name}-no_stop_alias.patch
 Patch3:%{name}-distro.patch
 Patch4:%{name}-cmdline-length.patch
+Patch5:%{name}-columns.patch
 URL:   https://www.mirbsd.org/mksh.htm
 %if %{with tests}
 BuildRequires: ed
@@ -87,6 +88,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p0
 
 sed -i -e 's#@DISTRO@#PLD/Linux 3.0#g' check.t sh.h
 
@@ -167,6 +169,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.38  2012/03/09 17:53:12  draenog
+- non-interactive mksh can inherit COLUMNS and LINES from parent process;
+  fixes git-core-1.7.10-rc0 test suite
+
 Revision 1.37  2012/01/15 16:09:18  arekm
 - revert; with reduced echo -ne doesn't work
 


Index: packages/mksh/mksh-columns.patch
diff -u /dev/null packages/mksh/mksh-columns.patch:1.1
--- /dev/null   Fri Mar  9 18:53:17 2012
+++ packages/mksh/mksh-columns.patchFri Mar  9 18:53:12 2012
@@ -0,0 +1,31 @@
+diff -u -p -u -p -r1.522 sh.h
+--- sh.h   3 Mar 2012 21:31:21 -   1.522
 sh.h   9 Mar 2012 15:14:49 -
+@@ -855,7 +855,7 @@ EXTERN char*current_wd;
+  */
+ #define MIN_COLS  (2 + MIN_EDIT_SPACE + 3)
+ #define MIN_LINS  3
+-EXTERN mksh_ari_t x_cols E_INIT(80);  /* tty columns */
++EXTERN mksh_ari_t x_cols E_INIT(-1);  /* tty columns */
+ EXTERN mksh_ari_t x_lins E_INIT(-1);  /* tty lines */
+ 
+ /* These to avoid bracket matching problems */
+diff -u -p -u -p -r1.141 var.c
+--- var.c  3 Mar 2012 21:31:23 -   1.141
 var.c  9 Mar 2012 15:14:49 -
+@@ -1458,14 +1458,13 @@ set_array(const char *var, bool reset, c
+ void
+ change_winsz(void)
+ {
+-  if (x_lins  0) {
++  if (x_cols  0  x_lins  0) {
+   /* first time initialisation */
+ #ifdef TIOCGWINSZ
+   if (tty_fd  0)
+   /* non-FTALKING, try to get an fd anyway */
+   tty_init(true, false);
+ #endif
+-  x_cols = -1;
+   }
+ 
+ #ifdef TIOCGWINSZ


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mksh/mksh.spec?r1=1.37r2=1.38f=u

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


DISTFILES: evolution: ERRORS: evolution-3.3.91.tar.xz

2012-03-09 Thread megabajt
FATAL: 
http://ftp.gnome.org/pub/GNOME/sources/evolution/3.3/evolution-3.3.91.tar.xz 
md5 mismatch, needed 27b2e4ec00c7b9af03f9f034a3ad5dcd, got 
51dd494e7824ae02776e7fc9d5ea541e

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 (DEVEL): evolution/evolution.spec - updated to 3.3.91 - removed ob...

2012-03-09 Thread megabajt
Author: megabajt Date: Fri Mar  9 19:16:39 2012 GMT
Module: packages  Tag: DEVEL
 Log message:
- updated to 3.3.91
- removed obsolete patches

 Files affected:
packages/evolution:
   evolution.spec (1.301 - 1.301.2.1) 

 Diffs:


Index: packages/evolution/evolution.spec
diff -u packages/evolution/evolution.spec:1.301 
packages/evolution/evolution.spec:1.301.2.1
--- packages/evolution/evolution.spec:1.301 Tue Jan 31 15:33:04 2012
+++ packages/evolution/evolution.spec   Fri Mar  9 20:16:34 2012
@@ -4,18 +4,18 @@
 %bcond_without ldap# build without ldap support
 %bcond_without kerberos5   # build without kerberos5 support
 #
-%definebasever 3.2
+%definebasever 3.4
 #
 Summary:   The GNOME Email/Calendar/Addressbook Suite
 Summary(pl.UTF-8): Klient poczty dla GNOME/Kalendarz/Książka Adresowa
 Summary(pt_BR.UTF-8):  Cliente de email integrado com calendário e catálogo de 
endereços
 Summary(zh_CN.UTF-8):  Evolution - GNOME个人和工作组信息管理工具(包括电子邮件,日历和地址薄)
 Name:  evolution
-Version:   3.2.3
+Version:   3.3.91
 Release:   1
 License:   GPL v2+
 Group: X11/Applications
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution/3.2/%{name}-%{version}.tar.xz
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution/3.3/%{name}-%{version}.tar.xz
 # Source0-md5: 27b2e4ec00c7b9af03f9f034a3ad5dcd
 Source1:   %{name}-gg16.png
 Source2:   %{name}-gg48.png
@@ -25,8 +25,6 @@
 Source6:   %{name}-tasks.desktop
 Patch0:%{name}-nolibs.patch
 Patch1:%{name}-gnome-icon-theme.patch
-Patch2:champlain-0.12.patch
-Patch3:pst-importer.patch
 URL:   http://www.gnome.org/projects/evolution/
 BuildRequires: GConf2-devel = 2.28.0
 BuildRequires: NetworkManager-devel = 0.7
@@ -38,10 +36,10 @@
 BuildRequires: clutter-devel = 1.0.0
 BuildRequires: clutter-gtk-devel = 0.90
 BuildRequires: docbook-dtd412-xml
-BuildRequires: evolution-data-server-devel = 3.2.3
-BuildRequires: geoclue-devel = 0.11.1
+BuildRequires: evolution-data-server-devel = 3.3.91
+BuildRequires: geoclue-devel = 0.12.0
 BuildRequires: gettext-devel = 0.18.1
-BuildRequires: glib2-devel = 1:2.28.0
+BuildRequires: glib2-devel = 1:2.30.0
 BuildRequires: gnome-common = 2.26.0
 BuildRequires: gnome-desktop-devel = 3.2.0
 BuildRequires: gnome-doc-utils = 0.14.0
@@ -51,13 +49,13 @@
 BuildRequires: gstreamer-devel
 BuildRequires: gtk+3-devel = 3.0.2
 BuildRequires: gtk-doc = 1.9
-BuildRequires: gtkhtml-devel = 4.2.0
+BuildRequires: gtkhtml-devel = 4.3.91
 #BuildRequires:gtkimageview-devel = 2.0
 %{?with_kerberos5:BuildRequires:   heimdal-devel}
 BuildRequires: intltool = 0.40.0
 BuildRequires: libcanberra-gtk3-devel = 0.25
 BuildRequires: libchamplain-devel = 0.12
-BuildRequires: libgdata-devel = 0.9
+BuildRequires: libgdata-devel = 0.10
 BuildRequires: libgweather-devel = 3.0.0
 BuildRequires: libical-devel
 BuildRequires: libnotify-devel = 0.5.1
@@ -85,6 +83,7 @@
 BuildRequires: xorg-lib-libICE-devel
 BuildRequires: xorg-lib-libSM-devel
 BuildRequires: xz
+Requires(post,postun): glib2 = 1:2.26.0
 Requires(post,postun): gtk-update-icon-cache
 Requires(post,postun): hicolor-icon-theme
 Requires(post,postun): scrollkeeper
@@ -92,9 +91,9 @@
 Requires:  %{name}-component = %{version}-%{release}
 Requires:  %{name}-libs = %{version}-%{release}
 Requires:  GConf2 = 2.28.0
-Requires:  evolution-data-server = 3.2.0
+Requires:  evolution-data-server = 3.3.91
 Requires:  gnome-icon-theme = 3.2.0
-Requires:  gtkhtml = 4.2.0
+Requires:  gtkhtml = 4.3.91
 Requires:  libical = 0.46
 Requires:  psmisc
 Obsoletes: evolution-pilot
@@ -141,11 +140,11 @@
 Requires:  %{name}-libs = %{version}-%{release}
 Requires:  GConf2-devel = 2.28.0
 Requires:  cyrus-sasl-devel
-Requires:  evolution-data-server-devel = 3.2.0
-Requires:  glib2-devel = 1:2.28.0
+Requires:  evolution-data-server-devel = 3.3.91
+Requires:  glib2-devel = 1:2.30.0
 Requires:  gnome-desktop-devel = 3.2.0
 Requires:  gtk+3-devel = 3.0.2
-Requires:  gtkhtml-devel = 4.2.0
+Requires:  gtkhtml-devel = 4.3.91
 Requires:  libxml2-devel = 1:2.7.3
 %{?with_ldap:Requires: openldap-devel = 2.4.6}
 Obsoletes: evolution2-devel
@@ -185,6 +184,7 @@
 Summary(pl.UTF-8): Moduł pocztowy Evolution
 Group: X11/Applications/Mail
 Requires(post,postun): desktop-file-utils
+Requires(post,postun): glib2 = 1:2.26.0
 Requires(post,preun):  GConf2
 # mail composer requires addressbook component
 Requires:  %{name}-addressbook = %{version}-%{release}
@@ -201,6 +201,7 @@
 Summary(pl.UTF-8): Moduł książki adresowej Evolution
 Group: X11/Applications
 Requires(post,postun): desktop-file-utils
+Requires(post,postun): glib2 = 1:2.26.0
 

DISTFILES: libgweather: libgweather-3.4.1.tar.xz

2012-03-09 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/libgweather/3.4/libgweather-3.4.1.tar.xz
58ddea04842bd7ff122c7eae29a65815  libgweather-3.4.1.tar.xz
Size: 4101248 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): libgweather/libgweather.spec - updated to 3.4.1

2012-03-09 Thread megabajt
Author: megabajt Date: Fri Mar  9 19:22:32 2012 GMT
Module: packages  Tag: DEVEL
 Log message:
- updated to 3.4.1

 Files affected:
packages/libgweather:
   libgweather.spec (1.40.2.1 - 1.40.2.2) 

 Diffs:


Index: packages/libgweather/libgweather.spec
diff -u packages/libgweather/libgweather.spec:1.40.2.1 
packages/libgweather/libgweather.spec:1.40.2.2
--- packages/libgweather/libgweather.spec:1.40.2.1  Wed Mar  7 20:31:20 2012
+++ packages/libgweather/libgweather.spec   Fri Mar  9 20:22:27 2012
@@ -2,12 +2,12 @@
 Summary:   Library to access weather information from online services for 
numerous locations
 Summary(pl.UTF-8): Biblioteka dostępu do informacji pogodowych z serwisów 
internetowych dla różnych miejsc
 Name:  libgweather
-Version:   3.4.0
+Version:   3.4.1
 Release:   1
 License:   GPL v2+
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/libgweather/3.4/%{name}-%{version}.tar.xz
-# Source0-md5: 9420d521f7dfdf2d210190bb52e3313a
+# Source0-md5: 58ddea04842bd7ff122c7eae29a65815
 URL:   http://www.gnome.org/
 BuildRequires: GConf2-devel = 2.26.0
 BuildRequires: autoconf = 2.62
@@ -166,6 +166,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.40.2.2  2012/03/09 19:22:27  megabajt
+- updated to 3.4.1
+
 Revision 1.40.2.1  2012/03/07 19:31:20  megabajt
 - updated to 3.4.0
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libgweather/libgweather.spec?r1=1.40.2.1r2=1.40.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: libgnome-keyring: ERRORS: libgnome-keyring-3.3.91.tar.xz

2012-03-09 Thread megabajt
FATAL: 
http://ftp.gnome.org/pub/GNOME/sources/libgnome-keyring/3.3/libgnome-keyring-3.3.91.tar.xz
 md5 mismatch, needed 51b822605b45c8ea0f6df68fdc3ee611, got 
14641945b5b3adbc6bc4e005f9467102

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 (DEVEL): libgnome-keyring/libgnome-keyring.spec - updated to 3.3.91

2012-03-09 Thread megabajt
Author: megabajt Date: Fri Mar  9 19:38:07 2012 GMT
Module: packages  Tag: DEVEL
 Log message:
- updated to 3.3.91

 Files affected:
packages/libgnome-keyring:
   libgnome-keyring.spec (1.13 - 1.13.2.1) 

 Diffs:


Index: packages/libgnome-keyring/libgnome-keyring.spec
diff -u packages/libgnome-keyring/libgnome-keyring.spec:1.13 
packages/libgnome-keyring/libgnome-keyring.spec:1.13.2.1
--- packages/libgnome-keyring/libgnome-keyring.spec:1.13Tue Nov 15 
12:34:43 2011
+++ packages/libgnome-keyring/libgnome-keyring.spec Fri Mar  9 20:38:01 2012
@@ -6,11 +6,11 @@
 Summary:   libgnome-keyring library
 Summary(pl.UTF-8): Biblioteka libgnome-keyring
 Name:  libgnome-keyring
-Version:   3.2.2
+Version:   3.3.91
 Release:   1
 License:   LGPL v2
 Group: Libraries
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/libgnome-keyring/3.2/%{name}-%{version}.tar.xz
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/libgnome-keyring/3.3/%{name}-%{version}.tar.xz
 # Source0-md5: 51b822605b45c8ea0f6df68fdc3ee611
 URL:   http://live.gnome.org/GnomeKeyring
 BuildRequires: autoconf
@@ -19,6 +19,7 @@
 BuildRequires: docbook-dtd412-xml
 BuildRequires: gettext-devel
 BuildRequires: glib2-devel = 1:2.16.0
+BuildRequires: gobject-introspection-devel = 1.30.0
 %{?with_apidocs:BuildRequires: gtk-doc = 1.9}
 BuildRequires: intltool = 0.40.0
 BuildRequires: libgcrypt-devel = 1.2.2
@@ -108,10 +109,12 @@
 %doc AUTHORS ChangeLog HACKING NEWS README
 %attr(755,root,root) %{_libdir}/libgnome-keyring.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgnome-keyring.so.0
+%{_libdir}/girepository-1.0/GnomeKeyring-1.0.typelib
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libgnome-keyring.so
+%{_datadir}/gir-1.0/GnomeKeyring-1.0.gir
 %{_includedir}/gnome-keyring-1
 %{_pkgconfigdir}/gnome-keyring-1.pc
 
@@ -127,6 +130,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.13.2.1  2012/03/09 19:38:01  megabajt
+- updated to 3.3.91
+
 Revision 1.13  2011/11/15 11:34:43  megabajt
 - updated to 3.2.2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libgnome-keyring/libgnome-keyring.spec?r1=1.13r2=1.13.2.1f=u

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


DISTFILES: tracker: tracker-0.14.0.tar.xz

2012-03-09 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/tracker/0.14/tracker-0.14.0.tar.xz
78f098425a66804053c33c7093001fdb  tracker-0.14.0.tar.xz
Size: 5908248 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): tracker/tracker.spec - updated to 0.14.0

2012-03-09 Thread megabajt
Author: megabajt Date: Fri Mar  9 19:49:29 2012 GMT
Module: packages  Tag: DEVEL
 Log message:
- updated to 0.14.0

 Files affected:
packages/tracker:
   tracker.spec (1.74 - 1.74.2.1) 

 Diffs:


Index: packages/tracker/tracker.spec
diff -u packages/tracker/tracker.spec:1.74 
packages/tracker/tracker.spec:1.74.2.1
--- packages/tracker/tracker.spec:1.74  Fri Feb 17 10:42:24 2012
+++ packages/tracker/tracker.spec   Fri Mar  9 20:49:24 2012
@@ -1,14 +1,14 @@
 # $Revision$, $Date$
-%definever 0.12
+%definever 0.14
 Summary:   Tracker - an indexing subsystem
 Summary(pl.UTF-8): Tracker - podsystem indeksujący
 Name:  tracker
-Version:   0.12.10
+Version:   0.14.0
 Release:   1
 License:   GPL v2+
 Group: X11/Applications
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/tracker/0.12/%{name}-%{version}.tar.xz
-# Source0-md5: 1ca82c48e79002df9f3a5487d5979513
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/tracker/0.14/%{name}-%{version}.tar.xz
+# Source0-md5: 78f098425a66804053c33c7093001fdb
 Patch0:link.patch
 Patch1:force-tb-fx-miners.patch
 URL:   http://projects.gnome.org/tracker/
@@ -44,6 +44,7 @@
 BuildRequires: libgsf-devel = 1.14.7
 BuildRequires: libiptcdata-devel
 BuildRequires: libjpeg-devel
+BuildRequires: libosinfo-devel = 0.0.2
 BuildRequires: libpng-devel = 2:1.2.24
 BuildRequires: libtiff-devel
 BuildRequires: libtool = 2:2.2
@@ -225,7 +226,7 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution/3.2/plugins/*.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution/*/plugins/*.la
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/tracker-%{ver}/*/*.la
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/tracker-%{ver}/*.la
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
@@ -273,6 +274,7 @@
 %attr(755,root,root) 
%{_libdir}/tracker-%{ver}/extract-modules/libextract-gstreamer.so
 %attr(755,root,root) 
%{_libdir}/tracker-%{ver}/extract-modules/libextract-html.so
 %attr(755,root,root) 
%{_libdir}/tracker-%{ver}/extract-modules/libextract-icon.so
+%attr(755,root,root) 
%{_libdir}/tracker-%{ver}/extract-modules/libextract-iso.so
 %attr(755,root,root) 
%{_libdir}/tracker-%{ver}/extract-modules/libextract-jpeg.so
 %attr(755,root,root) 
%{_libdir}/tracker-%{ver}/extract-modules/libextract-mp3.so
 %attr(755,root,root) 
%{_libdir}/tracker-%{ver}/extract-modules/libextract-msoffice.so
@@ -372,8 +374,8 @@
 
 %files -n evolution-plugin-tracker
 %defattr(644,root,root,755)
-%attr(755,root,root) 
%{_libdir}/evolution/3.2/plugins/liborg-freedesktop-Tracker-evolution-plugin.so
-%{_libdir}/evolution/3.2/plugins/org-freedesktop-Tracker-evolution-plugin.eplug
+%attr(755,root,root) 
%{_libdir}/evolution/3.4/plugins/liborg-freedesktop-Tracker-evolution-plugin.so
+%{_libdir}/evolution/3.4/plugins/org-freedesktop-Tracker-evolution-plugin.eplug
 
 %files -n gnome-applet-tracker
 %defattr(644,root,root,755)
@@ -403,6 +405,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.74.2.1  2012/03/09 19:49:24  megabajt
+- updated to 0.14.0
+
 Revision 1.74  2012/02/17 09:42:24  lisu
 - up to 0.12.10
 


 CVS-web:

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

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


packages: eclipse-bin/eclipse-bin.spec - updated to 3.7.2

2012-03-09 Thread megabajt
Author: megabajt Date: Fri Mar  9 20:01:53 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 3.7.2

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

 Diffs:


Index: packages/eclipse-bin/eclipse-bin.spec
diff -u packages/eclipse-bin/eclipse-bin.spec:1.21 
packages/eclipse-bin/eclipse-bin.spec:1.22
--- packages/eclipse-bin/eclipse-bin.spec:1.21  Thu Oct  6 12:56:01 2011
+++ packages/eclipse-bin/eclipse-bin.spec   Fri Mar  9 21:01:48 2012
@@ -6,17 +6,17 @@
 Summary:   Eclipse - an open extensible IDE
 Summary(pl.UTF-8): Eclipse - otwarte, rozszerzalne środowisko 
programistyczne
 Name:  eclipse-bin
-Version:   3.7.1
+Version:   3.7.2
 Release:   1
 License:   EPL v1.0
 Group: Development/Tools
 %if %{with ix86}
-Source0:   
ftp://ftp.uninett.no/pub/eclipse/technology/epp/downloads/release/indigo/R/eclipse-jee-indigo-linux-gtk.tar.gz
-# Source0-md5: a75089028a10e5140bf18ca0b83a3041
+Source0:   
ftp://ftp.uninett.no/pub/eclipse/technology/epp/downloads/release/indigo/SR2/eclipse-jee-indigo-SR2-linux-gtk.tar.gz
+# Source0-md5: 9aa26403a82436a9170e73ae243fbd76
 %endif
 %if %{with x86_64}
-Source1:   
ftp://ftp.uninett.no/pub/eclipse/technology/epp/downloads/release/indigo/R/eclipse-jee-indigo-linux-gtk-x86_64.tar.gz
-# Source1-md5: f1ba48517e28875011542a425d6f36e4
+Source1:   
ftp://ftp.uninett.no/pub/eclipse/technology/epp/downloads/release/indigo/SR2/eclipse-jee-indigo-SR2-linux-gtk-x86_64.tar.gz
+# Source1-md5: 50920c321037aa0c19bf9f6fd80ad2dc
 %endif
 Source2:   eclipse.desktop
 URL:   http://www.eclipse.org/
@@ -110,6 +110,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.22  2012/03/09 20:01:48  megabajt
+- updated to 3.7.2
+
 Revision 1.21  2011/10/06 10:56:01  baggins
 - drop eclipse.ini file, we use bundled config
 


 CVS-web:

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

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


DISTFILES: eclipse-bin: eclipse-jee-indigo-SR2-linux-gtk.tar.gz eclipse-jee-indigo-SR2-linux-gtk-x86_64.tar.gz

2012-03-09 Thread megabajt

Files fetched: 2

STORED: 
ftp://ftp.uninett.no/pub/eclipse/technology/epp/downloads/release/indigo/SR2/eclipse-jee-indigo-SR2-linux-gtk.tar.gz
9aa26403a82436a9170e73ae243fbd76  
eclipse-jee-indigo-SR2-linux-gtk.tar.gz
Size: 221498499 bytes
STORED: 
ftp://ftp.uninett.no/pub/eclipse/technology/epp/downloads/release/indigo/SR2/eclipse-jee-indigo-SR2-linux-gtk-x86_64.tar.gz
50920c321037aa0c19bf9f6fd80ad2dc  
eclipse-jee-indigo-SR2-linux-gtk-x86_64.tar.gz
Size: 221688572 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: smplayer/smplayer.spec - added missed dir (thx Pluto) - rel 3

2012-03-09 Thread blekot
Author: blekot   Date: Fri Mar  9 20:08:19 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- added missed dir (thx Pluto)
- rel 3

 Files affected:
packages/smplayer:
   smplayer.spec (1.107 - 1.108) 

 Diffs:


Index: packages/smplayer/smplayer.spec
diff -u packages/smplayer/smplayer.spec:1.107 
packages/smplayer/smplayer.spec:1.108
--- packages/smplayer/smplayer.spec:1.107   Thu Mar  8 22:21:22 2012
+++ packages/smplayer/smplayer.spec Fri Mar  9 21:08:14 2012
@@ -6,7 +6,7 @@
 Summary(pl.UTF-8): smplayer - nakładka na mplayera
 Name:  smplayer
 Version:   0.7.1
-Release:   2
+Release:   3
 License:   GPL
 Group: X11/Applications
 Source0:   
http://downloads.sourceforge.net/smplayer/%{name}-%{version}.tar.bz2
@@ -169,6 +169,8 @@
 
 %files smtube
 %defattr(644,root,root,755)
+%dir %{_datadir}/smtube
+%dir %{_datadir}/smtube/translations
 %attr(755,root,root) %{_bindir}/smtube
 %{_iconsdir}/hicolor/*/apps/smtube.png
 %lang(en) %{_datadir}/smtube/translations/smtube_en.qm
@@ -184,6 +186,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.108  2012/03/09 20:08:14  blekot
+- added missed dir (thx Pluto)
+- rel 3
+
 Revision 1.107  2012/03/08 21:21:22  blekot
 - added smtube package
 - rel 2


 CVS-web:

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

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


packages: Mesa/Mesa.spec - moved gbm r300/r600 drivers to proper bcond - fi...

2012-03-09 Thread qboosh
Author: qboosh   Date: Fri Mar  9 20:13:08 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- moved gbm r300/r600 drivers to proper bcond
- fixed libOSMesa symlinks packaging

 Files affected:
packages/Mesa:
   Mesa.spec (1.304 - 1.305) 

 Diffs:


Index: packages/Mesa/Mesa.spec
diff -u packages/Mesa/Mesa.spec:1.304 packages/Mesa/Mesa.spec:1.305
--- packages/Mesa/Mesa.spec:1.304   Sat Feb 25 21:17:25 2012
+++ packages/Mesa/Mesa.spec Fri Mar  9 21:13:03 2012
@@ -642,18 +642,18 @@
 %endif
 
 %configure $common_flags \
-   --enable-shared-glapi \
%{__enable gbm} \
+   --enable-shared-glapi \
 %if %{with egl}
--enable-egl \
--enable-gles1 \
--enable-gles2 \
 %endif
 %if %{with gallium}
-   --enable-openvg \
--enable-gallium-llvm \
%{__enable egl gallium-egl} \
%{__enable gbm gallium-gbm} \
+   --enable-openvg \
--enable-vdpau \
--enable-xvmc \
--with-gallium-drivers=${gallium_drivers} \
@@ -674,7 +674,7 @@
DESTDIR=$RPM_BUILD_ROOT
 
 %if %{with osmesa}
-cp -p osmesa8/libOSMesa* $RPM_BUILD_ROOT%{_libdir}
+cp -dp osmesa8/libOSMesa* $RPM_BUILD_ROOT%{_libdir}
 cp -p osmesa8/osmesa.pc $RPM_BUILD_ROOT%{_pkgconfigdir}
 %endif
 
@@ -717,17 +717,17 @@
 %attr(755,root,root) %{_libdir}/libglapi.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libglapi.so.0
 %if %{with gbm}
-%dir %{_libdir}/gbm
 %attr(755,root,root) %{_libdir}/libgbm.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgbm.so.1
+%dir %{_libdir}/gbm
 %endif
 %if %{with gallium}
 %dir %{_libdir}/egl
 %attr(755,root,root) %{_libdir}/egl/egl_gallium.so
-%attr(755,root,root) %{_libdir}/gbm/pipe_r300.so
-%attr(755,root,root) %{_libdir}/gbm/pipe_r600.so
 %if %{with gbm}
 %attr(755,root,root) %{_libdir}/gbm/gbm_gallium_drm.so
+%attr(755,root,root) %{_libdir}/gbm/pipe_r300.so
+%attr(755,root,root) %{_libdir}/gbm/pipe_r600.so
 %attr(755,root,root) %{_libdir}/gbm/pipe_vmwgfx.so
 %if %{with gallium_nouveau}
 %attr(755,root,root) %{_libdir}/gbm/pipe_nouveau.so
@@ -936,6 +936,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.305  2012/03/09 20:13:03  qboosh
+- moved gbm r300/r600 drivers to proper bcond
+- fixed libOSMesa symlinks packaging
+
 Revision 1.304  2012/02/25 20:17:25  qboosh
 - updated some versioned dependencies
 


 CVS-web:

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

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


DISTFILES: kernel: ERRORS: linux-3.0.tar.xz patch-3.0.22.bz2

2012-03-09 Thread baggins
kernel.spec: undefined macro version



Files fetched: 0

ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.0.tar.xz
ecf932280e2441bdd992423ef3d55f8f  linux-3.0.tar.xz
ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.0.22.bz2
56e1ef2134c60d2aaacdb25c3831a123  patch-3.0.22.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 (LINUX_3_0): kernel/kernel-small_fixes.patch, kernel/kernel.spec -...

2012-03-09 Thread baggins
Author: baggins  Date: Fri Mar  9 20:36:31 2012 GMT
Module: packages  Tag: LINUX_3_0
 Log message:
- rel 2
- two small fixes for xen dom0

 Files affected:
packages/kernel:
   kernel-small_fixes.patch (1.43.2.18 - 1.43.2.19) , kernel.spec (1.987.2.38 
- 1.987.2.39) 

 Diffs:


Index: packages/kernel/kernel-small_fixes.patch
diff -u packages/kernel/kernel-small_fixes.patch:1.43.2.18 
packages/kernel/kernel-small_fixes.patch:1.43.2.19
--- packages/kernel/kernel-small_fixes.patch:1.43.2.18  Tue Feb 21 07:16:46 2012
+++ packages/kernel/kernel-small_fixes.patchFri Mar  9 21:36:25 2012
@@ -895,3 +895,141 @@
 1.7.4.1
 
 
+From:  Konrad Rzeszutek Wilk konrad.w...@oracle.com
+To:linux-ker...@vger.kernel.org, xen-de...@lists.xensource.com
+Subject: [PATCH] small fixes to 3.3 (and 3.2) CPU hotplug code. (v1)
+Date:  Wed,  1 Feb 2012 16:16:38 -0500
+
+While I was playing with 'xm vcpu-set X N' I realized that the VCPU hotplug
+code in 3.2 spews tons of messages. Found out that we were missing an preempt_*
+call. While at it, I fixed also an annoying message (XENBUS: Unable to ..)
+that shows up during bootup.
+
+Anyhow, these are going for 3.3 and CC-ing stable on the:
+ [PATCH 1/2] xen/smp: Fix CPU online/offline bug triggering a BUG:
+
+--
+To unsubscribe from this list: send the line unsubscribe linux-kernel in
+the body of a message to majord...@vger.kernel.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
+Please read the FAQ at  http://www.tux.org/lkml/
+
+From:  Konrad Rzeszutek Wilk konrad.w...@oracle.com
+To:linux-ker...@vger.kernel.org, xen-de...@lists.xensource.com
+Subject: [PATCH 1/2] xen/smp: Fix CPU online/offline bug triggering a BUG: 
scheduling while atomic.
+Date:  Wed,  1 Feb 2012 16:16:39 -0500
+
+When a user offlines a VCPU and then onlines it, we get:
+
+NMI watchdog disabled (cpu2): hardware events not enabled
+BUG: scheduling while atomic: swapper/2/0/0x0002
+Modules linked in: dm_multipath dm_mod xen_evtchn iscsi_boot_sysfs iscsi_tcp 
libiscsi_tcp libiscsi scsi_transport_iscsi scsi_mod libcrc32c crc32c radeon fbco
+ ttm bitblit softcursor drm_kms_helper xen_blkfront xen_netfront xen_fbfront 
fb_sys_fops sysimgblt sysfillrect syscopyarea xen_kbdfront xenfs [last unloaded:
+
+Pid: 0, comm: swapper/2 Tainted: G   O 
3.2.0phase15.1-3-gd6f7f5b-dirty #4
+Call Trace:
+ [81070571] __schedule_bug+0x61/0x70
+ [8158eb78] __schedule+0x798/0x850
+ [8158ed6a] schedule+0x3a/0x50
+ [810349be] cpu_idle+0xbe/0xe0
+ [81583599] cpu_bringup_and_idle+0xe/0x10
+
+The reason for this should be obvious from this call-chain:
+cpu_bringup_and_idle:
+ \- cpu_bringup
+  |   \-[preempt_disable]
+  |
+  |- cpu_idle
+   \- play_dead [assuming the user offlined the VCPU]
+   | \
+   | +- (xen_play_dead)
+   |  \- HYPERVISOR_VCPU_off [so VCPU is dead, once user
+   |  |   onlines it starts from here]
+   |  \- cpu_bringup [preempt_disable]
+   |
+   +- preempt_enable_no_reschedule()
+   +- schedule()
+   \- preempt_enable()
+
+So we have two preempt_disble() and one preempt_enable(). Calling
+preempt_enable() after the cpu_bringup() in the xen_play_dead
+fixes the imbalance.
+
+Signed-off-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com
+---
+ arch/x86/xen/smp.c |7 +++
+ 1 files changed, 7 insertions(+), 0 deletions(-)
+
+diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c
+index 041d4fe..501d4e0 100644
+--- a/arch/x86/xen/smp.c
 b/arch/x86/xen/smp.c
+@@ -409,6 +409,13 @@ static void __cpuinit xen_play_dead(void) /* used only 
with HOTPLUG_CPU */
+   play_dead_common();
+   HYPERVISOR_vcpu_op(VCPUOP_down, smp_processor_id(), NULL);
+   cpu_bringup();
++  /*
++   * Balance out the preempt calls - as we are running in cpu_idle
++   * loop which has been called at bootup from cpu_bringup_and_idle.
++   * The cpucpu_bringup_and_idle called cpu_bringup which made a
++   * preempt_disable() So this preempt_enable will balance it out.
++   */
++  preempt_enable();
+ }
+ 
+ #else /* !CONFIG_HOTPLUG_CPU */
+-- 
+1.7.7.5
+
+--
+To unsubscribe from this list: send the line unsubscribe linux-kernel in
+the body of a message to majord...@vger.kernel.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
+Please read the FAQ at  http://www.tux.org/lkml/
+
+From:  Konrad Rzeszutek Wilk konrad.w...@oracle.com
+To:linux-ker...@vger.kernel.org, xen-de...@lists.xensource.com
+Subject: [PATCH 2/2] xen/bootup: During bootup suppress XENBUS: Unable to read 
cpu state
+Date:  Wed,  1 Feb 2012 16:16:40 -0500
+
+When the initial domain starts, it prints (depending on the
+amount of CPUs) a slew of
+XENBUS: Unable to read cpu state
+XENBUS: Unable to read cpu state
+XENBUS: Unable to 

packages: kernel/kernel-small_fixes.patch, kernel/kernel.spec - rel 2 - two...

2012-03-09 Thread baggins
Author: baggins  Date: Fri Mar  9 21:39:07 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- rel 2
- two small fixes for xen dom0

 Files affected:
packages/kernel:
   kernel-small_fixes.patch (1.54 - 1.55) , kernel.spec (1.1025 - 1.1026) 

 Diffs:


Index: packages/kernel/kernel-small_fixes.patch
diff -u packages/kernel/kernel-small_fixes.patch:1.54 
packages/kernel/kernel-small_fixes.patch:1.55
--- packages/kernel/kernel-small_fixes.patch:1.54   Mon Feb 20 23:54:19 2012
+++ packages/kernel/kernel-small_fixes.patchFri Mar  9 22:39:02 2012
@@ -144,3 +144,141 @@
 
 
 
+From:  Konrad Rzeszutek Wilk konrad.w...@oracle.com
+To:linux-ker...@vger.kernel.org, xen-de...@lists.xensource.com
+Subject: [PATCH] small fixes to 3.3 (and 3.2) CPU hotplug code. (v1)
+Date:  Wed,  1 Feb 2012 16:16:38 -0500
+
+While I was playing with 'xm vcpu-set X N' I realized that the VCPU hotplug
+code in 3.2 spews tons of messages. Found out that we were missing an preempt_*
+call. While at it, I fixed also an annoying message (XENBUS: Unable to ..)
+that shows up during bootup.
+
+Anyhow, these are going for 3.3 and CC-ing stable on the:
+ [PATCH 1/2] xen/smp: Fix CPU online/offline bug triggering a BUG:
+
+--
+To unsubscribe from this list: send the line unsubscribe linux-kernel in
+the body of a message to majord...@vger.kernel.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
+Please read the FAQ at  http://www.tux.org/lkml/
+
+From:  Konrad Rzeszutek Wilk konrad.w...@oracle.com
+To:linux-ker...@vger.kernel.org, xen-de...@lists.xensource.com
+Subject: [PATCH 1/2] xen/smp: Fix CPU online/offline bug triggering a BUG: 
scheduling while atomic.
+Date:  Wed,  1 Feb 2012 16:16:39 -0500
+
+When a user offlines a VCPU and then onlines it, we get:
+
+NMI watchdog disabled (cpu2): hardware events not enabled
+BUG: scheduling while atomic: swapper/2/0/0x0002
+Modules linked in: dm_multipath dm_mod xen_evtchn iscsi_boot_sysfs iscsi_tcp 
libiscsi_tcp libiscsi scsi_transport_iscsi scsi_mod libcrc32c crc32c radeon fbco
+ ttm bitblit softcursor drm_kms_helper xen_blkfront xen_netfront xen_fbfront 
fb_sys_fops sysimgblt sysfillrect syscopyarea xen_kbdfront xenfs [last unloaded:
+
+Pid: 0, comm: swapper/2 Tainted: G   O 
3.2.0phase15.1-3-gd6f7f5b-dirty #4
+Call Trace:
+ [81070571] __schedule_bug+0x61/0x70
+ [8158eb78] __schedule+0x798/0x850
+ [8158ed6a] schedule+0x3a/0x50
+ [810349be] cpu_idle+0xbe/0xe0
+ [81583599] cpu_bringup_and_idle+0xe/0x10
+
+The reason for this should be obvious from this call-chain:
+cpu_bringup_and_idle:
+ \- cpu_bringup
+  |   \-[preempt_disable]
+  |
+  |- cpu_idle
+   \- play_dead [assuming the user offlined the VCPU]
+   | \
+   | +- (xen_play_dead)
+   |  \- HYPERVISOR_VCPU_off [so VCPU is dead, once user
+   |  |   onlines it starts from here]
+   |  \- cpu_bringup [preempt_disable]
+   |
+   +- preempt_enable_no_reschedule()
+   +- schedule()
+   \- preempt_enable()
+
+So we have two preempt_disble() and one preempt_enable(). Calling
+preempt_enable() after the cpu_bringup() in the xen_play_dead
+fixes the imbalance.
+
+Signed-off-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com
+---
+ arch/x86/xen/smp.c |7 +++
+ 1 files changed, 7 insertions(+), 0 deletions(-)
+
+diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c
+index 041d4fe..501d4e0 100644
+--- a/arch/x86/xen/smp.c
 b/arch/x86/xen/smp.c
+@@ -409,6 +409,13 @@ static void __cpuinit xen_play_dead(void) /* used only 
with HOTPLUG_CPU */
+   play_dead_common();
+   HYPERVISOR_vcpu_op(VCPUOP_down, smp_processor_id(), NULL);
+   cpu_bringup();
++  /*
++   * Balance out the preempt calls - as we are running in cpu_idle
++   * loop which has been called at bootup from cpu_bringup_and_idle.
++   * The cpucpu_bringup_and_idle called cpu_bringup which made a
++   * preempt_disable() So this preempt_enable will balance it out.
++   */
++  preempt_enable();
+ }
+ 
+ #else /* !CONFIG_HOTPLUG_CPU */
+-- 
+1.7.7.5
+
+--
+To unsubscribe from this list: send the line unsubscribe linux-kernel in
+the body of a message to majord...@vger.kernel.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
+Please read the FAQ at  http://www.tux.org/lkml/
+
+From:  Konrad Rzeszutek Wilk konrad.w...@oracle.com
+To:linux-ker...@vger.kernel.org, xen-de...@lists.xensource.com
+Subject: [PATCH 2/2] xen/bootup: During bootup suppress XENBUS: Unable to read 
cpu state
+Date:  Wed,  1 Feb 2012 16:16:40 -0500
+
+When the initial domain starts, it prints (depending on the
+amount of CPUs) a slew of
+XENBUS: Unable to read cpu state
+XENBUS: Unable to read cpu state
+XENBUS: Unable to read cpu state
+XENBUS: Unable to read cpu 

packages: Mesa/Mesa.spec - updated intel_gallium bcond

2012-03-09 Thread qboosh
Author: qboosh   Date: Sat Mar 10 05:22:03 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- updated intel_gallium bcond

 Files affected:
packages/Mesa:
   Mesa.spec (1.305 - 1.306) 

 Diffs:


Index: packages/Mesa/Mesa.spec
diff -u packages/Mesa/Mesa.spec:1.305 packages/Mesa/Mesa.spec:1.306
--- packages/Mesa/Mesa.spec:1.305   Fri Mar  9 21:13:03 2012
+++ packages/Mesa/Mesa.spec Sat Mar 10 06:21:58 2012
@@ -77,6 +77,7 @@
 
 %if %{without gallium}
 %undefine  with_gallium_intel
+%undefine  with_gallium_nouveau
 %endif
 
 %if %{without egl}
@@ -606,7 +607,6 @@
 gallium_drivers=svga swrast \
 %if %{with gallium_intel}
 i915 \
-i965 \
 %endif
 r300 \
 r600 \
@@ -669,7 +669,6 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-# libs without drivers
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
@@ -729,13 +728,12 @@
 %attr(755,root,root) %{_libdir}/gbm/pipe_r300.so
 %attr(755,root,root) %{_libdir}/gbm/pipe_r600.so
 %attr(755,root,root) %{_libdir}/gbm/pipe_vmwgfx.so
+%if %{with gallium_intel}
+%attr(755,root,root) %{_libdir}/gbm/pipe_i915.so
+%endif
 %if %{with gallium_nouveau}
 %attr(755,root,root) %{_libdir}/gbm/pipe_nouveau.so
 %endif
-%if %{with gallium_intel}
-%attr(755,root,root) %{_libdir}/egl/pipe_i915.so
-%attr(755,root,root) %{_libdir}/egl/pipe_i965.so
-%endif
 %endif
 %endif
 
@@ -894,9 +892,6 @@
 %files dri-driver-intel-i965
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/xorg/modules/dri/i965_dri.so
-%if %{with gallium_intel}
-%attr(755,root,root) %{_libdir}/xorg/modules/drivers/i965g_drv.so
-%endif
 
 %if %{with gallium_nouveau}
 %files dri-driver-nouveau
@@ -916,7 +911,7 @@
 
 %files -n libvdpau-driver-mesa
 %defattr(644,root,root,755)
-# there is no ldconfig here
+# there is no ldconfig here, so package all symlinks
 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_softpipe.so.1.0
 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_softpipe.so.1
 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_softpipe.so
@@ -936,6 +931,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.306  2012/03/10 05:21:58  qboosh
+- updated intel_gallium bcond
+
 Revision 1.305  2012/03/09 20:13:03  qboosh
 - moved gbm r300/r600 drivers to proper bcond
 - fixed libOSMesa symlinks packaging


 CVS-web:

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

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


packages: Mesa/Mesa.spec - fixed without gallium bcond (no vdpau, XvMC nor ...

2012-03-09 Thread qboosh
Author: qboosh   Date: Sat Mar 10 05:49:59 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- fixed without gallium bcond (no vdpau, XvMC nor r300/r600 drivers)

 Files affected:
packages/Mesa:
   Mesa.spec (1.306 - 1.307) 

 Diffs:


Index: packages/Mesa/Mesa.spec
diff -u packages/Mesa/Mesa.spec:1.306 packages/Mesa/Mesa.spec:1.307
--- packages/Mesa/Mesa.spec:1.306   Sat Mar 10 06:21:58 2012
+++ packages/Mesa/Mesa.spec Sat Mar 10 06:49:54 2012
@@ -718,12 +718,12 @@
 %if %{with gbm}
 %attr(755,root,root) %{_libdir}/libgbm.so.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgbm.so.1
-%dir %{_libdir}/gbm
 %endif
 %if %{with gallium}
 %dir %{_libdir}/egl
 %attr(755,root,root) %{_libdir}/egl/egl_gallium.so
 %if %{with gbm}
+%dir %{_libdir}/gbm
 %attr(755,root,root) %{_libdir}/gbm/gbm_gallium_drm.so
 %attr(755,root,root) %{_libdir}/gbm/pipe_r300.so
 %attr(755,root,root) %{_libdir}/gbm/pipe_r600.so
@@ -858,6 +858,7 @@
 %{_pkgconfigdir}/vg.pc
 %endif
 
+%if %{with gallium}
 %files libXvMC
 %defattr(644,root,root,755)
 %attr(755,root,root) %ghost %{_libdir}/libXvMCnouveau.so.1
@@ -868,6 +869,7 @@
 %attr(755,root,root) %{_libdir}/libXvMCr600.so.1.0
 %attr(755,root,root) %ghost %{_libdir}/libXvMCsoftpipe.so.1
 %attr(755,root,root) %{_libdir}/libXvMCsoftpipe.so.1.0
+%endif
 
 %files dri-driver-ati-radeon-R100
 %defattr(644,root,root,755)
@@ -877,6 +879,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/xorg/modules/dri/r200_dri.so
 
+%if %{with gallium}
 %files dri-driver-ati-radeon-R300
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/xorg/modules/dri/r300_dri.so
@@ -884,6 +887,7 @@
 %files dri-driver-ati-radeon-R600
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/xorg/modules/dri/r600_dri.so
+%endif
 
 %files dri-driver-intel-i915
 %defattr(644,root,root,755)
@@ -909,6 +913,7 @@
 %attr(755,root,root) %{_libdir}/xorg/modules/dri/vmwgfx_dri.so
 %endif
 
+%if %{with gallium}
 %files -n libvdpau-driver-mesa
 %defattr(644,root,root,755)
 # there is no ldconfig here, so package all symlinks
@@ -921,9 +926,12 @@
 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1.0
 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so.1
 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_r600.so
+%if %{with gallium_nouveau}
 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1.0
 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so.1
 %attr(755,root,root) %{_libdir}/vdpau/libvdpau_nouveau.so
+%endif
+%endif
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -931,6 +939,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.307  2012/03/10 05:49:54  qboosh
+- fixed without gallium bcond (no vdpau, XvMC nor r300/r600 drivers)
+
 Revision 1.306  2012/03/10 05:21:58  qboosh
 - updated intel_gallium bcond
 


 CVS-web:

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

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


packages: live/live.spec - updated to 2012.02.29

2012-03-09 Thread qboosh
Author: qboosh   Date: Sat Mar 10 05:50:22 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2012.02.29

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

 Diffs:


Index: packages/live/live.spec
diff -u packages/live/live.spec:1.65 packages/live/live.spec:1.66
--- packages/live/live.spec:1.65Sat Jan 28 08:18:39 2012
+++ packages/live/live.spec Sat Mar 10 06:50:16 2012
@@ -2,15 +2,15 @@
 Summary:   LIVE555 streaming media server
 Summary(pl.UTF-8): LIVE555 - serwer strumieni multimedialnych
 Name:  live
-Version:   2012.01.26
+Version:   2012.02.29
 Release:   1
 Epoch: 2
 License:   LGPL v2.1+
 Group: Development/Libraries
 Source0:   
http://www.live555.com/liveMedia/public/%{name}.%{version}.tar.gz
-# Source0-md5: db7f0658583b590fb3d4044935f48b8e
+# Source0-md5: ee00b4f9ca4efaa1aeaf47b5c185fe93
 Source1:   http://www.live555.com/liveMedia/public/changelog.txt
-# Source1-md5: f1f4d707563b7adb0e3fa8d96dfd8c98
+# Source1-md5: d32259edc4937d3bc8498b6d7468ffd4
 Source2:   %{name}-shared.config
 Patch0:%{name}-link.patch
 URL:   http://www.live555.com/liveMedia/
@@ -149,6 +149,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.66  2012/03/10 05:50:16  qboosh
+- updated to 2012.02.29
+
 Revision 1.65  2012/01/28 07:18:39  qboosh
 - updated to 2012.01.26
 


 CVS-web:

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

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


DISTFILES: live: live.2012.02.29.tar.gz changelog.txt

2012-03-09 Thread qboosh

Files fetched: 2

STORED: http://www.live555.com/liveMedia/public/live.2012.02.29.tar.gz
ee00b4f9ca4efaa1aeaf47b5c185fe93  live.2012.02.29.tar.gz
Size: 538874 bytes
STORED: http://www.live555.com/liveMedia/public/changelog.txt
d32259edc4937d3bc8498b6d7468ffd4  changelog.txt
Size: 182110 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: Mesa/Mesa.spec - gallium i965 has been dropped

2012-03-09 Thread qboosh
Author: qboosh   Date: Sat Mar 10 06:51:43 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- gallium i965 has been dropped

 Files affected:
packages/Mesa:
   Mesa.spec (1.307 - 1.308) 

 Diffs:


Index: packages/Mesa/Mesa.spec
diff -u packages/Mesa/Mesa.spec:1.307 packages/Mesa/Mesa.spec:1.308
--- packages/Mesa/Mesa.spec:1.307   Sat Mar 10 06:49:54 2012
+++ packages/Mesa/Mesa.spec Sat Mar 10 07:51:38 2012
@@ -893,9 +893,11 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/xorg/modules/dri/i915_dri.so
 
+%if %{without gallium}
 %files dri-driver-intel-i965
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/xorg/modules/dri/i965_dri.so
+%endif
 
 %if %{with gallium_nouveau}
 %files dri-driver-nouveau
@@ -939,6 +941,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.308  2012/03/10 06:51:38  qboosh
+- gallium i965 has been dropped
+
 Revision 1.307  2012/03/10 05:49:54  qboosh
 - fixed without gallium bcond (no vdpau, XvMC nor r300/r600 drivers)
 


 CVS-web:

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

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