Hello community,

here is the log from the commit of package rocs for openSUSE:Factory checked in 
at 2013-12-02 12:32:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rocs (Old)
 and      /work/SRC/openSUSE:Factory/.rocs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rocs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rocs/rocs.changes        2013-10-03 
16:09:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rocs.new/rocs.changes   2013-12-02 
12:32:53.000000000 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:59:19 UTC 2013 - [email protected]
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+-------------------------------------------------------------------
+Sat Nov  9 23:00:46 UTC 2013 - [email protected]
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+-------------------------------------------------------------------
+Sat Nov  2 15:14:02 UTC 2013 - [email protected]
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+-------------------------------------------------------------------

Old:
----
  rocs-4.11.2.tar.xz

New:
----
  rocs-4.11.90.tar.xz

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

Other differences:
------------------
++++++ rocs.spec ++++++
--- /var/tmp/diff_new_pack.562uT0/_old  2013-12-02 12:32:54.000000000 +0100
+++ /var/tmp/diff_new_pack.562uT0/_new  2013-12-02 12:32:54.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           rocs
-Version:        4.11.2
+Version:        4.11.90
 Release:        0
 Summary:        Graph Theory IDE
 License:        GPL-3.0+

++++++ rocs-4.11.2.tar.xz -> rocs-4.11.90.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-4.11.2/App/CMakeLists.txt 
new/rocs-4.11.90/App/CMakeLists.txt
--- old/rocs-4.11.2/App/CMakeLists.txt  2013-08-28 19:04:26.000000000 +0200
+++ new/rocs-4.11.90/App/CMakeLists.txt 2013-11-04 04:59:52.000000000 +0100
@@ -22,7 +22,7 @@
 
 set(ROCS_VERSION_MAJOR 1)
 set(ROCS_VERSION_MINOR 9)
-set(ROCS_VERSION_PATCH 0)
+set(ROCS_VERSION_PATCH 60)
 
 configure_file( "${rocs_SOURCE_DIR}/rocsversion.h.cmake" 
"${rocs_BINARY_DIR}/rocsversion.h" @ONLY )
 
@@ -136,3 +136,4 @@
     enable_testing()
     add_subdirectory(Tests)
 endif(KDE4_BUILD_TESTS)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-4.11.2/RocsCore/EngineModules/Console/Console.xml 
new/rocs-4.11.90/RocsCore/EngineModules/Console/Console.xml
--- old/rocs-4.11.2/RocsCore/EngineModules/Console/Console.xml  2013-08-28 
19:04:26.000000000 +0200
+++ new/rocs-4.11.90/RocsCore/EngineModules/Console/Console.xml 2013-11-04 
04:59:52.000000000 +0100
@@ -4,26 +4,18 @@
     <id>Console</id>
     <componentType>EngineComponent</componentType>
     <description>
-        <para>
-            The Console object allows you to print messages of different 
importance to a log.
-        </para>
-        <para>
-            Console is not a constructor. All properties and methods of 
Console can be called by using Console as an object, without creating it.
-        </para>
+        <para>The Console object allows you to print messages of different 
importance to a log.</para>
+        <para>Console is not a constructor. All properties and methods of 
Console can be called by using Console as an object, without creating it.</para>
     </description>
-    <syntax>
-Console.log("This is a program message."); // print a program message
-Console.debug("A debug message."); // print a debug message
-    </syntax>
+    <syntax>Console.log("This is a program message."); // print a program 
message
+Console.debug("A debug message."); // print a debug message</syntax>
     <properties>
     </properties>
     <methods>
         <method>
             <name>log()</name>
             <description>
-                <para>
-                    Print the given message of normal severity.
-                </para>
+                <para>Print the given message of normal severity.</para>
             </description>
             <returnType>void</returnType>
             <parameters>
@@ -37,9 +29,7 @@
         <method>
             <name>debug()</name>
             <description>
-                <para>
-                    Print the given debug message.
-                </para>
+                <para>Print the given debug message.</para>
             </description>
             <returnType>void</returnType>
             <parameters>
@@ -53,9 +43,7 @@
         <method>
             <name>error()</name>
             <description>
-                <para>
-                    Print the given error message of high severity.
-                </para>
+                <para>Print the given error message of high severity.</para>
             </description>
             <returnType>void</returnType>
             <parameters>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-4.11.2/RocsCore/LoadSave/Plugins/dotFileFormat/rocs_dotfileformatplugin.desktop
 
new/rocs-4.11.90/RocsCore/LoadSave/Plugins/dotFileFormat/rocs_dotfileformatplugin.desktop
--- 
old/rocs-4.11.2/RocsCore/LoadSave/Plugins/dotFileFormat/rocs_dotfileformatplugin.desktop
    2013-08-28 19:04:26.000000000 +0200
+++ 
new/rocs-4.11.90/RocsCore/LoadSave/Plugins/dotFileFormat/rocs_dotfileformatplugin.desktop
   2013-11-04 04:59:52.000000000 +0100
@@ -61,7 +61,7 @@
 Comment[nl]=Lezen en schrijven van Graphviz grafiekbestanden (DOT)
 Comment[pl]=Czytaj i zapisuj dokumenty grafów Graphviz (DOT)
 Comment[pt]=Ler e gravar documentos de grafos do Graphviz (DOT)
-Comment[pt_BR]=Ler e gravar documentos de grafo do Graphviz (DOT)
+Comment[pt_BR]=Lê e grava documentos de grafo do Graphviz (DOT)
 Comment[ru]=Читает и записывает определения графов Graphviz (DOT)
 Comment[sk]=Čítanie a zápis grafických dokumentov Graphviz (DOT)
 Comment[sl]=Branje in pisanje dokumentov grafov Graphviz (DOT)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-4.11.2/RocsCore/LoadSave/Plugins/gmlFileFormat/rocs_gmlfileformatplugin.desktop
 
new/rocs-4.11.90/RocsCore/LoadSave/Plugins/gmlFileFormat/rocs_gmlfileformatplugin.desktop
--- 
old/rocs-4.11.2/RocsCore/LoadSave/Plugins/gmlFileFormat/rocs_gmlfileformatplugin.desktop
    2013-08-28 19:04:26.000000000 +0200
+++ 
new/rocs-4.11.90/RocsCore/LoadSave/Plugins/gmlFileFormat/rocs_gmlfileformatplugin.desktop
   2013-11-04 04:59:52.000000000 +0100
@@ -60,7 +60,7 @@
 Comment[nl]=Lezen en schrijven van Graph Markup Language documenten (GML)
 Comment[pl]=Czytaj i zapisuj dokumenty Graph Markup Language (GML)
 Comment[pt]=Ler e gravar ficheiros no formato GML (Graph Markup Language)
-Comment[pt_BR]=Ler e gravar documentos no formato Graph Markup Language (GML).
+Comment[pt_BR]=Lê e grava documentos no formato Graph Markup Language (GML)
 Comment[ru]=Читает и записывает документы GML (язык разметки графов)
 Comment[sk]=Čítanie a zápis dokumentov Graph Markup Language (GML)
 Comment[sl]=Branje in pisanje dokumentov grafov Graph Markup Language (GML)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-4.11.2/RocsCore/LoadSave/Plugins/kmlFileFormat/rocs_kmlfileformatplugin.desktop
 
new/rocs-4.11.90/RocsCore/LoadSave/Plugins/kmlFileFormat/rocs_kmlfileformatplugin.desktop
--- 
old/rocs-4.11.2/RocsCore/LoadSave/Plugins/kmlFileFormat/rocs_kmlfileformatplugin.desktop
    2013-08-28 19:04:26.000000000 +0200
+++ 
new/rocs-4.11.90/RocsCore/LoadSave/Plugins/kmlFileFormat/rocs_kmlfileformatplugin.desktop
   2013-11-04 04:59:52.000000000 +0100
@@ -60,7 +60,7 @@
 Comment[nl]=Lezen en schrijven van Keyhole Markup Language documenten (KML)
 Comment[pl]=Czytaj i zapisuj dokumenty Keyhole Markup Language (KML)
 Comment[pt]=Ler e gravar ficheiros no formato KML (Keyhole Markup Language)
-Comment[pt_BR]=Ler e gravar documentos no formato Keyhole Markup Language 
(KML).
+Comment[pt_BR]=Lê e grava documentos no formato Keyhole Markup Language (KML)
 Comment[ru]=Читает и записывает документы KML (язык разметки Keyhole)
 Comment[sk]=Čítanie a zápis dokumentov Keyhole markup Language (KML)
 Comment[sl]=Branje in pisanje dokumentov grafov Keyhole Markup Language (KML)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-4.11.2/RocsCore/LoadSave/Plugins/tgfFileFormat/rocs_tgffileformatplugin.desktop
 
new/rocs-4.11.90/RocsCore/LoadSave/Plugins/tgfFileFormat/rocs_tgffileformatplugin.desktop
--- 
old/rocs-4.11.2/RocsCore/LoadSave/Plugins/tgfFileFormat/rocs_tgffileformatplugin.desktop
    2013-08-28 19:04:26.000000000 +0200
+++ 
new/rocs-4.11.90/RocsCore/LoadSave/Plugins/tgfFileFormat/rocs_tgffileformatplugin.desktop
   2013-11-04 04:59:52.000000000 +0100
@@ -59,7 +59,7 @@
 Comment[nl]=Lezen en schrijven van Trivial Graph Format documenten (TGF)
 Comment[pl]=Czytaj i zapisuj dokumenty grafów w Trivial Graph Format (TGF)
 Comment[pt]=Ler e gravar documentos de grafos no formato TGF (Trivial Graph 
Format)
-Comment[pt_BR]=Ler e gravar documentos no formato Trivial Graph Format (TGF)
+Comment[pt_BR]=Lê e grava documentos no formato Trivial Graph Format (TGF)
 Comment[ru]=Читает и записывает определения графов в формате TGF
 Comment[sk]=Čítať a zapisovať grafické dokumenty v triviálnom grafickom 
formáte (TGF)
 Comment[sl]=Branje in pisanje dokumentov grafov Trivial Graph Format (TGF)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-4.11.2/RocsCore/Pointer.xml 
new/rocs-4.11.90/RocsCore/Pointer.xml
--- old/rocs-4.11.2/RocsCore/Pointer.xml        2013-08-28 19:04:26.000000000 
+0200
+++ new/rocs-4.11.90/RocsCore/Pointer.xml       2013-11-04 04:59:52.000000000 
+0100
@@ -4,9 +4,7 @@
 <id>Pointer</id>
 <componentType>Pointer</componentType>
 <description>
-<para>
-A pointer connects two data elements and can itself hold information by its 
properties.
-</para>
+<para>A pointer connects two data elements and can itself hold information by 
its properties.</para>
 </description>
 <syntax>
 </syntax>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rocs-4.11.2/VisualEditor/Tools/GenerateGraph/rocs_generategraphplugin.desktop
 
new/rocs-4.11.90/VisualEditor/Tools/GenerateGraph/rocs_generategraphplugin.desktop
--- 
old/rocs-4.11.2/VisualEditor/Tools/GenerateGraph/rocs_generategraphplugin.desktop
   2013-06-28 19:27:45.000000000 +0200
+++ 
new/rocs-4.11.90/VisualEditor/Tools/GenerateGraph/rocs_generategraphplugin.desktop
  2013-11-04 04:59:52.000000000 +0100
@@ -46,6 +46,7 @@
 Name[sl]=Ustvari graf
 Name[sv]=Skapa graf
 Name[tr]=Grafik Oluştur
+Name[ug]=گرافنى ھاسىل قىل
 Name[uk]=Створення графу
 Name[x-test]=xxGenerate Graphxx
 Name[zh_CN]=生成图

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

Reply via email to