rpms/calc/devel calc.spec,1.1,1.2

Matthew Miller (mattdm) fedora-extras-commits at redhat.com
Thu Sep 20 17:19:50 UTC 2007


Author: mattdm

Update of /cvs/extras/rpms/calc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6760

Modified Files:
	calc.spec 
Log Message:
no, wait, actually I want to start here


Index: calc.spec
===================================================================
RCS file: /cvs/extras/rpms/calc/devel/calc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- calc.spec	20 Sep 2007 17:16:44 -0000	1.1
+++ calc.spec	20 Sep 2007 17:19:17 -0000	1.2
@@ -16,7 +16,7 @@
 
 Name:          calc
 Version:       2.12.2.1
-Release:       7%{?dist}.%( echo %{license}|tr A-Z a-z|sed s/v2// )
+Release:       8%{?dist}.%( echo %{license}|tr A-Z a-z|sed s/v2// )
 Summary:       Arbitrary precision arithmetic system and calculator
 
 Group:         Applications/Engineering
@@ -213,111 +213,7 @@
 
 
 %changelog
-* Wed Sep 19 2007 Matthew Miller <mattdm at mattdm.org> - 2.12.2.1-7
-- disable libcustcalc/calc -C -- there's some Serious Linking Correctness
-  Issues which need to be resolved.
-- Ditch the parts of the patch that attempted to make linking libcustcalc
-  work; rename to "entangled-readline" to reflect reduced scope.
-- Make new calc-2.12.2.1-no-custom-means-no-custom.patch to make
-  ALLOW_CUSTOM actually control whether the custom code is built, not just
-  whether there's a code path which allows its use.
-
-* Tue Sep 18 2007 Matthew Miller <mattdm at mattdm.org> - 2.12.2.1-6
-- revise calc-2.12.2.1-everything-interlinked.patch to be more fine-grained
-
-* Tue Sep 18 2007 Matthew Miller <mattdm at mattdm.org> - 2.12.2.1-5
-- set Q and V make variables to not-quiet and verbose build modes to 
-  aid in debugging PPC build problem; also, doesn't seem like a bad
-  idea in general.
-- add calc-2.12.2.1-everything-interlinked.patch to fix
-  undefined-non-weak-signal problems: need to link libcalc against readline
-  (if readline enabled) and need to link libcustomcalc against libcalc.
-- put docs in the libs subpackage.
-
-* Tue Sep 18 2007 Matthew Miller <mattdm at mattdm.org> - 2.12.2.1-4
-- temporarily ExcludeArch ppc due to a build problem. This 
-  should be fixed shortly.
-
-* Tue Sep 18 2007 Matthew Miller <mattdm at mattdm.org> - 2.12.2.1-3
-- add LIBRARY doc to devel subpackage
-- spec file cleanups as suggested by Mamoru Tasaka:
-- use cp/install -p to preserve timestamp when copying files.
-- note that make with smp_mflags fails.
-- explicitly set defattr's dir mode to - to keep defaults. 
-
-* Thu Sep  5 2007 Matthew Miller <mattdm at mattdm.org> - 2.12.2.1-2
-- allow customlib functions with -DCUSTOM.
-- made stdrc subpackage for standard resource files and scripts.
-- only ship internal line-editor keybindings file if we're not using
-  readline
-- fix some packaging issues as follows (thanks Till Maas).
-- Prefix COPYING-GPL source file with "calc" to avoid file conflicts. 
-  Just in case. :)
-- defattr for all files sections.
-- make the devel package rely on calc-libs, not calc. This is largely
-  academic since the calc libs and binaries are not as clearly separated
-  as they should be -- a future upstream version will improve this, though,
-  so we might as well do the right thing.
-- make calc-libs not require calc proper; theoretically this should be true.
-
-* Thu Sep  5 2007 Matthew Miller <mattdm at mattdm.org> - 2.12.2.1-1
-- updated to 2.12.2.1
-
-* Wed Sep  5 2007 Matthew Miller <mattdm at mattdm.org> - 2.12.2-0.5
-- minor spec file cleanup for package review
-
-* Wed Sep  5 2007 Matthew Miller <mattdm at mattdm.org> - 2.12.2-0.4
-- fix (i.e., remove) rpath by setting LD_SHARE to "".
-
-* Tue Sep  4 2007 Matthew Miller <mattdm at mattdm.org> - 2.12.2-0.3
-- minor correction to LGPL-GPL conversion
-
-* Mon Sep  3 2007 Matthew Miller <mattdm at mattdm.org> - 2.12.2-0.2
-- LGPL/GPL -> explicit LGPLv2/GPLv2
-- make the LGPL->GPL conversion via spec file script, not a patch
-- now that we're building dynamic libraries, make libs and devel subpackages
-
-* Sun Sep  2 2007 Matthew Miller <mattdm at mattdm.org> - 2.12.2-0.1
-- update to 2.12.2
-- yay -- patches to build dynamically are now upstream. so build
-  dynamically.
-
-* Thu Jul 12 2007 Matthew Miller <mattdm at mattdm.org> - 2.12.1.13-1
-- Update to 2.12.1.13
-- Remove calc-2.12.1.6_remove-bad-snprintf-replacement.patch, which is now
-  now upstream.
-- Added calc-2.12.1.13-removemd5.patch due to licensing issues (md5 code
-  is distributable, but not lgpl compatible).
-- Added switch to enable readline and convert to gpl, or to not.
-  see comment in Feb 8 2007 changelog entry for more.
-
-* Thu Feb  8 2007 Matthew Miller <mattdm at mattdm.org> - 2.12.1.8-2
-- disable linking against readline to avoid converting from LGPL to GPL.
-  This is insignificant for this release of the package which doesn't
-  actually include any libraries, but is something I want to preserve for
-  the future when we're building dynamic libs. I'm working with upstream in
-  getting this resolved -- ideally, the library remains LGPL but the
-  command-line tool is separated to the point where it alone links with
-  readline and can be relicensed as GPL without affecting the rest. If the
-  outcome isn't positive, I'm probably going to bite the bullet and make a
-  GPL-fork patch.
- 
-* Wed Feb  7 2007 Matthew Miller <mattdm at mattdm.org> - 2.12.1.8-1
-- update to 2.12.1.8
-- invalid comments problem now fixed upstream -- drop that patch.
-- patching out custom completely isn't really necessary -- just unsetting
-  the config variable and removing the built library is sufficient.
-- make sure to set the "DEBUG" variable correctly (not -O3 -g3)
-- actually use the system readline library
-- don't need to pass so many variables into make chk.
-- chmod executables to 755 instead of 555 to placate rpmlint
-
-* Tue Feb  6 2007 Matthew Miller <mattdm at mattdm.org> - 2.12.1.6-3
-- include fix for invalid sample files (# is not a comment character).
-
-* Mon Feb  5 2007 Matthew Miller <mattdm at mattdm.org> - 2.12.1.6-2
-- create Fedora package from existing BU Linux package (clearing BU Linux
-  changelog).
-- add patch to use the system snprintf -- sheesh.
-- move the "cscript" stuff to be under datadir instead of bin.
-- list calc binary and man page explicitly in the files section.
+* Wed Sep 20 2007 Matthew Miller <mattdm at mattdm.org> - 2.12.2.1-8
+- initial package for Fedora
+- clear old and long pre-fedora changelog
+- review request rhbug #227570




More information about the scm-commits mailing list