Mailinglist Archive: yast-commit (322 mails)

< Previous Next >
[yast-commit] r66731 - in /branches/SuSE-Code-11-SP2-Branch/qt-pkg: VERSION.cmake package/yast2-qt-pkg.changes src/YQPkgDependenciesView.cc
Author: tgoettlicher
Date: Mon Nov 7 10:17:32 2011
New Revision: 66731

URL: http://svn.opensuse.org/viewcvs/yast?rev=66731&view=rev
Log:
fixed typo

Modified:
branches/SuSE-Code-11-SP2-Branch/qt-pkg/VERSION.cmake
branches/SuSE-Code-11-SP2-Branch/qt-pkg/package/yast2-qt-pkg.changes
branches/SuSE-Code-11-SP2-Branch/qt-pkg/src/YQPkgDependenciesView.cc

Modified: branches/SuSE-Code-11-SP2-Branch/qt-pkg/VERSION.cmake
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/qt-pkg/VERSION.cmake?rev=66731&r1=66730&r2=66731&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/qt-pkg/VERSION.cmake (original)
+++ branches/SuSE-Code-11-SP2-Branch/qt-pkg/VERSION.cmake Mon Nov 7 10:17:32
2011
@@ -1,3 +1,3 @@
SET(VERSION_MAJOR "2")
SET(VERSION_MINOR "21")
-SET(VERSION_PATCH "2")
+SET(VERSION_PATCH "3")

Modified: branches/SuSE-Code-11-SP2-Branch/qt-pkg/package/yast2-qt-pkg.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/qt-pkg/package/yast2-qt-pkg.changes?rev=66731&r1=66730&r2=66731&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/qt-pkg/package/yast2-qt-pkg.changes
(original)
+++ branches/SuSE-Code-11-SP2-Branch/qt-pkg/package/yast2-qt-pkg.changes Mon
Nov 7 10:17:32 2011
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Nov 7 10:15:47 CET 2011 - tgoettlicher@xxxxxxx
+
+- Fixed typo (bnc #727521)
+- 2.21.3
+
+-------------------------------------------------------------------
Wed Apr 27 17:05:04 CEST 2011 - tgoettlicher@xxxxxxx

- Added translation markers for RPM fields (bnc #686502)

Modified: branches/SuSE-Code-11-SP2-Branch/qt-pkg/src/YQPkgDependenciesView.cc
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/qt-pkg/src/YQPkgDependenciesView.cc?rev=66731&r1=66730&r2=66731&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/qt-pkg/src/YQPkgDependenciesView.cc
(original)
+++ branches/SuSE-Code-11-SP2-Branch/qt-pkg/src/YQPkgDependenciesView.cc Mon
Nov 7 10:17:32 2011
@@ -110,7 +110,7 @@
row( _("Obsoletes:"), pkg->dep( zypp::Dep::OBSOLETES
) ) +
row( _("Recommends:"), pkg->dep( zypp::Dep::RECOMMENDS
) ) +
row( _("Suggests:"), pkg->dep( zypp::Dep::SUGGESTS
) ) +
- row( _("Enances:"), pkg->dep( zypp::Dep::ENHANCES
) ) +
+ row( _("Enhances:"), pkg->dep( zypp::Dep::ENHANCES
) ) +
row( _("Supplements:"), pkg->dep( zypp::Dep::SUPPLEMENTS
) )
);

@@ -140,7 +140,7 @@
row( _("Obsoletes:"), p1->dep( zypp::Dep::OBSOLETES ),
p2->dep( zypp::Dep::OBSOLETES ) ) +
row( _("Recommends:"), p1->dep( zypp::Dep::RECOMMENDS ),
p2->dep( zypp::Dep::RECOMMENDS ) ) +
row( _("Suggests:"), p1->dep( zypp::Dep::SUGGESTS ),
p2->dep( zypp::Dep::SUGGESTS ) ) +
- row( _("Enances:"), p1->dep( zypp::Dep::ENHANCES ),
p2->dep( zypp::Dep::ENHANCES ) ) +
+ row( _("Enhances:"), p1->dep( zypp::Dep::ENHANCES ),
p2->dep( zypp::Dep::ENHANCES ) ) +
row( _("Supplements:"), p1->dep( zypp::Dep::SUPPLEMENTS ),
p2->dep( zypp::Dep::SUPPLEMENTS ) )
);


--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages