Hello community,

here is the log from the commit of package libyui-qt-graph for openSUSE:Factory 
checked in at 2012-09-11 09:12:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-qt-graph (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-qt-graph.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-qt-graph", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-qt-graph/libyui-qt-graph-doc.changes      
2012-08-09 18:01:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-qt-graph.new/libyui-qt-graph-doc.changes 
2012-09-11 09:12:29.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Sep  4 14:37:45 CEST 2012 - [email protected]
+
+- Fixed requirements in doc spec file
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/libyui-qt-graph/libyui-qt-graph.changes  
2012-08-09 18:01:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-qt-graph.new/libyui-qt-graph.changes     
2012-09-11 09:12:29.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Sep  7 13:54:02 CEST 2012 - [email protected]
+
+- Version 2.42.2
+
+-------------------------------------------------------------------

Old:
----
  libyui-qt-graph-2.42.0.tar.bz2

New:
----
  libyui-qt-graph-2.42.2.tar.bz2

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

Other differences:
------------------
++++++ libyui-qt-graph-doc.spec ++++++
--- /var/tmp/diff_new_pack.CmnhF5/_old  2012-09-11 09:12:38.000000000 +0200
+++ /var/tmp/diff_new_pack.CmnhF5/_new  2012-09-11 09:12:38.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-qt-graph (Version 2.42.0)
+# spec file for package libyui-qt-graph (Version 2.42.2)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -16,7 +16,7 @@
 #
 
 Name:          libyui-qt-graph-doc
-Version:       2.42.0
+Version:       2.42.2
 Release:       0
 License:       LGPL-2.1 or LGPL-3.0
 Source:                libyui-qt-graph-%{version}.tar.bz2
@@ -28,10 +28,11 @@
 BuildRequires:  fdupes
 BuildRequires:  graphviz-gnome
 BuildRequires:  texlive-latex
+BuildRequires:  cmake >= 2.8
+BuildRequires:  gcc-c++
+BuildRequires:  libyui-devel
 
 
-Obsoletes:     libyui-qt-graph-doc < %{version}
-
 URL:           http://github.com/libyui/
 Summary:       Libyui-qt-graph documentation
 

++++++ libyui-qt-graph.spec ++++++
--- /var/tmp/diff_new_pack.CmnhF5/_old  2012-09-11 09:12:38.000000000 +0200
+++ /var/tmp/diff_new_pack.CmnhF5/_new  2012-09-11 09:12:38.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libyui-qt-graph (Version 2.42.0)
+# spec file for package libyui-qt-graph (Version 2.42.2)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -16,7 +16,7 @@
 #
 
 Name:          libyui-qt-graph
-Version:       2.42.0
+Version:       2.42.2
 Release:       0
 License:       LGPL-2.1 or LGPL-3.0
 Source:                libyui-qt-graph-%{version}.tar.bz2

++++++ libyui-qt-graph-2.42.0.tar.bz2 -> libyui-qt-graph-2.42.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-graph-2.42.0/ChangeLog 
new/libyui-qt-graph-2.42.2/ChangeLog
--- old/libyui-qt-graph-2.42.0/ChangeLog        2012-08-09 14:16:48.000000000 
+0200
+++ new/libyui-qt-graph-2.42.2/ChangeLog        2012-09-07 14:23:08.000000000 
+0200
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Fri Sep  7 13:54:02 CEST 2012 - [email protected]
+
+- Version 2.42.2
+
+-------------------------------------------------------------------
 Tue Apr 10 17:19:04 CEST 2012 - [email protected]
 
 - changed license to GPL-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-graph-2.42.0/VERSION.cmake 
new/libyui-qt-graph-2.42.2/VERSION.cmake
--- old/libyui-qt-graph-2.42.0/VERSION.cmake    2012-08-09 14:16:48.000000000 
+0200
+++ new/libyui-qt-graph-2.42.2/VERSION.cmake    2012-09-07 14:23:08.000000000 
+0200
@@ -1,6 +1,6 @@
 SET(VERSION_MAJOR "2")
 SET(VERSION_MINOR "42")
-SET(VERSION_PATCH "0")
+SET(VERSION_PATCH "2")
 SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
 
 ##### This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-graph-2.42.0/libyui-qt-graph-doc.changes 
new/libyui-qt-graph-2.42.2/libyui-qt-graph-doc.changes
--- old/libyui-qt-graph-2.42.0/libyui-qt-graph-doc.changes      2012-08-09 
14:16:48.000000000 +0200
+++ new/libyui-qt-graph-2.42.2/libyui-qt-graph-doc.changes      2012-09-07 
14:23:08.000000000 +0200
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Tue Sep  4 14:37:45 CEST 2012 - [email protected]
+
+- Fixed requirements in doc spec file
+
+-------------------------------------------------------------------
 Tue Jul 03 14:46:11 UTC 2012 - [email protected]
 
 - New package

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

Reply via email to