rpms/bouml/devel bouml-3.0.2-replace-class-instance.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 bouml.spec, 1.8, 1.9 sources, 1.9, 1.10

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Sun Nov 4 14:29:16 UTC 2007


Author: rishi

Update of /cvs/pkgs/rpms/bouml/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20681

Modified Files:
	.cvsignore bouml.spec sources 
Added Files:
	bouml-3.0.2-replace-class-instance.patch 
Log Message:
Updated to 3.0.2-1 in devel.

 Modified Files:
 	.cvsignore bouml.spec sources 
 Added Files:
 	bouml-3.0.2-replace-class-instance.patch 


bouml-3.0.2-replace-class-instance.patch:

--- NEW FILE bouml-3.0.2-replace-class-instance.patch ---
diff -urNp bouml_3.0.2.orig/src/browser/BrowserClassInstance.cpp bouml_3.0.2/src/browser/BrowserClassInstance.cpp
--- bouml_3.0.2.orig/src/browser/BrowserClassInstance.cpp	2007-08-02 18:12:52.000000000 +0530
+++ bouml_3.0.2/src/browser/BrowserClassInstance.cpp	2007-11-01 18:11:53.000000000 +0530
@@ -395,12 +395,11 @@ BrowserClassInstance * BrowserClassInsta
   }
   nodes.sort();
   
-  // use cl here but this any element is good for
-  cl->enter_child_name(dummy, "choose existing instance : ",
-		   UmlClassInstance, nodes, &old,
-		   TRUE, TRUE, TRUE);
-
-  return ((BrowserClassInstance *) old);
+  // use cl here but any element is good for
+  return (! cl->enter_child_name(dummy, "choose existing instance : ",
+				 UmlClassInstance, nodes, &old,
+				 TRUE, TRUE, TRUE))
+    ? 0 : ((BrowserClassInstance *) old);
 }
 
 BrowserClassInstance * BrowserClassInstance::add_classinstance(BrowserNode * future_parent)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bouml/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	10 Oct 2007 21:59:01 -0000	1.7
+++ .cvsignore	4 Nov 2007 14:28:44 -0000	1.8
@@ -1 +1 @@
-bouml_2.32.tar.gz
+bouml_3.0.2.tar.gz


Index: bouml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bouml/devel/bouml.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bouml.spec	10 Oct 2007 21:59:01 -0000	1.8
+++ bouml.spec	4 Nov 2007 14:28:44 -0000	1.9
@@ -1,12 +1,14 @@
-Summary:	UML2 tool box to specify and generate code in C++, Java and IDL
+Summary:	UML2 tool box to specify and generate code in C++, Java, IDL and PHP
 Name:		bouml
-Version:	2.32
+Version:	3.0.2
 Release:	1%{?dist}
 License:	GPLv2+
 Group:		Development/Tools
 URL:		http://bouml.free.fr/
 Source0:	http://bouml.free.fr/%{name}_%{version}.tar.gz
 
+Patch0:		%{name}-%{version}-replace-class-instance.patch
+
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires:	hicolor-icon-theme
@@ -25,6 +27,7 @@
 
 %prep
 %setup -q -n %{name}_%{version}
+%patch0 -p1
 
 %build
 # To prevent failure on ppc64 and x86_64.
@@ -97,6 +100,11 @@
 %{_libdir}/%{name}/*
 
 %changelog
+* Sun Nov 04 2007 Debarshi Ray <rishi at fedoraproject.org> - 3.0.2-1
+- Version bump to 3.0.2. Closes Red Hat Bugzilla bug #326641.
+- Introduced PHP support.
+- Backported bug-fix from 3.3.
+
 * Thu Oct 11 2007 Debarshi Ray <rishi at fedoraproject.org> - 2.32-1
 - Version bump to 2.32. Closes Red Hat Bugzilla bug #303721.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bouml/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	10 Oct 2007 21:59:01 -0000	1.9
+++ sources	4 Nov 2007 14:28:44 -0000	1.10
@@ -1 +1 @@
-6f801de86484d93cd31c4305490b72ef  bouml_2.32.tar.gz
+9edecab9e3a970cd7c2b0a52b2af0cb2  bouml_3.0.2.tar.gz




More information about the fedora-extras-commits mailing list