Hello community,

here is the log from the commit of package rocs for openSUSE:Factory checked in 
at 2011-12-08 12:13:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rocs (Old)
 and      /work/SRC/openSUSE:Factory/.rocs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rocs", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/rocs/rocs.changes        2011-11-14 
14:42:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rocs.new/rocs.changes   2011-12-08 
12:14:05.000000000 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 10:58:59 UTC 2011 - [email protected]
+
+- fix license to be in spdx.org format
+
+-------------------------------------------------------------------
+Fri Dec  2 02:03:07 CET 2011 - [email protected]
+
+- update to 4.7.4
+  * see http://kde.org/announcements/changelogs/changelog4_7_3to4_7_4.php for 
details
+
+-------------------------------------------------------------------

Old:
----
  rocs-4.7.3.tar.bz2

New:
----
  rocs-4.7.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rocs.spec ++++++
--- /var/tmp/diff_new_pack.68JcK2/_old  2011-12-08 12:14:09.000000000 +0100
+++ /var/tmp/diff_new_pack.68JcK2/_new  2011-12-08 12:14:09.000000000 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           rocs
 BuildRequires:  avogadro-devel
 BuildRequires:  boost-devel
@@ -41,12 +39,12 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:        4.7.3
-Release:        1
-License:        GPLv2+
+Version:        4.7.4
+Release:        0
 Summary:        Graph Theory IDE
-Url:            http://edu.kde.org
+License:        GPL-2.0+
 Group:          Amusements/Teaching/Mathematics
+Url:            http://edu.kde.org
 Source0:        %{name}-%{version}.tar.bz2
 Patch1:         desktop-files.diff
 BuildRequires:  fdupes
@@ -61,7 +59,6 @@
 A Graph Theory IDE for professors and students
 
 %package devel
-License:        GPLv2+
 Summary:        Development files for rocs
 Group:          Development/Libraries/KDE
 Requires:       rocs = %{version}

++++++ rocs-4.7.3.tar.bz2 -> rocs-4.7.4.tar.bz2 ++++++
Files old/rocs-4.7.3/doc/index.cache.bz2 and new/rocs-4.7.4/doc/index.cache.bz2 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-4.7.3/src/Interface/MainWindow.cpp 
new/rocs-4.7.4/src/Interface/MainWindow.cpp
--- old/rocs-4.7.3/src/Interface/MainWindow.cpp 2011-10-02 15:25:54.000000000 
+0200
+++ new/rocs-4.7.4/src/Interface/MainWindow.cpp 2011-12-02 00:26:11.000000000 
+0100
@@ -192,7 +192,7 @@
     dialog.setUploadFile(local);
 
     dialog.setUploadName(_codeEditor->document()->documentName());
-    dialog.setDescription("Added your description here.");
+    dialog.setDescription(i18n("Added your description here."));
 
     dialog.exec();
 
@@ -305,8 +305,8 @@
      IncludeManagerSettings * set = new IncludeManagerSettings(&dialog);
      ConfigureDefaultProperties * defaultProperties = new 
ConfigureDefaultProperties( &dialog );
 
-     dialog.addPage(set,"Include Manager",QString(),"Include Manager",true);
-     dialog.addPage(defaultProperties,"Default Settings",QString(),"Default 
Settings",true);
+     dialog.addPage(set,i18n("Include Manager"),QString(),i18n("Include 
Manager"),true);
+     dialog.addPage(defaultProperties,i18n("Default 
Settings"),QString(),i18n("Default Settings"),true);
 
 
      connect(set,               SIGNAL(changed(bool)), &dialog, 
SLOT(enableButtonApply(bool)));

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to