commit libqt5-creator for openSUSE:Factory

2013-11-08 Thread h_root
Hello community,

here is the log from the commit of package libqt5-creator for openSUSE:Factory 
checked in at 2013-11-08 13:02:14

Comparing /work/SRC/openSUSE:Factory/libqt5-creator (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-creator.new (New)


Package is libqt5-creator

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes
2013-10-10 12:03:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-creator.new/libqt5-creator.changes   
2013-11-08 13:02:15.0 +0100
@@ -1,0 +2,11 @@
+Thu Oct 24 01:30:29 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 3.0.0 beta
+  * New feature release, please see
+http://blog.qt.digia.com/blog/2013/10/23/qt-creator-3-0-beta-released/
+- Package can now co-exist with qt-creator (based on Qt4) package
+- Added plugin_path.diff to enable co-existance of the two packages.
+  Patch removes hardcoded plugin path, and adjusts qtcreator recognizing
+  plugin path as per install prefix
+
+---

Old:

  qt-creator-2.8.1-src.tar.gz

New:

  plugin_path.diff
  qt-creator-3.0.0-beta-src.tar.gz



Other differences:
--
++ libqt5-creator.spec ++
--- /var/tmp/diff_new_pack.2KdwXf/_old  2013-11-08 13:02:17.0 +0100
+++ /var/tmp/diff_new_pack.2KdwXf/_new  2013-11-08 13:02:17.0 +0100
@@ -17,16 +17,18 @@
 
 
 Name:   libqt5-creator
-Version:2.8.1
+Version:3.0.0~beta
 Release:0
 Summary:Lightweight IDE
 License:SUSE-LGPL-2.1-with-digia-exception-1.1
 Group:  Development/Tools/IDE
 Url:http://qt.digia.com/Product/Developer-Tools/
-%define rversion 2.8.1
-Source: 
http://download.qt-project.org/official_releases/qtcreator/2.8/%{rversion}/qt-creator-%{rversion}-src.tar.gz
+%define rversion 3.0.0
+Source: 
http://download.qt-project.org/development_releases/qtcreator/3.0/3.0.0-beta/qt-creator-3.0.0-beta-src.tar.gz
 Source1:%{name}-rpmlintrc
 Source2:qtcreator.desktop
+# PATCH-FIX-UPSTREAM plugin_path.diff -- Don't hardcode plugin directory to 
root + lib dir, but use creator's install prefix
+Patch0: plugin_path.diff
 BuildRequires:  fdupes
 BuildRequires:  gdb
 BuildRequires:  libQt5Declarative-private-headers-devel
@@ -40,7 +42,6 @@
 Recommends: libqt5-debuginfo
 Recommends: libqt5-qtdoc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Conflicts:  qt-creator
 
 %description
 Qt Creator is a new, lightweight, cross-platform integrated development
@@ -48,13 +49,22 @@
 framework even faster and easier.
 
 %prep
-%setup -q -n qt-creator-%rversion-src
+%setup -q -n qt-creator-3.0.0-beta-src
+%patch0 -p1
+
+# Remove build time references so build-compare can do its work. Not yet 
activated - breaks build
+#modified=$(sed -n '/^/n;s/ - .*$//;p;q' %{_sourcedir}/%{name}.changes)
+#DATE=\$(date -d ${modified} +%%b %%e %%Y)\
+#TIME=\$(date -d ${modified} +%%R)\
+#find . -name '*.cpp' -print0 |\
+#xargs -0 sed -i s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g
 
 %build
+export PATH=%_libqt5_bindir:$PATH
 %if %{_lib}==lib64
-%{_bindir}/qmake-qt5 IDE_LIBRARY_BASENAME=lib64
+%{_libqt5_bindir}/qmake QTC_PREFIX=%{_libqt5_archdatadir} 
IDE_LIBRARY_BASENAME=lib64
 %else
-%{_bindir}/qmake-qt5
+%{_libqt5_bindir}/qmake QTC_PREFIX=%{_libqt5_archdatadir}
 %endif
 rm src/shared/qbs/qbs.pro
 make %{?_smp_mflags}
@@ -64,7 +74,8 @@
 %install
 export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}${LD_LIBRARY_PATH:+:}%{_libdir}
 # its qmake. of course it is broken
-make INSTALL_ROOT=%{buildroot}/%{_prefix} install
+# Install to %{_libqt5_archdatadir} for co-existance with Qt4 QtCretor
+make INSTALL_ROOT=%{buildroot} install
 
 mkdir -p %{buildroot}%{_datadir}/doc/packages/libqt5
 cp share/doc/qtcreator/qtcreator.qch 
%{buildroot}%{_datadir}/doc/packages/libqt5/
@@ -72,7 +83,25 @@
 mkdir -p %{buildroot}%{_datadir}/doc/packages/libqt5/qtcreator
 cp -a doc/html/* %{buildroot}%{_datadir}/doc/packages/libqt5/qtcreator/
 
-%suse_update_desktop_file -i qtcreator Development Qt IDE
+# We are using %_libqt5_bindir/qtcreator as qtcreator has somewhat strange 
mechanism for detecting datadir - it's relative to it's binary
+# Until http://sourceforge.net/p/rpmlint/code/ci/f85186d/ is found in oS 
rpmlint package, we'll have false desktopfile-without-binary warning
+%suse_update_desktop_file -c qtcreator-qt5 Qt 5 Creator C++ IDE for 
developing Qt applications %{_libqt5_bindir}/qtcreator QtProject-qtcreator-qt5 
Development Qt IDE
+
+# Symlink icons from %%_libdir/qt5/share/icons/hicolor to standard location 
(due to desktop files check)
+pushd %{buildroot}%{_libqt5_archdatadir}
+for size in 48x48 24x24; do
+for type in apps; do
+mkdir -p 

commit apache-ivy for openSUSE:Factory

2013-11-08 Thread h_root
Hello community,

here is the log from the commit of package apache-ivy for openSUSE:Factory 
checked in at 2013-11-08 14:34:37

Comparing /work/SRC/openSUSE:Factory/apache-ivy (Old)
 and  /work/SRC/openSUSE:Factory/.apache-ivy.new (New)


Package is apache-ivy

Changes:

--- /work/SRC/openSUSE:Factory/apache-ivy/apache-ivy.changes2013-09-12 
17:07:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.apache-ivy.new/apache-ivy.changes   
2013-11-08 14:34:38.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov  6 10:58:10 UTC 2013 - mvysko...@suse.com
+
+- Remove jakarta-commons-httpclient3, we do no longer provide it
+- Add ant.d config snippet for ivy
+- call add_maven_depmap
+
+---

New:

  ivy-2.3.0.pom



Other differences:
--
++ apache-ivy.spec ++
--- /var/tmp/diff_new_pack.DjjWgk/_old  2013-11-08 14:34:39.0 +0100
+++ /var/tmp/diff_new_pack.DjjWgk/_new  2013-11-08 14:34:39.0 +0100
@@ -26,6 +26,7 @@
 Url:http://ant.apache.org/ivy/
 Source0:%{name}-%{version}-src.tar.gz
 Source1:ivy.1
+Source2:
http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.3.0/ivy-2.3.0.pom
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -33,12 +34,8 @@
 
 BuildRequires:  ant
 BuildRequires:  ant-nodeps
-%if 0%{?suse_version}
-BuildRequires:  jakarta-commons-httpclient3
-%else
-BuildRequires:  commons-httpclient
-%endif
 BuildRequires:  bouncycastle
+BuildRequires:  commons-httpclient
 BuildRequires:  java-devel = 1.5
 BuildRequires:  javapackages-tools
 BuildRequires:  jsch
@@ -90,47 +87,45 @@
 
 # Craft class path
 mkdir -p lib
-build-jar-repository lib ant ant/ant-nodeps oro jsch \
-%if 0%{?suse_version}
-jakarta-commons-httpclient3
-%else
-commons-httpclient
-%endif
+build-jar-repository lib ant ant/ant-nodeps oro jsch commons-httpclient
 
 # Build
 ant -Dtarget.ivy.version=%{version} /localivy /offline jar javadoc
 
 %install
 # Code
-install -d $RPM_BUILD_ROOT%{_javadir}
-install -p -m644 build/artifact/jars/ivy.jar 
$RPM_BUILD_ROOT%{_javadir}/ivy-%{version}.jar
-ln -sf ivy-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/ivy.jar
+install -d %{buildroot}%{_javadir}
+install -p -m644 build/artifact/jars/ivy.jar %{buildroot}%{_javadir}/ivy.jar
+
+install -d -m 0755 %{buildroot}/%{_mavenpomdir}/
+install -m 0644 %{SOURCE2} %{buildroot}/%{_mavenpomdir}/JPP-ivy.pom
+# Maven depmap
+%add_maven_depmap JPP-ivy.pom ivy.jar
 
 # API Documentation
-install -d $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -rp build/doc/reports/api/. $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
+install -d %{buildroot}%{_javadocdir}/%{name}
+cp -rp build/doc/reports/api/. %{buildroot}%{_javadocdir}/%{name}
 
 # Command line script
 MAIN_CLASS=`sed -rn 's/^Main-Class: (.*)$/\1/gp' META-INF/MANIFEST.MF | tr -d 
'\r'`
-%if 0%{?suse_version}
-%jpackage_script ${MAIN_CLASS}   
ant:ant/ant-nodeps:ivy:oro:jsch:jakarta-commons-httpclient3 ivy
-%else
 %jpackage_script ${MAIN_CLASS}   
ant:ant/ant-nodeps:ivy:oro:jsch:commons-httpclient ivy
-%endif
+
+mkdir -p %{buildroot}%{_sysconfdir}/ant.d
+echo ivy  %{buildroot}%{_sysconfdir}/ant.d/%{name}
 
 # Man page
 install -d ${RPM_BUILD_ROOT}%{_mandir}/man1
 install %{SOURCE1} ${RPM_BUILD_ROOT}%{_mandir}/man1/ivy.1
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
-%{_javadir}/*
 %doc RELEASE_NOTES CHANGES.txt LICENSE NOTICE README
+%config %{_sysconfdir}/ant.d/%{name}
+%{_javadir}/ivy.jar
 %attr(755,root,root) %{_bindir}/*
 %attr(644,root,root) %{_mandir}/man1/*
+%{_mavenpomdir}/JPP-ivy.pom
+%{_mavendepmapfragdir}/%{name}
 
 %files javadoc
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libstorage for openSUSE:Factory

2013-11-08 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2013-11-08 16:12:35

Comparing /work/SRC/openSUSE:Factory/libstorage (Old)
 and  /work/SRC/openSUSE:Factory/.libstorage.new (New)


Package is libstorage

Changes:

--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes2013-10-23 
19:22:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes   
2013-11-08 16:12:36.0 +0100
@@ -1,0 +2,26 @@
+Tue Nov 05 12:08:53 CET 2013 - aschn...@suse.de
+
+- support label on FAT (bnc#848052)
+
+---
+Mon Nov 04 16:49:15 CET 2013 - aschn...@suse.de
+
+- removed storage_utf8.rb (bnc#848812)
+
+---
+Tue Oct 29 14:57:13 CET 2013 - aschn...@suse.de
+
+- always use mdadm for IMSM and DDF (fate#316007)
+- version 2.25.2
+
+---
+Tue Oct 29 14:06:38 CET 2013 - aschn...@suse.de
+
+- added support for rsxx devices (fate#316440)
+
+---
+Tue Oct 29 11:59:17 CET 2013 - aschn...@suse.de
+
+- display partition type not only by number (bnc#844577)
+
+---

Old:

  libstorage-2.25.1.tar.bz2

New:

  libstorage-2.25.2.tar.bz2



Other differences:
--
++ libstorage.spec ++
--- /var/tmp/diff_new_pack.QnyBYx/_old  2013-11-08 16:12:37.0 +0100
+++ /var/tmp/diff_new_pack.QnyBYx/_new  2013-11-08 16:12:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libstorage
-Version:2.25.1
+Version:2.25.2
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: libstorage-%{version}.tar.bz2
@@ -123,7 +123,7 @@
 Requires:   grep
 Requires:   lsscsi
 Requires:   lvm2
-Requires:   mdadm
+Requires:   mdadm = 3.3
 Requires:   multipath-tools
 Requires:   parted = 2.2
 Requires:   udev
@@ -235,7 +235,6 @@
 %else
 %{rb_vendorarch}/storage.so
 %endif
-%{rb_vendordir}/storage_utf8.rb
 %endif
 %if 0%{?mandriva_version}
 %{ruby_sitearchdir}/storage.so

++ libstorage-2.25.1.tar.bz2 - libstorage-2.25.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.1/LIBVERSION 
new/libstorage-2.25.2/LIBVERSION
--- old/libstorage-2.25.1/LIBVERSION2012-08-07 11:51:00.0 +0200
+++ new/libstorage-2.25.2/LIBVERSION2013-10-30 16:07:31.0 +0100
@@ -1 +1 @@
-4.0.0
+4.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.1/VERSION 
new/libstorage-2.25.2/VERSION
--- old/libstorage-2.25.1/VERSION   2013-10-23 08:08:34.0 +0200
+++ new/libstorage-2.25.2/VERSION   2013-10-30 16:07:20.0 +0100
@@ -1 +1 @@
-2.25.1
+2.25.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.1/bindings/python/libstorage.py 
new/libstorage-2.25.2/bindings/python/libstorage.py
--- old/libstorage-2.25.1/bindings/python/libstorage.py 2013-10-21 
18:05:12.0 +0200
+++ new/libstorage-2.25.2/bindings/python/libstorage.py 2013-11-06 
14:13:42.0 +0100
@@ -193,9 +193,6 @@
 SPI = _libstorage.SPI
 USB = _libstorage.USB
 FCOE = _libstorage.FCOE
-IMSM_UNDECIDED = _libstorage.IMSM_UNDECIDED
-IMSM_DMRAID = _libstorage.IMSM_DMRAID
-IMSM_MDADM = _libstorage.IMSM_MDADM
 MPAS_UNDECIDED = _libstorage.MPAS_UNDECIDED
 MPAS_ON = _libstorage.MPAS_ON
 MPAS_OFF = _libstorage.MPAS_OFF
@@ -1529,8 +1526,6 @@
 def getContDmmultipathCoInfo(self, *args): return 
_libstorage.StorageInterface_getContDmmultipathCoInfo(self, *args)
 def getMdPartCoInfo(self, *args): return 
_libstorage.StorageInterface_getMdPartCoInfo(self, *args)
 def getContMdPartCoInfo(self, *args): return 
_libstorage.StorageInterface_getContMdPartCoInfo(self, *args)
-def setImsmDriver(self, *args): return 
_libstorage.StorageInterface_setImsmDriver(self, *args)
-def getImsmDriver(self): return 
_libstorage.StorageInterface_getImsmDriver(self)
 def setMultipathAutostart(self, *args): return 
_libstorage.StorageInterface_setMultipathAutostart(self, *args)
 def getMultipathAutostart(self): return 
_libstorage.StorageInterface_getMultipathAutostart(self)
 def getVolumes(self, *args): return 
_libstorage.StorageInterface_getVolumes(self, *args)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.1/bindings/ruby/Makefile.am 
new/libstorage-2.25.2/bindings/ruby/Makefile.am
--- 

commit cmake for openSUSE:Factory

2013-11-08 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2013-11-08 16:12:11

Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and  /work/SRC/openSUSE:Factory/.cmake.new (New)


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2013-11-07 
08:35:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2013-11-08 
16:12:12.0 +0100
@@ -1,0 +2,8 @@
+Thu Nov  7 12:52:33 UTC 2013 - vci...@suse.com
+
+- update to 2.8.12.1
+  * Reverts a change in behaviour from older versions caused by a bad
+implementation of a CMake Policy introduced in 2.8.12: CMP0022
+(bnc#849378)
+
+---

New:

  cmake-2.8.12.1.tar.gz



Other differences:
--
++ cmake.spec ++
--- /var/tmp/diff_new_pack.6FYNYL/_old  2013-11-08 16:12:13.0 +0100
+++ /var/tmp/diff_new_pack.6FYNYL/_new  2013-11-08 16:12:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cmake
-Version:2.8.12
+Version:2.8.12.1
 Release:0
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-passenger for openSUSE:Factory

2013-11-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-passenger for 
openSUSE:Factory checked in at 2013-11-08 16:12:44

Comparing /work/SRC/openSUSE:Factory/rubygem-passenger (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-passenger.new (New)


Package is rubygem-passenger

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-passenger/rubygem-passenger.changes  
2013-10-21 13:01:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-passenger.new/rubygem-passenger.changes 
2013-11-08 16:12:46.0 +0100
@@ -1,0 +2,20 @@
+Wed Nov  6 12:22:09 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.23
+ * Fixed compilation problems on GCC 4.8.2 (e.g. Arch Linux 2013-10-27).
+ * Fixed a compatibility problem with Solaris /usr/ccs/bin/make: issue #999.
+ * Support for the Meteor Javascript framework has been open sourced.
+
+---
+Thu Oct 31 05:54:44 UTC 2013 - co...@suse.com
+
+- updated to version 4.0.21
+ * Supports JRuby 1.7.6.
+ * Open sourced Node.js support.
+ * [Nginx] Upgraded the preferred Nginx version to 1.4.3.
+ * Work around an Apache packaging bug in CentOS 5.
+ * Various user friendliness improvements in the documentation and the 
installers.
+ * Fixed a bug in the always_restart.txt support. Phusion Passenger was 
looking for it in the wrong directory.
+ * [Standalone] The –temp-dir command line option has been introduced.
+
+---

Old:

  passenger-4.0.20.gem

New:

  passenger-4.0.23.gem



Other differences:
--
++ rubygem-passenger.spec ++
--- /var/tmp/diff_new_pack.NurI5p/_old  2013-11-08 16:12:48.0 +0100
+++ /var/tmp/diff_new_pack.NurI5p/_new  2013-11-08 16:12:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-passenger
-Version:4.0.20
+Version:4.0.23
 Release:0
 %define mod_name passenger
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-bootloader for openSUSE:Factory

2013-11-08 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2013-11-08 16:12:53

Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-bootloader.new (New)


Package is yast2-bootloader

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2013-10-11 11:05:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2013-11-08 16:12:55.0 +0100
@@ -1,0 +2,13 @@
+Tue Nov  5 13:55:05 CET 2013 - loci...@suse.com
+
+- Using 'Kernel' Yast library for handling modules loaded on boot
+  (bnc#838185)
+- 3.1.2
+
+---
+Tue Nov  5 11:05:12 CET 2013 - snw...@suse.de
+
+- use pbl-yaml script to communicate with perl-Bootloader
+- 3.1.1
+
+---

Old:

  yast2-bootloader-3.1.0.tar.bz2

New:

  yast2-bootloader-3.1.2.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.FXDckp/_old  2013-11-08 16:12:58.0 +0100
+++ /var/tmp/diff_new_pack.FXDckp/_new  2013-11-08 16:12:58.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.1.0
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -29,7 +29,7 @@
 # Installation::*version variables
 # Wizard::SetDialogTitleAndIcon
 Requires:   parted
-Requires:   perl-Bootloader = 0.5.4
+Requires:   perl-Bootloader-YAML
 Requires:   perl-Compress-Zlib
 Requires:   yast2 = 2.21.22
 Requires:   yast2-core = 2.18.7
@@ -127,7 +127,6 @@
 %{yast_schemadir}/autoyast/rnc/bootloader.rnc
 
 %dir %{yast_docdir}
-%doc %{yast_docdir}/README
 %doc %{yast_docdir}/COPYING
 
 %files devel-doc

++ yast2-bootloader-3.1.0.tar.bz2 - yast2-bootloader-3.1.2.tar.bz2 ++
 1617 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org