You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(26) |
Dec
(13) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(5) |
Feb
(16) |
Mar
(5) |
Apr
(5) |
May
(13) |
Jun
(12) |
Jul
(1) |
Aug
(2) |
Sep
(13) |
Oct
(6) |
Nov
(1) |
Dec
(29) |
| 2008 |
Jan
(2) |
Feb
(2) |
Mar
(2) |
Apr
(57) |
May
(35) |
Jun
(45) |
Jul
(132) |
Aug
(87) |
Sep
(141) |
Oct
(86) |
Nov
(17) |
Dec
(2) |
| 2009 |
Jan
(3) |
Feb
(2) |
Mar
(3) |
Apr
(3) |
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2010 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
|
|
1
|
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
|
9
|
10
(1) |
11
|
12
|
13
|
14
|
15
|
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
|
30
|
31
|
|
|
|
|
|
|
From: <kk...@us...> - 2009-08-10 07:32:34
|
Revision: 1174
http://omc.svn.sourceforge.net/omc/?rev=1174&view=rev
Author: kkaempf
Date: 2009-08-10 07:32:20 +0000 (Mon, 10 Aug 2009)
Log Message:
-----------
use new python macros
Modified Paths:
--------------
cmpi-bindings/trunk/package/cmpi-bindings.changes
cmpi-bindings/trunk/package/cmpi-bindings.spec.in
Modified: cmpi-bindings/trunk/package/cmpi-bindings.changes
===================================================================
--- cmpi-bindings/trunk/package/cmpi-bindings.changes 2009-05-05 14:56:53 UTC (rev 1173)
+++ cmpi-bindings/trunk/package/cmpi-bindings.changes 2009-08-10 07:32:20 UTC (rev 1174)
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Sun Aug 9 08:45:29 CEST 2009 - co...@no...
+
+- use new python macros
+
+-------------------------------------------------------------------
Thu Oct 23 13:53:28 MDT 2008 - np...@no...
- Update to latest code, prep for release for python bindings
Modified: cmpi-bindings/trunk/package/cmpi-bindings.spec.in
===================================================================
--- cmpi-bindings/trunk/package/cmpi-bindings.spec.in 2009-05-05 14:56:53 UTC (rev 1173)
+++ cmpi-bindings/trunk/package/cmpi-bindings.spec.in 2009-08-10 07:32:20 UTC (rev 1174)
@@ -82,7 +82,7 @@
#define some macros missing on fedora
%if 0%{?fedora_version}
-%{!?py_sitedir: %define py_sitedir %(%__python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitelib: %define py_sitedir %(%__python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%{!?py_requires: %define py_requires Requires: python}
%endif
%{py_requires}
@@ -93,10 +93,10 @@
%files -n cmpi-bindings-pywbem
%defattr(-,root,root,-)
%{_libdir}/cmpi/libpyCmpiProvider.so
-%{py_sitedir}/cmpi_pywbem_bindings.py
-%{py_sitedir}/cmpi_pywbem_bindings.pyc
-%{py_sitedir}/cmpi.py
-%{py_sitedir}/cmpi.pyc
+%{python_sitelib}/cmpi_pywbem_bindings.py
+%{python_sitelib}/cmpi_pywbem_bindings.pyc
+%{python_sitelib}/cmpi.py
+%{python_sitelib}/cmpi.pyc
%package -n cmpi-bindings-perl
Requires: perl = %{perl_version}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|