rpms/bouml/devel .cvsignore, 1.18, 1.19 bouml.spec, 1.26, 1.27 sources, 1.20, 1.21 bouml-4.11-glibc210.patch, 1.1, NONE

Debarshi Ray rishi at fedoraproject.org
Sat Apr 11 20:19:48 UTC 2009


Author: rishi

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

Modified Files:
	.cvsignore bouml.spec sources 
Removed Files:
	bouml-4.11-glibc210.patch 
Log Message:
* Wed Apr 08 2009 Debarshi Ray <rishi at fedoraproject.org> - 4.12.1-1
- Version bump to 4.12.1.
  * Previous releases can not read a project saved with this version, but
    projects made by previous releases can be read.
  * Python Generator:
    + When a class referenced another one placed in the same python package,
      the python code generator wrongly produced <artifact name>.<class name>
      rather than <package name>.<artifact name>.<class name>. Fixed.
  * XMI2 Generator:
    + When an association is defined between a class and an actor, an
      unexpected and inconsistent attribute was generated. Fixed. 
  * When a class associated with a relation (for instance in case of a class
    relation) is deleted, the plug-out API operation
    UmlRelation::association() wrongly returned the deleted class. Fixed.
  * In a diagram when two elements were linked by a line (whatever it
    represented) and one of the elements contained the other one, the line was
    not drawn. This was mainly a problem in case of high-level transition from
    a composite state with a target inside the composite state. Fixed.
  * Changing the geometry of a junction between two instances in a
    communication diagram, without supporting a message, using the menu,
    produced a crash. Fixed.
  * Duplicating an activity might produce a crash. Fixed.
  * When any colour is assigned to an activity partition in horizontal display
    mode, closing and re-opening the diagram produced an error message and a
    part of the diagram was lost. Fixed.
  * In a state diagram it was possible to resize choices by selecting them
    with other elements and doing a resize. Ditto for decision and merge in an
    activity diagram. Fixed.
  * The virtual desktop set through the environment dialog was not taken into
    account. Fixed.
  * Added new US diagram formats: letter, legal, tabloid, letter landscape,
    legal landscape and ledger.
  * It is now possible to add marked elements in class, use case, component
    and deployment diagrams though the diagram menu entry add marked elements.
  * It is now possible to add related elements in diagram for a class, use
    case, package, component, artifact and deployment node. A related element
    is an element having a relation with the current element which can be
    shown in the current diagram and part of the browser.
  * http://bouml.free.fr/historic.html
- glibc-2.10 fixes accepted by upstream.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bouml/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	18 Feb 2009 04:21:08 -0000	1.18
+++ .cvsignore	11 Apr 2009 20:19:45 -0000	1.19
@@ -1 +1 @@
-bouml_4.11.tar.gz
+bouml_4.12.1.tar.gz


Index: bouml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bouml/devel/bouml.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- bouml.spec	24 Feb 2009 13:28:20 -0000	1.26
+++ bouml.spec	11 Apr 2009 20:19:46 -0000	1.27
@@ -5,15 +5,13 @@
 
 Summary:	UML2 tool box for C++, Java, IDL, PHP and Python
 Name:		bouml
-Version:	4.11
-Release:	2%{?dist}
+Version:	4.12.1
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		Development/Tools
 URL:		http://bouml.free.fr/
 Source0:	http://downloads.sourceforge.net/bouml/%{name}_%{version}.tar.gz
 
-Patch0:		%{name}-%{version}-glibc210.patch
-
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires:	hicolor-icon-theme
@@ -39,7 +37,6 @@
 
 %prep
 %setup -q -n %{name}_%{version}
-%patch0 -p1
 
 %build
 # To prevent failure on ppc64 and x86_64.
@@ -113,6 +110,47 @@
 %{_libdir}/%{name}/*
 
 %changelog
+* Wed Apr 08 2009 Debarshi Ray <rishi at fedoraproject.org> - 4.12.1-1
+- Version bump to 4.12.1.
+  * Previous releases can not read a project saved with this version, but
+    projects made by previous releases can be read.
+  * Python Generator:
+    + When a class referenced another one placed in the same python package,
+      the python code generator wrongly produced <artifact name>.<class name>
+      rather than <package name>.<artifact name>.<class name>. Fixed.
+  * XMI2 Generator:
+    + When an association is defined between a class and an actor, an
+      unexpected and inconsistent attribute was generated. Fixed. 
+  * When a class associated with a relation (for instance in case of a class
+    relation) is deleted, the plug-out API operation
+    UmlRelation::association() wrongly returned the deleted class. Fixed.
+  * In a diagram when two elements were linked by a line (whatever it
+    represented) and one of the elements contained the other one, the line was
+    not drawn. This was mainly a problem in case of high-level transition from
+    a composite state with a target inside the composite state. Fixed.
+  * Changing the geometry of a junction between two instances in a
+    communication diagram, without supporting a message, using the menu,
+    produced a crash. Fixed.
+  * Duplicating an activity might produce a crash. Fixed.
+  * When any colour is assigned to an activity partition in horizontal display
+    mode, closing and re-opening the diagram produced an error message and a
+    part of the diagram was lost. Fixed.
+  * In a state diagram it was possible to resize choices by selecting them
+    with other elements and doing a resize. Ditto for decision and merge in an
+    activity diagram. Fixed.
+  * The virtual desktop set through the environment dialog was not taken into
+    account. Fixed.
+  * Added new US diagram formats: letter, legal, tabloid, letter landscape,
+    legal landscape and ledger.
+  * It is now possible to add marked elements in class, use case, component
+    and deployment diagrams though the diagram menu entry add marked elements.
+  * It is now possible to add related elements in diagram for a class, use
+    case, package, component, artifact and deployment node. A related element
+    is an element having a relation with the current element which can be
+    shown in the current diagram and part of the browser.
+  * http://bouml.free.fr/historic.html
+- glibc-2.10 fixes accepted by upstream.
+
 * Mon Feb 23 2009 Release Engineering <rel-eng at fedoraproject.org> - 4.11-2
 - Autorebuild for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -122,7 +160,7 @@
     projects made by previous releases can be read.
   * XMI2 Import and XMI2 Generator:
     + Forms produced / expected for provided and required interfaces and for
-      realizing classes were not the right ones, fixed.
+      realizing classes were not the right ones. Fixed.
     + Importing of forms produced by previous releases is not managed.
   * A crash might occur when the drawing setting is changed depending on the
     changes made before. Fixed.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bouml/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	18 Feb 2009 04:21:08 -0000	1.20
+++ sources	11 Apr 2009 20:19:46 -0000	1.21
@@ -1 +1 @@
-cbb40e656f44eca7f3032d16c83b1862  bouml_4.11.tar.gz
+b7f5a90de1c7cfeeab8986e44e8037de  bouml_4.12.1.tar.gz


--- bouml-4.11-glibc210.patch DELETED ---




More information about the fedora-extras-commits mailing list