Mailinglist Archive: opensuse-commit (2092 mails)
| < Previous | Next > |
commit IPCE
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 03 Aug 2007 20:56:47 +0200
- Message-id: <20070803185647.CB627678331@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package IPCE
checked in at Fri Aug 3 20:56:47 CEST 2007.
--------
--- IPCE/IPCE.changes 2007-06-14 01:42:14.000000000 +0200
+++ /mounts/work_src_done/NOARCH/IPCE/IPCE.changes 2007-08-03 20:40:23.358053000 +0200
@@ -1,0 +2,10 @@
+Fri Aug 3 20:15:21 CEST 2007 - wberrier@xxxxxxx
+
+- Update to r6 (Includes IronPython 1.1)
+ -several new modules (array, SHA, MD5, and select),
+ support for XML Doc comments within the help system and
+ _doc_ tags, as well as support for loading cached pre-compiled
+ modules.
+ -Other various Bug fixes
+
+-------------------------------------------------------------------
Old:
----
IPCE-r5.zip
New:
----
IPCE-r6.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ IPCE.spec ++++++
--- /var/tmp/diff_new_pack.UT8943/_old 2007-08-03 20:54:36.000000000 +0200
+++ /var/tmp/diff_new_pack.UT8943/_new 2007-08-03 20:54:36.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package IPCE (Version r5)
+# spec file for package IPCE (Version r6)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,8 +11,8 @@
# norootforbuild
Name: IPCE
-Version: r5
-Release: 32
+Version: r6
+Release: 1
License: Any permissive, Shared Source License for IronPython
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -52,7 +52,7 @@
/usr/bin/*
/usr/lib/IPCE
%prep
-%setup -n %{name}-%{version}
+%setup -n %{name}-%{version} -q
%build
# For now, package prebuilt version, as it would be a lot of work
@@ -83,6 +83,8 @@
for i in lib/IPCE/Lib/cgi.py lib/IPCE/Lib/Crypto/Util/RFC1751.py ; do
sed -i "s/\/usr\/local\/bin\/python/\/usr\/bin\/python/" ${RPM_BUILD_ROOT}/usr/$i
done
+# New in r6 (oops, they must have missed this in their source tarball)
+find ${RPM_BUILD_ROOT} -name .svn | xargs rm -Rf
%clean
rm -rf "$RPM_BUILD_ROOT"
@@ -97,6 +99,13 @@
%endif
%changelog
+* Fri Aug 03 2007 - wberrier@xxxxxxx
+- Update to r6 (Includes IronPython 1.1)
+ -several new modules (array, SHA, MD5, and select),
+ support for XML Doc comments within the help system and
+ _doc_ tags, as well as support for loading cached pre-compiled
+ modules.
+ -Other various Bug fixes
* Wed Apr 11 2007 - wberrier@xxxxxxxxxx
- Add mono dep/req for older distros
* Wed Jan 17 2007 - wberrier@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |