Hello community,

here is the log from the commit of package calc for openSUSE:Factory checked in 
at 2013-10-02 20:29:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calc (Old)
 and      /work/SRC/openSUSE:Factory/.calc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/calc/calc.changes        2013-05-27 
09:42:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.calc.new/calc.changes   2013-10-02 
20:29:30.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Oct  1 16:29:42 UTC 2013 - greg.freem...@gmail.com
+
+- update to calc-2.12.4.13
+  * major code cleanup and a few new functions
+  * See Changes file for full list of changes
+- added %doc section to %files
+- added README.openSUSE
+- changed the libname from libcalc2_12_4_3 to libcalc%soname
+- changed -n libcalc-devel to devel 
+- added Requires: %{libname} = %{version} to devel section
+
+-------------------------------------------------------------------

Old:
----
  calc-2.12.4.8.tar.bz2

New:
----
  README.openSUSE
  calc-2.12.4.13.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ calc.spec ++++++
--- /var/tmp/diff_new_pack.JT9ep8/_old  2013-10-02 20:29:31.000000000 +0200
+++ /var/tmp/diff_new_pack.JT9ep8/_new  2013-10-02 20:29:31.000000000 +0200
@@ -16,14 +16,18 @@
 #
 
 
+%define soname 1
+%define libname libcalc%{soname}
+
 Name:           calc
-Version:        2.12.4.8
+Version:        2.12.4.13
 Release:        0
 Summary:        C-style arbitrary precision system
 License:        LGPL-2.1
 Group:          Productivity/Scientific/Math
 Url:            http://sourceforge.net/projects/calc
 Source:         calc-%{version}.tar.bz2
+Source2:        README.openSUSE
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1:         calc-2.12.3.3-no-rpath.patch
 BuildRequires:  fdupes
@@ -34,7 +38,6 @@
 comes with a rich set of builtin mathematical and programmatic
 functions.
 
-%define libname libcalc2_12_4_3
 %package -n %{libname}
 
 Summary:        Arbitrary precision math library
@@ -46,12 +49,13 @@
 own calculations.  If you wish, you can ignore the calc program entirely
 and call the arbitrary precision math routines from your own C programs.
 
-%package -n libcalc-devel
+%package devel
 
 Summary:        Development files for libcalc
 Group:          Development/Libraries/C and C++
+Requires:       %{libname} = %{version}
 
-%description -n libcalc-devel
+%description devel
 Part of the calc release consists of an arbitrary precision math link
 library.  This link library is used by the calc program to perform its
 own calculations.  If you wish, you can ignore the calc program entirely
@@ -63,6 +67,7 @@
 %prep
 %setup -q
 %patch1
+cp "%SOURCE2" .
 
 %build
 make EXTRA_CFLAGS="%{optflags}" HAVE_FPOS="-DHAVE_NO_FPOS"
@@ -77,6 +82,7 @@
 
 %files
 %defattr(-, root, root)
+%doc README README.openSUSE
 %{_bindir}/calc
 %{_datadir}/calc
 %{_mandir}/man1/calc.1*
@@ -85,8 +91,9 @@
 %defattr(-, root, root)
 %{_libdir}/*.so.*
 
-%files -n libcalc-devel
+%files devel
 %defattr(-, root, root)
+%doc LIBRARY sample_many.c sample_rand.c sample.README README README.openSUSE
 %{_includedir}/*
 %{_libdir}/*.so
 

++++++ README.openSUSE ++++++
calc includes a robust set of help files in /usr/share/calc/help

These can be accessed via the command line via "calc help" or by entering 
"help" from the calc interactive prompt.

Important examples include:

calc help               - a list of topics
calc help bugs          - known bugs and mis-features
calc help changes       - recent changes to calc
calc help copyright     - calc copyright and the GNU LGPL
calc help copying       - details on the Calc GNU Lesser General Public License
calc help copying-lgpl  - calc GNU Lesser General Public License text

++++++ calc-2.12.4.8.tar.bz2 -> calc-2.12.4.13.tar.bz2 ++++++
++++ 17673 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to