Hello community,

here is the log from the commit of package libnova for openSUSE:Factory
checked in at Mon May 30 10:07:12 CEST 2011.



--------
--- libnova/libnova.changes     2009-05-19 21:29:09.000000000 +0200
+++ /mounts/work_src_done/STABLE/libnova/libnova.changes        2011-05-20 
22:01:22.000000000 +0200
@@ -1,0 +2,18 @@
+Fri May 20 19:48:21 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to version 0.13.0:
+  * Added heliocentric time corrections calculations.
+  * Various bugfixes.
+  * Sun/Solaris support fixes.
+  From 0.12.3:
+  * MS Windows support fixes.
+- Spec file updates:
+  * Changes based on spec-cleaner run.
+  * Changed License: to LGPLv2+.
+  * Updates in Summary: and Group entries.
+  * Removed %changelog entries.
+  * Minor other updates.
+- Removed libnova-0.12.2-optflags.patch and replaced it with a fix inside the
+  spec file.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  libnova-0.12.2-optflags.patch
  libnova-0.12.2.tar.bz2

New:
----
  libnova-0.13.0.tar.bz2

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

Other differences:
------------------
++++++ libnova.spec ++++++
--- /var/tmp/diff_new_pack.Tpazhs/_old  2011-05-30 10:02:35.000000000 +0200
+++ /var/tmp/diff_new_pack.Tpazhs/_new  2011-05-30 10:02:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libnova (Version 0.12.2)
+# spec file for package libnova
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,19 @@
 
 # norootforbuild
 
-%define debug_package_requires libnova-0_12-2 = %{version}-%{release}
+%define debug_package_requires libnova-0_13-0 = %{version}-%{release}
 
 Name:           libnova
-BuildRequires:  gcc-c++
-License:        LGPL v2.1 or later
-Group:          Development/Libraries/C and C++
-Version:        0.12.2
-Release:        4
-Summary:        Astrodynamics Library
-Source:         %{name}-%{version}.tar.bz2
+Version:        0.13.0
+Release:        1
+License:        LGPLv2+
+Summary:        Celestial Mechanics, Astrometry and Astrodynamics Library
 Url:            http://libnova.sourceforge.net/
+Group:          System/Libraries
+# http://downloads.sourceforge.net/0.13.0/libnova-0.13.0.tar.gz
+Source:         %{name}-%{version}.tar.bz2
+BuildRequires:  gcc-c++
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Patch:          libnova-0.12.2-optflags.patch
 
 %description
 libnova is a general purpose, double precision, Celestial Mechanics,
@@ -37,84 +37,54 @@
 is C & C++ programmers, astronomers and anyone else interested in
 calculating positions of astronomical objects or celestial mechanics.
 
-
-
-Authors:
---------
-    Liam Girdwood <l...@gnova.org>
-    Petr Kubanek <p...@kubanek.net>
-
 %package devel
-License:        LGPL v2.1 or later
+License:        LGPLv2+
+Summary:        Development files for libnova
 Group:          Development/Libraries/C and C++
-Summary:        Astrodynamics Library
-Requires:       libnova-0_12-2 = %{version} glibc-devel
+Requires:       glibc-devel
+Requires:       libnova-0_13-0 = %{version}
 
 %description devel
-libnova is a general purpose, double precision, Celestial Mechanics,
-Astrometry and Astrodynamics library. The intended audience of libnova
-is C & C++ programmers, astronomers and anyone else interested in
-calculating positions of astronomical objects or celestial mechanics.
-
+This package contains development files for libnova.
 
+%package -n libnova-0_13-0
+License:        LGPLv2+
+Summary:        Celestial Mechanics, Astrometry and Astrodynamics Library
+Group:          System/Libraries
 
-Authors:
---------
-    Liam Girdwood <l...@gnova.org>
-    Petr Kubanek <p...@kubanek.net>
-
-%package -n libnova-0_12-2
-License:        LGPL v2.1 or later
-Group:          Development/Libraries/C and C++
-Summary:        Astrodynamics Library
-
-%description -n libnova-0_12-2
+%description -n libnova-0_13-0
 libnova is a general purpose, double precision, Celestial Mechanics,
 Astrometry and Astrodynamics library. The intended audience of libnova
 is C & C++ programmers, astronomers and anyone else interested in
 calculating positions of astronomical objects or celestial mechanics.
 
-
-
-Authors:
---------
-    Liam Girdwood <l...@gnova.org>
-    Petr Kubanek <p...@kubanek.net>
-
-%define ARCH_POSTFIX ""
-%ifarch amd64 x86_64
-%define ARCH_POSTFIX 64
-%endif
-
 %prep
 %setup -q 
-%patch
 
 %build
-autoreconf -fiv
 %configure --disable-static --with-pic
-make %{?jobs:-j %jobs}
+make CFLAGS+="%{optflags}" %{?_smp_mflags}
 
 %install
-%makeinstall
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+%make_install
+rm -f %{buildroot}%{_libdir}/*.la
 
-%post -n libnova-0_12-2 -p /sbin/ldconfig
+%post -n libnova-0_13-0 -p /sbin/ldconfig
 
-%postun -n libnova-0_12-2 -p /sbin/ldconfig
+%postun -n libnova-0_13-0 -p /sbin/ldconfig
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
-%files -n libnova-0_12-2
-%defattr(-,root,root)
-%{_libdir}/*.so.*
+%files -n libnova-0_13-0
+%defattr(-,root,root,-)
+%{_libdir}/libnova-0.13.so.0*
 
 %files devel
-%defattr(-,root,root)
-%dir %{_includedir}/libnova/
-%{_includedir}/libnova/*.h
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING ChangeLog NEWS
+%{_includedir}/libnova/
 %{_libdir}/libnova.so
-/usr/bin/libnovaconfig
+%{_bindir}/libnovaconfig
 
 %changelog

++++++ libnova-0.12.2.tar.bz2 -> libnova-0.13.0.tar.bz2 ++++++
++++ 63929 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to