Changelog for
ice-3.2.1-11.fc8.i386.rpm :
Sat Sep 8 00:00:00 2007 Mary Ellen Foster
3.2.1-11
- Also add Obsoletes: for the old zeroc names
- Fix bad date in changelog
Thu Aug 30 00:00:00 2007 Mary Ellen Foster 3.2.1-9
- Add \"with exceptions\" to license tag
- Minor typo corrections in README.Fedora
- Move ruby sitearch files out of an \"Ice/\" subdirectory so that they\'re
actually useful
Wed Aug 29 00:00:00 2007 Mary Ellen Foster 3.2.1-8
- Remove parallel make to see if that fixes build errors
Tue Aug 28 00:00:00 2007 Mary Ellen Foster 3.2.1-7
- Fix over-zealous patch in csharp IceBox Makefile
Tue Aug 28 00:00:00 2007 Mary Ellen Foster 3.2.1-6
- Put IcePy.so
* into sitearch, not sitelib
- Use %ifarch in python file list to avoid duplicate warnings
- Actually use gacutil for the Mono dlls instead of faking it
Sat Aug 25 00:00:00 2007 Mary Ellen Foster 3.2.1-5
- Clean up packaging of icegridgui: it\'s a gui app, so we should treat it as
such (NB: building this package is still disabled by default because it needs
jgoodies)
- Actually create the working directory for the Ice services
- Remove redundant requires on java-devel and csharp-devel packages
- Fix file list for python package to own directories too
- Modified the README to accurately reflect what\'s in the Fedora package
Fri Aug 24 00:00:00 2007 Mary Ellen Foster 3.2.1-4
- Whoops, ruby(abi) doesn\'t pull in ruby ...
- Redirect getent output to /dev/null
- Try again to remove execute permission on all
*.ice files (????)
- Move ImportKey.class out of bin and into share (not sure what it does, but I\'m
pretty sure it doesn\'t belong in bin!)
Thu Aug 23 00:00:00 2007 Mary Ellen Foster 3.2.1-3
- Changed BuildRequires on ruby to ruby(abi) = 1.8
- Fixed all dependencies between subpackages: everything requires the base
package, and -devel packages should all require their corresponding non-devel
package now
- Made ice-csharp require pkgconfig
- Modified the user/group creation process based on the wiki
- Removed ldconfig for ice-c++-devel subpackage
- Made the python_sitelib subdirectory owned by ice-python
- Removed executable permission on all files under slice (how did that happen?)
- Fixed typo on ice-csharp group
- Changed license tag to GPLv2
- Removed macros in changelog
- Set CFLAGS as well as CPPFLAGS for make so that building icecpp gets the
correct flags too
- Renamed ice-c++-devel to ice-devel
- Added Provides: for ice-c++-devel and ice-dotnet for people moving from the
ZeroC RPMs
- Also don\'t build \"test\" or \"demo\" for IceCS
Sun Aug 19 00:00:00 2007 Mary Ellen Foster 3.2.1-2
- ExcludeArch ppc64
- Fix one more hard-coding problem for x86_64
Fri Aug 17 00:00:00 2007 Mary Ellen Foster 3.2.1-1
- Update to 3.2.1
Thu Aug 2 00:00:00 2007 Mary Ellen Foster 3.2.0-7
- Fixed arch-specific issues:
- %ifnarch ppc64 in a lot of places; it doesn\'t have db4-java or mono-core,
so no Java or CSharp packages
- Replaced one literal \"lib\" with %{_lib}
- Added IceGrid registry patch from ZeroC forum
- Don\'t build \"test\" or \"demo\" subdirectories
- Use \"/sbin/ldconfig\" instead of %{_sbindir} because that\'s /usr/sbin (also
for other things like /sbin/service etc)
- Removed useless \"dotnetversion\" define (it\'s the same as \"version\")
- Remove executable bit on all \"
*.ice\" files (it gets set somehow on a few)
Wed Aug 1 00:00:00 2007 Mary Ellen Foster 3.2.0-6
- Updated to incorporate more suggestions from Mamoru Tasaka (sorry for the delay!)
- Include Java and C# stuff in the single SRPM (NB: they\'ll no longer be noarch)
Tue Jul 10 00:00:00 2007 Mary Ellen Foster 3.2.0-5
- Updated following review comments from Mamoru Tasaka
- Renamed file to \"ice.spec\"
- Use %{_libdir} instead of literal \"lib\"/\"lib64\" (not yet tested on 64-bit
system)
- Changed \"make\" calls to use the correct compiler flags (including -fPIC)
- Changed \"cp\" to \"cp -p\" everywhere for timestamps
- Use more macros instead of hard-coded directory names:
%_prefix, %_libdir, %_initrddir, %_localstatedir, %_sbindir
- Un-excluded
*.pyo files
Thu Jun 14 00:00:00 2007 Mary Ellen foster 3.2.0-4
- Removed cruft so that it no longer tries to build Java stuff (whoops)
Thu Apr 19 00:00:00 2007 Mary Ellen Foster 3.2.0-3
- Use RPM macros instead of /etc and /usr/bin (Thanks to Peter Lemenkov)
- Suggestions from ZeroC forum (http://zeroc.com/forums/showthread.php?t=3095):
- Use Python site-packages directory
- Create \"iceuser\" user
- Split /etc/init.d services into a separate sub-package
- Follow guidelines from Fedora wiki about packaging Ruby
- Use Ruby site-arch directory
- Depend on ruby(abi)
- Make sure to compile all Java files with -source 1.4 -target 1.4
Thu Apr 12 00:00:00 2007 Mary Ellen Foster 3.2.0-2
- Remove \"assert\" in Java classes for compilation with Java 1.4
Sat Mar 31 00:00:00 2007 Mary Ellen Foster 3.2.0-1
- Initial spec, based on spec distributed by ZeroC