I have made the following changes intended for :
  CE:MW:Shared / ssu

Please review and accept or decline.
BOSS has already run some checks on this request.
See the "Messages from BOSS" section below.

https://build.pub.meego.com//request/show/7574

Thank You,
aard

[This message was auto-generated]

---

Request # 7574:

Messages from BOSS:

State: review at 2012-12-20T12:07:57 by bossbot

Reviews:
       accepted by bossbot : Prechecks succeeded.
       new for CE-maintainers : Please replace this text with a review and 
approve/reject the review (not the SR). BOSS will take care of the rest

Changes:
  submit: home:aard:branches:CE:MW:Shared / ssu -> CE:MW:Shared / ssu
  
changes files:
--------------
--- ssu.changes
+++ ssu.changes
@@ -0,0 +1,3 @@
+* Thu Dec 20 2012 Bernd Wachter <[email protected]> - 0.17
+- Change flavour variable to flavourPattern, and export flavourName as well
+

old:
----
  ssu-0.16.tar.gz

new:
----
  ssu-0.17.tar.gz

spec files:
-----------
--- ssu.spec
+++ ssu.spec
@@ -1,5 +1,5 @@
 Name: ssu
-Version: 0.16
+Version: 0.17
 Release: 1
 Summary: SSU enabler for RND
 Group: System/Base

other changes:
--------------

++++++ ssu-0.16.tar.gz -> ssu-0.17.tar.gz
--- libssu/ssu.cpp
+++ libssu/ssu.cpp
@@ -333,6 +333,8 @@
   // add/overwrite some of the variables with sane ones
   if (rndRepo){
     repoParameters.insert("flavour", 
repoSettings->value(flavour()+"-flavour/flavour-pattern").toString());
+    repoParameters.insert("flavourPattern", 
repoSettings->value(flavour()+"-flavour/flavour-pattern").toString());
+    repoParameters.insert("flavourName", flavour());
     repoParameters.insert("release", settings->value("rndRelease").toString());
     configSections << flavour()+"-flavour" << "rnd" << "all";
   } else {



Reply via email to