rpms/kvirc/F-10 kvirc-flags.patch, 1.2, 1.3 .cvsignore, 1.4, 1.5 kvirc.spec, 1.3, 1.4 sources, 1.4, 1.5

nucleo nucleo at fedoraproject.org
Sat Aug 29 21:54:54 UTC 2009


Author: nucleo

Update of /cvs/pkgs/rpms/kvirc/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15352

Modified Files:
	.cvsignore kvirc.spec sources 
Added Files:
	kvirc-flags.patch 
Log Message:
reenable using of standard compiler flags

kvirc-flags.patch:
 CMakeLists.txt |   16 ----------------
 1 file changed, 16 deletions(-)

Index: kvirc-flags.patch
===================================================================
RCS file: kvirc-flags.patch
diff -N kvirc-flags.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ kvirc-flags.patch	29 Aug 2009 21:54:54 -0000	1.3
@@ -0,0 +1,25 @@
+--- kvirc/CMakeLists.txt	2009-08-23 13:10:13.000000000 +0300
++++ kvirc/CMakeLists.txt	2009-08-29 23:57:19.000000000 +0300
+@@ -138,22 +138,6 @@
+ 		SET(CMAKE_C_FLAGS "-O0 -g")
+ 	ENDIF()
+ ELSE()
+-	IF(CMAKE_COMPILER_IS_GNUCXX)
+-		#force gdb options
+-		SET(CMAKE_CXX_FLAGS "-O3 -fomit-frame-pointer -DNDEBUG --no-enforce-eh-specs -pipe --exec-charset=UTF-8 --input-charset=UTF-8 --no-implement-inlines --unit-at-a-time --fast-math")
+-		SET(CMAKE_C_FLAGS "-O3 -fomit-frame-pointer -DNDEBUG --no-enforce-eh-specs -pipe --exec-charset=UTF-8 --input-charset=UTF-8 --no-implement-inlines --unit-at-a-time --fast-math")
+-		#gcc3 is still used by mingw and doesn't support this flag
+-		INCLUDE(CheckCXXCompilerFlag)
+-		CHECK_CXX_COMPILER_FLAG("-fvisibility-inlines-hidden" CXX_HAS_VIH_FLAG)
+-		IF(CXX_HAS_VIH_FLAG)
+-			SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility-inlines-hidden")
+-			SET(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility-inlines-hidden")
+-		ENDIF(CXX_HAS_VIH_FLAG)
+-	ELSE()
+-		#this small set of options should work on almost all compilers
+-		SET(CMAKE_CXX_FLAGS "-O3")
+-		SET(CMAKE_C_FLAGS "-O3")
+-	ENDIF()
+ 	SET(CMAKE_BUILD_TYPE Release)
+ 	SET(CMAKE_STATUS_DEBUG_SUPPORT "No")
+ ENDIF()


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kvirc/F-10/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	27 Aug 2009 14:30:23 -0000	1.4
+++ .cvsignore	29 Aug 2009 21:54:54 -0000	1.5
@@ -1 +1 @@
-kvirc-20090827svn3429.tar.bz2
+kvirc-20090830svn3436.tar.bz2


Index: kvirc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kvirc/F-10/kvirc.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- kvirc.spec	27 Aug 2009 14:30:23 -0000	1.3
+++ kvirc.spec	29 Aug 2009 21:54:54 -0000	1.4
@@ -1,18 +1,19 @@
-%define           rev 3429
-%define           pre 20090827svn%{rev}
+%define           rev 3436
+%define           pre 20090830svn%{rev}
 
 Name:             kvirc
 Version:          4.0.0
-Release:          0.11.%{pre}%{?dist}
+Release:          0.14.%{pre}%{?dist}
 Summary:          Free portable IRC client
 Group:            Applications/Internet
 License:          GPLv2+ with exceptions
 URL:              http://kvirc.net/
 # The source for this package was pulled from upstream's vcs.
 # Use the following commands to generate the tarball:
-#  svn export -r 3429 https://svn.kvirc.de/svn/trunk/kvirc
-#  tar -cjf kvirc-20090827svn3429.tar.bz2 kvirc
+#  svn export -r 3436 https://svn.kvirc.de/svn/trunk/kvirc
+#  tar -cjf kvirc-20090830svn3436.tar.bz2 kvirc
 Source0:          %{name}-%{pre}.tar.bz2
+Patch0:           kvirc-flags.patch
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:    kdelibs4-devel audiofile-devel esound-devel glib2-devel
 BuildRequires:    python-devel perl-ExtUtils-Embed dbus-devel
@@ -28,6 +29,7 @@ many IRC addicted developers around the 
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1
 
 %build
 %{cmake}  \
@@ -129,6 +131,12 @@ gtk-update-icon-cache %{_datadir}/icons/
 %exclude %{_mandir}/*.ISO8859-1/man1/%{name}.1.gz
 
 %changelog
+* Sun Aug 30 2009 Alexey Kurov <nucleo at fedoraproject.org> - 4.0.0-0.14.20090830svn3436
+- patch for using standard compiler flags
+
+* Sat Aug 29 2009 Alexey Kurov <nucleo at fedoraproject.org> - 4.0.0-0.13.20090827svn3429
+- rebuilt with new openssl
+
 * Thu Aug 27 2009 Alexey Kurov <nucleo at fedoraproject.org> - 4.0.0-0.11.20090827svn3429
 - svn snapshot 3429 that includes patch for openssl >=1.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kvirc/F-10/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	27 Aug 2009 14:30:23 -0000	1.4
+++ sources	29 Aug 2009 21:54:54 -0000	1.5
@@ -1 +1 @@
-15f9b94160d66eb2c043cb79aad3889c  kvirc-20090827svn3429.tar.bz2
+33fa9dadb090fb79faa49c6c950d5bdd  kvirc-20090830svn3436.tar.bz2




More information about the fedora-extras-commits mailing list