rpms/gnomint/devel gnomint-1.1.0-cflags.patch, NONE, 1.1 gnomint.spec, 1.9, 1.10

verdurin verdurin at fedoraproject.org
Thu Jan 14 04:42:45 UTC 2010


Author: verdurin

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

Modified Files:
	gnomint.spec 
Added Files:
	gnomint-1.1.0-cflags.patch 
Log Message:
update CFLAGS patch for new version


gnomint-1.1.0-cflags.patch:
 configure |    6 ------
 1 file changed, 6 deletions(-)

--- NEW FILE gnomint-1.1.0-cflags.patch ---
--- a/configure	2009-11-08 11:12:22.000000000 +0000
+++ b/configure	2010-01-14 04:38:26.529395469 +0000
@@ -14300,12 +14300,6 @@
 
 
 
-if test "x$GCC" = "xyes"; then
-	CFLAGS="-Wall -Werror"
-	if test "x$use_debug" = "xYes"; then
-   	   CFLAGS="$CFLAGS -g -O0"
-	fi
-fi
 
 
 


Index: gnomint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnomint/devel/gnomint.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- gnomint.spec	25 Jul 2009 00:52:54 -0000	1.9
+++ gnomint.spec	14 Jan 2010 04:42:44 -0000	1.10
@@ -1,13 +1,13 @@
 Name:		gnomint
-Version:	1.0.0
-Release:	2%{?dist}
+Version:	1.1.0
+Release:	1%{?dist}
 Summary:	Graphical x509 Certification Authority management tool
 
 Group:		Applications/System
 License:	GPLv3+
 URL:		http://gnomint.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0:		%{name}-%{version}-cflags.patch
+#Patch0:		%{name}-%{version}-cflags.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -32,7 +32,7 @@ GTK/Gnome environments.
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 
 %build
 %configure --disable-dependency-tracking --disable-schemas-install
@@ -87,13 +87,21 @@ update-desktop-database %{_datadir}/appl
 %{_bindir}/%{name}-upgrade-db
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*.png
-%{_datadir}/%{name}/%{name}.glade
 %{_datadir}/mime/packages/%{name}.xml
 %{_datadir}/pixmaps/%{name}.png
 %{_datadir}/applications/%{name}.desktop
 %{_sysconfdir}/gconf/schemas/%{name}.schemas
+%{_datadir}/%{name}/*.ui
 
 %changelog
+* Thu Jan 14 2010 Adam Huffman <bloch at verdurin.com> - 1.1.0-1
+- new upstream release 1.1.0
+- use GtkBuilder instead of Libglade
+- correct bug affecting showpolicy command in gnomint-cli
+- fix some problems affecting databases with different certificates with the same DN
+- add Catalan translation
+- update all translations from Launchpad
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list