Hello community,

here is the log from the commit of package compiz-plugins-extra for 
openSUSE:Factory
checked in at Thu Jul 7 15:14:23 CEST 2011.



--------
--- compiz-plugins-extra/compiz-plugins-extra.changes   2011-01-23 
00:37:47.000000000 +0100
+++ 
/mounts/work_src_done/STABLE/compiz-plugins-extra/compiz-plugins-extra.changes  
    2011-07-06 20:31:07.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Jul  6 18:30:13 UTC 2011 - [email protected]
+
+- Update to snapshot version 0.9.5:
+  + Update in line with the main package/plugins
+  + Additional gnome schemas installed.
+
+-------------------------------------------------------------------
+Mon May 30 19:40:07 UTC 2011 - [email protected]
+
+- Forward to commit f0dd8e56b376beb076b596f7a0027da180cdfb66
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ compiz-plugins-extra.spec ++++++
--- /var/tmp/diff_new_pack.MNgShQ/_old  2011-07-07 15:08:10.000000000 +0200
+++ /var/tmp/diff_new_pack.MNgShQ/_new  2011-07-07 15:08:10.000000000 +0200
@@ -18,8 +18,8 @@
 
 
 Name:           compiz-plugins-extra
-Version:        0.9.2.1
-Release:        2
+Version:        0.9.5
+Release:        1
 License:        GPLv2+
 Summary:        Compiz extra plugins
 Url:            http://opencompositing.org
@@ -86,11 +86,18 @@
 pushd build
 make install
 popd
+%find_gconf_schemas
 
 %clean
 %__rm -rf %{buildroot}
 
-%files
+%pre -f %name.schemas_pre
+
+%preun -f %name.schemas_preun
+
+%posttrans -f %name.schemas_posttrans
+
+%files -f %{name}.schemas_list
 %defattr(-, root, root)
 %{_libdir}/compiz/*.so
 %{_datadir}/compiz/

++++++ compiz-plugins-extra.tar.bz2 ++++++
compiz-plugins-extra/compiz-plugins-extra.tar.bz2 
/mounts/work_src_done/STABLE/compiz-plugins-extra/compiz-plugins-extra.tar.bz2 
differ: char 11, line 1

++++++ update.sh ++++++
--- /var/tmp/diff_new_pack.MNgShQ/_old  2011-07-07 15:08:10.000000000 +0200
+++ /var/tmp/diff_new_pack.MNgShQ/_new  2011-07-07 15:08:10.000000000 +0200
@@ -13,6 +13,18 @@
     # The last changelog entry already was an automatic forward... let's not 
pullute too much.
     sed -i 1,5d $oscmodule.changes
   fi
+  # Setting the version in the .spec file to what the CMakeList.txt has defined
+  if [ -f "${oscmodule}/VERSION" ]; then
+         VERSION=$(cat ${oscmodule}/VERSION)
+  else
+         version_major=$(grep -P 'set \(COMPIZ_VERSION_MAJOR ([0-9])+\)' 
${oscmodule}/CMakeLists.txt | tr -d "()a-zA-Z_ ")
+         version_minor=$(grep -P 'set \(COMPIZ_VERSION_MINOR ([0-9])+\)' 
${oscmodule}/CMakeLists.txt | tr -d "()a-zA-Z_ ")
+         version_micro=$(grep -P 'set \(COMPIZ_VERSION_MICRO ([0-9])+\)' 
${oscmodule}/CMakeLists.txt | tr -d "()a-zA-Z_ ")
+         VERSION=${version_major}.${version_minor}.${version_micro}
+  fi
+  if [ -n "$VERSION" ]; then
+         sed -i "s/Version:.*/Version:        ${VERSION}/" *.spec
+  fi
   tar cjf $oscmodule.tar.bz2 $oscmodule
   osc vc -m "Forward to $commitid"
   osc ci -m "Forward to $commitid" --skip-validation


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



Remember to have fun...

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

Reply via email to