[svn] r4884 - in trunk/rpms: pktstat sstrings
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Tue Nov 14 23:55:24 CET 2006
Author: dries
Date: 2006-11-14 23:55:19 +0100 (Tue, 14 Nov 2006)
New Revision: 4884
Modified:
trunk/rpms/pktstat/pktstat.spec
trunk/rpms/sstrings/sstrings.spec
Log:
update
Modified: trunk/rpms/pktstat/pktstat.spec
===================================================================
--- trunk/rpms/pktstat/pktstat.spec 2006-11-13 22:00:19 UTC (rev 4883)
+++ trunk/rpms/pktstat/pktstat.spec 2006-11-14 22:55:19 UTC (rev 4884)
@@ -3,7 +3,7 @@
Summary: Displays a live list of active connections and what files are being transferred
Name: pktstat
-Version: 1.8.2
+Version: 1.8.3
Release: 1
License: BSD
Group: Applications/Internet
@@ -43,6 +43,9 @@
%{_bindir}/pktstat
%changelog
+* Tue Nov 14 2006 Dries Verachtert <dries at ulyssis.org> - 1.8.3-1
+- Updated to release 1.8.3.
+
* Sat Nov 11 2006 Dag Wieers <dag at wieers.com> - 1.8.2-1
- Updated to release 1.8.2.
Modified: trunk/rpms/sstrings/sstrings.spec
===================================================================
--- trunk/rpms/sstrings/sstrings.spec 2006-11-13 22:00:19 UTC (rev 4883)
+++ trunk/rpms/sstrings/sstrings.spec 2006-11-14 22:55:19 UTC (rev 4884)
@@ -4,13 +4,13 @@
Summary: Handle C strings in a safe way
Name: sstrings
-Version: 1.0.4
-Release: 1.2
+Version: 2.0.1
+Release: 1
License: GPL
Group: Development/Libraries
-URL: http://pcpool.mathematik.uni-freiburg.de/~pabloy/projects/sstrings/
+URL: http://klingsor.informatik.uni-freiburg.de/projects/sstrings/
-Source: http://pcpool.mathematik.uni-freiburg.de/~pabloy/projects/sstrings/sstrings-%{version}.tar.gz
+Source: http://klingsor.informatik.uni-freiburg.de/projects/sstrings/sstrings-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: automake, autoconf, gcc-c++
@@ -54,17 +54,23 @@
%files
%defattr(-, root, root, 0755)
%doc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO
-%doc %{_mandir}/man?/*
-%{_libdir}/*.so.*
+%doc %{_mandir}/man3/ss_string*
+%doc %{_mandir}/man3/strrstr*
+%doc %{_mandir}/man5/sstrings*
+%{_libdir}/libsstrings2.so.*
+%{_datadir}/sstrings/
%files devel
%defattr(-, root, root, 0755)
-%{_includedir}/*.h
-%{_libdir}/*.a
-%{_libdir}/*.so
+%{_includedir}/sstrings2.h
+%{_libdir}/libsstrings2.a
+%{_libdir}/libsstrings2.so
%exclude %{_libdir}/*.la
%changelog
+* Tue Nov 14 2006 Dries Verachtert <dries at ulyssis.org> - 2.0.1-1
+- Update to release 2.0.1.
+
* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 1.0.4-1.2
- Rebuild for Fedora Core 5.
More information about the svn-commits
mailing list