rpms/xcircuit/F-8 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xcircuit.spec, 1.9, 1.10 xcircuit-3.4-memset.patch, 1.1, NONE

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Sun Oct 21 21:36:54 UTC 2007


Author: chitlesh

Update of /cvs/extras/rpms/xcircuit/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23232/F-8

Modified Files:
	.cvsignore sources xcircuit.spec 
Removed Files:
	xcircuit-3.4-memset.patch 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xcircuit/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	26 Aug 2006 15:39:55 -0000	1.2
+++ .cvsignore	21 Oct 2007 21:36:22 -0000	1.3
@@ -1 +1 @@
-xcircuit-3.4.26.tgz
+xcircuit-3.4.27.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xcircuit/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	26 Aug 2006 15:39:55 -0000	1.2
+++ sources	21 Oct 2007 21:36:22 -0000	1.3
@@ -1 +1 @@
-ec6ec09e97d711f507e8f7c33c88b06b  xcircuit-3.4.26.tgz
+7b06f177807a5823476cb06e91e5e1a8  xcircuit-3.4.27.tgz


Index: xcircuit.spec
===================================================================
RCS file: /cvs/extras/rpms/xcircuit/F-8/xcircuit.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xcircuit.spec	24 Aug 2007 12:24:28 -0000	1.9
+++ xcircuit.spec	21 Oct 2007 21:36:22 -0000	1.10
@@ -1,6 +1,6 @@
 Name:             xcircuit
-Version:          3.4.26
-Release:          23%{?dist}
+Version:          3.4.27
+Release:          1%{?dist}
 Summary:          Electronic circuit schematic drawing program
 
 License:          GPLv2
@@ -11,12 +11,12 @@
 Source1:          %{name}.desktop
 # http://opencircuitdesign.com/xcircuit/archive/xcircuit.xpm as 64x64
 Source2:          %{name}.png
-Patch1:           %{name}-3.4-memset.patch
+
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:    tk-devel, desktop-file-utils, libtool, libXt-devel, m4
 BuildRequires:    ghostscript-devel, ngspice, libXpm-devel, zlib-devel
-Requires:         tk
+Requires:         tk coreutils gtk2
 
 %description
 Xcircuit is a general-purpose drawing program and also a specific-purpose
@@ -27,8 +27,6 @@
 # create a directory and expand tarball there.
 %setup -q -T -c %{name}-%{version} -a 0
 
-%patch1 -p0 -b .memset
-
 %build
 cd %{name}-%{version}
 %{__libtoolize} --force --copy
@@ -69,8 +67,8 @@
 %{__rm} -rf examples/win32
 
 # They stay
-#W: xcircuit hidden-file-or-dir /usr/share/doc/xcircuit-3.4.26/examples/python/.xcircuitrc
-#W: xcircuit hidden-file-or-dir /usr/share/doc/xcircuit-3.4.36/examples/.xcircuitrc
+#W: xcircuit hidden-file-or-dir /usr/share/doc/xcircuit-3.4.27/examples/python/.xcircuitrc
+#W: xcircuit hidden-file-or-dir /usr/share/doc/xcircuit-3.4.37/examples/.xcircuitrc
 
 chmod -x %{buildroot}%{_prefix}/lib*/%{name}-3.4/console.tcl
 
@@ -91,13 +89,16 @@
 
 %post
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 %{_bindir}/update-desktop-database %{_datadir}/applications
 
-
 %postun
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 %{_bindir}/update-desktop-database %{_datadir}/applications
 
 
@@ -113,6 +114,10 @@
 
 
 %Changelog
+* Sun Oct 21 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 3.4.27-1
+- new upstream release
+- added coreutils and gtk as requires: #339771
+
 * Fri Aug 24 2007 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 3.4.26-23
 - mass rebuild for fedora 8 - ppc
 


--- xcircuit-3.4-memset.patch DELETED ---




More information about the fedora-extras-commits mailing list