rpms/bouml/F-10 .cvsignore, 1.18, 1.19 bouml.spec, 1.24, 1.25 sources, 1.20, 1.21 bouml-4.11-glibc210.patch, 1.1, NONE

Debarshi Ray rishi at fedoraproject.org
Sat Apr 11 20:25:13 UTC 2009


Author: rishi

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

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/F-10/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	18 Feb 2009 04:18:09 -0000	1.18
+++ .cvsignore	11 Apr 2009 20:24:42 -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/F-10/bouml.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- bouml.spec	18 Feb 2009 04:18:09 -0000	1.24
+++ bouml.spec	11 Apr 2009 20:24:43 -0000	1.25
@@ -5,15 +5,13 @@
 
 Summary:	UML2 tool box for C++, Java, IDL, PHP and Python
 Name:		bouml
-Version:	4.11
+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,13 +110,57 @@
 %{_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
+
 * Tue Feb 17 2009 Debarshi Ray <rishi at fedoraproject.org> - 4.11-1
 - Version bump to 4.11.
   * Previous releases can not read a project saved with this version, but
     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.
@@ -139,7 +180,7 @@
 - Fixed build failure with glibc-2.10.
 
 * Sat Nov 22 2008 Debarshi Ray <rishi at fedoraproject.org> - 4.8.3-1
-- Version bump to 4.8.3. Closes Red Hat Bugzilla bug #472408.
+- Version bump to 4.8.3. (Red Hat Bugzilla #472408)
   * Previous releases can not read a project saved with this version, but
     projects made by previous releases can be read.
   * Modification of some generation settings through a plug-out could produce a
@@ -153,7 +194,7 @@
 - Shortened summary to suit PackageKit's UI.
 
 * Sat Sep 06 2008 Debarshi Ray <rishi at fedoraproject.org> - 4.5-1
-- Version bump to 4.5. Closes Red Hat Bugzilla bug #460528.
+- Version bump to 4.5. (Red Hat Bugzilla #460528)
   * Previous releases can not read a project saved with this version, but
     projects made by previous releases can be read.
   * Loading a project containing a modelled class instance (part of the
@@ -164,11 +205,11 @@
   * http://bouml.free.fr/historic.html
 
 * Sun Jun 15 2008 Debarshi Ray <rishi at fedoraproject.org> - 4.3.5-1
-- Version bump to 4.3.5. Closes Red Hat Bugzilla bug #448520.
+- Version bump to 4.3.5. (Red Hat Bugzilla #448520)
   * http://bouml.free.fr/historic.html
 
 * Wed May 14 2008 Debarshi Ray <rishi at fedoraproject.org> - 4.3.3-1
-- Version bump to 4.3.3. Closes Red Hat Bugzilla bug #445908.
+- Version bump to 4.3.3. (Red Hat Bugzilla #445908)
   * Previous releases can not read a project saved with this version, but
     projects made by previous releases can be read.
   * Plug-out:
@@ -179,10 +220,10 @@
 
 * Sun Apr 06 2008 Debarshi Ray <rishi at fedoraproject.org> - 4.2-2
 - Replaced 'BuildRequires: qt-devel' with 'Buildrequires: qt3-devel' on all
-  distributions starting from Fedora 9. Closes Red Hat Bugzilla bug #440750.
+  distributions starting from Fedora 9. (Red Hat Bugzilla #440750)
 
 * Fri Feb 22 2008 Debarshi Ray <rishi at fedoraproject.org> - 4.2-1
-- Version bump to 4.2. Closes Red Hat Bugzilla bug #434284.
+- Version bump to 4.2. (Red Hat Bugzilla #434284)
   * Introduced Python support.
   * Previous releases can not read a project saved with this version, but
     projects made by previous releases can be read.
@@ -197,19 +238,19 @@
 - Autorebuild for gcc-4.3.
 
 * Wed Jan 16 2008 Debarshi Ray <rishi at fedoraproject.org> - 3.5-1
-- Version bump to 3.5. Closes Red Hat Bugzilla bug #428840.
+- Version bump to 3.5. (Red Hat Bugzilla #428840)
   * Previous releases can not read a project saved with this version, but
     projects made by previous releases can be read.
   * http://bouml.free.fr/historic.html
 
 * Fri Dec 21 2007 Debarshi Ray <rishi at fedoraproject.org> - 3.4-1
-- Version bump to 3.4. Closes Red Hat Bugzilla bug #426485.
+- Version bump to 3.4. (Red Hat Bugzilla #426485)
   * Previous releases can not read a project saved with this version, but
     projects made by previous releases can be read.
   * http://bouml.free.fr/historic.html
 
 * Thu Nov 29 2007 Debarshi Ray <rishi at fedoraproject.org> - 3.3.3-1
-- Version bump to 3.3.3. Closes Red Hat Bugzilla bug #398811.
+- Version bump to 3.3.3. (Red Hat Bugzilla #398811)
   * http://bouml.free.fr/historic.html
 - Fixed usage of _remove_encoding to prevent failure on Fedora 7.
 
@@ -224,7 +265,7 @@
 - Removed Encoding from Desktop Entry.
 
 * 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.
+- Version bump to 3.0.2. (Red Hat Bugzilla #326641)
   * Introduced PHP support.
   * Previous releases can not read a project saved with this version, but
     projects made by previous releases can be read.
@@ -232,17 +273,17 @@
 - 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.
+- Version bump to 2.32. (Red Hat Bugzilla #303721)
   * Previous releases can not read a project saved with this version, but
     projects made by previous releases can be read.
   * http://bouml.free.fr/historic_old.html
 
 * Wed Oct 03 2007 Debarshi Ray <rishi at fedoraproject.org> - 2.31.3-1
-- Version bump to 2.31.3. Closes Red Hat Bugzilla bug #292541.
+- Version bump to 2.31.3. (Red Hat Bugzilla #292541)
   * http://bouml.free.fr/historic_old.html
 
 * Fri Sep 14 2007 Debarshi Ray <rishi at fedoraproject.org> - 2.31.2-1
-- Version bump to 2.31.2. Closes Red Hat Bugzilla bug #286661.
+- Version bump to 2.31.2. (Red Hat Bugzilla bug #286661)
   * http://bouml.free.fr/historic_old.html
 
 * Thu Sep 06 2007 Debarshi Ray <rishi at fedoraproject.org> - 2.31.1-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bouml/F-10/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	18 Feb 2009 04:18:09 -0000	1.20
+++ sources	11 Apr 2009 20:24:43 -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 scm-commits mailing list