Mailinglist Archive: opensuse-commit (1828 mails)
| < Previous | Next > |
commit cim-schema
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 04 Sep 2008 23:29:48 +0200
- Message-id: <20080904212948.CCEDA67816D@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package cim-schema
checked in at Thu Sep 4 23:29:48 CEST 2008.
--------
--- cim-schema/cim-schema.changes 2008-05-17 01:06:12.000000000 +0200
+++ cim-schema/cim-schema.changes 2008-09-03 21:40:32.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Sep 3 21:38:06 CEST 2008 - mmarek@xxxxxxx
+
+- don't clean buildroot in %%install
+
+-------------------------------------------------------------------
+Wed Aug 6 15:48:34 MDT 2008 - bwhiteley@xxxxxxx
+
+- Upgraded to cimv2.19.0Experimental
+
+-------------------------------------------------------------------
Old:
----
cimv218Experimental-MOFs.zip
New:
----
cim_schema_2.19.0Experimental-MOFs.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cim-schema.spec ++++++
--- /var/tmp/diff_new_pack.w16013/_old 2008-09-04 23:28:45.000000000 +0200
+++ /var/tmp/diff_new_pack.w16013/_new 2008-09-04 23:28:45.000000000 +0200
@@ -1,27 +1,33 @@
#
-# spec file for package cim-schema (Version 2.18)
+# spec file for package cim-schema (Version 2.19.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
-%define cimver cimv218
BuildRequires: unzip
Name: cim-schema
Url: http://www.dmtf.org/
Summary: Common Information Model (CIM) Schema
-Version: 2.18
+Version: 2.19.0
Release: 1
Group: System/Management
License: Any permissive
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0:
http://www.dmtf.org/standards/cim/cim_schema_v218/cimv218Experimental-MOFs.zip
+Source0:
http://www.dmtf.org/standards/cim/cim_schema_v219/cim_schema_2.19.0Experimental-MOFs.zip
Source1: loadmof.sh
Source2: rmmof.sh
BuildArch: noarch
@@ -50,9 +56,8 @@
for i in `find . -name "*.mof"`; do
perl -p -i -e 's/\r//g' $i
done
-%__rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/$CIMDIR
-perl -p -i -e 's/\\/\//g' %{cimver}.mof
+perl -p -i -e 's/\\/\//g' cim*.mof
echo "" >> qualifiers.mof
echo "// Optional Qualifiers: " >> qualifiers.mof
echo "" >> qualifiers.mof
@@ -62,7 +67,9 @@
chmod -R a+rX .
%__mv * $RPM_BUILD_ROOT/$CIMDIR/
ln -s cimv%{version} $RPM_BUILD_ROOT/$MOFDIR/cim-current
-ln -s %{cimver}.mof $RPM_BUILD_ROOT/$MOFDIR/cim-current/CIM_Schema.mof
+pushd $RPM_BUILD_ROOT/$CIMDIR/
+ln -s cim*.mof CIM_Schema.mof
+popd
install -d $RPM_BUILD_ROOT/usr/bin
install -m 755 %{S:1} $RPM_BUILD_ROOT/usr/bin/
install -m 755 %{S:2} $RPM_BUILD_ROOT/usr/bin/
@@ -71,6 +78,9 @@
's~^#pragma include \("qualifiers_optional\.mof"\)~\/\/#pragma include
("qualifiers_optional\.mof")~g' \
$RPM_BUILD_ROOT/$MOFDIR/cim-current/CIM_Schema.mof
+%clean
+%__rm -rf $RPM_BUILD_ROOT
+
%files
%defattr(-, root, root)
%dir /usr/share/mof
@@ -81,11 +91,15 @@
/usr/bin/rmmof.sh
%changelog
-* Wed May 14 2008 bwhiteley@xxxxxxx
+* Wed Sep 03 2008 mmarek@xxxxxxx
+- don't clean buildroot in %%install
+* Thu Aug 07 2008 bwhiteley@xxxxxxx
+- Upgraded to cimv2.19.0Experimental
+* Thu May 15 2008 bwhiteley@xxxxxxx
- Upgraded to cimv2.18Experimental
* Thu Jan 17 2008 bwhiteley@xxxxxxx
- Fixed order of includes so that it will import in pegasus.
-* Tue Jan 08 2008 bwhiteley@xxxxxxx
+* Wed Jan 09 2008 bwhiteley@xxxxxxx
- Updated to cimv2.17Experimental (#341800)
* Wed Nov 28 2007 bwhiteley@xxxxxxx
- Updated to cimv2.16Experimental (#341800)
@@ -93,7 +107,7 @@
Fix broken comment blocks in 2.16 schema.
* Thu Mar 29 2007 bwhiteley@xxxxxxx
- Added unzip to BuildRequires
-* Tue Mar 27 2007 bwhiteley@xxxxxxx
+* Wed Mar 28 2007 bwhiteley@xxxxxxx
- Fixed inclusion of missing file (#258187)
* Tue Mar 13 2007 bart@xxxxxxxxxx
- Added some classes from 2.15 preliminary needed for Xen
@@ -102,13 +116,13 @@
- update to schema version 2.14 (#228365)
* Mon Jan 08 2007 bwhiteley@xxxxxxx
- Combine all qualifiers back into one file (#232667)
-* Tue Dec 19 2006 bwhiteley@xxxxxxx
+* Wed Dec 20 2006 bwhiteley@xxxxxxx
- added loadmof.sh script. (#228349)
* Wed Dec 13 2006 bwhiteley@xxxxxxx
- Updated to schema version cimv2.13.1 (#228365)
-* Fri Oct 06 2006 bwhiteley@xxxxxxx
+* Sat Oct 07 2006 bwhiteley@xxxxxxx
- Updated to schema version cimv2.13
-* Mon May 08 2006 bwhiteley@xxxxxxx
+* Tue May 09 2006 bwhiteley@xxxxxxx
- Updated to schema version cimv2.12, required for SMASH 1.0
compliance (#173777)
* Fri May 05 2006 bwhiteley@xxxxxxx
@@ -128,7 +142,7 @@
- Update to v2.9 Final
* Tue Oct 12 2004 nashif@xxxxxxx
- Update with cim v2.9
-* Tue Feb 17 2004 nashif@xxxxxxx
+* Wed Feb 18 2004 nashif@xxxxxxx
- Fixed directory permissions
- build as normal user
* Mon Feb 16 2004 nashif@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |