[svn] r5587 - in trunk/rpms: griffith libgc libnxml naim openbabel
seismictoolkit tellico tintin white_dune
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Sun Jul 8 13:06:50 CEST 2007
Author: dries
Date: 2007-07-08 13:06:47 +0200 (Sun, 08 Jul 2007)
New Revision: 5587
Modified:
trunk/rpms/griffith/griffith.spec
trunk/rpms/libgc/libgc.spec
trunk/rpms/libnxml/libnxml.spec
trunk/rpms/naim/naim.spec
trunk/rpms/openbabel/openbabel.spec
trunk/rpms/seismictoolkit/seismictoolkit.spec
trunk/rpms/tellico/tellico.spec
trunk/rpms/tintin/tintin.spec
trunk/rpms/white_dune/white_dune.spec
Log:
updates
Modified: trunk/rpms/griffith/griffith.spec
===================================================================
--- trunk/rpms/griffith/griffith.spec 2007-07-07 13:04:53 UTC (rev 5586)
+++ trunk/rpms/griffith/griffith.spec 2007-07-08 11:06:47 UTC (rev 5587)
@@ -3,8 +3,8 @@
Summary: Film collection manager application
Name: griffith
-Version: 0.6.1
-Release: 2
+Version: 0.9.3.1
+Release: 1
License: GPL
Group: Applications/Multimedia
URL: http://griffith.vasconunes.net/
@@ -13,7 +13,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
#BuildRequires:
-Requires: python-imaging, python-reportlab, gnome-python2-gtkspell
+Requires: python-imaging, python-reportlab, gnome-python2-gtkspell, python-sqlalchemy
%description
Griffith is a film collection manager application. Adding items to the
@@ -41,15 +41,22 @@
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING INSTALL README TODO
%doc %{_mandir}/man1/griffith*
-%doc %{_mandir}/man5/griffith*
%doc %{_mandir}/*/man1/griffith*
-%doc %{_mandir}/*/man5/griffith*
%{_bindir}/griffith
%{_datadir}/griffith/
%{_datadir}/pixmaps/griffith.*
%{_datadir}/applications/griffith.desktop
%changelog
+* Sun Jul 08 2007 Dries Verachtert <dries at ulyssis.org> - 0.9.3.1-1
+- Updated to release 0.9.3.1.
+
+* Wed Feb 21 2007 Dries Verachtert <dries at ulyssis.org> - 0.9.2-1
+- Updated to release 0.9.2.
+
+* Sat Jan 27 2007 Dries Verachtert <dries at ulyssis.org> - 0.9-1
+- Updated to release 0.9.
+
* Wed May 31 2006 Dries Verachtert <dries at ulyssis.org> - 0.6.1-2
- Added missing requirements, thanks to Malte Tiedje.
Modified: trunk/rpms/libgc/libgc.spec
===================================================================
--- trunk/rpms/libgc/libgc.spec 2007-07-07 13:04:53 UTC (rev 5586)
+++ trunk/rpms/libgc/libgc.spec 2007-07-08 11:06:47 UTC (rev 5587)
@@ -5,14 +5,14 @@
Summary: Conservative garbage collector for C
Name: libgc
-Version: 6.8
-Release: 2
+Version: 7.0
+Release: 1
Epoch: 1
License: BSD
Group: System Environment/Libraries
URL: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
-Source: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc%{version}.tar.gz
+Source: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Obsoletes: libgc6 <= %{epoch}:%{version}-%{release}
@@ -40,7 +40,7 @@
you will need to install %{name}-devel.
%prep
-%setup -n %{real_name}%{version}
+%setup -n %{real_name}-%{version}
%build
%configure \
@@ -72,21 +72,27 @@
%doc README.QUICK
%{_libdir}/libgc.so.*
%{_libdir}/libgccpp.so.*
+%{_libdir}/libcord.so.*
%files devel
%defattr(-, root, root, 0755)
%doc doc/*
%doc %{_mandir}/man?/*
-%{_libdir}/libgc.a
-%{_libdir}/libgccpp.a
%{_libdir}/libgc.so
%{_libdir}/libgccpp.so
-%{_includedir}/*.h
+%{_libdir}/libcord.so
%{_includedir}/gc/
%{_includedir}/libgc/
+%{_libdir}/pkgconfig/bdw-gc.pc
+%exclude %{_libdir}/libgc.a
+%exclude %{_libdir}/libgccpp.a
+%exclude %{_libdir}/libcord.a
#exclude %{_libdir}/*.la
%changelog
+* Sun Jul 08 2007 Dries Verachtert <dries at ulyssis.org> - 7.0-1
+- Updated to release 7.0.
+
* Fri Dec 15 2006 Dries Verachtert <dries at ulyssis.org> - 6.8-2
- Added --enable-cplusplus, thanks to Jens Hoelldampf.
Modified: trunk/rpms/libnxml/libnxml.spec
===================================================================
--- trunk/rpms/libnxml/libnxml.spec 2007-07-07 13:04:53 UTC (rev 5586)
+++ trunk/rpms/libnxml/libnxml.spec 2007-07-08 11:06:47 UTC (rev 5587)
@@ -4,7 +4,7 @@
Summary: Library for parsing, writing and creating XML
Name: libnxml
-Version: 0.17.3
+Version: 0.18.0
Release: 1
License: GPL
Group: Development/Libraries
@@ -61,6 +61,9 @@
%{_libdir}/pkgconfig/nxml.pc
%changelog
+* Sun Jul 08 2007 Dries Verachtert <dries at ulyssis.org> - 0.18.0-1
+- Updated to release 0.18.0.
+
* Fri Jun 08 2007 Dag Wieers <dag at wieers.com> - 0.17.3-1
- Updated to release 0.17.2.
Modified: trunk/rpms/naim/naim.spec
===================================================================
--- trunk/rpms/naim/naim.spec 2007-07-07 13:04:53 UTC (rev 5586)
+++ trunk/rpms/naim/naim.spec 2007-07-08 11:06:47 UTC (rev 5587)
@@ -4,13 +4,13 @@
Summary: Console AIM, ICQ, IRC, and Lily client
Name: naim
-Version: 0.11.8.2.1
+Version: 0.11.8.3
Release: 1
License: GPL
Group: Applications/Internet
URL: http://naim.n.ml.org/
-Source: http://shell.n.ml.org/n/naim/naim-%{version}.tar.bz2
+Source: http://naim.googlecode.com/files/naim-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: ncurses-devel
@@ -51,5 +51,8 @@
%{_bindir}/nlily
%changelog
+* Sun Jul 08 2007 Dries Verachtert <dries at ulyssis.org> - 0.11.8.3-1
+- Updated to release 0.11.8.3.
+
* Mon Nov 20 2006 Dag Wieers <dag at wieers.com> - 0.11.8.2.1-1
- Initial package. (using DAR)
Modified: trunk/rpms/openbabel/openbabel.spec
===================================================================
--- trunk/rpms/openbabel/openbabel.spec 2007-07-07 13:04:53 UTC (rev 5586)
+++ trunk/rpms/openbabel/openbabel.spec 2007-07-08 11:06:47 UTC (rev 5587)
@@ -4,8 +4,8 @@
Summary: Convert between file formats used in molecular modeling chemistry
Name: openbabel
-Version: 1.100.2
-Release: 1.2
+Version: 2.1.1
+Release: 1
License: GPL
Group: Development/Libraries
URL: http://openbabel.sourceforge.net/
@@ -54,23 +54,38 @@
%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README THANKS
-%doc %{_mandir}/man?/*
+%doc %{_mandir}/man1/*
%{_bindir}/babel
%{_bindir}/obfit
%{_bindir}/obgrep
%{_bindir}/obrotate
+%{_bindir}/obchiral
+%{_bindir}/obenergy
+%{_bindir}/obminimize
+%{_bindir}/obprop
+%{_bindir}/obrotamer
+%{_bindir}/roundtrip
%{_libdir}/libopenbabel.so.*
-%{_datadir}/openbabel
+%{_libdir}/libinchi.so.*
+%{_libdir}/openbabel/
+%{_datadir}/openbabel/
%files devel
%defattr(-, root, root, 0755)
-%{_includedir}/openbabel
-%{_libdir}/pkgconfig/openbabel.pc
-%{_libdir}/libopenbabel.a
+%{_includedir}/openbabel-2.0/
+%{_includedir}/inchi/
+%{_libdir}/pkgconfig/openbabel-2.0.pc
%{_libdir}/libopenbabel.so
+%{_libdir}/libinchi.so
+%exclude %{_libdir}/libopenbabel.a
%exclude %{_libdir}/libopenbabel.la
+%exclude %{_libdir}/libinchi.a
+%exclude %{_libdir}/libinchi.la
%changelog
+* Sat Jul 08 2007 Dries Verachtert <dries at ulyssis.org> - 2.1.1-1
+- Updated to release 2.1.1.
+
* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 1.100.2-1.2
- Rebuild for Fedora Core 5.
Modified: trunk/rpms/seismictoolkit/seismictoolkit.spec
===================================================================
--- trunk/rpms/seismictoolkit/seismictoolkit.spec 2007-07-07 13:04:53 UTC (rev 5586)
+++ trunk/rpms/seismictoolkit/seismictoolkit.spec 2007-07-08 11:06:47 UTC (rev 5587)
@@ -4,7 +4,7 @@
Summary: Tool for processing and displaying seismic signal data
Name: seismictoolkit
-Version: 0.49
+Version: 0.50
Release: 1
License: GPL
Group: Applications/Engineering
@@ -63,6 +63,9 @@
%{_datadir}/applications/*seismictoolkit.desktop
%changelog
+* Sun Jul 08 2007 Dries Verachtert <dries at ulyssis.org> - 0.50-1
+- Updated to release 0.50.
+
* Thu Jun 07 2007 Dries Verachtert <dries at ulyssis.org. - 0.49-1
- Updated to release 0.49.
Modified: trunk/rpms/tellico/tellico.spec
===================================================================
--- trunk/rpms/tellico/tellico.spec 2007-07-07 13:04:53 UTC (rev 5586)
+++ trunk/rpms/tellico/tellico.spec 2007-07-08 11:06:47 UTC (rev 5587)
@@ -9,7 +9,7 @@
Summary: collection manager
Name: tellico
-Version: 1.2.11
+Version: 1.2.12
Release: 1
License: GPL
Group: Applications/Multimedia
@@ -73,6 +73,9 @@
%{_datadir}/config.kcfg/tellico_config.kcfg
%changelog
+* Sun Jul 08 2007 Dries Verachtert <dries at ulyssis.org> - 12.12-1
+- Updated to release 1.2.12.
+
* Wed May 09 2007 Dries Verachtert <dries at ulyssis.org> - 1.2.11-1
- Updated to release 1.2.11.
Modified: trunk/rpms/tintin/tintin.spec
===================================================================
--- trunk/rpms/tintin/tintin.spec 2007-07-07 13:04:53 UTC (rev 5586)
+++ trunk/rpms/tintin/tintin.spec 2007-07-08 11:06:47 UTC (rev 5587)
@@ -4,7 +4,7 @@
Summary: Console MUD client
Name: tintin
-Version: 1.97.2
+Version: 1.97.3
Release: 1
License: GPL
Group: Applications/Internet
@@ -44,6 +44,9 @@
%{_bindir}/tt++
%changelog
+* Sun Jul 08 2007 Dries Verachtert <dries at ulyssis.org> - 1.97.3-1
+- Updated to release 1.97.3.
+
* Fri Jun 29 2007 Dries Verachtert <dries at ulyssis.org> - 1.97.2-1
- Updated to release 1.97.2.
Modified: trunk/rpms/white_dune/white_dune.spec
===================================================================
--- trunk/rpms/white_dune/white_dune.spec 2007-07-07 13:04:53 UTC (rev 5586)
+++ trunk/rpms/white_dune/white_dune.spec 2007-07-08 11:06:47 UTC (rev 5587)
@@ -32,12 +32,12 @@
%{?el3:%define _with_openmotif 1}
%{?el2:%define _with_lesstif 1}
-%define real_version 0.29beta647
+%define real_version 0.29beta651
Summary: Graphical VRML97 editor and animation tool
Name: white_dune
Version: 0.29
-Release: 0.beta647
+Release: 0.beta651
License: GPL
Group: Applications/Multimedia
URL: http://www.csv.ica.uni-stuttgart.de/vrml/dune/
@@ -109,6 +109,9 @@
%{_datadir}/icons/Bluecurve/48x48/apps/dune4kids.png
%changelog
+* Sun Jul 08 2007 Dries Verachtert <dries at ulyssis.org> - 0.29-0.beta651
+- Updated to release 0.29-0.beta651.
+
* Fri Jun 29 2007 Dries Verachtert <dries at ulyssis.org> - 0.29-0.beta647
- Updated to release 0.29-0.beta647.
More information about the svn-commits
mailing list