[svn] r5103 - in trunk/rpms: aircrack-ng chkrootkit ctopy gifsicle
grsync potrace tcc
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Sun Jan 21 18:33:59 CET 2007
Author: dag
Date: 2007-01-21 18:33:57 +0100 (Sun, 21 Jan 2007)
New Revision: 5103
Modified:
trunk/rpms/aircrack-ng/aircrack-ng.spec
trunk/rpms/chkrootkit/chkrootkit.spec
trunk/rpms/ctopy/ctopy.spec
trunk/rpms/gifsicle/gifsicle.spec
trunk/rpms/grsync/grsync.spec
trunk/rpms/potrace/potrace.spec
trunk/rpms/tcc/tcc.spec
Log:
Updates
Modified: trunk/rpms/aircrack-ng/aircrack-ng.spec
===================================================================
--- trunk/rpms/aircrack-ng/aircrack-ng.spec 2007-01-20 19:42:40 UTC (rev 5102)
+++ trunk/rpms/aircrack-ng/aircrack-ng.spec 2007-01-21 17:33:57 UTC (rev 5103)
@@ -3,7 +3,7 @@
Summary: Reliable 802.11 (wireless) sniffer and WEP/WPA-PSK key cracker
Name: aircrack-ng
-Version: 0.6.2
+Version: 0.7
Release: 1
License: GPL
Group: Applications/Internet
@@ -45,8 +45,9 @@
%doc %{_mandir}/man1/aircrack-ng.1*
%doc %{_mandir}/man1/airdecap-ng.1*
%doc %{_mandir}/man1/airmon-ng.1*
+%doc %{_mandir}/man1/aireplay-ng.1*
%doc %{_mandir}/man1/airodump-ng.1*
-%doc %{_mandir}/man1/aireplay-ng.1*
+%doc %{_mandir}/man1/airtun-ng.1*
%doc %{_mandir}/man1/ivstools.1*
%doc %{_mandir}/man1/kstats.1*
%doc %{_mandir}/man1/makeivs.1*
@@ -60,8 +61,12 @@
%{_sbindir}/airmon-ng
%{_sbindir}/aireplay-ng
%{_sbindir}/airodump-ng
+%{_sbindir}/airtun-ng
%changelog
+* Sun Jan 21 2007 Dag Wieers <dag at wieers.com> - 0.7-1
+- Updated to release 0.7.
+
* Mon Oct 02 2006 Dag Wieers <dag at wieers.com> - 0.6.2-1
- Updated to release 0.6.2.
Modified: trunk/rpms/chkrootkit/chkrootkit.spec
===================================================================
--- trunk/rpms/chkrootkit/chkrootkit.spec 2007-01-20 19:42:40 UTC (rev 5102)
+++ trunk/rpms/chkrootkit/chkrootkit.spec 2007-01-21 17:33:57 UTC (rev 5103)
@@ -11,8 +11,8 @@
Summary: Check locally for signs of a rootkit
Name: chkrootkit
-Version: 0.46a
-Release: 2.2
+Version: 0.47
+Release: 1
License: BSD-like
Group: Applications/System
URL: http://www.chkrootkit.org/
@@ -121,8 +121,8 @@
%{!?_without_freedesktop:%{_datadir}/applications/%{desktop_vendor}-chkrootkit.desktop}
%changelog
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 0.46a-2.2
-- Rebuild for Fedora Core 5.
+* Sun Jan 21 2007 Dag Wieers <dag at wieers.com> - 0.47-1
+- Updated to release 0.47.
* Thu Feb 02 2006 Dries Verachtert <dries at ulyssis.org> - 0.46a-2
- Added desktop-file-utils buildrequirement, thanks to Dean Takemori!
Modified: trunk/rpms/ctopy/ctopy.spec
===================================================================
--- trunk/rpms/ctopy/ctopy.spec 2007-01-20 19:42:40 UTC (rev 5102)
+++ trunk/rpms/ctopy/ctopy.spec 2007-01-21 17:33:57 UTC (rev 5103)
@@ -5,7 +5,7 @@
Summary: C to Python translator
Name: ctopy
Version: 1.0
-Release: 1
+Release: 2
License: BSD
Group: Development/Tools
URL: http://www.catb.org/~esr/ctopy/
@@ -41,5 +41,8 @@
%{_bindir}/ctopy
%changelog
+* Sun Jan 21 2007 Dag Wieers <dag at wieers.com> - 1.0-2
+- Fix group tag.
+
* Sat Oct 21 2006 Dag Wieers <dag at wieers.com> - 1.0-1
- Initial package. (using DAR)
Modified: trunk/rpms/gifsicle/gifsicle.spec
===================================================================
--- trunk/rpms/gifsicle/gifsicle.spec 2007-01-20 19:42:40 UTC (rev 5102)
+++ trunk/rpms/gifsicle/gifsicle.spec 2007-01-21 17:33:57 UTC (rev 5103)
@@ -3,20 +3,22 @@
%{?dist: %{expand: %%define %dist 1}}
+%{?fc4:%define _without_modxorg 1}
%{?el4:%define _without_modxorg 1}
-%{?el3:%define _without_modxorg 1}
-%{?el2:%define _without_modxorg 1}
-%{?fc4:%define _without_modxorg 1}
%{?fc3:%define _without_modxorg 1}
%{?fc2:%define _without_modxorg 1}
%{?fc1:%define _without_modxorg 1}
+%{?el3:%define _without_modxorg 1}
+%{?rh9:%define _without_modxorg 1}
+%{?rh7:%define _without_modxorg 1}
+%{?el2:%define _without_modxorg 1}
Summary: Powerful program for manipulating GIF images and animations
Name: gifsicle
-Version: 1.44
+Version: 1.46
Release: 1
License: GPL
-Group: Applications/Graphics
+Group: Applications/File
URL: http://www.lcdf.org/gifsicle/
Source: http://www.lcdf.org/gifsicle/gifsicle-%{version}.tar.gz
@@ -67,5 +69,8 @@
%{_bindir}/gifview
%changelog
+* Sun Jan 21 2007 Dag Wieers <dag at wieers.com> - 1.46-1
+- Updated to release 1.46.
+
* Mon Dec 11 2006 Dag Wieers <dag at wieers.com> - 1.44-1
- Initial package. (using DAR)
Modified: trunk/rpms/grsync/grsync.spec
===================================================================
--- trunk/rpms/grsync/grsync.spec 2007-01-20 19:42:40 UTC (rev 5102)
+++ trunk/rpms/grsync/grsync.spec 2007-01-21 17:33:57 UTC (rev 5103)
@@ -3,7 +3,7 @@
Summary: GUI for rsync
Name: grsync
-Version: 0.5
+Version: 0.5.2
Release: 1
License: GPL
Group: Applications/Internet
@@ -38,12 +38,15 @@
%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
-%doc %{_mandir}/man1/grsync*
+%doc %{_mandir}/man1/grsync.1*
%{_bindir}/grsync
%{_datadir}/pixmaps/grsync.png
%{_datadir}/applications/grsync.desktop
%changelog
+* Sun Jan 21 2007 Dag Wieers <dag at wieers.com> - 0.5.2-1
+- Updated to release 0.5.2.
+
* Sun Aug 13 2006 Dries Verachtert <dries at ulyssis.org> - 0.5-1
- Updated to release 0.5.
Modified: trunk/rpms/potrace/potrace.spec
===================================================================
--- trunk/rpms/potrace/potrace.spec 2007-01-20 19:42:40 UTC (rev 5102)
+++ trunk/rpms/potrace/potrace.spec 2007-01-21 17:33:57 UTC (rev 5103)
@@ -5,9 +5,9 @@
Summary: Transforms bitmaps into vector graphics
Name: potrace
Version: 1.7
-Release: 1
+Release: 2
License: GPL
-Group: Applications/Multimedia
+Group: Applications/File
URL: http://potrace.sourceforge.net/
Source: http://potrace.sourceforge.net/download/potrace-%{version}.tar.gz
@@ -45,5 +45,8 @@
%{_bindir}/potrace
%changelog
+* Sun Jan 21 2007 Dag Wieers <dag at wieers.com> - 1.7-2
+- Fix group tag.
+
* Mon Oct 23 2006 Dag Wieers <dag at wieers.com> - 1.7-1
- Initial package. (using DAR)
Modified: trunk/rpms/tcc/tcc.spec
===================================================================
--- trunk/rpms/tcc/tcc.spec 2007-01-20 19:42:40 UTC (rev 5102)
+++ trunk/rpms/tcc/tcc.spec 2007-01-21 17:33:57 UTC (rev 5103)
@@ -5,9 +5,9 @@
Summary: Tiny C Compiler
Name: tcc
Version: 0.9.23
-Release: 1
+Release: 2
License: GPL
-Group: Development/Compilers
+Group: Development/Languages
URL: http://fabrice.bellard.free.fr/tcc/
Source: http://fabrice.bellard.free.fr/tcc/tcc-%{version}.tar.gz
@@ -60,5 +60,8 @@
%{_libdir}/libtcc.a
%changelog
+* Sun Jan 21 2007 Dag Wieers <dag at wieers.com> - 0.9.23-2
+- Fix group tag.
+
* Sun Jan 14 2007 Dries Verachtert <dries at ulyssis.org> - 0.9.23-1
- Initial package.
More information about the svn-commits
mailing list