rpms/zzuf/devel zzuf-0.13-optflags.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 zzuf.spec, 1.10, 1.11

Jon Ciesla limb at fedoraproject.org
Tue Feb 2 14:56:45 UTC 2010


Author: limb

Update of /cvs/pkgs/rpms/zzuf/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26050

Modified Files:
	.cvsignore sources zzuf.spec 
Added Files:
	zzuf-0.13-optflags.patch 
Log Message:
0.13


zzuf-0.13-optflags.patch:
 configure    |    5 -----
 configure.ac |    2 --
 2 files changed, 7 deletions(-)

--- NEW FILE zzuf-0.13-optflags.patch ---
--- configure.ac~	2010-01-31 06:20:30.000000000 -0600
+++ configure.ac	2010-02-01 15:54:23.731200793 -0600
@@ -23,8 +23,6 @@
 AC_MSG_RESULT($SONAME)
 AC_DEFINE_UNQUOTED(SONAME, "$SONAME", [Define to the libzzuf full name])
 
-# Optimizations
-AC_TRY_CFLAGS(-g -O2, CFLAGS="${CFLAGS} -g -O2")
 # Code qui fait des warnings == code de porc == deux baffes dans ta gueule
 AC_TRY_CFLAGS(-Wall, CFLAGS="${CFLAGS} -Wall")
 AC_TRY_CFLAGS(-W, CFLAGS="${CFLAGS} -W")
--- configure~	2010-01-31 06:25:52.000000000 -0600
+++ configure	2010-02-01 15:55:40.775196966 -0600
@@ -10765,11 +10765,6 @@
 _ACEOF
 
 
-# Optimizations
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -g -O2 flags" >&5
-$as_echo_n "checking if $CC supports -g -O2 flags... " >&6; }
-    SAVE_CFLAGS="$CFLAGS"
-    CFLAGS="-g -O2"
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/zzuf/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	14 Jun 2008 15:58:15 -0000	1.6
+++ .cvsignore	2 Feb 2010 14:56:45 -0000	1.7
@@ -1 +1 @@
-zzuf-0.12.tar.gz
+zzuf-0.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/zzuf/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	14 Jun 2008 15:58:15 -0000	1.6
+++ sources	2 Feb 2010 14:56:45 -0000	1.7
@@ -1 +1 @@
-39f97432b02e358cdf2915f844ee3106  zzuf-0.12.tar.gz
+74579c429f9691f641a14f408997d42d  zzuf-0.13.tar.gz


Index: zzuf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zzuf/devel/zzuf.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- zzuf.spec	27 Jul 2009 09:06:03 -0000	1.10
+++ zzuf.spec	2 Feb 2010 14:56:45 -0000	1.11
@@ -1,14 +1,14 @@
 Name:           zzuf
-Version:        0.12
-Release:        3%{?dist}
+Version:        0.13
+Release:        1%{?dist}
 Summary:        Transparent application input fuzzer
 
 Group:          Development/Tools
 License:        WTFPL
 URL:            http://sam.zoy.org/zzuf/
 Source0:        http://libcaca.zoy.org/files/zzuf/%{name}-%{version}.tar.gz
-Patch0:         %{name}-0.8.1-optflags.patch
-Patch1:         %{name}-0.9-open.patch
+Patch0:         %{name}-0.13-optflags.patch
+#Patch1:         %{name}-0.9-open.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -21,9 +21,9 @@ bugs.
 %prep
 %setup -q
 touch -r configure.ac configure.ac.stamp
-%patch0 -p1
+%patch0 -p0
 touch -r configure.ac.stamp configure.ac
-%patch1 -p1
+#%patch1 -p1
 
 
 %build
@@ -45,13 +45,19 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README TODO
 %{_bindir}/zzuf
+%{_bindir}/zzcat
 %dir %{_libdir}/zzuf/
 %{_libdir}/zzuf/libzzuf.so
 %{_mandir}/man1/zzuf.1*
+%{_mandir}/man1/zzcat.1*
 %{_mandir}/man3/libzzuf.3*
 
 
 %changelog
+* Mon Feb 01 2010 Jon Ciesla <limb at jcomserv.net> - 0.13-1
+- 0.13.
+- Updated optflags patch, dropped open patch.
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list