commit mono-core for openSUSE:Factory
Hello community, here is the log from the commit of package mono-core for openSUSE:Factory checked in at 2015-03-09 10:02:28 Comparing /work/SRC/openSUSE:Factory/mono-core (Old) and /work/SRC/openSUSE:Factory/.mono-core.new (New) Package is mono-core Changes: --- /work/SRC/openSUSE:Factory/mono-core/mono-core.changes 2015-02-02 10:18:35.0 +0100 +++ /work/SRC/openSUSE:Factory/.mono-core.new/mono-core.changes 2015-03-09 10:02:31.0 +0100 @@ -1,0 +2,90 @@ +Sat Feb 28 10:35:11 UTC 2015 - mailaen...@opensuse.org + +- add X509Certificate-workaround.patch which fixes bxc#21298 + +--- +Sat Jan 24 09:41:00 UTC 2015 - mailaen...@opensuse.org + +- update 3.12.0 + * Major performance and memory consumption improvements on SGen. + * Improve the heuristic of the ThreadPool to maximize efficiency and minimize the number of Threads. + * New cert-sync tool automatically syncs Mono’s certificate store against the OS certificate store on Linux + * X86 code now generate pushless code. This is faster on modern CPUs. + * Multiple fixes in the profiler to make statistical sampling reliable and functional without kernel assisted sampling. + * Mono users no longer need to run mozroots to get SSL working. + * Switched to adaptative hill climbing for sizing the pool. + * The supervisor thread now goes into deep sleep when no new jobs are submitted for a while. This should save power on targets running on batteries. + * Reorganized how major heap blocks are manipulated for increased efficiency of the major collection. + * Reduced memory consumption by better sizing of allocation buckets. + * Switched to a simpler heuristics for major heap sizing that is more stable and avoid unexpected spikes. + * Removed the parallel collector, it was an experimental feature that did not provide an effective speedup. It will be brought back in the future with a functioning design. + * Removed the fixed heap configuration, it was an experimental feature that did not deliver enough of a performance improvement. + * Avoid asserts on shutdown when the appdomain unload callbacks are called on the debugger thread during shutdown. Fixes bxc#24342. + * Fix the calculation of the epilog size for EH info. Fixes bxc#24577. + * Fix a class initialization race which happens if a class initializer initializes a got slot before it finishes running. Fixes bxc#23242. + * Fix OP_LOCALLOC on arm so it correctly adjusts sp with the param area size even if the size is large. Fixes bxc#24221. + * Disable the extension of i8/i16 arguments to i32 on arm64, since the ios calling convention passes them differently than i32. Fixes bxc#22800. + * Use NULLIFY_INS () to nullify instructions and use MONO_INST_NEW to create phi node instructions to avoid asserts in the spill pass. Fixes bxc#24006. + * Rewrite the way direct calls are made between llvm methods. Previously all calls were made to plt entries and the plt entry symbols were aliased to point to the corresponding method if the method was directly callable using the .set assembler directive. This doesn’t seem to work with newer LLVM/CLANG versions, so do this completely on the LLVM side using Value::replaceAllUsesWith (). Fixes bxc#23976. + * Make process handles non-shared. Fixes bxc#23423. + * Fix the return of vtypes containing a single fp member from pinvoke methods on OS X/x86. Fixes bxc#23813. + * Fix an SRE assert. Fixes bxc#19039. + * Implement 5dbf97e66057f8626c53fcea30f1988d6627e5a2 for calls made from NEWOBJ too. Fixes bxc#23557. + * Make each CASTCLASS_CACHE patch unique by generating a unique identifier from the method index and an per-method counter. Fixes bxc#23478. + * Disallow generic classes with explicit layout. Fixes bxc#23438. + * Add an option to make debugger invokes virtual. Part of the fix for #23385. + * Allow renaming of threadpool threads. Fixes bxc#23206. + * Fix the unregistration of our exception handler on Windows. Fixes bxc#23221. + * Make calls from gshared to gsharedvt sharable methods indirect since otherwise at runtime we might find an instantiation and we cannot patch the call, leading to performance problems. Fixes bxc#23021. + * Allow the SIZEOF opcode in gsharedvt code if it doesn’t reference a gsharedvt type. Fixes bxc#22711. + * Fix mono_marshal_free_ccw (). Fixes bxc#22414. + * Fixes DbEnumerator current property to clone read data. Fixes bxc#24452 + * Allow sending of text data longer than 4000 characters by using a different column type. Fixes bxc#21172. + * Implement MonoGenericClass:GetCustomAttributes () for created types. Fixes bxc#23769. + * Improved BlockingCollection.AddAny. Fixes bxc#22775. + * Implement KnownTypes for DataContractJsonSerializer. Fixes
commit virtualbox for openSUSE:Factory
Hello community, here is the log from the commit of package virtualbox for openSUSE:Factory checked in at 2015-03-09 10:01:36 Comparing /work/SRC/openSUSE:Factory/virtualbox (Old) and /work/SRC/openSUSE:Factory/.virtualbox.new (New) Package is virtualbox Changes: --- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2015-02-18 20:36:30.0 +0100 +++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes 2015-03-09 10:01:40.0 +0100 @@ -1,0 +2,31 @@ +Wed Mar 4 11:41:54 UTC 2015 - tchva...@suse.com + +- Version bump to 2.3.24: + * VMM: emulation fix for the ENTER instruction under certain conditions; fixes +Solaris 10 guests (VT-x without unrestricted guest execution) + * VMM: fix for handling NMIs on Linux hosts with X2APIC enabled + * NAT/NAT Network: fix connection drops when the host's DHCP lease was renewed +(4.3.22 regression; Windows hosts only; bug #13839) + * NAT: don't crash on an empty domain list when switching the DNS host +configuration (4.3.22 regression; Mac OS X hosts only; bug #13874) + * PXE: re-enable it on Windows hosts (4.3.22 regression; Windows hosts only; bug +#13842) + * Shared Folders: fixed a problem with Windows guests (4.3.22 regression; bug +#13786) + * Audio: improved record quality when using the DirectSound audio backend + * VBoxManage: when executing the controlvm command take care that the +corresponding VM runtime changes are saved permanently (bug #13892) + * Windows Installer: properly install the 32-bit version of VBoxRes.dll on 32-bit +hosts (bug #13876) + * Linux hosts / guests: Linux 4.0 fixes (bug #13835) + * OS/2 Additions: fixed mouse integration (4.3.22 regression; bug #13825) + * X11 Additions: fixed a sporadic failure to deactivate virtual screens (bug +#13845) +- Use smp_mflags when building kernel modules + +--- +Thu Feb 26 18:13:18 UTC 2015 - wba...@tmo.at + +- Install vboxvideo_drv_117.so on Factory + +--- Old: VirtualBox-4.3.22-patched.tar.bz2 New: VirtualBox-4.3.24-patched.tar.bz2 Other differences: -- ++ virtualbox.spec ++ --- /var/tmp/diff_new_pack.ruBrcm/_old 2015-03-09 10:01:42.0 +0100 +++ /var/tmp/diff_new_pack.ruBrcm/_new 2015-03-09 10:01:42.0 +0100 @@ -19,7 +19,7 @@ %define _vbox_instdir %{_libexecdir}/virtualbox %define _udevrulesdir %{_libexecdir}/udev/rules.d Name: virtualbox -Version:4.3.22 +Version:4.3.24 Release:0 Summary:VirtualBox is an Emulator License:GPL-2.0+ @@ -293,6 +293,7 @@ # --disable-kmods don't build Linux kernel modules - but use SUSE specific way see few lines under # --nofatal try to avoid build fail caused by missing makeself package +# NOT an autoconf configure macro ./configure \ --enable-vnc \ --enable-vde \ @@ -344,7 +345,7 @@ $PWD/modules_build_dir/$flavor/$module_name fi # build the module for the specific flavor - make -C %{_prefix}/src/linux-obj/%{_target_cpu}/$flavor modules \ + make %{?_smp_mflags} -C %{_prefix}/src/linux-obj/%{_target_cpu}/$flavor modules \ M=$PWD/modules_build_dir/$flavor/$module_name done done @@ -382,7 +383,7 @@ #and trought the all flavors for flavor in %{flavors_to_build}; do #to install modules use Makefile from %{_prefix}/src/linux-obj/%_target_cpu/$flavor and builds from $PWD/modules_build_dir/$flavor/$module_name - make -C %{_prefix}/src/linux-obj/%{_target_cpu}/$flavor modules_install M=$PWD/modules_build_dir/$flavor/$module_name + make %{?_smp_mflags} -C %{_prefix}/src/linux-obj/%{_target_cpu}/$flavor modules_install M=$PWD/modules_build_dir/$flavor/$module_name done done @@ -412,6 +413,10 @@ # check the patch https://www.virtualbox.org/changeset/38784, regarding the # dropped xorg mouse driver in = 1130 +%if 0%{?suse_version} 1320 +install -m 755 vboxvideo_drv_117.so \ + %{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so +%else %if 0%{?suse_version} = 1315 install -m 755 vboxvideo_drv_116.so \ %{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so @@ -420,6 +425,7 @@ install -m 755 vboxvideo_drv_114.so \ %{buildroot}%{_libdir}/xorg/modules/drivers/vboxvideo_drv.so %endif +%endif popd # VBoxOGL* libs for guest-x11 subpackage install -m 644
commit gtk2 for openSUSE:Factory
Hello community, here is the log from the commit of package gtk2 for openSUSE:Factory checked in at 2015-03-09 10:01:19 Comparing /work/SRC/openSUSE:Factory/gtk2 (Old) and /work/SRC/openSUSE:Factory/.gtk2.new (New) Package is gtk2 Changes: --- /work/SRC/openSUSE:Factory/gtk2/gtk2.changes2015-02-27 11:06:21.0 +0100 +++ /work/SRC/openSUSE:Factory/.gtk2.new/gtk2.changes 2015-03-09 10:01:20.0 +0100 @@ -1,0 +2,7 @@ +Wed Mar 4 08:52:14 UTC 2015 - zai...@opensuse.org + +- Update to version 2.24.27: + + Don't leak pixel data in some error paths. + + Bugs fixed: bgo#696505, bgo#745052, bgo#745536. + +--- Old: gtk+-2.24.26.tar.xz New: gtk+-2.24.27.tar.xz Other differences: -- ++ gtk2.spec ++ --- /var/tmp/diff_new_pack.UUYclU/_old 2015-03-09 10:01:20.0 +0100 +++ /var/tmp/diff_new_pack.UUYclU/_new 2015-03-09 10:01:20.0 +0100 @@ -21,7 +21,7 @@ Name: gtk2 %define _name gtk+ -Version:2.24.26 +Version:2.24.27 Release:0 # FIXME: when updating to next version, check whether we can remove the workaround for bgo#596977 below (removing -fomit-frame-pointer) Summary:The GTK+ toolkit library (version 2) ++ gtk+-2.24.26.tar.xz - gtk+-2.24.27.tar.xz ++ /work/SRC/openSUSE:Factory/gtk2/gtk+-2.24.26.tar.xz /work/SRC/openSUSE:Factory/.gtk2.new/gtk+-2.24.27.tar.xz differ: char 26, line 1 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit speexdsp for openSUSE:Factory
Hello community, here is the log from the commit of package speexdsp for openSUSE:Factory checked in at 2015-03-09 10:01:48 Comparing /work/SRC/openSUSE:Factory/speexdsp (Old) and /work/SRC/openSUSE:Factory/.speexdsp.new (New) Package is speexdsp Changes: --- /work/SRC/openSUSE:Factory/speexdsp/speexdsp.changes2015-03-03 11:14:23.0 +0100 +++ /work/SRC/openSUSE:Factory/.speexdsp.new/speexdsp.changes 2015-03-09 10:01:49.0 +0100 @@ -1,0 +2,6 @@ +Sat Feb 28 09:54:22 UTC 2015 - tchva...@suse.com + +- Define libname to have the declaration only on one line +- Align the Conflict lines + +--- Other differences: -- ++ speexdsp.spec ++ --- /var/tmp/diff_new_pack.mGIoOb/_old 2015-03-09 10:01:50.0 +0100 +++ /var/tmp/diff_new_pack.mGIoOb/_new 2015-03-09 10:01:50.0 +0100 @@ -17,6 +17,7 @@ %define package_version 1.2rc3 +%define libname libspeexdsp1 Name: speexdsp Version:1.1.999_%{package_version} Release:0 @@ -37,11 +38,11 @@ narrowband and wideband quality. This project aims to be complementary to the Vorbis codec. -%package -n libspeexdsp1 +%package -n %{libname} Summary:An Open Source, Patent Free Speech Codec Library Group: System/Libraries -%description -n libspeexdsp1 +%description -n %{libname} Speex is a patent free audio codec designed especially for voice (unlike Vorbis which targets general audio) signals and providing good narrowband and wideband quality. This project aims to be complementary @@ -50,7 +51,7 @@ %package devel Summary:Development package for SpeeX Group: Development/Libraries/C and C++ -Requires: libspeexdsp1 = %{version} +Requires: %{libname} = %{version} Conflicts: speex-devel = 1.1.999_1.2rc1 %description devel @@ -72,11 +73,11 @@ rm -f %{buildroot}%{_libdir}/*.a find %{buildroot} -type f -name *.la -delete -print -%post -n libspeexdsp1 -p /sbin/ldconfig +%post -n %{libname} -p /sbin/ldconfig -%postun -n libspeexdsp1 -p /sbin/ldconfig +%postun -n %{libname} -p /sbin/ldconfig -%files -n libspeexdsp1 +%files -n %{libname} %defattr(-,root,root) %{_libdir}/libspeexdsp.so.* -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit speex for openSUSE:Factory
Hello community, here is the log from the commit of package speex for openSUSE:Factory checked in at 2015-03-09 10:02:03 Comparing /work/SRC/openSUSE:Factory/speex (Old) and /work/SRC/openSUSE:Factory/.speex.new (New) Package is speex Changes: --- /work/SRC/openSUSE:Factory/speex/speex.changes 2013-04-14 12:15:26.0 +0200 +++ /work/SRC/openSUSE:Factory/.speex.new/speex.changes 2015-03-09 10:02:04.0 +0100 @@ -1,0 +2,20 @@ +Sat Feb 28 10:05:17 UTC 2015 - tchva...@suse.com + +- Move libname up and set it just once, easier for later on. + +--- +Mon Feb 23 14:57:20 UTC 2015 - mplus...@suse.com + +- Split package to two separate packages + * speexdsp contains libraries + * speex contains tools +- Update to 1.2rc2 + * This release splits the speex codec library and the speex DSP +library into separate source trees. Both projects received +build-system improvements, bugfixes, and cleanup. The speex +codec's VBR tuning was improved, while the speexdsp resampler +got some NEON optimizations. +- Remove obsolete patch + * speex-1.0.5-warning-fix.diff + +--- Old: speex-1.0.5-warning-fix.diff speex-1.2rc1.tar.gz New: speex-1.2rc2.tar.gz Other differences: -- ++ speex.spec ++ --- /var/tmp/diff_new_pack.AG5pa4/_old 2015-03-09 10:02:05.0 +0100 +++ /var/tmp/diff_new_pack.AG5pa4/_new 2015-03-09 10:02:05.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package speex # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,26 +16,22 @@ # +%define package_version 1.2rc2 +%define libname libspeex1 Name: speex +Version:1.1.999_%{package_version} +Release:0 Summary:An Open Source, Patent Free Speech Codec License:BSD-3-Clause Group: System/Libraries -%define package_version 1.2rc1 -Version:1.1.999_%{package_version} -Release:0 Url:http://www.speex.org/ -Source: http://downloads.xiph.org/releases/speex/%{name}-%{package_version}.tar.gz -Source2:baselibs.conf -Patch1: speex-1.0.5-warning-fix.diff -Patch2: speex-no-build-date.patch +Source0: http://downloads.xiph.org/releases/speex/%{name}-%{package_version}.tar.gz +Source1:baselibs.conf +Patch0: speex-no-build-date.patch +BuildRequires: pkg-config +BuildRequires: pkgconfig(ogg) +BuildRequires: pkgconfig(speexdsp) BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libogg-devel -BuildRequires: libtool -BuildRequires: pkgconfig -# bug437293 -%ifarch ppc64 -Obsoletes: speex-64bit -%endif %description Speex is a patent free audio codec designed especially for voice @@ -43,43 +39,25 @@ narrowband and wideband quality. This project aims to be complementary to the Vorbis codec. -%package -n libspeex1 +%package -n %{libname} Summary:An Open Source, Patent Free Speech Codec Library Group: System/Libraries Obsoletes: libspeex %{version} Provides: libspeex = %{version} -%description -n libspeex1 -Speex is a patent free audio codec designed especially for voice -(unlike Vorbis which targets general audio) signals and providing good -narrowband and wideband quality. This project aims to be complementary -to the Vorbis codec. - -%package -n libspeexdsp1 -Summary:An Open Source, Patent Free Speech Codec Library -Group: System/Libraries - -%description -n libspeexdsp1 +%description -n %{libname} Speex is a patent free audio codec designed especially for voice (unlike Vorbis which targets general audio) signals and providing good narrowband and wideband quality. This project aims to be complementary to the Vorbis codec. - %package devel Summary:Development package for SpeeX Group: Development/Libraries/C and C++ -Provides: libspeex-devel = %{version}-%release -Obsoletes: libspeex-devel %{version}-%release -Requires: glibc-devel -Requires: libogg-devel -Requires: libspeex1 = %{version} -Requires: libspeexdsp1 = %{version} -# bug437293 -%ifarch ppc64 -Obsoletes: speex-devel-64bit -%endif -# +Requires: %{libname} = %{version} +Recommends: libspeexdsp-devel +Provides: libspeex-devel = %{version}-%{release} +Obsoletes: libspeex-devel %{version}-%{release} %description devel This package
commit yast2-pkg-bindings for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-pkg-bindings for openSUSE:Factory checked in at 2015-03-09 10:02:53 Comparing /work/SRC/openSUSE:Factory/yast2-pkg-bindings (Old) and /work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new (New) Package is yast2-pkg-bindings Changes: --- /work/SRC/openSUSE:Factory/yast2-pkg-bindings/yast2-pkg-bindings.changes 2015-02-16 17:50:54.0 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new/yast2-pkg-bindings.changes 2015-03-09 10:02:54.0 +0100 @@ -1,0 +2,6 @@ +Wed Mar 4 15:33:21 UTC 2015 - lsle...@suse.cz + +- removed obsolete patch callbacks +- 3.1.22 + +--- Old: yast2-pkg-bindings-3.1.21.tar.bz2 New: yast2-pkg-bindings-3.1.22.tar.bz2 Other differences: -- ++ yast2-pkg-bindings-devel-doc.spec ++ --- /var/tmp/diff_new_pack.nEyruG/_old 2015-03-09 10:02:55.0 +0100 +++ /var/tmp/diff_new_pack.nEyruG/_new 2015-03-09 10:02:55.0 +0100 @@ -17,7 +17,7 @@ Name: yast2-pkg-bindings-devel-doc -Version:3.1.21 +Version:3.1.22 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0:yast2-pkg-bindings-%{version}.tar.bz2 ++ yast2-pkg-bindings.spec ++ --- /var/tmp/diff_new_pack.nEyruG/_old 2015-03-09 10:02:55.0 +0100 +++ /var/tmp/diff_new_pack.nEyruG/_new 2015-03-09 10:02:55.0 +0100 @@ -17,7 +17,7 @@ Name: yast2-pkg-bindings -Version:3.1.21 +Version:3.1.22 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ yast2-pkg-bindings-3.1.21.tar.bz2 - yast2-pkg-bindings-3.1.22.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pkg-bindings-3.1.21/package/yast2-pkg-bindings-devel-doc.spec new/yast2-pkg-bindings-3.1.22/package/yast2-pkg-bindings-devel-doc.spec --- old/yast2-pkg-bindings-3.1.21/package/yast2-pkg-bindings-devel-doc.spec 2015-02-13 12:35:11.0 +0100 +++ new/yast2-pkg-bindings-3.1.22/package/yast2-pkg-bindings-devel-doc.spec 2015-03-04 16:50:11.0 +0100 @@ -16,7 +16,7 @@ # Name: yast2-pkg-bindings-devel-doc -Version:3.1.21 +Version:3.1.22 Release:0 License:GPL-2.0 Group: Documentation/HTML diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pkg-bindings-3.1.21/package/yast2-pkg-bindings.changes new/yast2-pkg-bindings-3.1.22/package/yast2-pkg-bindings.changes --- old/yast2-pkg-bindings-3.1.21/package/yast2-pkg-bindings.changes 2015-02-13 12:35:11.0 +0100 +++ new/yast2-pkg-bindings-3.1.22/package/yast2-pkg-bindings.changes 2015-03-04 16:50:11.0 +0100 @@ -1,4 +1,10 @@ --- +Wed Mar 4 15:33:21 UTC 2015 - lsle...@suse.cz + +- removed obsolete patch callbacks +- 3.1.22 + +--- Fri Feb 6 11:12:30 UTC 2015 - lsle...@suse.cz - Pkg::RepositoryAdd: use alias from URL query parameter if present diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pkg-bindings-3.1.21/package/yast2-pkg-bindings.spec new/yast2-pkg-bindings-3.1.22/package/yast2-pkg-bindings.spec --- old/yast2-pkg-bindings-3.1.21/package/yast2-pkg-bindings.spec 2015-02-13 12:35:11.0 +0100 +++ new/yast2-pkg-bindings-3.1.22/package/yast2-pkg-bindings.spec 2015-03-04 16:50:11.0 +0100 @@ -17,7 +17,7 @@ Name: yast2-pkg-bindings -Version:3.1.21 +Version:3.1.22 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pkg-bindings-3.1.21/src/Callbacks_Register.cc new/yast2-pkg-bindings-3.1.22/src/Callbacks_Register.cc --- old/yast2-pkg-bindings-3.1.21/src/Callbacks_Register.cc 2015-02-13 12:35:11.0 +0100 +++ new/yast2-pkg-bindings-3.1.22/src/Callbacks_Register.cc 2015-03-04 16:50:11.0 +0100 @@ -302,37 +302,6 @@ } /** - * @builtin CallbackStartPatchDownload - * @short Register callback function (legacy, not used anymore) - * @param string args Name of the callback handler function. Required callback prototype is codevoid(string filename, integer download_size)/code. If the download size is unknown download_size is 0. The callback function is evaluated when a patch download has been started. - * @return void - */ -YCPValue PkgFunctions::CallbackStartPatchDownload( const YCPValue
commit yast2-packager for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-packager for openSUSE:Factory checked in at 2015-03-09 10:02:42 Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old) and /work/SRC/openSUSE:Factory/.yast2-packager.new (New) Package is yast2-packager Changes: --- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes 2015-02-16 07:36:21.0 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes 2015-03-09 10:02:43.0 +0100 @@ -1,0 +2,6 @@ +Wed Mar 4 15:15:26 UTC 2015 - lsle...@suse.cz + +- removed obsolete patch download callbacks +- 3.1.63 + +--- Old: yast2-packager-3.1.62.tar.bz2 New: yast2-packager-3.1.63.tar.bz2 Other differences: -- ++ yast2-packager.spec ++ --- /var/tmp/diff_new_pack.kKkioH/_old 2015-03-09 10:02:44.0 +0100 +++ /var/tmp/diff_new_pack.kKkioH/_new 2015-03-09 10:02:44.0 +0100 @@ -17,7 +17,7 @@ Name: yast2-packager -Version:3.1.62 +Version:3.1.63 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ yast2-packager-3.1.62.tar.bz2 - yast2-packager-3.1.63.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-3.1.62/package/yast2-packager.changes new/yast2-packager-3.1.63/package/yast2-packager.changes --- old/yast2-packager-3.1.62/package/yast2-packager.changes2015-02-12 15:18:11.0 +0100 +++ new/yast2-packager-3.1.63/package/yast2-packager.changes2015-03-04 16:38:10.0 +0100 @@ -1,4 +1,10 @@ --- +Wed Mar 4 15:15:26 UTC 2015 - lsle...@suse.cz + +- removed obsolete patch download callbacks +- 3.1.63 + +--- Wed Feb 11 21:00:06 UTC 2015 - lsle...@suse.cz - process workgroup parameter in URL properly (bnc#784978) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-3.1.62/package/yast2-packager.spec new/yast2-packager-3.1.63/package/yast2-packager.spec --- old/yast2-packager-3.1.62/package/yast2-packager.spec 2015-02-12 15:18:11.0 +0100 +++ new/yast2-packager-3.1.63/package/yast2-packager.spec 2015-03-04 16:38:10.0 +0100 @@ -17,7 +17,7 @@ Name: yast2-packager -Version:3.1.62 +Version:3.1.63 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-3.1.62/src/modules/SlideShowCallbacks.rb new/yast2-packager-3.1.63/src/modules/SlideShowCallbacks.rb --- old/yast2-packager-3.1.62/src/modules/SlideShowCallbacks.rb 2015-02-12 15:18:11.0 +0100 +++ new/yast2-packager-3.1.63/src/modules/SlideShowCallbacks.rb 2015-03-04 16:38:10.0 +0100 @@ -653,11 +653,6 @@ Pkg.CallbackProblemDeltaApply(nil) Pkg.CallbackFinishDeltaApply(nil) - Pkg.CallbackStartPatchDownload(nil) - Pkg.CallbackProgressPatchDownload(nil) - Pkg.CallbackProblemPatchDownload(nil) - Pkg.CallbackFinishPatchDownload(nil) - Pkg.CallbackScriptStart(nil) Pkg.CallbackScriptProgress(nil) Pkg.CallbackScriptProblem(nil) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit parole for openSUSE:Factory
Hello community, here is the log from the commit of package parole for openSUSE:Factory checked in at 2015-03-09 10:07:00 Comparing /work/SRC/openSUSE:Factory/parole (Old) and /work/SRC/openSUSE:Factory/.parole.new (New) Package is parole Changes: --- /work/SRC/openSUSE:Factory/parole/parole.changes2013-12-09 16:56:11.0 +0100 +++ /work/SRC/openSUSE:Factory/.parole.new/parole.changes 2015-03-09 10:07:02.0 +0100 @@ -1,0 +2,68 @@ +Sat Feb 28 22:43:08 UTC 2015 - g...@opensuse.org + +- update to version 0.8.0 + - increased required intltool version (0.35) (bxo#11180) + - use libxfce4ui's versioned help call for the documentation + - fallback to GStreamer 0.10 at build time if 1.0 is not +available (bxo#11053) + - fix build with GStreamer 0.10 (bxo#11052) + - show preview text in the font selection dialog (bxo#11425) + - clear startup notification when already running (bxo#11487) + - translation updates + +--- +Thu May 1 08:35:37 UTC 2014 - g...@opensuse.org + +- update to version 0.6.1 + - properly use specified device, use correct URI (lp#1098323) + - completed port to GTK+3 +- remove deprecated GTK+2 items +- use GtkOverlay for player controls +- use symbolic icons for menus, plugins + - improved window maximization +- window dimensions are no longer saved when maximizing +- added window-maximized setting to xfconf to keep + maximization across sessions + - rearranged and improved menubar +- renamed Edit menu to Playback +- renamed Languages menu item to Audio Track +- added Tools menu +- moved Plugins and Preferences to Tools menu +- added DVD menu (visible only when a DVD or DVD ISO is being + played) +- added Save Playlist item to Media menu +- added Contents item to Help menu +- added Report Bug item to Help menu + - improved playlist +- use symbolic icons in an inline toolbar +- removed redundant settings button +- added Move Up/Down buttons +- improved search + - plugin updates +- added Previous/Next Track menu items to Tray plugin +- added Previous/Next Track menu items to Notification plugin +- added NEW MPRIS2 plugin + - other improvements +- updated artwork (background image, icons) +- fixed GStreamer 1.0 support +- added ability to play DVD ISOs from the Open dialog +- plugins now correctly report when they fail to load +- plugin API documentation updates + - bugs fixed +- fixed missing option to open DVD from iso (bxo#10300) +- fixed allowing a playlist to be sorted and/or items to be + moved (bxo#10066) +- fixed Remember playlist option in GUI not working (bxo#10269) +- fixed Parole showing irritating edge (bxo#10081) +- fixed untranslatable strings (bxo#10418) +- fixed loading of playlists with relative paths (bxo#10436) +- added realmedia video to supported video mimetypes + (bxo#10434) +- fixed IF/ELSE for plugin installation on multiple platforms + (bxo#10142, bxo#10441) +- fixed building with enable-debug=full on some platforms + (bxo#10525) +- fixed crash for m3u files with all absolute paths +- fixed Remove Duplicates functionality. + +--- Old: parole-0.5.4.tar.bz2 New: parole-0.8.0.tar.bz2 Other differences: -- ++ parole.spec ++ --- /var/tmp/diff_new_pack.VVQTVm/_old 2015-03-09 10:07:03.0 +0100 +++ /var/tmp/diff_new_pack.VVQTVm/_new 2015-03-09 10:07:03.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package parole # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: parole -Version:0.5.4 +Version:0.8.0 Release:0 Summary:Modern, Simple Media Player for the Xfce Desktop Environment License:GPL-2.0+ Group: Productivity/Multimedia/Video/Players Url:http://goodies.xfce.org/projects/applications/parole -Source0: http://archive.xfce.org/src/apps/parole/0.5/%{name}-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/apps/parole/0.8/%{name}-%{version}.tar.bz2 # PATCH-FEATURE-UPSTREAM parole-add-uri-scheme-handler-support.patch g...@opensuse.org -- Adds support for URI scheme handlers Patch1: parole-add-uri-scheme-handler-support.patch BuildRequires: gtk-doc @@ -32,37 +32,24 @@ BuildRequires:
commit libxfce4ui for openSUSE:Factory
Hello community, here is the log from the commit of package libxfce4ui for openSUSE:Factory checked in at 2015-03-09 10:06:36 Comparing /work/SRC/openSUSE:Factory/libxfce4ui (Old) and /work/SRC/openSUSE:Factory/.libxfce4ui.new (New) Package is libxfce4ui Changes: --- /work/SRC/openSUSE:Factory/libxfce4ui/libxfce4ui.changes2012-10-16 07:08:54.0 +0200 +++ /work/SRC/openSUSE:Factory/.libxfce4ui.new/libxfce4ui.changes 2015-03-09 10:06:37.0 +0100 @@ -1,0 +2,56 @@ +Sun Mar 01 21:40:00 UTC 2015 - Led led...@gmail.com + +- update BuildRequires + +--- +Sun Mar 01 21:28:00 UTC 2015 - Led led...@gmail.com + +- update BuildRequires + +--- +Sat Feb 28 21:09:15 UTC 2015 - g...@opensuse.org + +- update to version 4.12.0 + - bump version + - translation updates + +--- +Thu Feb 19 09:52:36 UTC 2015 - g...@opensuse.org + +- update to version 4.11.2 + - bump dependencies versions (autotools, Xfce libraries) + - remove SVN $Id$ tags + - properly quote AC_LANG_SOURCE + - fix autoconf m4 directory warning + - fix IT_PROG_INTLTOOL warning + - fix build with --enable-debug=full and GTK3 (bxo#11176) + - add .gitignore + - fix grabbing shortcuts with Super modifier (bxo#10373) + - avoid double forking when spawning external apps (bxo#9373) + - don't drop startup notify hint when resetting to defaults +(bxo#10630) + - add CtrlAltl shortcut for screen locking (xflock4) +(bxo#10728) + - fix xfce_dialog_show_help() + +--- +Wed Apr 30 19:59:18 UTC 2014 - g...@opensuse.org + +- update to version 4.11.1 + - add xfce_dialog_show_help_with_version() so applications can +send their own version number and not the desktop version + - compile GTK+-3 version of libxfce4ui when possible + - depend on GTK 2.24 and Glib 2.28 + - only define distclean files in maintainer mode (bxo#8974) + - don't remove keyboard shortcut when entered twice (bxo#8749) + - fix keyboard shortcuts with Shift modifier (bxo#8744) + - fix alt + print being detected as SysReq (bxo#7897) + - use Primary instead of Control (bxo#8200) + - fix keyboard shortcuts with keypad (bxo#4178) + - autotools updates + - prefer exo-open for opening the manual pages + - add error domain for XfceSmClient + - translation updates +- add subpackage libxfce4ui-2-0 with the GTK3 variant of libxfce4ui + +--- Old: libxfce4ui-4.10.0.tar.bz2 New: libxfce4ui-4.12.0.tar.bz2 Other differences: -- ++ libxfce4ui.spec ++ --- /var/tmp/diff_new_pack.JCpeby/_old 2015-03-09 10:06:38.0 +0100 +++ /var/tmp/diff_new_pack.JCpeby/_new 2015-03-09 10:06:38.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libxfce4ui # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,28 +16,31 @@ # -%define libname libxfce4ui-1-0 +%define libname_gtk2 libxfce4ui-1-0 +%define libname_gtk3 libxfce4ui-2-0 Name: libxfce4ui -Version:4.10.0 +Version:4.12.0 Release:0 Summary:Widgets Library for the Xfce Desktop Environment License:LGPL-2.1+ Group: System/Libraries Url:http://www.xfce.org/ -Source0: http://archive.xfce.org/src/xfce/libxfce4ui/4.10/%{name}-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/xfce/libxfce4ui/4.12/%{name}-%{version}.tar.bz2 # needed until all applications have been ported to xfce_dialog_show_help() or # an alternative mechanism Source1:xfhelp4.sh -BuildRequires: gtk-doc +BuildRequires: fdupes BuildRequires: intltool BuildRequires: update-desktop-files BuildRequires: pkgconfig(gladeui-1.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gtk+-2.0) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(gtk-doc) BuildRequires: pkgconfig(libstartup-notification-1.0) -BuildRequires: pkgconfig(libxfce4util-1.0) = 4.9.0 -BuildRequires: pkgconfig(libxfconf-0) +BuildRequires: pkgconfig(libxfce4util-1.0) = 4.12 +BuildRequires: pkgconfig(libxfconf-0) = 4.12 BuildRequires: pkgconfig(sm) # avoid circular dependency between libxfce4ui and exo #!BuildIgnore: exo-tools @@ -47,7 +50,7 @@ The libxfce4ui library provides a number of widgets commonly used by Xfce
commit libgarcon for openSUSE:Factory
Hello community, here is the log from the commit of package libgarcon for openSUSE:Factory checked in at 2015-03-09 10:06:44 Comparing /work/SRC/openSUSE:Factory/libgarcon (Old) and /work/SRC/openSUSE:Factory/.libgarcon.new (New) Package is libgarcon Changes: --- /work/SRC/openSUSE:Factory/libgarcon/libgarcon.changes 2013-05-06 10:13:50.0 +0200 +++ /work/SRC/openSUSE:Factory/.libgarcon.new/libgarcon.changes 2015-03-09 10:06:45.0 +0100 @@ -1,0 +2,20 @@ +Sat Feb 28 21:13:31 UTC 2015 - g...@opensuse.org + +- update to version 0.4.0 + - update intltool (bxo#8930) + - fix menu icons for misconfigured desktop files (bxo#10709) + - add case insensitive sorting to the menu (bxo#10594) + - don't force URLs to be opened in a web browser (bxo#10212) + - translation updates + +--- +Wed Apr 30 20:07:08 UTC 2014 - g...@opensuse.org + +- update to version 0.3.0 + - avoid direct include of garcon-menu.h + - add garcon_set_environment_xdg() function + - add a garcon-gtk library for common gtk functions + - bail out of creating a directory menu if it doesn't have a name + - translation updates + +--- Old: garcon-0.2.1.tar.bz2 New: garcon-0.4.0.tar.bz2 Other differences: -- ++ libgarcon.spec ++ --- /var/tmp/diff_new_pack.tAivxo/_old 2015-03-09 10:06:46.0 +0100 +++ /var/tmp/diff_new_pack.tAivxo/_new 2015-03-09 10:06:46.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libgarcon # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,23 +17,24 @@ %define libname libgarcon-1-0 - Name: libgarcon -Version:0.2.1 +Version:0.4.0 Release:0 Summary:Library Implementing the freedesktop.org Desktop Menu Specification License:GPL-2.0+ Group: System/Libraries Url:http://wiki.xfce.org/dev/garcon -Source: http://archive.xfce.org/src/libs/garcon/0.2/garcon-%{version}.tar.bz2 +Source: http://archive.xfce.org/src/libs/garcon/0.4/garcon-%{version}.tar.bz2 # PATCH-FEATURE-OPENSUSE libgarcon-x-suse-unimportant-support.patch g...@opensuse.org -- Hide desktop files marked with X-SuSE-Unimportant Patch0: libgarcon-x-suse-unimportant-support.patch -BuildRequires: gtk-doc BuildRequires: intltool BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gthread-2.0) +BuildRequires: pkgconfig(gtk+-2.0) +BuildRequires: pkgconfig(gtk-doc) +BuildRequires: pkgconfig(libxfce4ui-1) BuildRequires: pkgconfig(libxfce4util-1.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -73,6 +74,9 @@ Summary:Development Files for garcon Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} +Requires: pkgconfig(gtk+-2.0) +Requires: pkgconfig(libxfce4ui-1) +Requires: pkgconfig(libxfce4util-1.0) Recommends: %{name}-doc = %{version} %description devel @@ -90,12 +94,12 @@ %package branding-upstream Summary:Upstream Branding of garcon Group: System/GUI/XFCE +# the menu references xfce4-about.desktop +Requires: libxfce4ui-tools +Supplements:packageand(%{name}-data:branding-upstream) # BRAND: xfce-applications.menu: Provides the Xfce applications menu. Conflicts: otherproviders(%{name}-branding) Provides: %{name}-branding = %{version} -Supplements:packageand(%{name}-data:branding-upstream) -# the menu references xfce4-about.desktop -Requires: libxfce4ui-tools BuildArch: noarch %description branding-upstream @@ -126,22 +130,19 @@ %install %make_install -rm -f %{buildroot}%{_libdir}/*.la +find %{buildroot} -type f -name *.la -delete -print rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK} %find_lang garcon %{?no_lang_C} -%clean -rm -rf %{buildroot} - %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig %files -n %{libname} %defattr(-,root,root) -%doc AUTHORS COPYING HACKING NEWS README STATUS TODO +%doc COPYING %{_libdir}/libgarcon-*.so.* %files data @@ -150,16 +151,20 @@ %{_datadir}/desktop-directories/*.directory %files lang -f garcon.lang +%defattr(-,root,root) %files devel %defattr(-,root,root) -%dir %{_includedir}/garcon-1 -%{_includedir}/garcon-1/garcon/ +%{_includedir}/garcon-1/
commit tumbler for openSUSE:Factory
Hello community, here is the log from the commit of package tumbler for openSUSE:Factory checked in at 2015-03-09 10:06:53 Comparing /work/SRC/openSUSE:Factory/tumbler (Old) and /work/SRC/openSUSE:Factory/.tumbler.new (New) Package is tumbler Changes: --- /work/SRC/openSUSE:Factory/tumbler/tumbler.changes 2014-05-27 18:23:35.0 +0200 +++ /work/SRC/openSUSE:Factory/.tumbler.new/tumbler.changes 2015-03-09 10:06:54.0 +0100 @@ -1,0 +2,14 @@ +Sat Feb 28 21:47:18 UTC 2015 - g...@opensuse.org + +- update to version 0.1.31 + - use $XDG_CACHE_HOME/thumbnails as per spec change (bxo#10613) + - move xdt m4 macros into separate directory + - update xdt m4 macros + - bump autotools requirements + - fix IT_PROG_INTLTOOL warning + - fix all m4 warnings + - enable support for video/webm in ffmpeg thumbnailer plugin +(bxo#10360) + - translation updates + +--- Old: tumbler-0.1.30.tar.bz2 New: tumbler-0.1.31.tar.bz2 Other differences: -- ++ tumbler.spec ++ --- /var/tmp/diff_new_pack.P12JsH/_old 2015-03-09 10:06:55.0 +0100 +++ /var/tmp/diff_new_pack.P12JsH/_new 2015-03-09 10:06:55.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package tumbler # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,12 +16,10 @@ # -%bcond_with libffmpegthumbnailer - %define libname libtumbler-1-0 - +%bcond_with libffmpegthumbnailer Name: tumbler -Version:0.1.30 +Version:0.1.31 Release:0 Summary:Thumbnail Management for Xfce License:GPL-2.0+ and LGPL-2.1+ @@ -114,15 +112,12 @@ %install %make_install -find %{buildroot}%{_libdir} -name '*.la' | xargs rm -f +find %{buildroot} -type f -name *.la -delete -print rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK} %find_lang %{name} %{?no_lang_C} -%clean -rm -rf %{buildroot} - %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig @@ -157,6 +152,7 @@ %{_libdir}/libtumbler-1.so.* %files lang -f %{name}.lang +%defattr(-,root,root) %files devel %defattr(-,root,root) ++ tumbler-0.1.30.tar.bz2 - tumbler-0.1.31.tar.bz2 ++ 24483 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit xfce4-branding-openSUSE for openSUSE:Factory
Hello community, here is the log from the commit of package xfce4-branding-openSUSE for openSUSE:Factory checked in at 2015-03-09 10:06:28 Comparing /work/SRC/openSUSE:Factory/xfce4-branding-openSUSE (Old) and /work/SRC/openSUSE:Factory/.xfce4-branding-openSUSE.new (New) Package is xfce4-branding-openSUSE Changes: --- /work/SRC/openSUSE:Factory/xfce4-branding-openSUSE/xfce4-branding-openSUSE.changes 2014-08-25 11:04:01.0 +0200 +++ /work/SRC/openSUSE:Factory/.xfce4-branding-openSUSE.new/xfce4-branding-openSUSE.changes 2015-03-09 10:06:29.0 +0100 @@ -1,0 +2,6 @@ +Sun Mar 1 16:22:13 UTC 2015 - g...@opensuse.org + +- bump version to 4.12 +- lock screen on suspen/hibernate + +--- @@ -25,0 +32,6 @@ +Thu May 1 09:45:17 UTC 2014 - g...@opensuse.org + +- adjust to GTK 3 variant of libxfce4ui + +--- + Other differences: -- ++ xfce4-branding-openSUSE.spec ++ --- /var/tmp/diff_new_pack.bU1xrW/_old 2015-03-09 10:06:30.0 +0100 +++ /var/tmp/diff_new_pack.bU1xrW/_new 2015-03-09 10:06:30.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfce4-branding-openSUSE # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,8 @@ # -%define libxfce4ui_libname libxfce4ui-1-0 +%define libxfce4ui_gtk2_libname libxfce4ui-1-0 +%define libxfce4ui_gtk3_libname libxfce4ui-2-0 %define libexo_libname libexo-1-0 %define xfce4_panel_version %(rpm -q --queryformat '%%{VERSION}' xfce4-panel) @@ -24,7 +25,7 @@ %define xfce4_settings_version %(rpm -q --queryformat '%%{VERSION}' xfce4-settings) %define xfdesktop_version %(rpm -q --queryformat '%%{VERSION}' xfdesktop) %define libgarcon_version %(rpm -q --queryformat '%%{VERSION}' libgarcon-data) -%define libxfce4ui_version %(rpm -q --queryformat '%%{VERSION}' %{libxfce4ui_libname}) +%define libxfce4ui_version %(rpm -q --queryformat '%%{VERSION}' %{libxfce4ui_gtk3_libname}) %define xfce4_notifyd_version %(rpm -q --queryformat '%%{VERSION}' xfce4-notifyd) %define exo_version %(rpm -q --queryformat '%%{VERSION}' %{libexo_libname}) %define xfwm4_version %(rpm -q --queryformat '%%{VERSION}' xfwm4) @@ -33,7 +34,7 @@ %define midori_version %(rpm -q --queryformat '%%{VERSION}' midori) Name: xfce4-branding-openSUSE -Version:4.10.0 +Version:4.12.0 Release:0 Summary:openSUSE Branding of the Xfce Desktop Environment License:CC-BY-SA-3.0 and GPL-2.0+ @@ -42,7 +43,8 @@ Source0:%{name}.tar.bz2 Source1:openSUSE-xfce-icon-theme.tar.bz2 BuildRequires: %{libexo_libname} -BuildRequires: %{libxfce4ui_libname} +BuildRequires: %{libxfce4ui_gtk2_libname} +BuildRequires: %{libxfce4ui_gtk3_libname} BuildRequires: fdupes BuildRequires: libgarcon-data BuildRequires: midori @@ -162,7 +164,8 @@ Group: System/GUI/XFCE Conflicts: otherproviders(libxfce4ui-branding) Provides: libxfce4ui-branding = %{libxfce4ui_version} -Supplements:packageand(%{libxfce4ui_libname}:branding-openSUSE) +Supplements:packageand(%{libxfce4ui_gtk2_libname}:branding-openSUSE) +Supplements:packageand(%{libxfce4ui_gtk3_libname}:branding-openSUSE) %description -n libxfce4ui-branding-openSUSE This package provides the openSUSE look and feel for the libxfce4ui library. ++ xfce4-branding-openSUSE.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xfce4-branding-openSUSE/base/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml new/xfce4-branding-openSUSE/base/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml --- old/xfce4-branding-openSUSE/base/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml 2012-10-22 17:04:20.0 +0200 +++ new/xfce4-branding-openSUSE/base/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml 2015-03-01 17:21:32.0 +0100 @@ -47,4 +47,7 @@ property name=compat type=empty property name=LaunchGNOME type=bool value=true/ /property + property name=shutdown type=empty +property name=LockScreen type=bool value=true/ + /property /channel -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit xfce4-panel-plugin-diskperf for openSUSE:Factory
Hello community, here is the log from the commit of package xfce4-panel-plugin-diskperf for openSUSE:Factory checked in at 2015-03-09 10:07:43 Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-diskperf (Old) and /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-diskperf.new (New) Package is xfce4-panel-plugin-diskperf Changes: --- /work/SRC/openSUSE:Factory/xfce4-panel-plugin-diskperf/xfce4-panel-plugin-diskperf.changes 2012-07-02 11:26:50.0 +0200 +++ /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-diskperf.new/xfce4-panel-plugin-diskperf.changes 2015-03-09 10:07:44.0 +0100 @@ -1,0 +2,9 @@ +Tue Mar 3 21:20:17 UTC 2015 - g...@opensuse.org + +- update to version 2.5.5 + - use the new GtkTooltip API + - fix a memory leak in the FreeBSD codepath (bxo#11153) + - add support for FreeBSD (bxo#10350) + - updated translations + +--- Old: xfce4-diskperf-plugin-2.5.4.tar.bz2 New: xfce4-diskperf-plugin-2.5.5.tar.bz2 Other differences: -- ++ xfce4-panel-plugin-diskperf.spec ++ --- /var/tmp/diff_new_pack.JJMoY6/_old 2015-03-09 10:07:45.0 +0100 +++ /var/tmp/diff_new_pack.JJMoY6/_new 2015-03-09 10:07:45.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfce4-panel-plugin-diskperf # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,8 @@ %define panel_version 4.8.0 %define plugin_name xfce4-diskperf-plugin - Name: xfce4-panel-plugin-diskperf -Version:2.5.4 +Version:2.5.5 Release:0 Summary:Disk Performance Plugin for the Xfce Panel License:GPL-2.0+ @@ -46,21 +45,18 @@ %build %configure --disable-static -make %{_smp_mflags} V=1 +make %{?_smp_mflags} V=1 %install %make_install -rm %{buildroot}%{_libdir}/xfce4/panel/plugins/*.la +find %{buildroot} -type f -name *.la -delete -print rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK} %find_lang %{plugin_name} %{name}.lang %{?no_lang_C} %fdupes %{buildroot}%{_datadir} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README @@ -68,5 +64,6 @@ %{_datadir}/xfce4/panel/plugins/diskperf.desktop %files lang -f %{name}.lang +%defattr(-,root,root) %changelog ++ xfce4-diskperf-plugin-2.5.4.tar.bz2 - xfce4-diskperf-plugin-2.5.5.tar.bz2 ++ 22798 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit xfce4-panel-plugin-mpc for openSUSE:Factory
Hello community, here is the log from the commit of package xfce4-panel-plugin-mpc for openSUSE:Factory checked in at 2015-03-09 10:07:55 Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-mpc (Old) and /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-mpc.new (New) Package is xfce4-panel-plugin-mpc Changes: --- /work/SRC/openSUSE:Factory/xfce4-panel-plugin-mpc/xfce4-panel-plugin-mpc.changes 2012-07-02 11:27:23.0 +0200 +++ /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-mpc.new/xfce4-panel-plugin-mpc.changes 2015-03-09 10:07:56.0 +0100 @@ -1,0 +2,13 @@ +Wed Mar 4 22:19:38 UTC 2015 - g...@opensuse.org + +- update to version 0.4.5 + - send Play/Stop/Next/Previous command to MPD + - decrease/increase volume using the mouse wheel + - show the current volume, status and title as a tooltip when +passing the mouse over the plugin + - show a simple playlist window upon middle-click, permitting to +select a track to play + - configurable MPD host/port/password + - toggles repeat/random features in the right-click menu + +--- Old: xfce4-mpc-plugin-0.4.4.tar.bz2 New: xfce4-mpc-plugin-0.4.5.tar.bz2 Other differences: -- ++ xfce4-panel-plugin-mpc.spec ++ --- /var/tmp/diff_new_pack.jXRToy/_old 2015-03-09 10:07:57.0 +0100 +++ /var/tmp/diff_new_pack.jXRToy/_new 2015-03-09 10:07:57.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfce4-panel-plugin-mpc # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,8 @@ %define panel_version 4.8.0 %define plugin_name xfce4-mpc-plugin - Name: xfce4-panel-plugin-mpc -Version:0.4.4 +Version:0.4.5 Release:0 Summary:MPD Client Plugin for the Xfce Panel License:ISC @@ -48,7 +47,7 @@ %build %configure --disable-static -make %{_smp_mflags} V=1 +make %{?_smp_mflags} V=1 %install %make_install @@ -61,9 +60,6 @@ %fdupes %{buildroot}%{_datadir} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING README TODO @@ -71,5 +67,6 @@ %{_datadir}/xfce4/panel/plugins/xfce4-mpc-plugin.desktop %files lang -f %{name}.lang +%defattr(-,root,root) %changelog ++ xfce4-mpc-plugin-0.4.4.tar.bz2 - xfce4-mpc-plugin-0.4.5.tar.bz2 ++ 28728 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit i18nspector for openSUSE:Factory
Hello community, here is the log from the commit of package i18nspector for openSUSE:Factory checked in at 2015-03-09 10:10:03 Comparing /work/SRC/openSUSE:Factory/i18nspector (Old) and /work/SRC/openSUSE:Factory/.i18nspector.new (New) Package is i18nspector Changes: --- /work/SRC/openSUSE:Factory/i18nspector/i18nspector.changes 2015-02-06 22:38:20.0 +0100 +++ /work/SRC/openSUSE:Factory/.i18nspector.new/i18nspector.changes 2015-03-09 10:10:06.0 +0100 @@ -1,0 +2,7 @@ +Tue Mar 3 10:03:48 UTC 2015 - lazy.k...@opensuse.org + +- Update to 0.18.1. + * Make the plural expression parser more robust. + * Improve the test suite. + +--- Old: i18nspector-0.18.tar.gz i18nspector-0.18.tar.gz.asc New: i18nspector-0.18.1.tar.gz i18nspector-0.18.1.tar.gz.asc Other differences: -- ++ i18nspector.spec ++ --- /var/tmp/diff_new_pack.SYkxeb/_old 2015-03-09 10:10:06.0 +0100 +++ /var/tmp/diff_new_pack.SYkxeb/_new 2015-03-09 10:10:06.0 +0100 @@ -17,7 +17,7 @@ Name: i18nspector -Version:0.18 +Version:0.18.1 Release:0 Summary:Tool for Checking gettext POT/PO/MO Files License:MIT ++ i18nspector-0.18.tar.gz - i18nspector-0.18.1.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/i18nspector-0.18/data/languages new/i18nspector-0.18.1/data/languages --- old/i18nspector-0.18/data/languages 2015-01-27 23:25:05.0 +0100 +++ new/i18nspector-0.18.1/data/languages 2015-03-02 12:26:02.0 +0100 @@ -173,7 +173,7 @@ names = Bengali characters = অ আ ই ঈ উ ঊ ঋ এ ঐ ও ঔ ক খ গ ঘ ঙ চ ছ জ ঝ ঞ ট ঠ ড ঢ ণ ত থ দ ধ ন প ফ ব ভ ম য র ল শ ষ স হ -plural-forms = nplurals=2; plural=n != 1 +plural-forms = nplurals=2; plural=n != 1; principal-territory = IN [bo] @@ -210,7 +210,7 @@ characters = à é è í ï ó ò ú ü ç À É È Í Ï Ó Ò Ú Ü Ç -plural-forms = nplurals=2; plural=n != 1 +plural-forms = nplurals=2; plural=n != 1; principal-territory = ES [ce] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/i18nspector-0.18/doc/changelog new/i18nspector-0.18.1/doc/changelog --- old/i18nspector-0.18/doc/changelog 2015-01-27 23:25:05.0 +0100 +++ new/i18nspector-0.18.1/doc/changelog2015-03-02 12:26:02.0 +0100 @@ -1,3 +1,10 @@ +i18nspector (0.18.1) unstable; urgency=low + + * Make the plural expression parser more robust. + * Improve the test suite. + + -- Jakub Wilk jw...@jwilk.net Mon, 02 Mar 2015 12:25:43 +0100 + i18nspector (0.18) unstable; urgency=low * Rename --debian as --unpack-deb. Don't make it default even on diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/i18nspector-0.18/doc/i18nspector.1 new/i18nspector-0.18.1/doc/i18nspector.1 --- old/i18nspector-0.18/doc/i18nspector.1 2015-01-27 23:25:07.0 +0100 +++ new/i18nspector-0.18.1/doc/i18nspector.12015-03-02 12:26:04.0 +0100 @@ -1,6 +1,6 @@ .\ Man page generated from reStructuredText. . -.TH I18NSPECTOR 1 2015-01-27 i18nspector 0.18 +.TH I18NSPECTOR 1 2015-03-02 i18nspector 0.18.1 .SH NAME i18nspector \- checking tool for gettext POT, PO and MO files . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/i18nspector-0.18/doc/i18nspector.txt new/i18nspector-0.18.1/doc/i18nspector.txt --- old/i18nspector-0.18/doc/i18nspector.txt2015-01-27 23:25:05.0 +0100 +++ new/i18nspector-0.18.1/doc/i18nspector.txt 2015-03-02 12:26:02.0 +0100 @@ -7,7 +7,7 @@ -- :manual section: 1 -:version: i18nspector 0.18 +:version: i18nspector 0.18.1 :date: |date| Synopsis diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/i18nspector-0.18/doc/todo.txt new/i18nspector-0.18.1/doc/todo.txt --- old/i18nspector-0.18/doc/todo.txt 2015-01-27 23:25:05.0 +0100 +++ new/i18nspector-0.18.1/doc/todo.txt 2015-03-02 12:26:02.0 +0100 @@ -40,6 +40,9 @@ * ``nl (Dutch)``: http://sources.debian.net/data/main/g/garcon/0.1.12-1/po/nl.po * ``Serbian (sr)``: http://sources.debian.net/data/main/a/at-spi2-atk/2.5.3-2/po/sr.po +Unbreak ``private/online-check-poedit-data``: +https://github.com/vslavik/poedit/blob/master/src/language_impl_legacy.h + Guess language from ``Language-Team``. * https://translationproject.org/team/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/i18nspector-0.18/lib/cli.py new/i18nspector-0.18.1/lib/cli.py ---
commit apache2-mod_nss for openSUSE:Factory
Hello community, here is the log from the commit of package apache2-mod_nss for openSUSE:Factory checked in at 2015-03-09 10:09:27 Comparing /work/SRC/openSUSE:Factory/apache2-mod_nss (Old) and /work/SRC/openSUSE:Factory/.apache2-mod_nss.new (New) Package is apache2-mod_nss Changes: --- /work/SRC/openSUSE:Factory/apache2-mod_nss/apache2-mod_nss.changes 2014-11-06 16:50:56.0 +0100 +++ /work/SRC/openSUSE:Factory/.apache2-mod_nss.new/apache2-mod_nss.changes 2015-03-09 10:09:39.0 +0100 @@ -1,0 +2,8 @@ +Tue Mar 3 10:25:27 UTC 2015 - kstreit...@suse.com + +- add mod_nss-SNI_support.patch that brings Server Name Indication + support that allows to have multiple HTTPS websites with multiple + certificates on the same IP address and port. + [fate#318331], [bnc#897712] + +--- New: mod_nss-SNI_support.patch Other differences: -- ++ apache2-mod_nss.spec ++ --- /var/tmp/diff_new_pack.xkC1d8/_old 2015-03-09 10:09:40.0 +0100 +++ /var/tmp/diff_new_pack.xkC1d8/_new 2015-03-09 10:09:40.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package apache2-mod_nss # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -74,6 +74,8 @@ Patch24:mod_nss-compare_subject_CN_and_VS_hostname.patch # PATCH-FIX-UPSTREAM bnc#902068 kstreit...@suse.com -- small fixes for TLS-v1.2 Patch25:mod_nss-add_support_for_enabling_TLS_v1.2.patch +# PATCH-FEATURE-UPSTREAM bnc#897712 fate#318331 kstreit...@suse.com -- add Server Name Indication support +Patch26:mod_nss-SNI_support.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %defineapxs /usr/sbin/apxs2 @@ -115,6 +117,7 @@ %patch23 -p0 -b .mod_nss-bnc863518-reopen_dev_tty.rpmpatch %patch24 -p1 -b .mod_nss-compare_subject_CN_and_VS_hostname.rpmpatch %patch25 -p1 -b .mod_nss-add_support_for_enabling_TLS_v1.2.rpmpatch +%patch26 -p1 -b .mod_nss-SNI_support.rpmpatch # keep this last, otherwise we get fuzzyness from above %if 0%{?suse_version} = 1300 ++ mod_nss-SNI_support.patch ++ From 07405e4dbd1e2df6583bb571a6230da78788c19b Mon Sep 17 00:00:00 2001 From: standa sto...@suse.de Date: Thu, 26 Feb 2015 15:23:50 +0100 Subject: [PATCH] SNI check with NameVirtualHosts --- docs/mod_nss.html | 10 ++ mod_nss.c | 3 ++ mod_nss.h | 18 ++ nss_engine_config.c | 11 +++ nss_engine_init.c | 95 - nss_engine_kernel.c | 51 nss_util.c | 19 +++ 7 files changed, 199 insertions(+), 8 deletions(-) Index: mod_nss-1.0.8/docs/mod_nss.html === --- mod_nss-1.0.8.orig/docs/mod_nss.html +++ mod_nss-1.0.8/docs/mod_nss.html @@ -1079,6 +1079,16 @@ components of the client certificate, th br codeNSSRequirebr /codebr +bigbigNSSSNI/big/bigbr +br +Enables or disables Server Name Identification(SNI) extension check for +SSL. This option is turn on by default. SNI vhost_id gets from HTTPS header. +br +br +span style=font-weight: bold;Example/spanbr +br +codeNSSSNI off/codebr +br bigbigNSSProxyEngine/big/bigbr br Enables or disables mod_nss HTTPS support for mod_proxy.br Index: mod_nss-1.0.8/mod_nss.c === --- mod_nss-1.0.8.orig/mod_nss.c +++ mod_nss-1.0.8/mod_nss.c @@ -85,6 +85,9 @@ static const command_rec nss_config_cmds SSL_CMD_SRV(FIPS, FLAG, FIPS 140-1 mode (`on', `off')) +SSL_CMD_SRV(SNI, FLAG, +SNI +(`on', `off')) SSL_CMD_ALL(CipherSuite, TAKE1, Comma-delimited list of permitted SSL Ciphers, + to enable, - to disable (`[+-]XXX,...,[+-]XXX' - see manual)) Index: mod_nss-1.0.8/mod_nss.h === --- mod_nss-1.0.8.orig/mod_nss.h +++ mod_nss-1.0.8/mod_nss.h @@ -308,6 +308,7 @@ struct SSLSrvConfigRec { const char *ocsp_name; BOOL ocsp; BOOL enabled; +BOOL sni; BOOL proxy_enabled; const char *vhost_id; int vhost_id_len; @@ -343,6 +344,20 @@ typedef struct PRInt32 version; /* protocol version valid for this cipher */ } cipher_properties; +typedef struct { + const char *vhost_id[70]; + const char *nick[30]; +} vhostNick[500]; +
commit opendchub for openSUSE:Factory
Hello community, here is the log from the commit of package opendchub for openSUSE:Factory checked in at 2015-03-09 10:10:12 Comparing /work/SRC/openSUSE:Factory/opendchub (Old) and /work/SRC/openSUSE:Factory/.opendchub.new (New) Package is opendchub Changes: --- /work/SRC/openSUSE:Factory/opendchub/opendchub.changes 2013-09-07 12:32:23.0 +0200 +++ /work/SRC/openSUSE:Factory/.opendchub.new/opendchub.changes 2015-03-09 10:10:14.0 +0100 @@ -1,0 +2,7 @@ +Sat Mar 7 00:03:04 UTC 2015 - p.drou...@gmail.com + +- Update to version 0.8.3 + * Fix compilation security warning (brhc#1106649) +- Use source URLs + +--- Old: opendchub-0.8.2.tar.xz New: opendchub-0.8.3.tar.gz Other differences: -- ++ opendchub.spec ++ --- /var/tmp/diff_new_pack.84Oto6/_old 2015-03-09 10:10:15.0 +0100 +++ /var/tmp/diff_new_pack.84Oto6/_new 2015-03-09 10:10:15.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package opendchub # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,17 +17,16 @@ Name: opendchub -Version:0.8.2 +Version:0.8.3 Release:0 Summary:DirectConnect++ Hub Server License:GPL-2.0+ Group: Productivity/Networking/File-Sharing Url:http://opendchub.sf.net/ -Source: %name-%version.tar.xz +Source: http://downloads.sf.net/opendchub/%name-%version.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libcap-devel -BuildRequires: xz %{?libperl_requires} %description -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit GeoIP for openSUSE:Factory
Hello community, here is the log from the commit of package GeoIP for openSUSE:Factory checked in at 2015-03-09 10:09:58 Comparing /work/SRC/openSUSE:Factory/GeoIP (Old) and /work/SRC/openSUSE:Factory/.GeoIP.new (New) Package is GeoIP Changes: --- /work/SRC/openSUSE:Factory/GeoIP/GeoIP.changes 2015-02-24 13:06:43.0 +0100 +++ /work/SRC/openSUSE:Factory/.GeoIP.new/GeoIP.changes 2015-03-09 10:10:02.0 +0100 @@ -1,0 +2,14 @@ +Fri Mar 6 18:40:37 UTC 2015 - mplus...@suse.com + +- Update to 1.6.5 + * A segmentation fault in geoiplookup was fixed when the utility +was passed an invalid database. (Reported in Red Hat +bug #1180874.) + * Additional validation was added for validation of the size used +in the creation of the index cache. (Based on discussion in +Red Hat bug #832913.) + * Changed the code to only look up country codes by using +functions which ensure that we do not try to look past the end +of an array. (Reported by Ivan Sorokin. GitHub #53) + +--- Old: GeoIP-1.6.4.tar.gz New: GeoIP-1.6.5.tar.gz Other differences: -- ++ GeoIP.spec ++ --- /var/tmp/diff_new_pack.55uQPA/_old 2015-03-09 10:10:03.0 +0100 +++ /var/tmp/diff_new_pack.55uQPA/_new 2015-03-09 10:10:03.0 +0100 @@ -17,7 +17,7 @@ Name: GeoIP -Version:1.6.4 +Version:1.6.5 Release:0 Summary:Library to find the country that any IP address originates from License:GPL-2.0+ and LGPL-2.1+ and CC-BY-SA-3.0 ++ GeoIP-1.6.4.tar.gz - GeoIP-1.6.5.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/GeoIP-1.6.4/ChangeLog new/GeoIP-1.6.5/ChangeLog --- old/GeoIP-1.6.4/ChangeLog 2015-01-12 22:45:58.0 +0100 +++ new/GeoIP-1.6.5/ChangeLog 2015-02-25 23:29:48.0 +0100 @@ -1,3 +1,14 @@ +1.6.5 2015-02-25 + +* A segmentation fault in `geoiplookup` was fixed when the utility was passed + an invalid database. (Reported in Red Hat bug #1180874.) +* Additional validation was added for validation of the size used in the + creation of the index cache. (Based on discussion in Red Hat bug #832913.) +* Changed the code to only look up country codes by using functions which + ensure that we do not try to look past the end of an array. (Reported by + Ivan Sorokin. GitHub #53) + + 1.6.4 2015-01-12 * Update Fips codes (Boris Zentner) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/GeoIP-1.6.4/GeoIP.spec new/GeoIP-1.6.5/GeoIP.spec --- old/GeoIP-1.6.4/GeoIP.spec 2015-01-12 22:46:59.0 +0100 +++ new/GeoIP-1.6.5/GeoIP.spec 2015-02-25 23:31:31.0 +0100 @@ -1,5 +1,5 @@ Name: GeoIP -Version:1.6.4 +Version:1.6.5 Summary:GeoIP is a C library finds the location of an IP address. Release:1 Group: System Environment/Libraries diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/GeoIP-1.6.4/apps/geoiplookup.c new/GeoIP-1.6.5/apps/geoiplookup.c --- old/GeoIP-1.6.4/apps/geoiplookup.c 2014-11-11 20:59:10.0 +0100 +++ new/GeoIP-1.6.5/apps/geoiplookup.c 2015-02-25 23:28:41.0 +0100 @@ -144,8 +144,7 @@ return p ? p : N/A; } -static unsigned long -__addr_to_num(const char *addr) +static unsigned long __addr_to_num(const char *addr) { unsigned int c, octet, t; unsigned long ipnum; @@ -245,8 +244,7 @@ GeoIP_range_by_ip_delete(range); } -void -geoiplookup(GeoIP * gi, char *hostname, int i) +void geoiplookup(GeoIP * gi, char *hostname, int i) { const char *country_code; const char *country_name; @@ -263,9 +261,7 @@ if (ipnum == 0) { printf(%s: can't resolve hostname ( %s )\n, GeoIPDBDescription[i], hostname); - }else { - if (GEOIP_DOMAIN_EDITION == i) { domain_name = GeoIP_name_by_ipnum(gi, ipnum); if (domain_name == NULL) { @@ -294,6 +290,10 @@ } }else if (GEOIP_COUNTRY_EDITION == i) { country_id = GeoIP_id_by_ipnum(gi, ipnum); +if (country_id 0 || country_id = (int) GeoIP_num_countries()) { +printf(%s: Invalid database\n, GeoIPDBDescription[i]); +return; +} country_code = GeoIP_country_code[country_id]; country_name = GeoIP_country_name[country_id]; if (country_id == 0) { @@ -370,18 +370,6 @@ printf(%s: Corporate\n, GeoIPDBDescription[i]); } _say_range_by_ip(gi, ipnum); -}else { - -/* - * Silent
commit rubygem-sshkit for openSUSE:Factory
Hello community, here is the log from the commit of package rubygem-sshkit for openSUSE:Factory checked in at 2015-03-09 10:09:50 Comparing /work/SRC/openSUSE:Factory/rubygem-sshkit (Old) and /work/SRC/openSUSE:Factory/.rubygem-sshkit.new (New) Package is rubygem-sshkit Changes: --- /work/SRC/openSUSE:Factory/rubygem-sshkit/rubygem-sshkit.changes 2015-02-16 21:12:56.0 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-sshkit.new/rubygem-sshkit.changes 2015-03-09 10:09:50.0 +0100 @@ -1,0 +2,22 @@ +Fri Mar 6 17:38:51 UTC 2015 - co...@suse.com + +- updated to version 1.7.1 + + * Fix a regression in 1.7.0 that caused command completion messages to be removed from log output. @mattbrictson + + ## 1.7.0 + + * Update Vagrantfile to use multi-provider Hashicorp precise64 box - remove URLs. @townsen + * Merge host ssh_options and Netssh defaults @townsen + Previously if host-level ssh_options were defined the Netssh defaults + were ignored. + * Merge host ssh_options and Netssh defaults + * Fixed race condition where output of failed command would be empty. @townsen + Caused random failures of `test_execute_raises_on_non_zero_exit_status_and_captures_stdout_and_stderr` + Also fixes output handling in failed commands, and generally buggy output. + * Remove override of backtrace() and backtrace_locations() from ExecuteError. @townsen + This interferes with rake default behaviour and creates duplicate stacktraces. + * Allow running local commands using `on(:local)` + * Implement the upload! and download! methods for the local backend + +--- Old: sshkit-1.6.1.gem New: sshkit-1.7.1.gem Other differences: -- ++ rubygem-sshkit.spec ++ --- /var/tmp/diff_new_pack.1usz1w/_old 2015-03-09 10:09:51.0 +0100 +++ /var/tmp/diff_new_pack.1usz1w/_new 2015-03-09 10:09:51.0 +0100 @@ -24,7 +24,7 @@ # Name: rubygem-sshkit -Version:1.6.1 +Version:1.7.1 Release:0 %define mod_name sshkit %define mod_full_name %{mod_name}-%{version} ++ sshkit-1.6.1.gem - sshkit-1.7.1.gem ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 2014-12-16 23:45:13.0 +0100 +++ new/.gitignore 2015-03-02 22:02:27.0 +0100 @@ -1,4 +1,7 @@ *.gem +*.swp +bin/rake +.bundle .yardoc .vagrant* test/tmp diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md --- old/CHANGELOG.md2014-12-16 23:45:13.0 +0100 +++ new/CHANGELOG.md2015-03-02 22:02:27.0 +0100 @@ -3,10 +3,29 @@ This file is written in reverse chronological order, newer releases will appear at the top. -## (Unreleased) +## `master` (Unreleased) - * Add your entries here, remember to credit yourself however you want to be -credited! + * Add your entries below here, remember to credit yourself however you want +to be credited! + +## 1.7.1 + + * Fix a regression in 1.7.0 that caused command completion messages to be removed from log output. @mattbrictson + +## 1.7.0 + + * Update Vagrantfile to use multi-provider Hashicorp precise64 box - remove URLs. @townsen + * Merge host ssh_options and Netssh defaults @townsen +Previously if host-level ssh_options were defined the Netssh defaults +were ignored. + * Merge host ssh_options and Netssh defaults + * Fixed race condition where output of failed command would be empty. @townsen +Caused random failures of `test_execute_raises_on_non_zero_exit_status_and_captures_stdout_and_stderr` +Also fixes output handling in failed commands, and generally buggy output. + * Remove override of backtrace() and backtrace_locations() from ExecuteError. @townsen +This interferes with rake default behaviour and creates duplicate stacktraces. + * Allow running local commands using `on(:local)` + * Implement the upload! and download! methods for the local backend ## 1.6.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/EXAMPLES.md new/EXAMPLES.md --- old/EXAMPLES.md 2014-12-16 23:45:13.0 +0100 +++ new/EXAMPLES.md 2015-03-02 22:02:27.0 +0100 @@ -344,3 +344,10 @@ end end +You can achieve the same thing with `on(:local)` + +on(:local) do + within '/tmp' do +execute :whoami + end +end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/README.md new/README.md --- old/README.md 2014-12-16 23:45:13.0 +0100
commit rubygem-devise-i18n for openSUSE:Factory
Hello community, here is the log from the commit of package rubygem-devise-i18n for openSUSE:Factory checked in at 2015-03-09 10:09:48 Comparing /work/SRC/openSUSE:Factory/rubygem-devise-i18n (Old) and /work/SRC/openSUSE:Factory/.rubygem-devise-i18n.new (New) Package is rubygem-devise-i18n Changes: --- /work/SRC/openSUSE:Factory/rubygem-devise-i18n/rubygem-devise-i18n.changes 2015-02-11 16:45:22.0 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-devise-i18n.new/rubygem-devise-i18n.changes 2015-03-09 10:09:49.0 +0100 @@ -1,0 +2,5 @@ +Fri Mar 6 05:30:10 UTC 2015 - co...@suse.com + +- updated to version 0.11.4 + +--- Old: devise-i18n-0.11.3.gem New: devise-i18n-0.11.4.gem Other differences: -- ++ rubygem-devise-i18n.spec ++ --- /var/tmp/diff_new_pack.w3qYAx/_old 2015-03-09 10:09:50.0 +0100 +++ /var/tmp/diff_new_pack.w3qYAx/_new 2015-03-09 10:09:50.0 +0100 @@ -24,7 +24,7 @@ # Name: rubygem-devise-i18n -Version:0.11.3 +Version:0.11.4 Release:0 %define mod_name devise-i18n %define mod_full_name %{mod_name}-%{version} ++ devise-i18n-0.11.3.gem - devise-i18n-0.11.4.gem ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/VERSION new/VERSION --- old/VERSION 2014-12-12 11:09:23.0 +0100 +++ new/VERSION 2015-03-05 11:25:41.0 +0100 @@ -1 +1 @@ -0.11.3 \ No newline at end of file +0.11.4 \ No newline at end of file Files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/config/locales/az.yml new/config/locales/az.yml --- old/config/locales/az.yml 2014-12-12 11:09:23.0 +0100 +++ new/config/locales/az.yml 2015-03-05 11:25:41.0 +0100 @@ -8,7 +8,7 @@ already_authenticated: Siz hesabınıza artıq daxil olmuşsunuz. inactive: Sizin hesabınız hələ aktivləşdirilməmişdir. invalid: Yanlış email və ya şifrə. - last_attempt: + last_attempt: Account baglanmasından əvvəl sizin ancag birdənə şansıvız galıb. locked: Sizin hesabınız bloklanmışdır. not_found_in_database: Email və ya şifrə yanlışdır. timeout: Sessiyanızın vaxtı bitmişdir, davam etmək üçün zəhmət olmasa yenidən daxil olun. @@ -39,7 +39,7 @@ update_needs_confirmation: Hesabınızı uğurla yenilədiniz, ancaq biz sizin email ünvanınızı yoxlamalıyıq. Zəhmət olmasa email qutunuzu yoxlayın və təstiq linkinə daxil olaraq yeni email ünvanınızı təstiqləyin. updated: Hesabınızı uğurla yenilədiniz. sessions: - already_signed_out: + already_signed_out: Ugurlu cıxış. signed_in: Sistemə uğurla daxil oldunuz. signed_out: Sistemdən uğurla çıxdınız. unlocks: @@ -53,4 +53,4 @@ expired: vaxtı bitmişdir, zəhmət olmasa yenisini istəyin not_found: tapılmadı not_locked: bloklanmış deyildi - not_saved: + not_saved: '%{count} səhvlər %{resource} də geydə olunub. ' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/config/locales/bg.yml new/config/locales/bg.yml --- old/config/locales/bg.yml 2014-12-12 11:09:23.0 +0100 +++ new/config/locales/bg.yml 2015-03-05 11:25:41.0 +0100 @@ -1,7 +1,7 @@ bg: devise: confirmations: - confirmed: Регистрацията Ви е потвърдена. Влязохте успешно. + confirmed: Регистрацията Ви е потвърдена. send_instructions: Ще получите имейл с инструкции за потвърждаване на Вашата регистрация до няколко минути. send_paranoid_instructions: Ако Вашият имейл адрес съществува в нашата база данни, ще получите имейл с инструкции за потвърждаване на Вашия профил до няколко минути. failure: @@ -36,16 +36,16 @@ signed_up_but_inactive: Регистирахте се успешно. Въпреки това, не можете да влезете в профила си, защото той все още не е активиран. signed_up_but_locked: Регистрирахте се успешно. Въпреки това, не можете да влезете в профила си, защото той е заключен. signed_up_but_unconfirmed: Писмо с линк за потвърждаване на профила Ви беше изпратено на вашия имейл адрес. Моля, отворете линка, за да активирате Вашия профил. - update_needs_confirmation: Обновихте профила си успешно, но трябва да проверим Вашия нов имейл адрес. Моля, проверете пощата си и отворете линка за потвърждаване на новия адрес.' + update_needs_confirmation: Обновихте профила си успешно, но трябва да проверим Вашия нов имейл адрес. Моля, проверете пощата си и отворете линка за потвърждаване на новия адрес. updated: Обновихте профила си успешно.
commit converseen for openSUSE:Factory
Hello community, here is the log from the commit of package converseen for openSUSE:Factory checked in at 2015-03-09 10:10:05 Comparing /work/SRC/openSUSE:Factory/converseen (Old) and /work/SRC/openSUSE:Factory/.converseen.new (New) Package is converseen Changes: --- /work/SRC/openSUSE:Factory/converseen/converseen.changes2015-02-16 22:12:23.0 +0100 +++ /work/SRC/openSUSE:Factory/.converseen.new/converseen.changes 2015-03-09 10:10:07.0 +0100 @@ -1,0 +2,7 @@ +Fri Mar 6 08:51:04 UTC 2015 - lazy.k...@opensuse.org + +- Update to 0.9.1. + * Updates dialog is now more user friendly. + * Various code optimizations and improvements. + +--- Old: converseen-0.9.0.tar.bz2 New: converseen-0.9.1.tar.bz2 Other differences: -- ++ converseen.spec ++ --- /var/tmp/diff_new_pack.ETPsMe/_old 2015-03-09 10:10:07.0 +0100 +++ /var/tmp/diff_new_pack.ETPsMe/_new 2015-03-09 10:10:07.0 +0100 @@ -17,7 +17,7 @@ Name: converseen -Version:0.9.0 +Version:0.9.1 Release:0 Summary:Batch Image Conversion Tool License:GPL-3.0+ ++ converseen-0.9.0.tar.bz2 - converseen-0.9.1.tar.bz2 ++ 3256 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit setconf for openSUSE:Factory
Hello community, here is the log from the commit of package setconf for openSUSE:Factory checked in at 2015-03-09 10:10:21 Comparing /work/SRC/openSUSE:Factory/setconf (Old) and /work/SRC/openSUSE:Factory/.setconf.new (New) Package is setconf Changes: --- /work/SRC/openSUSE:Factory/setconf/setconf.changes 2014-12-19 09:37:54.0 +0100 +++ /work/SRC/openSUSE:Factory/.setconf.new/setconf.changes 2015-03-09 10:10:22.0 +0100 @@ -1,0 +2,8 @@ +Sun Mar 8 18:03:19 UTC 2015 - sor.ale...@meowr.ru + +- Update to 0.6.6 (changes since 0.6.4): + * Can now use += or -= for increasing or decreasing integer +values. + * Fix a problem with files without newline endings. + +--- Old: setconf-0.6.4.tar.xz New: setconf-0.6.6.tar.xz Other differences: -- ++ setconf.spec ++ --- /var/tmp/diff_new_pack.G2viQL/_old 2015-03-09 10:10:22.0 +0100 +++ /var/tmp/diff_new_pack.G2viQL/_new 2015-03-09 10:10:22.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package setconf # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: setconf -Version:0.6.4 +Version:0.6.6 Release:0 Summary:Utility to easily change settings in configuration files License:GPL-2.0+ @@ -45,6 +45,6 @@ %defattr(-,root,root) %doc COPYING %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1.gz +%{_mandir}/man?/%{name}.?%{ext_man} %changelog ++ setconf-0.6.4.tar.xz - setconf-0.6.6.tar.xz ++ Files old/setconf-0.6.4/setconf.1.gz and new/setconf-0.6.6/setconf.1.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/setconf-0.6.4/setconf.py new/setconf-0.6.6/setconf.py --- old/setconf-0.6.4/setconf.py2014-12-03 13:25:32.0 +0100 +++ new/setconf-0.6.6/setconf.py2015-03-03 21:52:29.0 +0100 @@ -20,6 +20,7 @@ # Aug 2014 # Oct 2014 # Dec 2014 +# Mar 2015 # from sys import argv @@ -31,8 +32,9 @@ # TODO: Use optparse or argparse if shedskin is no longer a target. -VERSION = 0.6.4 -ASSIGNMENTS = ['==', '=', '=', ':=', '::', ':'] +VERSION = 0.6.6 +ASSIGNMENTS = ['==', '=', '+=', '-=', '=', ':=', '::', ':'] + def get_encoding(filename): Use the output from the file command to guess the encoding. @@ -43,17 +45,24 @@ else: return (False, None) -def firstpart(line, including_assignment=True): + +def parts(line, including_assignment=True): +Return the key and value parts of a line, if there is an assignment there. +May include the assignment as part of the key. stripline = line.strip() if not stripline: -return None +return None, None # Skip lines that start with #, // or /* if (stripline[0] == #) or (stripline[:2] in [//, /*]): -return None +return None, None # These assignments are supported, in this order assignment = found = [] for ass in ASSIGNMENTS: +# Skip the += and -= operators when finding keys and values +if ass in ['+=', '-=']: +continue +# Collect the rest if ass in line: found.append(ass) if len(found) == 1: @@ -71,12 +80,21 @@ assignment = firstassignment # Return the key part of the line if assignment: +fields = line.split(assignment, 1) if including_assignment: -return line.split(assignment, 1)[0] + assignment +return fields[0] + assignment, fields[1] else: -return line.split(assignment, 1)[0] +return fields[0], fields[1] # No assignments were found -return None +return None, None + + +def firstpart(line, including_assignment=True): +return parts(line, including_assignment)[0] + + +def secondpart(line, including_assignment=True): +return parts(line, including_assignment)[1] def changeline(line, newvalue): @@ -137,13 +155,13 @@ testcontent = LIGHTS =ON bananas= not present tea := yes -crazyclown:ok +randombob:ok testcontent_changed = LIGHTS = off bananas= not present tea := yes -crazyclown:ok +randombob:ok passes = True @@ -165,10 +183,16 @@ except IOError: print(Can't read %s % (filename)) sysexit(2) +final_nl = True +if linesep not in data: +lines = [data] +final_nl = False +elif not
commit vdr for openSUSE:Factory
Hello community, here is the log from the commit of package vdr for openSUSE:Factory checked in at 2015-03-09 10:10:24 Comparing /work/SRC/openSUSE:Factory/vdr (Old) and /work/SRC/openSUSE:Factory/.vdr.new (New) Package is vdr Changes: --- /work/SRC/openSUSE:Factory/vdr/vdr.changes 2015-02-11 16:44:39.0 +0100 +++ /work/SRC/openSUSE:Factory/.vdr.new/vdr.changes 2015-03-09 10:10:25.0 +0100 @@ -1,0 +2,23 @@ +Wed Mar 4 12:11:56 UTC 2015 - seife+...@b1-systems.com + +- update to version 2.2.0, most important new features: + * rotor support + * VDR now reads command line options from *.conf files in +/etc/vdr/conf.d, see vdr.1 and vdr.5 for details. + * Added support for systemd + * Channels that are not listed in the SDT are now only marked as +OBSOLETE if Setup/DVB/Update channels is set to a value other +than no or PIDs only. + * Added support for Satellite Channel Routing (SCR) according +to EN50607, also known as JESS + * Added support for LCN (Logical Channel Numbers), which plugins +may use to sort channels + * dropped support for distributed video directory over multiple +disks + * lots of bug fixes + * see HISTORY for more details +- see the UPDATE-2.2.0 file for migration hints, too +- the dynamite patch is disabled for now as it does not apply +- vdrapi version changed to 2.2.0 + +--- Old: vdr-2.0.7.tar.bz2 New: vdr-2.2.0.tar.bz2 Other differences: -- ++ vdr.spec ++ --- /var/tmp/diff_new_pack.Kp5lVr/_old 2015-03-09 10:10:26.0 +0100 +++ /var/tmp/diff_new_pack.Kp5lVr/_new 2015-03-09 10:10:26.0 +0100 @@ -28,9 +28,10 @@ BuildRequires: linux-glibc-devel BuildRequires: ncurses-devel BuildRequires: pkg-config +BuildRequires: systemd-devel # %define vdrname vdr -%define vdr_apiversion 2.0.6 +%define vdr_apiversion 2.2.0 %define vdr_localedir %{_datadir}/vdr/locale %define vdr_libdir %{_libdir}/vdr %define vdr_includedir %{_includedir}/vdr @@ -39,7 +40,7 @@ # Url:http://www.tvdr.de/ PreReq: /usr/sbin/useradd -Version:2.0.7 +Version:2.2.0 Release:0 Summary:Video Disk Recorder License:GPL-2.0+ @@ -101,7 +102,9 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%if 0 %patch4 -p1 +%endif %patch5 -p1 %patch6 -p1 # @@ -124,6 +127,7 @@ CACHEDIR = %{_localstatedir}/cache/vdr LIRC_DEVICE = /var/run/lirc/lircd VDR_USER = vdr +SDNOTIFY = 1 EOF # APIVERSION=`sed -ne '/define APIVERSION/s/^.*\(.*\).*$/\1/p' config.h` ++ vdr-2.0.7.tar.bz2 - vdr-2.2.0.tar.bz2 ++ 28318 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit xen for openSUSE:Factory
Hello community, here is the log from the commit of package xen for openSUSE:Factory checked in at 2015-03-09 10:00:11 Comparing /work/SRC/openSUSE:Factory/xen (Old) and /work/SRC/openSUSE:Factory/.xen.new (New) Package is xen Changes: --- /work/SRC/openSUSE:Factory/xen/xen.changes 2015-02-18 20:36:20.0 +0100 +++ /work/SRC/openSUSE:Factory/.xen.new/xen.changes 2015-03-09 10:00:12.0 +0100 @@ -1,0 +2,7 @@ +Tue Feb 24 16:22:45 UTC 2015 - meiss...@suse.com + +- Disable the PIE enablement done for Factory, as the XEN code + is not buildable with PIE and it does not make much sense + to build the hypervisor code with it. + +--- Other differences: -- ++ xen.spec ++ --- /var/tmp/diff_new_pack.jmiiRC/_old 2015-03-09 10:00:15.0 +0100 +++ /var/tmp/diff_new_pack.jmiiRC/_new 2015-03-09 10:00:15.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package xen # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + # needssslcertforbuild Name: xen @@ -86,6 +87,7 @@ %ifarch %ix86 x86_64 BuildRequires: dev86 %endif +#!BuildIgnore: gcc-PIE BuildRequires: bison BuildRequires: fdupes BuildRequires: flex -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit mobile-broadband-provider-info for openSUSE:Factory
Hello community, here is the log from the commit of package mobile-broadband-provider-info for openSUSE:Factory checked in at 2015-03-09 10:01:10 Comparing /work/SRC/openSUSE:Factory/mobile-broadband-provider-info (Old) and /work/SRC/openSUSE:Factory/.mobile-broadband-provider-info.new (New) Package is mobile-broadband-provider-info Changes: --- /work/SRC/openSUSE:Factory/mobile-broadband-provider-info/mobile-broadband-provider-info.changes 2014-10-31 12:27:27.0 +0100 +++ /work/SRC/openSUSE:Factory/.mobile-broadband-provider-info.new/mobile-broadband-provider-info.changes 2015-03-09 10:01:10.0 +0100 @@ -1,0 +2,15 @@ +Wed Feb 04 10:50:33 UTC 2015 - dims...@opensuse.org + +- Update to version 20150114: + + nl: add Vodafone Machine-to-Machine (M2N) APN + + kg: add balance check ussds for MegaCom and O! operators + + es: add APN for Lebara (unknown MCC/MNC) + + ch: add USSD codes to get balance for Orange CH + + fr: add USSD code to change balance for Orange FR + + it: add Tiscali MVNO for Italy (bgo#735967) + + de: remove orphaned vistream/Telogic MVNOs + + bd: add Teletalk and update Airtel name for Bangladesh (bgo#738743) + + es: remove 'Airtel' from the Vodafone operator name (bgo#742836) + + es: add new operator Lowi (bgo#742839) + +--- Old: mobile-broadband-provider-info-20120614.git.20141008.b71dc34.tar.xz New: _servicedata mobile-broadband-provider-info-20150114.tar.xz Other differences: -- ++ mobile-broadband-provider-info.spec ++ --- /var/tmp/diff_new_pack.El4aM0/_old 2015-03-09 10:01:11.0 +0100 +++ /var/tmp/diff_new_pack.El4aM0/_new 2015-03-09 10:01:11.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package mobile-broadband-provider-info # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: mobile-broadband-provider-info -Version:20120614.git.20141008.b71dc34 +Version:20150114 Release:0 Summary:Mobile Service Provider Database License:SUSE-Public-Domain ++ _service ++ --- /var/tmp/diff_new_pack.El4aM0/_old 2015-03-09 10:01:11.0 +0100 +++ /var/tmp/diff_new_pack.El4aM0/_new 2015-03-09 10:01:11.0 +0100 @@ -2,7 +2,8 @@ service name=tar_scm mode=disabled param name=urlhttps://git.gnome.org/browse/mobile-broadband-provider-info/param param name=scmgit/param -param name=versionformat20120614.git.%cd.%h/param +param name=versionformat%cd/param +param name=changesgenerateenable/param /service service name=recompress mode=disabled param name=file*.tar/param ++ _servicedata ++ servicedata service name=tar_scm param name=urlhttps://git.gnome.org/browse/mobile-broadband-provider-info/param param name=changesrevision62e403a2b5d14d8673f105404587060066748652/param/service/servicedata++ mobile-broadband-provider-info-20120614.git.20141008.b71dc34.tar.xz - mobile-broadband-provider-info-20150114.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mobile-broadband-provider-info-20120614.git.20141008.b71dc34/serviceproviders.xml new/mobile-broadband-provider-info-20150114/serviceproviders.xml --- old/mobile-broadband-provider-info-20120614.git.20141008.b71dc34/serviceproviders.xml 2014-10-12 16:06:39.0 +0200 +++ new/mobile-broadband-provider-info-20150114/serviceproviders.xml 2015-02-04 11:50:32.0 +0100 @@ -1320,7 +1320,7 @@ /gsm /provider provider - nameWarid/name + nameAirtel (Warid)/name gsm network-id mcc=470 mnc=07/ apn value=internet @@ -1338,6 +1338,24 @@ /gsm /provider provider + !-- http://www.teletalk.com.bd/cpoint/3G/MMS_Internet_service.php -- + nameTeletalk/name + gsm + network-id mcc=470 mnc=04/ + apn value=wap + plan type=prepaid/ + usage type=internet/ + nameInternet/name + /apn + apn value=mms + usage type=mms/ + nameAirtel MMS/name +
commit pcp for openSUSE:Factory
Hello community, here is the log from the commit of package pcp for openSUSE:Factory checked in at 2015-03-09 10:00:44 Comparing /work/SRC/openSUSE:Factory/pcp (Old) and /work/SRC/openSUSE:Factory/.pcp.new (New) Package is pcp Changes: --- /work/SRC/openSUSE:Factory/pcp/pcp.changes 2015-03-03 11:11:59.0 +0100 +++ /work/SRC/openSUSE:Factory/.pcp.new/pcp.changes 2015-03-09 10:00:46.0 +0100 @@ -1,0 +2,9 @@ +Tue Mar 3 14:08:18 UTC 2015 - dd...@suse.com + +- Update to 3.10.3 + See http://git.pcp.io/cgi-bin/gitweb.cgi?p=pcp/pcp.git;a=blob_plain;f=CHANGELOG;hb=3.10.3 + +- New sub-package + + pcp-import-ganglia2pcp + +--- Old: pcp-3.10.2.src.tar.gz New: pcp-3.10.3.src.tar.gz Other differences: -- ++ pcp.spec ++ --- /var/tmp/diff_new_pack.i7VboO/_old 2015-03-09 10:00:47.0 +0100 +++ /var/tmp/diff_new_pack.i7VboO/_new 2015-03-09 10:00:47.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package pcp # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -63,7 +63,7 @@ License:%{license_gplv2plus} and %{license_lgplv2plus} and %{license_cc_by} Group: %{pcp_gr} Name: pcp -Version:3.10.2 +Version:3.10.3 Release:0 %define buildversion 1 @@ -601,6 +601,23 @@ into standard PCP archive logs for replay with any PCP monitoring tool. # +# pcp-import-ganglia2pcp +# +%package import-ganglia2pcp +Summary:Performance Co-Pilot tools for importing ganglia data into PCP archive logs +License:%{license_lgplv2plus} +Group: %{pcp_gr} +Url:http://www.pcp.io +%if !0%{?suse_version} +Requires: pcp-libs = %{version}-%{release} +%endif +Requires: perl-PCP-LogImport = %{version}-%{release} + +%description import-ganglia2pcp +Performance Co-Pilot (PCP) front-end tools for importing ganglia data +into standard PCP archive logs for replay with any PCP monitoring tool. + +# # pcp-import-collectl2pcp # %package import-collectl2pcp @@ -1422,6 +1439,11 @@ %{_bindir}/mrtg2pcp %{_mandir}/man1/mrtg2pcp.1.gz +%files import-ganglia2pcp +%defattr(-,root,root) +%{_bindir}/ganglia2pcp +%{_mandir}/man1/ganglia2pcp.1.gz + %files import-collectl2pcp %defattr(-,root,root) %{_bindir}/collectl2pcp ++ pcp-3.10.2.src.tar.gz - pcp-3.10.3.src.tar.gz ++ /work/SRC/openSUSE:Factory/pcp/pcp-3.10.2.src.tar.gz /work/SRC/openSUSE:Factory/.pcp.new/pcp-3.10.3.src.tar.gz differ: char 5, line 1 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libgsystem for openSUSE:Factory
Hello community, here is the log from the commit of package libgsystem for openSUSE:Factory checked in at 2015-03-09 10:00:55 Comparing /work/SRC/openSUSE:Factory/libgsystem (Old) and /work/SRC/openSUSE:Factory/.libgsystem.new (New) Package is libgsystem Changes: --- /work/SRC/openSUSE:Factory/libgsystem/libgsystem.changes2014-02-11 10:30:51.0 +0100 +++ /work/SRC/openSUSE:Factory/.libgsystem.new/libgsystem.changes 2015-03-09 10:00:56.0 +0100 @@ -1,0 +2,18 @@ +Wed Jan 28 11:00:54 UTC 2015 - opensuse-packag...@opensuse.org + +- Update to version v2015.1: + + fsutils: Add two small APIs for opendirat() + + fileutil: Add new API to iterate over a directory with *at system calls + + shutil: Change rm_rf() to use new GSDirFdIterator, and add *at variant + + localalloc: Add gs_fd_close cleanup + + gsystem-errors.h: Add gs_set_error_from_errno() + + Port internal users to new gs_set_error_from_errno() + + Release 2014.3 + + libgsystem: Add gs_fd_get_all_xattrs + + fileutils: Consistently use O_CLOEXEC + + Release 2015.1 +- Introduce _build_from_vcs defines, set to 1. Conditionally + BuildRequire gnome-common and call autogen.sh, as the current + tarnall is a git checkout. + +--- Old: libgsystem-2014.1.tar.xz New: _service _servicedata libgsystem-2015.1.tar.xz Other differences: -- ++ libgsystem.spec ++ --- /var/tmp/diff_new_pack.2ox42D/_old 2015-03-09 10:00:57.0 +0100 +++ /var/tmp/diff_new_pack.2ox42D/_new 2015-03-09 10:00:57.0 +0100 @@ -1,6 +1,7 @@ # -# spec file for package +# spec file for package libgsystem # +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -15,14 +16,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + +%define _build_from_vcs 1 + Name: libgsystem -Version:2014.1 +Version:2015.1 Release:0 -License:LGPL-2.0+ Summary:GIO-based library targeted for use by OS component -Url:https://wiki.gnome.org/Projects/LibGSystem +License:LGPL-2.0+ Group: System/Libraries -Source: http://ftp.acc.umu.se/pub/GNOME/sources/libgsystem/2014.1/libgsystem-2014.1.tar.xz +Url:https://wiki.gnome.org/Projects/LibGSystem +Source: %{name}-%{version}.tar.xz +%if %{_build_from_vcs} +BuildRequires: gnome-common +%endif BuildRequires: gobject-introspection-devel BuildRequires: libattr-devel BuildRequires: pkgconfig(gio-unix-2.0) = 2.34.0 @@ -100,6 +107,9 @@ %setup -q %build +%if %{_build_from_vcs} +NOCONFIGURE=1 ./autogen.sh +%endif %configure make %{?_smp_mflags} ++ _service ++ services service name=tar_scm mode=disabled param name=urlgit://git.gnome.org/libgsystem/param param name=scmgit/param param name=versionformat2015.1/param param name=changesgenerateenable/param param name=revisionrefs/tags/v2015.1/param /service service name=recompress mode=disabled param name=file*.tar/param param name=compressionxz/param /service service name=set_version mode=disabled/ /services ++ _servicedata ++ servicedata service name=tar_scm param name=urlgit://git.gnome.org/libgsystem/param param name=changesrevisiond84aa25549057bc48ff632a01bc4f1052eca8133/param/service/servicedata++ libgsystem-2014.1.tar.xz - libgsystem-2015.1.tar.xz ++ 45431 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit tiff for openSUSE:Factory
Hello community, here is the log from the commit of package tiff for openSUSE:Factory checked in at 2015-03-09 10:04:39 Comparing /work/SRC/openSUSE:Factory/tiff (Old) and /work/SRC/openSUSE:Factory/.tiff.new (New) Package is tiff Changes: --- /work/SRC/openSUSE:Factory/tiff/tiff.changes2014-12-25 23:19:57.0 +0100 +++ /work/SRC/openSUSE:Factory/.tiff.new/tiff.changes 2015-03-09 10:04:40.0 +0100 @@ -1,0 +2,20 @@ +Thu Feb 26 13:58:54 UTC 2015 - pgaj...@suse.com + +- security update: CVE-2014-9655, CVE-2014-8127, CVE-2014-8128, + CVE-2014-8129, CVE-2014-8130, CVE-2015-1547 + bnc#914890, bnc#916925, bnc#916927 + + erouault.2856.patch + + erouault.2857.patch + + erouault.2858.patch + + erouault.2859.patch + + erouault.2860.patch + + erouault.2861.patch + + erouault.2862.patch + + erouault.2863.patch + + erouault.2876.patch + + bfriesen.2805.patch + + tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch + + tiff-handle-TIFFTAG_PREDICTOR.patch + + tiff-dither-malloc-check.patch + +--- New: bfriesen.2805.patch erouault.2856.patch erouault.2857.patch erouault.2858.patch erouault.2859.patch erouault.2860.patch erouault.2861.patch erouault.2862.patch erouault.2863.patch erouault.2876.patch tiff-dither-malloc-check.patch tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch tiff-handle-TIFFTAG_PREDICTOR.patch Other differences: -- ++ tiff.spec ++ --- /var/tmp/diff_new_pack.YM5Mir/_old 2015-03-09 10:04:41.0 +0100 +++ /var/tmp/diff_new_pack.YM5Mir/_new 2015-03-09 10:04:41.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package tiff # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -60,6 +60,20 @@ Patch9: tiff-4.0.3-CVE-2013-4231.patch Patch10:tiff-4.0.3-CVE-2013-4244.patch Patch11:tiff-4.0.3-CVE-2013-4243.patch +Patch12:erouault.2856.patch +Patch13:erouault.2857.patch +Patch14:erouault.2858.patch +Patch15:erouault.2859.patch +Patch16:erouault.2860.patch +Patch17:erouault.2861.patch +Patch18:erouault.2862.patch +Patch19:erouault.2863.patch +Patch20:erouault.2876.patch +Patch21:bfriesen.2805.patch +Patch22:tiff-dither-malloc-check.patch +Patch23:tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch +Patch24:tiff-handle-TIFFTAG_PREDICTOR.patch + # FYI: this issue is solved another way # http://bugzilla.maptools.org/show_bug.cgi?id=1985#c1 # Patch9: tiff-%{version}-lzw-CVE-2009-2285.patch @@ -115,6 +129,19 @@ %patch9 %patch10 %patch11 +%patch12 -p1 +%patch13 -p1 +%patch14 -p1 +%patch15 -p1 +%patch16 -p1 +%patch17 -p1 +%patch18 -p1 +%patch19 -p1 +%patch20 -p1 +%patch21 -p1 +%patch22 +%patch23 +%patch24 %build CFLAGS=$RPM_OPT_FLAGS -fPIE ++ bfriesen.2805.patch ++ - PatchSet 2805 Date: 2012/11/18 19:51:52 Author: bfriesen Branch: HEAD Tag: (none) Log: * libtiff/tif_{unix,vms,win32}.c (_TIFFmalloc): ANSI C does not require malloc() to return NULL pointer if requested allocation size is zero. Assure that _TIFFmalloc does. Members: ChangeLog:1.924-1.925 libtiff/tif_unix.c:1.23-1.24 libtiff/tif_vms.c:1.11-1.12 libtiff/tif_win32.c:1.39-1.40 Index: libtiff/libtiff/tif_unix.c diff -u libtiff/libtiff/tif_unix.c:1.23 libtiff/libtiff/tif_unix.c:1.24 --- libtiff/libtiff/tif_unix.c:1.23 Fri Jun 1 16:40:59 2012 +++ libtiff/libtiff/tif_unix.c Sun Nov 18 12:51:52 2012 @@ -257,6 +257,9 @@ void* _TIFFmalloc(tmsize_t s) { +if (s == 0) +return ((void *) NULL); + return (malloc((size_t) s)); } ++ erouault.2856.patch ++ - PatchSet 2856 Date: 2014/12/21 17:15:31 Author: erouault Branch: HEAD Tag: (none) Log: Fix various crasher bugs on fuzzed images. * libtiff/tif_dir.c: TIFFSetField(): refuse to set negative values for TIFFTAG_XRESOLUTION and TIFFTAG_YRESOLUTION that cause asserts when writing the directory * libtiff/tif_dirread.c: TIFFReadDirectory(): refuse to read ColorMap or TransferFunction if BitsPerSample has not yet been read, otherwise reading it later will cause user code to crash if BitsPerSample 1 * libtiff/tif_getimage.c: TIFFRGBAImageOK(): return FALSE if LOGLUV with SamplesPerPixel != 3, or if CIELAB with SamplesPerPixel != 3 or BitsPerSample != 8 *
commit smartmontools for openSUSE:Factory
Hello community, here is the log from the commit of package smartmontools for openSUSE:Factory checked in at 2015-03-09 10:04:11 Comparing /work/SRC/openSUSE:Factory/smartmontools (Old) and /work/SRC/openSUSE:Factory/.smartmontools.new (New) Package is smartmontools Changes: --- /work/SRC/openSUSE:Factory/smartmontools/smartmontools.changes 2014-12-09 09:13:21.0 +0100 +++ /work/SRC/openSUSE:Factory/.smartmontools.new/smartmontools.changes 2015-03-09 10:04:12.0 +0100 @@ -1,0 +2,13 @@ +Tue Mar 3 17:35:15 CET 2015 - sbra...@suse.cz + +- Improve drivedb.h update scriptlets: Detect update across + branches. +- Check state of smartmontools-drivedb.h in %prep. +- Add ghost records for files created by update-smart-drivedb. +- Improve smartmontools-drivedb_h-update.sh script: Perform spec + file changess. +- Clean up on uninstall. +- Update smartmontools-drivedb.h to the latest version from the + upstream branch RELEASE_6_3_DRIVEDB. + +--- Other differences: -- ++ smartmontools.spec ++ --- /var/tmp/diff_new_pack.ja80n3/_old 2015-03-09 10:04:13.0 +0100 +++ /var/tmp/diff_new_pack.ja80n3/_new 2015-03-09 10:04:13.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package smartmontools # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,6 @@ Name: smartmontools -# Important: When doing a version update that changes DRIVEDB_BRANCH -# in smartmontools-drivedb_h-update.sh, you have to check, -# that the packaged drivedb.h has a higher svn release number than any -# version that exist in older svn branches. If not, you have -# to implement special case in the %%post section. -# Numbers in quotes are release numbers on 2013-12-04. -# http://sourceforge.net/p/smartmontools/code/HEAD/tree/branches/RELEASE_5_39_DRIVEDB/smartmontools/drivedb.h#l61 (3412) -# http://sourceforge.net/p/smartmontools/code/HEAD/tree/branches/RELEASE_5_40_DRIVEDB/smartmontools/drivedb.h#l78 (3850) -# http://sourceforge.net/p/smartmontools/code/HEAD/tree/branches/RELEASE_5_41_DRIVEDB/smartmontools/drivedb.h#l78 (3850) -# http://sourceforge.net/p/smartmontools/code/HEAD/tree/branches/RELEASE_5_43_DRIVEDB/smartmontools/drivedb.h#l78 (3850) -# http://sourceforge.net/p/smartmontools/code/HEAD/tree/branches/RELEASE_6_0_DRIVEDB/smartmontools/drivedb.h#l78 (3850) -# http://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/smartmontools/drivedb.h#l78 (3856) Version:6.3 Release:0 Source: http://sourceforge.net/projects/smartmontools/files/smartmontools/%{version}/%{name}-%{version}.tar.gz @@ -40,7 +28,7 @@ Source5:%{name}.generate_smartd_opts.in # SOURCE-FEATURE-SLE smartmontools-drivedb_h-update.sh bnc851276 sbra...@suse.cz -- Supplementary script to update drivedb.h. Source6:smartmontools-drivedb_h-update.sh -# SOURCE-FEATURE-UPSTREAM smartmontools-drivedb.h bnc851276 sbra...@suse.cz -- Update of drivedb.h. +# SOURCE-FEATURE-UPSTREAM smartmontools-drivedb.h bnc851276 sbra...@suse.cz -- Update of drivedb.h. (Following line is handled by smartmontools-drivedb_h-update.sh.) Source7:smartmontools-drivedb.h # PATCH-FEATURE-UNITEDLINUX smartmontools-default-enabled.patch sbra...@suse.cz -- Enable smartd by default. Patch1: smartmontools-default-enabled.patch @@ -88,13 +76,33 @@ %prep %setup -q cp -a %{SOURCE2} %{SOURCE5} . -cp -a %{SOURCE7} drivedb.h +# Following line is handled by smartmontools-drivedb_h-update.sh. +cp -a %{SOURCE7} drivedb.h.new %patch1 %patch4 %patch10 -p1 %patch11 +# # PATCH-FEATURE-OPENSUSE (sed on smartd.service.in) sbra...@suse.cz -- Use generated smartd_opts (from SUSE sysconfig file). Systemd smartd.service cannot be smart enough to parse SUSE sysconfig file and generate smartd_opts on fly. And we do not want to launch shell just for it in every boot. -sed -i s:/usr/local/etc/sysconfig/smartmontools:%{_localstatedir}/lib/smartmontools/smartd_opts: smartd.service.in +sed s:/usr/local/etc/sysconfig/smartmontools:%{_localstatedir}/lib/smartmontools/smartd_opts: smartd.service.in smartd.service.in.new +if cmp -s smartd.service.in smartd.service.in.new ; then + echo Failed to modify smartd.service.in + exit 1 +fi +# +# Check whether drivedb.h from the tarball is older than drivedb.h.new +# If yes, replace it. If not, fail. +# PACKAGERS: Don't delete this section. It prevents packaging of outdated
commit libarchive for openSUSE:Factory
Hello community, here is the log from the commit of package libarchive for openSUSE:Factory checked in at 2015-03-09 10:04:46 Comparing /work/SRC/openSUSE:Factory/libarchive (Old) and /work/SRC/openSUSE:Factory/.libarchive.new (New) Package is libarchive Changes: --- /work/SRC/openSUSE:Factory/libarchive/libarchive.changes2014-11-24 11:15:39.0 +0100 +++ /work/SRC/openSUSE:Factory/.libarchive.new/libarchive.changes 2015-03-09 10:04:47.0 +0100 @@ -1,0 +2,6 @@ +Thu Mar 5 13:36:09 UTC 2015 - adr...@suse.com + +- fix a directory traversal in cpio tool (bnc#920870) + directory-traversal-fix.patch + +--- New: directory-traversal-fix.patch Other differences: -- ++ libarchive.spec ++ --- /var/tmp/diff_new_pack.Md9xTm/_old 2015-03-09 10:04:48.0 +0100 +++ /var/tmp/diff_new_pack.Md9xTm/_new 2015-03-09 10:04:48.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libarchive # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -56,7 +56,10 @@ BuildRequires: zlib-devel Patch0: libarchive-openssl.patch Patch1: libarchive-xattr.patch +# PATCH-FIX-UPSTREAM bnc#800024 Patch2: CVE-2013-0211.patch +# PATCH-FIX-UPSTREAM bnc#920870 +Patch3: directory-traversal-fix.patch %description Libarchive is a programming library that can create and read several @@ -167,6 +170,8 @@ %endif %patch1 -p1 %patch2 -p1 +%patch3 -p1 + %build autoreconf -fiv %global optflags%{optflags} -D_REENTRANT -pipe ++ directory-traversal-fix.patch ++ commit 59357157706d47c365b2227739e17daba3607526 Author: Alessandro Ghedini alessan...@ghedini.me Date: Sun Mar 1 12:07:45 2015 +0100 Add ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS option This fixes a directory traversal in the cpio tool. Index: libarchive-3.1.2/cpio/bsdcpio.1 === --- libarchive-3.1.2.orig/cpio/bsdcpio.1 +++ libarchive-3.1.2/cpio/bsdcpio.1 @@ -156,7 +156,8 @@ See above for description. .It Fl Fl insecure (i and p mode only) Disable security checks during extraction or copying. -This allows extraction via symbolic links and path names containing +This allows extraction via symbolic links, absolute paths, +and path names containing .Sq .. in the name. .It Fl J , Fl Fl xz Index: libarchive-3.1.2/cpio/cpio.c === --- libarchive-3.1.2.orig/cpio/cpio.c +++ libarchive-3.1.2/cpio/cpio.c @@ -179,6 +179,7 @@ main(int argc, char *argv[]) cpio-extract_flags |= ARCHIVE_EXTRACT_NO_OVERWRITE_NEWER; cpio-extract_flags |= ARCHIVE_EXTRACT_SECURE_SYMLINKS; cpio-extract_flags |= ARCHIVE_EXTRACT_SECURE_NODOTDOT; + cpio-extract_flags |= ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS; cpio-extract_flags |= ARCHIVE_EXTRACT_PERM; cpio-extract_flags |= ARCHIVE_EXTRACT_FFLAGS; cpio-extract_flags |= ARCHIVE_EXTRACT_ACL; @@ -264,6 +265,7 @@ main(int argc, char *argv[]) case OPTION_INSECURE: cpio-extract_flags = ~ARCHIVE_EXTRACT_SECURE_SYMLINKS; cpio-extract_flags = ~ARCHIVE_EXTRACT_SECURE_NODOTDOT; + cpio-extract_flags = ~ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS; break; case 'L': /* GNU cpio */ cpio-option_follow_links = 1; Index: libarchive-3.1.2/libarchive/archive.h === --- libarchive-3.1.2.orig/libarchive/archive.h +++ libarchive-3.1.2/libarchive/archive.h @@ -562,6 +562,8 @@ __LA_DECL int archive_read_set_options(s /* Default: Do not use HFS+ compression if it was not compressed. */ /* This has no effect except on Mac OS v10.6 or later. */ #defineARCHIVE_EXTRACT_HFS_COMPRESSION_FORCED (0x8000) +/* Default: Do not reject entries with absolute paths */ +#define ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS (0x1) __LA_DECL int archive_read_extract(struct archive *, struct archive_entry *, int flags); Index: libarchive-3.1.2/libarchive/archive_write_disk.3 === --- libarchive-3.1.2.orig/libarchive/archive_write_disk.3 +++ libarchive-3.1.2/libarchive/archive_write_disk.3 @@ -177,6 +177,9 @@ The default is to not refuse such paths. Note that paths ending in .Pa .. always
commit skelcd-control-openSUSE for openSUSE:Factory
Hello community, here is the log from the commit of package skelcd-control-openSUSE for openSUSE:Factory checked in at 2015-03-09 10:04:20 Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old) and /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new (New) Package is skelcd-control-openSUSE Changes: --- /work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes 2015-01-30 20:31:36.0 +0100 +++ /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new/skelcd-control-openSUSE-promo.changes 2015-03-09 10:04:21.0 +0100 @@ -1,0 +2,7 @@ +Thu Mar 05 12:23:19 UTC 2015 - dval...@suse.com + +- Change repositories for Tumbleweed for PowerPC as well +- Change repos on ppc64le as well +- 13.2.20 + +--- skelcd-control-openSUSE.changes: same change Old: skelcd-control-openSUSE-13.2.19.tar.bz2 New: skelcd-control-openSUSE-13.2.20.tar.bz2 Other differences: -- ++ skelcd-control-openSUSE-promo.spec ++ --- /var/tmp/diff_new_pack.uo969q/_old 2015-03-09 10:04:22.0 +0100 +++ /var/tmp/diff_new_pack.uo969q/_new 2015-03-09 10:04:22.0 +0100 @@ -77,7 +77,7 @@ Url:https://github.com/yast/skelcd-control-openSUSE AutoReqProv:off -Version:13.2.19 +Version:13.2.20 Release:0 Summary:The openSUSE Installation Control file License:MIT @@ -116,8 +116,9 @@ install -m 644 control/$CONTROL_FILE $RPM_BUILD_ROOT/CD1/control.xml -%ifarch ppc ppc64 +%ifarch ppc ppc64 ppc64le sed -i -e s,http://download.opensuse.org/distribution/,http://download.opensuse.org/ports/ppc/distribution/,; $RPM_BUILD_ROOT/CD1/control.xml +sed -i -e s,http://download.opensuse.org/tumbleweed/,http://download.opensuse.org/ports/ppc/tumbleweed/,; $RPM_BUILD_ROOT/CD1/control.xml sed -i -e s,http://download.opensuse.org/debug/,http://download.opensuse.org/ports/ppc/debug/,; $RPM_BUILD_ROOT/CD1/control.xml sed -i -e s,http://download.opensuse.org/source/,http://download.opensuse.org/ports/ppc/source/,; $RPM_BUILD_ROOT/CD1/control.xml xmllint --noout --relaxng /usr/share/YaST2/control/control.rng $RPM_BUILD_ROOT/CD1/control.xml ++ skelcd-control-openSUSE.spec ++ --- /var/tmp/diff_new_pack.uo969q/_old 2015-03-09 10:04:22.0 +0100 +++ /var/tmp/diff_new_pack.uo969q/_new 2015-03-09 10:04:22.0 +0100 @@ -77,7 +77,7 @@ Url:https://github.com/yast/skelcd-control-openSUSE AutoReqProv:off -Version:13.2.19 +Version:13.2.20 Release:0 Summary:The openSUSE Installation Control file License:MIT @@ -116,8 +116,9 @@ install -m 644 control/$CONTROL_FILE $RPM_BUILD_ROOT/CD1/control.xml -%ifarch ppc ppc64 +%ifarch ppc ppc64 ppc64le sed -i -e s,http://download.opensuse.org/distribution/,http://download.opensuse.org/ports/ppc/distribution/,; $RPM_BUILD_ROOT/CD1/control.xml +sed -i -e s,http://download.opensuse.org/tumbleweed/,http://download.opensuse.org/ports/ppc/tumbleweed/,; $RPM_BUILD_ROOT/CD1/control.xml sed -i -e s,http://download.opensuse.org/debug/,http://download.opensuse.org/ports/ppc/debug/,; $RPM_BUILD_ROOT/CD1/control.xml sed -i -e s,http://download.opensuse.org/source/,http://download.opensuse.org/ports/ppc/source/,; $RPM_BUILD_ROOT/CD1/control.xml xmllint --noout --relaxng /usr/share/YaST2/control/control.rng $RPM_BUILD_ROOT/CD1/control.xml ++ skelcd-control-openSUSE-13.2.19.tar.bz2 - skelcd-control-openSUSE-13.2.20.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/skelcd-control-openSUSE-13.2.19/package/skelcd-control-openSUSE.changes new/skelcd-control-openSUSE-13.2.20/package/skelcd-control-openSUSE.changes --- old/skelcd-control-openSUSE-13.2.19/package/skelcd-control-openSUSE.changes 2015-01-29 11:07:12.0 +0100 +++ new/skelcd-control-openSUSE-13.2.20/package/skelcd-control-openSUSE.changes 2015-03-05 13:12:09.0 +0100 @@ -1,4 +1,11 @@ --- +Thu Mar 05 12:23:19 UTC 2015 - dval...@suse.com + +- Change repositories for Tumbleweed for PowerPC as well +- Change repos on ppc64le as well +- 13.2.20 + +--- Mon Jan 19 09:32:37 UTC 2015 - dims...@opensuse.org - Change repositories for Tumbleweed from /factory to /tumbleweed diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/skelcd-control-openSUSE-13.2.19/package/skelcd-control-openSUSE.spec new/skelcd-control-openSUSE-13.2.20/package/skelcd-control-openSUSE.spec ---
commit libxfce4util for openSUSE:Factory
Hello community, here is the log from the commit of package libxfce4util for openSUSE:Factory checked in at 2015-03-09 10:05:02 Comparing /work/SRC/openSUSE:Factory/libxfce4util (Old) and /work/SRC/openSUSE:Factory/.libxfce4util.new (New) Package is libxfce4util Changes: --- /work/SRC/openSUSE:Factory/libxfce4util/libxfce4util.changes 2014-10-23 14:19:46.0 +0200 +++ /work/SRC/openSUSE:Factory/.libxfce4util.new/libxfce4util.changes 2015-03-09 10:05:03.0 +0100 @@ -1,0 +2,18 @@ +Sat Feb 28 21:07:37 UTC 2015 - g...@opensuse.org + +- update to version 4.12.1 + - fix small mistake in 4.12.0, xfce_version_string was left at +4.10 + +--- +Sat Feb 28 21:03:05 UTC 2015 - g...@opensuse.org + +- update to version 4.12.0 + - update libtool version to reflect dropped symbols (bxo#10737) + - autotools updates + - don't use freed rc file to avoid crash (bxo#9026) + - remove unused or unrequired API functions: xfce_strjoin, +xfce_gethostname, xfce_putenv, xfce_setenv, xfce_unsetenv + - translation updates + +--- @@ -8,0 +27,10 @@ + +--- +Wed Apr 30 19:56:54 UTC 2014 - g...@opensuse.org + +- update to version 4.10.0 + - autotools updates + - don't use freed rc file to avoid crash (bxo#9026) + - remove unused or unrequired API functions: xfce_strjoin, +xfce_gethostname, xfce_putenv, xfce_setenv, xfce_unsetenv + - translation updates Old: libxfce4util-4.10.1.tar.bz2 New: libxfce4util-4.12.1.tar.bz2 Other differences: -- ++ libxfce4util.spec ++ --- /var/tmp/diff_new_pack.X8mT34/_old 2015-03-09 10:05:03.0 +0100 +++ /var/tmp/diff_new_pack.X8mT34/_new 2015-03-09 10:05:03.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libxfce4util # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,23 +16,22 @@ # -%define libname libxfce4util6 - +%define libname libxfce4util7 Name: libxfce4util -Version:4.10.1 +Version:4.12.1 Release:0 Summary:Utility Library for the Xfce Desktop Environment License:LGPL-2.1+ Group: System/Libraries Url:http://www.xfce.org/ -Source: http://archive.xfce.org/src/xfce/libxfce4util/4.10/%{name}-%{version}.tar.bz2 +Source: http://archive.xfce.org/src/xfce/libxfce4util/4.12/%{name}-%{version}.tar.bz2 Source100: %{name}-rpmlintrc # PATCH-FEATURE-OPENSUSE libxfce4util-xfce-rc-i18n.patch bnc#829113 g...@opensuse.org -- Translate Name, GenericName, and Comment entries of desktop files via gettext when read via the xfce_rc_* API Patch0: libxfce4util-xfce-rc-i18n.patch -BuildRequires: gtk-doc BuildRequires: intltool BuildRequires: perl BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gtk-doc) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -93,15 +92,12 @@ %install %make_install -rm -f %{buildroot}%{_libdir}/*.la +find %{buildroot} -type f -name *.la -delete -print rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,ur_PK,tl_PH} %find_lang %{name} %{?no_lang_C} -%clean -rm -rf %{buildroot} - %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig @@ -111,6 +107,7 @@ %{_sbindir}/xfce4-kiosk-query %files lang -f %{name}.lang +%defattr(-,root,root) %files -n %{libname} %defattr(-,root,root) ++ libxfce4util-4.10.1.tar.bz2 - libxfce4util-4.12.1.tar.bz2 ++ 14577 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit linuxrc for openSUSE:Factory
Hello community, here is the log from the commit of package linuxrc for openSUSE:Factory checked in at 2015-03-09 10:04:29 Comparing /work/SRC/openSUSE:Factory/linuxrc (Old) and /work/SRC/openSUSE:Factory/.linuxrc.new (New) Package is linuxrc Changes: --- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes 2015-02-06 10:57:21.0 +0100 +++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2015-03-09 10:04:31.0 +0100 @@ -1,0 +2,9 @@ +Thu Mar 5 14:55:47 CET 2015 - snw...@suse.com + +- quote filenames +- warn if driver update didn't contain usable data +- show error message for failed driver update loads (bnc #901598) +- allow files to be signed directly +- 5.0.32 + +--- Old: linuxrc-5.0.31.tar.xz New: linuxrc-5.0.32.tar.xz Other differences: -- ++ linuxrc.spec ++ --- /var/tmp/diff_new_pack.GjnnJJ/_old 2015-03-09 10:04:32.0 +0100 +++ /var/tmp/diff_new_pack.GjnnJJ/_new 2015-03-09 10:04:32.0 +0100 @@ -25,7 +25,7 @@ Summary:SUSE Installation Program License:GPL-3.0+ Group: System/Boot -Version:5.0.31 +Version:5.0.32 Release:0 Source: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ linuxrc-5.0.31.tar.xz - linuxrc-5.0.32.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-5.0.31/VERSION new/linuxrc-5.0.32/VERSION --- old/linuxrc-5.0.31/VERSION 2015-02-05 11:58:44.0 +0100 +++ new/linuxrc-5.0.32/VERSION 2015-03-05 14:53:44.0 +0100 @@ -1 +1 @@ -5.0.31 +5.0.32 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-5.0.31/auto2.c new/linuxrc-5.0.32/auto2.c --- old/linuxrc-5.0.31/auto2.c 2015-02-05 11:58:44.0 +0100 +++ new/linuxrc-5.0.32/auto2.c 2015-03-05 14:53:44.0 +0100 @@ -405,6 +405,8 @@ /* load run driverupdates */ if(config.update.urls) { +int should_have_updates = 0; + dud_count = config.update.count; /* point at list end */ for(names = config.update.name_list; *names; names = (*names)-next); @@ -417,8 +419,20 @@ fprintf(url-quiet ? stderr : stdout, Reading driver update: %s\n, sl-key); fflush(url-quiet ? stderr : stdout); + // for later... + char *err_buf = NULL; + strprintf(err_buf, Failed to load driver update:\n%s, url_print(url, 0)); + if(url-is.mountable) { err = url_mount(url, config.mountpoint.update, test_and_add_dud); +if(!url-quiet) { + if(err) { +dia_message2(err_buf, MSGTYPE_ERROR); + } + else { +should_have_updates = 1; + } +} } else { char *file_name = strdup(new_download()); @@ -448,12 +462,18 @@ free(path2); if(!err) { + if(!url-quiet) should_have_updates = 1; test_and_add_dud(url); LXRC_WAIT util_umount(config.mountpoint.update); } +else if(!url-quiet) { + dia_message2(err_buf, MSGTYPE_ERROR); +} } + str_copy(err_buf, NULL); + LXRC_WAIT url_umount(url); @@ -462,7 +482,11 @@ util_do_driver_updates(); if(dud_count == config.update.count) { - fprintf(stderr, No new driver updates found.\n); + if(should_have_updates) { +char *msg = No applicable driver updates found.; +fprintf(stderr, %s\n, msg); +dia_message2(msg, MSGTYPE_INFO); + } } else { if(*names) { @@ -1033,7 +1057,11 @@ if(config.win) win_close(win); if(dud_count == config.update.count) { -fprintf(stderr, No new driver updates found.\n); +if(!err) { + char *msg = No applicable driver updates found.; + fprintf(stderr, %s\n, msg); + dia_message2(msg, MSGTYPE_INFO); +} } else { if(*names) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxrc-5.0.31/changelog new/linuxrc-5.0.32/changelog --- old/linuxrc-5.0.31/changelog2015-02-05 11:58:44.0 +0100 +++ new/linuxrc-5.0.32/changelog2015-03-05 14:53:44.0 +0100 @@ -1,3 +1,9 @@ +2015-03-05:5.0.32 + - quote filenames + - warn if driver update didn't contain usable data + - show error message for failed driver update loads (bnc #901598) + - allow files to be signed directly + 2015-02-05:5.0.31 - update git2log script - keep default nanny setting unless explicitly changed diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
commit dialog for openSUSE:Factory
Hello community, here is the log from the commit of package dialog for openSUSE:Factory checked in at 2015-03-09 10:03:59 Comparing /work/SRC/openSUSE:Factory/dialog (Old) and /work/SRC/openSUSE:Factory/.dialog.new (New) Package is dialog Changes: --- /work/SRC/openSUSE:Factory/dialog/dialog.changes2015-01-07 09:38:25.0 +0100 +++ /work/SRC/openSUSE:Factory/.dialog.new/dialog.changes 2015-03-09 10:04:00.0 +0100 @@ -1,0 +2,27 @@ +Thu Mar 5 08:05:24 UTC 2015 - wer...@suse.de + +- Hack around bug in libtool as it seems to be broken in shell + function func_lalib_unsafe_p() as this does only work if a + file descriptor 0 exists. + +--- +Wed Mar 4 14:26:46 UTC 2015 - wer...@suse.de + +- Update to version 1.2-20150225 + + modify gauge widget to keep from erasing a second gauge widget, e.g., +via the --and-widget option. This is a cosmetic change to match +behavior of dialog 1.0 (report by Jason Orendorf). + + add configure option --with-man2html + + add configure options for versioned symbols, from ongoing work on +ncurses. + + update configure macros, e.g., for shared libraries +- Changes from 1.2- 20150125 + + suppress highlighting of character which denotes an abbreviation or +shortcut for the OK/Cancel and other buttons for these widgets, which +use abbreviations for the list shown on the screen: buildlist, +checklist/radiobox, menubox, treeview (Debian #775295). + + add grid up/left and down/right bindings in editbox.c as synonyms for +field prev and next, respectively when handling the OK/Cancel buttons +(Debian #775294). + +--- Old: dialog-1.2-20140911.tgz New: dialog-1.2-20150225.tgz Other differences: -- ++ dialog.spec ++ --- /var/tmp/diff_new_pack.nYZ0rC/_old 2015-03-09 10:04:01.0 +0100 +++ /var/tmp/diff_new_pack.nYZ0rC/_new 2015-03-09 10:04:01.0 +0100 @@ -15,12 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: dialog Url:http://invisible-island.net/dialog/ Version:1.2 Release:0 -%define src_date 20140911 -%define somajor 11 +%define src_date 20150225 +%define somajor 12 Summary:Menus and Input Boxes for Shell Scripts License:LGPL-2.1 Group: Development/Tools/Other @@ -68,7 +69,6 @@ bzcat %{S:2} po/ko.po %patch0 -p0 %patch2 -p1 -chmod -x samples/* %build CC=gcc @@ -93,9 +93,13 @@ --disable-rpath-hack \ --includedir=%{_includedir}/dialog +# libtool seems to be broken in shell function func_lalib_unsafe_p() +exec 0/dev/null make %{?_smp_mflags} %install +# libtool seems to be broken in shell function func_lalib_unsafe_p() +exec 0/dev/null make DESTDIR=%{buildroot} install find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print ++ dialog-1.2-20140911.tgz - dialog-1.2-20150225.tgz ++ 12955 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit adns for openSUSE:Factory
Hello community, here is the log from the commit of package adns for openSUSE:Factory checked in at 2015-03-09 10:03:26 Comparing /work/SRC/openSUSE:Factory/adns (Old) and /work/SRC/openSUSE:Factory/.adns.new (New) Package is adns Changes: --- /work/SRC/openSUSE:Factory/adns/adns.changes2013-06-18 09:52:34.0 +0200 +++ /work/SRC/openSUSE:Factory/.adns.new/adns.changes 2015-03-09 10:03:27.0 +0100 @@ -1,0 +2,19 @@ +Mon Mar 2 19:52:21 UTC 2015 - mplus...@suse.com + +- Remove obsolete patches + * adns-ocloexec.patch + * adns-1.4-ipv6.patch +- Add gpg signature +- Cleanup spec-file with spec-cleaner +- Remove already disabled %check section, tests require working + network setup +- Update to 1.5.0 + * This release provides full IPv6 support. Applications can +request records (containing IPv6 addresses) as well as, +or instead of, A records (containing IPv4 addresses). adns +1.5 can speak to nameservers over IPv6. + * converting between addresses and address literals. These carry +less baggage than getaddrinfo and getnameinfo. + * bugfixes and other minor changes (see changelog for details) + +--- Old: adns-1.4-ipv6.patch adns-1.4.tar.gz adns-ocloexec.patch New: adns-1.5.0.tar.gz adns-1.5.0.tar.gz.sig adns.keyring Other differences: -- ++ adns.spec ++ --- /var/tmp/diff_new_pack.PWyu7i/_old 2015-03-09 10:03:28.0 +0100 +++ /var/tmp/diff_new_pack.PWyu7i/_new 2015-03-09 10:03:28.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package adns # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,43 +16,43 @@ # -Name: adns %define lname libadns1 -Version:1.4 +Name: adns +Version:1.5.0 Release:0 -Url:http://www.chiark.greenend.org.uk/~ian/adns/ftp/ Summary:Advanced Easy-to-Use Asynchronous-Capable DNS Utilities License:GPL-2.0+ Group: Productivity/Networking/DNS/Utilities -Source: http://www.chiark.greenend.org.uk/~ian/adns/ftp/%{name}-%{version}.tar.gz -Source1:README.SUSE -Source2:baselibs.conf -Patch0: %{name}-%{version}-destdir.patch -Patch1: %{name}-%{version}-configure.patch -Patch2: %{name}-%{version}-ipv6.patch +Url:http://www.chiark.greenend.org.uk/~ian/adns/ftp/ +Source0: http://www.chiark.greenend.org.uk/~ian/adns/ftp/%{name}-%{version}.tar.gz +Source1: http://www.chiark.greenend.org.uk/~ian/adns/ftp/%{name}-%{version}.tar.gz.sig +Source2:%{name}.keyring +Source3:README.SUSE +Source4:baselibs.conf +Patch0: %{name}-1.4-destdir.patch +Patch1: %{name}-1.4-configure.patch Patch3: adns-visibility.patch -Patch4: adns-ocloexec.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description adns includes a collection of useful DNS resolver utilities. -%package -n %lname +%package -n %{lname} Summary:Advanced DNS resolver client library Group: System/Libraries Provides: libadns = %{version} #openSUSE 10.2 Obsoletes: libadns = 1.3 -%description -n %lname +%description -n %{lname} Libadns is an advanced, easy to use, asynchronous-capable DNS resolver client library for C (and C++) programs. %package -n libadns-devel Summary:Libraries and header files to develop programs with libadns support Group: Development/Languages/C and C++ -Requires: %lname = %{version} +Requires: %{lname} = %{version} Requires: glibc-devel %description -n libadns-devel @@ -63,10 +63,8 @@ %setup -q %patch0 %patch1 -%patch2 %patch3 -%patch4 -cp %{S:1} . +cp %{SOURCE3} . %build autoreconf -fiv @@ -74,20 +72,16 @@ make %{?_smp_mflags} all %install -make DESTDIR=%{buildroot} install +make DESTDIR=%{buildroot} install %{?_smp_mflags} # FIXME: --disable-static not available rm %{buildroot}%{_libdir}/*.a -%check -# disable check for ipv6 patch -#make check - %files %defattr(-,root,root) -%doc COPYING GPL-vs-LGPL LICENCE.WAIVERS README* TODO changelog +%doc COPYING GPL-vs-LGPL README* TODO changelog %{_bindir}/adns* -%files -n %lname +%files -n %{lname} %defattr(-,root,root) %{_libdir}/libadns.so.1* @@ -96,8 +90,8 @@ %{_includedir}/adns.h %{_libdir}/libadns.so -%post -n %lname -p
commit gavl for openSUSE:Factory
Hello community, here is the log from the commit of package gavl for openSUSE:Factory checked in at 2015-03-09 10:03:08 Comparing /work/SRC/openSUSE:Factory/gavl (Old) and /work/SRC/openSUSE:Factory/.gavl.new (New) Package is gavl Changes: --- /work/SRC/openSUSE:Factory/gavl/gavl.changes2015-03-03 11:12:14.0 +0100 +++ /work/SRC/openSUSE:Factory/.gavl.new/gavl.changes 2015-03-09 10:03:09.0 +0100 @@ -1,0 +2,7 @@ +Sun Mar 1 13:17:50 UTC 2015 - avvi...@yandex.ru + +- Fix build in packman 11.4: + * fix permission denied: add BuildRoot + * fix rm -rf %doc: change of installation directory for doc + +--- Other differences: -- ++ gavl.spec ++ --- /var/tmp/diff_new_pack.KitV74/_old 2015-03-09 10:03:10.0 +0100 +++ /var/tmp/diff_new_pack.KitV74/_new 2015-03-09 10:03:10.0 +0100 @@ -33,6 +33,7 @@ BuildRequires: doxygen BuildRequires: libtool BuildRequires: pkg-config +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Gavl is short for Gmerlin Audio Video Library. It is a low level library, upon @@ -83,11 +84,11 @@ %build ./autogen.sh -%configure --docdir=%{_docdir}/%{name} --without-cpuflags +%configure --docdir=%{_docdir}/lib%{name} --without-cpuflags make %{?_smp_mflags} %install -%make_install +make DESTDIR=%{buildroot} install %{?_smp_mflags} find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print %post -n libgavl%{soname} -p /sbin/ldconfig @@ -98,7 +99,6 @@ %defattr(-,root,root) %doc AUTHORS COPYING README TODO %{_bindir}/gavfdump -%exclude %{_docdir}/%{name}/apiref %files -n libgavl%{soname} %defattr(0644, root, root, 0755) @@ -106,7 +106,7 @@ %files -n libgavl-devel %defattr(0644, root, root, 0755) -%{_docdir}/%{name}/apiref +%{_docdir}/lib%{name} %{_libdir}/libgavl.so %{_includedir}/%{name}/ %{_libdir}/pkgconfig/%{name}.pc -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit neon for openSUSE:Factory
Hello community, here is the log from the commit of package neon for openSUSE:Factory checked in at 2015-03-09 10:03:40 Comparing /work/SRC/openSUSE:Factory/neon (Old) and /work/SRC/openSUSE:Factory/.neon.new (New) Package is neon Changes: --- /work/SRC/openSUSE:Factory/neon/neon.changes2013-08-23 11:12:44.0 +0200 +++ /work/SRC/openSUSE:Factory/.neon.new/neon.changes 2015-03-09 10:03:42.0 +0100 @@ -1,0 +2,10 @@ +Wed Mar 4 12:50:17 UTC 2015 - mplus...@suse.com + +- Cleanup spec file with spec-cleaner +- Add gpg signature +- Enable tests +- Use fdupes to remove duplicates +- Update to 0.30.1 + * small changes, for details see included ChangeLog + +--- Old: neon-0.30.0.tar.gz New: neon-0.30.1.tar.gz neon-0.30.1.tar.gz.asc neon.keyring Other differences: -- ++ neon.spec ++ --- /var/tmp/diff_new_pack.oieo6p/_old 2015-03-09 10:03:43.0 +0100 +++ /var/tmp/diff_new_pack.oieo6p/_new 2015-03-09 10:03:43.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package neon # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,11 +17,19 @@ Name: neon -Version:0.30.0 +Version:0.30.1 Release:0 Summary:An HTTP and WebDAV Client Library License:GPL-2.0+ Group: Development/Libraries/Other +Url:http://www.webdav.org/neon +Source0:http://www.webdav.org/neon/neon-%{version}.tar.gz +Source1:http://www.webdav.org/neon/neon-%{version}.tar.gz.asc +Source2:%{name}.keyring +Source3:baselibs.conf +# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches +Patch0: %{name}-0.28.4-bloat.patch +BuildRequires: fdupes BuildRequires: krb5-devel BuildRequires: libexpat-devel BuildRequires: libopenssl-devel @@ -29,17 +37,11 @@ BuildRequires: libtool BuildRequires: pkg-config BuildRequires: zlib-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build # bug437293 %ifarch ppc64 Obsoletes: neon-64bit %endif -Url:http://www.webdav.org/neon -# -Source: http://www.webdav.org/neon/neon-%{version}.tar.gz -Source2:baselibs.conf -# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches -Patch0: %{name}-0.28.4-bloat.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description neon is an HTTP and WebDAV client library with a C interface. @@ -118,7 +120,6 @@ %ifarch ppc64 Obsoletes: neon-devel-64bit %endif -# %description -n libneon-devel neon is an HTTP and WebDAV client library with a C interface. @@ -163,14 +164,15 @@ --disable-static \ --enable-warnings \ --with-pic -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} docdir=%{_defaultdocdir}/%{name} install install-man install-html -rm -f %{buildroot}%{_libdir}/*.la +make DESTDIR=%{buildroot} docdir=%{_defaultdocdir}/%{name} install install-man install-html %{?_smp_mflags} +find %{buildroot} -type f -name *.la -delete -print +%fdupes -s %{buildroot} %check -#make check +make check %post -n libneon27 -p /sbin/ldconfig ++ neon-0.28.4-bloat.patch ++ --- /var/tmp/diff_new_pack.oieo6p/_old 2015-03-09 10:03:43.0 +0100 +++ /var/tmp/diff_new_pack.oieo6p/_new 2015-03-09 10:03:43.0 +0100 @@ -1,6 +1,8 @@ neon-config.in +Index: neon-config.in +=== +--- neon-config.in.orig +++ neon-config.in -@@ -73,7 +73,7 @@ +@@ -73,7 +73,7 @@ while test $# -gt 0; do ;; --libs) @@ -9,12 +11,3 @@ # Don't add standard library paths if test $prefix != /usr; then LIBS=-L${libdir} ${LIBS} neon.pc.in -+++ neon.pc.in -@@ -7,5 +7,5 @@ - Description: HTTP/WebDAV client library - Version: @NEON_VERSION@ - Libs.private: @NEON_LIBS@ --Libs: -L${libdir} -lneon @NEON_PC_LIBS@ -+Libs: -L${libdir} -lneon - Cflags: -I${includedir}/neon @NEON_CFLAGS@ ++ neon-0.30.0.tar.gz - neon-0.30.1.tar.gz ++ 4327 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit autoconf-archive for openSUSE:Factory
Hello community, here is the log from the commit of package autoconf-archive for openSUSE:Factory checked in at 2015-03-09 10:03:33 Comparing /work/SRC/openSUSE:Factory/autoconf-archive (Old) and /work/SRC/openSUSE:Factory/.autoconf-archive.new (New) Package is autoconf-archive Changes: --- /work/SRC/openSUSE:Factory/autoconf-archive/autoconf-archive.changes 2014-11-14 09:18:20.0 +0100 +++ /work/SRC/openSUSE:Factory/.autoconf-archive.new/autoconf-archive.changes 2015-03-09 10:03:35.0 +0100 @@ -1,0 +2,49 @@ +Tue Mar 3 20:21:38 UTC 2015 - astie...@suse.com + +- Update to version 2015.02.24: + * AX_CHECK_ENABLE_DEBUG now uses $ax_is_release as default for +IS-RELEASE. + * AX_IS_RELEASE now supports micro-version policies. + * Portability of AX_CXX_COMPILE_STDCXX_0X has been improved. + * AX_PROG_HAXE_VERSION is a new macro to detect the presence of +Haxe + * AX_COMPILER_FLAGS has undergone extensive re-factoring. + * AX_COMPILER_FLAGS_CXXFLAGS is a new macro that tests available +C++ compiler warnings. + * AX_CXX_COMPILE_STDCXX_11 can now test for SFINAE with template +aliases. + * AX_APPEND_FLAG: Fix a regression introduced in the previous +release. +- includes changes from 2015.02.04 + * AX_OPENMP: Test that we can actually #include omp.h +successfully. + * AX_COMPILER_FLAGS was re-factored into +AX_COMPILER_FLAGS_CFLAGS and AX_COMPILER_FLAGS_LDFLAGS. + * AX_CODE_COVERAGE detects gcov program. + * AX_VALGRIND_CHECK now supports running without libtool. + * AX_GCC_VERSION was improved. + * Re-factored and modernized the macros AX_CXX_TEMPLATES, +AX_CXX_CONST_CAST, AX_CXX_COMPLEX_MATH_IN_NAMESPACE_STD, +AX_CXX_BOOL, AX_APPEND_FLAG, AX_CHECK_*_FLAG, +AX_CHECK_ENABLE_DEBUG, and AX_CXX_DEFAULT_TEMPLATE_PARAMETERS. + * AX_CXX_COMPILER_VENDOR was deprecated in favor of +AX_COMPILER_VENDOR. + * AX_HAVE_OPENGL was deprecated in favor of AX_CHECK_GL, +AX_CHECK_GLU, AX_CHECK_GLUT, and AX_CHECK_GLX. + * AX_CHECK_GL has a new parameter --with-mesa that allows +choosing the order of opengl lib detection. + * Portability of AX_LUA was improved. Support for LUA 5.0 was +added. + * New macros AX_IS_RELEASE, AX_COMPILER_FLAGS_GIR, +AX_CXX_ERASE_ITERATOR_TYPE, AX_COMPILER_VERSION, AX_CHECK_GLX, +AX_CHECK_VSCRIPT, AX_VALGRIND_CHECK, AX_PKG_CHECK_MODULES, +and AX_COMPILER_FLAGS were added. + * AX_PROG_FLEX: Also accept gflex. + * AX_LIB_HDF5: remove extra leading space from include path flag. + * AX_PERL_MODULE_VERSION: use more portable syntax for shell +arithmetic. + * AX_PROG_JAVAH_BIN_DIR: fix misspelled variable name and follow +javah symlinkto find jni.h. + * AX_BOOST_PYTHON: use unique names for local variables + +--- Old: autoconf-archive-2014.10.15.tar.xz autoconf-archive-2014.10.15.tar.xz.sig New: autoconf-archive-2015.02.24.tar.xz autoconf-archive-2015.02.24.tar.xz.sig Other differences: -- ++ autoconf-archive.spec ++ --- /var/tmp/diff_new_pack.IMQ4WO/_old 2015-03-09 10:03:36.0 +0100 +++ /var/tmp/diff_new_pack.IMQ4WO/_new 2015-03-09 10:03:36.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package autoconf-archive # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,20 @@ Name: autoconf-archive +Version:2015.02.24 +Release:0 Summary:A Collection of macros for GNU autoconf License:SUSE-GPL-3.0+-with-autoconf-exception Group: Development/Tools/Building -Version:2014.10.15 -Release:0 +Url:http://savannah.gnu.org/projects/autoconf-archive Source0: http://ftp.gnu.org/pub/gnu/autoconf-archive/%{name}-%{version}.tar.xz Source1: http://ftp.gnu.org/pub/gnu/autoconf-archive/%{name}-%{version}.tar.xz.sig # http://wwwkeys.pgp.net:11371/pks/lookup?op=getsearch=0x99089D72 Source2:%{name}.keyring -Url:http://savannah.gnu.org/projects/autoconf-archive BuildRequires: xz +Requires(pre): info BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -Requires(pre): info %description The GNU Autoconf Archive is a collection of more than 450 macros for `GNU @@ -56,7 +56,7 @@ make %{?_smp_mflags} %install -%makeinstall +make DESTDIR=%{buildroot} install %{?_smp_mflags} rm -rf %{buildroot}/%{_datadir}/%{name}/ %post ++ autoconf-archive-2014.10.15.tar.xz -
commit python-oslo.config for openSUSE:Factory
Hello community, here is the log from the commit of package python-oslo.config for openSUSE:Factory checked in at 2015-03-09 10:08:34 Comparing /work/SRC/openSUSE:Factory/python-oslo.config (Old) and /work/SRC/openSUSE:Factory/.python-oslo.config.new (New) Package is python-oslo.config Changes: --- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes 2014-04-20 11:36:07.0 +0200 +++ /work/SRC/openSUSE:Factory/.python-oslo.config.new/python-oslo.config.changes 2015-03-09 10:08:35.0 +0100 @@ -2 +2 @@ -Wed Apr 2 09:05:43 UTC 2014 - speili...@suse.com +Mon Sep 22 09:37:53 UTC 2014 - dmuel...@suse.com @@ -4,4 +4,45 @@ -- Update to version 1.3.0: - * Include the 'meta' trove classifiers for python versions - * Do substitution on overrides and defaults too - * Follow style guide for help strings +- add temporary workaround for dependencies on 1.4.0.0a3 + +--- +Sun Sep 21 09:04:13 UTC 2014 - tbecht...@suse.com + +- update to version 1.4.0: + * Looks for variable subtitution in the same group +- Fix version Requires for python-netaddr +- Adjust BuildRequires according to test-requirements.txt + +--- +Fri Sep 12 08:14:23 UTC 2014 - dmuel...@suse.com + +- update to 1.4.0.0a4: + * Updated from global requirements + * Log a fixed length string of asterisks for obfuscation + * Added link to bug tracker and documentation in oslo.config readme + * Bump hacking to version 0.9.2 + +--- +Tue Jul 29 20:23:37 UTC 2014 - dmuel...@suse.com + +- update to 1.4.0a3: + * Changes imports order to pass H305, enables check + * generator: tweak how MultiStrOpt defaults are handled + * Add release notes for 1.3.0 and 1.4.0.0a1/2 + * Hook up config fixture docs + * Hook IPOpt class into the docs + * Replaced 'e.g.' with 'for example' + * Add cfgfilter.ConfigFilter + * generator: remove the default sanitizer feature + * cfg,generator: add Opt.sample_default attribute + * generator: refactor MultiStrOpt handling + * Fix flaws in methods' docstring + * Introduce Opts for IP addresses + * Refactors _Namespace to make the code clearer + * Add oslo-config-generator + * Add CLI option support to config fixture + * Updated from global requirements + * Remove print statement from types.Dict + * Add warning about interpolating values from groups + * Add more tests for positional CLI opts + * Add test case for hyphenated option names + * Fixes an issue validating max integer values + * Bump hacking to 0.9.x series @@ -9,21 +50,5 @@ - * Convert to oslo.test - * Fix a whitespace in a comment - * Fix docstring of parsing order - * Switch over to oslosphinx - * Remove extraneous vim configuration comments - * Fix misspellings in oslo.config - * Add py33 trove classifier - * Support building wheels (PEP-427) - * Add Style Guide for help of config options - * Add docs for types - * Throw exception if --config-dir doesn't exist - * Remove copyright from empty files - * Implemented support for custom opt types - * Fix for parsing error with Dollar Sign ($) in values - * Utilizes assertIsNone and assertIsNotNone - * Fix spelling errors in docstrings and comments - * Added support of operator '==' - * Updated from global requirements - * Updated from global requirements - * Fix to make ConfigOpts no longer obscure IOErrors - * Replace assertEquals with assertEqual + * Add a doc sample for how to use the required field + * log: string format arguments changed to function parameters + * Fix deprecated_opts for cli options + * Reject option names prefixed with '_' + * Graduate config fixture @@ -31,2 +56,5 @@ - * Add the ability to validate default options value -- Switch to Icehouse release + * Fix test_version on Python 3.4 + * Add section titles and fix markup of docstring + * Avoid using too generic names in _Namespace + * Import run_cross_tests.sh from oslo-incubator + * Move py33 env before py2x @@ -35 +63 @@ -Thu Mar 27 10:19:08 UTC 2014 - dmuel...@suse.com +Fri Jun 27 11:11:26 UTC 2014 - dmuel...@suse.com @@ -37,2 +65,97 @@ -- switch back to released version of oslo.config (which is - recommended for Icehouse) +- go back to released version (1.3.0) + +--- +Fri Jun 20 00:02:53 UTC 2014 - cloud-de...@suse.de + +- Update to version oslo.config-1.3.0.29.ge0172be: + * Updated from global requirements + * Add more tests for positional CLI opts + +--- +Thu Jun 19 00:01:57 UTC 2014 - cloud-de...@suse.de + +- Update to version oslo.config-1.3.0.26.g582e1a3: + * Remove
commit xfce4-panel for openSUSE:Factory
Hello community, here is the log from the commit of package xfce4-panel for openSUSE:Factory checked in at 2015-03-09 10:08:22 Comparing /work/SRC/openSUSE:Factory/xfce4-panel (Old) and /work/SRC/openSUSE:Factory/.xfce4-panel.new (New) Package is xfce4-panel Changes: --- /work/SRC/openSUSE:Factory/xfce4-panel/xfce4-panel.changes 2015-01-07 09:38:53.0 +0100 +++ /work/SRC/openSUSE:Factory/.xfce4-panel.new/xfce4-panel.changes 2015-03-09 10:08:24.0 +0100 @@ -1,0 +2,18 @@ +Sat Feb 28 21:26:30 UTC 2015 - g...@opensuse.org + +- update to version 4.12.0 + - actions: Use localization for confirmation dialog titles +(bxo#11949) + - use actual output geometry to place panels (bxo#11058) + - tasklist: Fix grouped icons sometimes are wrongly rendered as a +mini-icon (bxo#10846) + - actions: Use common icon names (bxo#11513) + - pager tasklist: Disabled wrapping when scrolling (bxo#6401) + - clock: Prevent recursion of symlinks + - make panel hide intelligently with shaded windows (bxo#11371) + - translation updates +- drop obsolete xfce4-panel-fix-icon-name.patch +- Drop xfce4-panel-fix-action-button-saving-session.patch: fixed + upstream. + +--- @@ -6,0 +25,57 @@ + +--- +Mon Jan 5 10:07:19 UTC 2015 - g...@opensuse.org + +- update to version 4.11.2 + - Added intelligent panel hiding (JPohlmann, ochosi) + - Action buttons: only save session when requested (bxo#7930) + - Translation updates + +--- +Mon Jun 23 06:42:03 UTC 2014 - g...@opensuse.org + +- update to version 4.11.1 + - Action Buttons: Fix panel autohide (bug #8960) (Petr Gajdusek) + - Applications Menu: fixed incorrect initial icon size in some +Gtk themes + - Window Buttons: fixed rendering of minimized window buttons + - Applications Menu: changed default button title to +Applications + - Window Buttons: wrap windows when scrolling through window list +(Andre Miranda) + - libxfce4panel: preserve ArrowButton relief during blinking + - Window Buttons: prevent several buttons to be selected at once + - Action Buttons: default to a horizontal button layout in the +deskbar mode + - Translation updates +- drop obsolete xfce4-panel-fix-actions-autohide.patch + +--- +Wed Apr 30 21:07:43 UTC 2014 - g...@opensuse.org + +- update to version 4.11.0 + - Window Buttons: Improve the tasklist multimonitor handling + - Scroll the items list in the config dialog box (bug #10582) + - Set EWMH client type to WNCK_CLIENT_TYPE_PAGER (bug #10508) + - Fixed transparency issues with Gtk3 plugins + - Workspace Switcher: fixed aspect ratio in deskbar mode + - Added --enable-gtk3 configure flag. Note: it produces gtk2/gtk3 +versions of libxfce4panel and wrapper binary so that both gtk2 +and gtk3 plugins can be embedded. The panel and stock plugins +are still using gtk2. + - Applications Menu: Use new GarconGtkMenu + - Window Buttons: middle-click action configurable (nothing, +close, minimize) + - Drectory Menu: Pass path to argument (bug #10270) + - Window Buttons: close a window on middle click (bug #8096) + - Applications Menu: support for non-square icons and layout +fixes + - Install XfcePanelPlugin properties at once + - Clock: added support for timezone selection + - Put each window in a new window group + - Window Buttons: Show urgent windows from other workspaces +(bug #5167) + - Clock: calendar popup +- drop obsolete xfce4-panel-add-calendar-popup.patch +- add libxfce4panel-2_0-4 subpackage with the GTK 3 variant of the + xfce4-panel library Old: xfce4-panel-4.10.1.tar.bz2 xfce4-panel-add-calendar-popup.patch xfce4-panel-fix-action-button-saving-session.patch xfce4-panel-fix-actions-autohide.patch xfce4-panel-fix-icon-name.patch New: xfce4-panel-4.12.0.tar.bz2 Other differences: -- ++ xfce4-panel.spec ++ --- /var/tmp/diff_new_pack.8rSIbm/_old 2015-03-09 10:08:25.0 +0100 +++ /var/tmp/diff_new_pack.8rSIbm/_new 2015-03-09 10:08:25.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfce4-panel # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,26 +16,21 @@ # -%define libname libxfce4panel-1_0-4 +%define libname_gtk2 libxfce4panel-1_0-4 +%define libname_gtk3 libxfce4panel-2_0-4
commit gtk-xfce-engine for openSUSE:Factory
Hello community, here is the log from the commit of package gtk-xfce-engine for openSUSE:Factory checked in at 2015-03-09 10:07:23 Comparing /work/SRC/openSUSE:Factory/gtk-xfce-engine (Old) and /work/SRC/openSUSE:Factory/.gtk-xfce-engine.new (New) Package is gtk-xfce-engine Changes: --- /work/SRC/openSUSE:Factory/gtk-xfce-engine/gtk-xfce-engine.changes 2012-08-24 13:51:37.0 +0200 +++ /work/SRC/openSUSE:Factory/.gtk-xfce-engine.new/gtk-xfce-engine.changes 2015-03-09 10:07:24.0 +0100 @@ -1,0 +2,19 @@ +Sat Feb 28 20:24:06 UTC 2015 - g...@opensuse.org + +- update to version 3.2.0 + - add new theme Xfce-flat + - fix invalid free on theme parse error + +--- +Thu Feb 19 09:56:03 UTC 2015 - g...@opensuse.org + +- update to version 3.1.0 + - added default colors to xfce basic theme + - fix uinitialized value (bxo#10877) + - support trough-side-details + - added flat_border and focus_color style properties + - more rendering improvements + - Gtk+-3 support has been stopped +- dropped obsolete gtk-xfce-engine-fix-memory-leak.patch + +--- Old: gtk-xfce-engine-3.0.0.tar.bz2 gtk-xfce-engine-fix-memory-leak.patch New: gtk-xfce-engine-3.2.0.tar.bz2 Other differences: -- ++ gtk-xfce-engine.spec ++ --- /var/tmp/diff_new_pack.BWKMxy/_old 2015-03-09 10:07:25.0 +0100 +++ /var/tmp/diff_new_pack.BWKMxy/_new 2015-03-09 10:07:25.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package gtk-xfce-engine # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,21 +17,18 @@ Name: gtk-xfce-engine -Version:3.0.0 +Version:3.2.0 Release:0 Summary:Xfce GTK+-2.0 Theme Engine License:GPL-2.0+ Group: System/GUI/XFCE Url:http://www.xfce.org/ -Source0: http://archive.xfce.org/src/xfce/gtk-xfce-engine/3.0/%{name}-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/xfce/gtk-xfce-engine/3.2/%{name}-%{version}.tar.bz2 Source1:baselibs.conf -# PATCH-FIX-UPSTREAM gtk-xfce-engine-fix-memory-leak.patch bnc#771292 bxo#8521 g...@opensuse.org -- Fixes a memory leak in the cairo drawing code -Patch0: gtk-xfce-engine-fix-memory-leak.patch BuildRequires: fdupes BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gtk+-2.0) -BuildRequires: pkgconfig(gtk+-3.0) = 3.2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -40,7 +37,6 @@ %prep %setup -q -%patch0 -p1 %build %configure --disable-static @@ -49,18 +45,14 @@ %install %make_install -rm -f %{buildroot}%{_libdir}/gtk-*/*/*engines/*.la +find %{buildroot} -type f -name *.la -delete -print %fdupes %{buildroot}%{_datadir} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %doc AUTHORS NEWS COPYING ChangeLog -%{_libdir}/gtk-2.0 -%{_libdir}/gtk-3.0 +%{_libdir}/gtk-2.0/ %{_datadir}/themes/* %changelog ++ gtk-xfce-engine-3.0.0.tar.bz2 - gtk-xfce-engine-3.2.0.tar.bz2 ++ 52763 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit xfce4-panel-plugin-wavelan for openSUSE:Factory
Hello community, here is the log from the commit of package xfce4-panel-plugin-wavelan for openSUSE:Factory checked in at 2015-03-09 10:08:01 Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-wavelan (Old) and /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-wavelan.new (New) Package is xfce4-panel-plugin-wavelan Changes: --- /work/SRC/openSUSE:Factory/xfce4-panel-plugin-wavelan/xfce4-panel-plugin-wavelan.changes 2012-07-02 11:29:14.0 +0200 +++ /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-wavelan.new/xfce4-panel-plugin-wavelan.changes 2015-03-09 10:08:03.0 +0100 @@ -1,0 +2,14 @@ +Wed Mar 4 22:08:55 UTC 2015 - g...@opensuse.org + +- update to version 0.5.12 + - add strings to translation + - use GtkComboBoxText instead of GtkCombo + - use check buttons with mnemonic for hot keys + - use getifaddrs() instead of popen (/sbin/ifconfig -a) +(bxo#10822) + - remove check for glib 2.14, was released 7 years ago.. + - make this compile with -Wall -Werror (declarations after +statement) + - updated translations + +--- Old: xfce4-wavelan-plugin-0.5.11.tar.bz2 New: xfce4-wavelan-plugin-0.5.12.tar.bz2 Other differences: -- ++ xfce4-panel-plugin-wavelan.spec ++ --- /var/tmp/diff_new_pack.ZgDz4K/_old 2015-03-09 10:08:03.0 +0100 +++ /var/tmp/diff_new_pack.ZgDz4K/_new 2015-03-09 10:08:04.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfce4-panel-plugin-wavelan # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,8 @@ %define panel_version 4.8.0 %define plugin_name xfce4-wavelan-plugin - Name: xfce4-panel-plugin-wavelan -Version:0.5.11 +Version:0.5.12 Release:0 Summary:WLAN Monitoring Plugin for the Xfce Panel License:BSD-2-Clause @@ -48,21 +47,18 @@ %build %configure --disable-static -make %{_smp_mflags} V=1 +make %{?_smp_mflags} V=1 %install %make_install -rm %{buildroot}%{_libdir}/xfce4/panel/plugins/*.la +find %{buildroot} -type f -name *.la -delete -print rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK} %find_lang %{plugin_name} %{name}.lang %{?no_lang_C} %fdupes %{buildroot}%{_datadir} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README THANKS @@ -70,5 +66,6 @@ %{_datadir}/xfce4/panel/plugins/wavelan.desktop %files lang -f %{name}.lang +%defattr(-,root,root) %changelog ++ xfce4-wavelan-plugin-0.5.11.tar.bz2 - xfce4-wavelan-plugin-0.5.12.tar.bz2 ++ 28305 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit xfce4-settings for openSUSE:Factory
Hello community, here is the log from the commit of package xfce4-settings for openSUSE:Factory checked in at 2015-03-09 10:08:16 Comparing /work/SRC/openSUSE:Factory/xfce4-settings (Old) and /work/SRC/openSUSE:Factory/.xfce4-settings.new (New) Package is xfce4-settings Changes: --- /work/SRC/openSUSE:Factory/xfce4-settings/xfce4-settings.changes 2014-08-27 07:46:34.0 +0200 +++ /work/SRC/openSUSE:Factory/.xfce4-settings.new/xfce4-settings.changes 2015-03-09 10:08:17.0 +0100 @@ -1,0 +2,39 @@ +Sat Feb 28 21:21:58 UTC 2015 - g...@opensuse.org + +- update to version 4.12.0 + - do not change properties on disabled libinput devices + - increased required automake and libtool versions + - fix crashes for missing icons (bxo#11568) + - fix warnings during configure + - fix primary checkbox expansion in the display settings + - translation updates + +--- +Tue Feb 17 07:37:30 UTC 2015 - g...@opensuse.org + +- update to version 4.11.4 + - add touchpad support with libinput + - add previews for icon themes in appearance settings + - add Gtk+ theme palettes in the appearance dialog + - add support for versioned help documentation + - add support for libinput Xorg driver (bxo#11469) + - add option to set the primary display (bxo#8328) + - add helper to synchronize CSD layout to xfwm4 + - support stat command flags on BSD systems (bxo#11531) + - show more information in icon-theme list (bxo#9130) + - width of display dialog is no longer hard-coded + - update display PNP IDs from hwdata + - update mimeapps.list location for glib = 2.41 (bxo#11293) + - use 1/10 Hz precision for displays (bxo#10661) + - fix segmentation fault when renaming workspaces (bxo#11229) + - fix --display argument being fatal (bxo#11188) + - fix alignment of the sound settings + - fix issues found with cppcheck (bxo#10879) and other +scanning utilities + - do not try to reencode libxklavier descriptions (bxo#11317) + - prevent invalid characters from breaking display name +(bxo#11423) + - translation updates +- drop obsolete xfce4-settings-fork-before-gtk-dbus-init.patch + +--- @@ -5,0 +45,44 @@ + +--- +Mon Aug 25 11:48:31 UTC 2014 - g...@opensuse.org + +- update to version 4.11.3 + - reapply settings when external keyboard connects + - new display settings dialog + - update the settings editor to match xfconf + - fix overlap variable shadowing a global function + - fork before gtk/dbus init + - add support for upower 0.99 + - translation updates + +--- +Thu May 1 08:09:14 UTC 2014 - g...@opensuse.org + +- update to version 4.11.2 + - increase double click time to 400ms (bxo#10562) + - show/hide display popups with focus + - add hotplug checkbox to plug dialog + - identify Displays button + - fix display mirroring + - make mirror button insensitive if not possible + - automatically re-enable Laptop-displays if all other displays +get disconnected + - add option to automatically show minimal-display dialog when +new display gets connected + - fix bugs with mnemonic accelerators (bxo#9302 and bxo#9308) + - rework accelerators (bxo#9302 and box#9308) + - autotools updates + - make touchpad type delay configurable (bxo#8948) + - mention no cache file for icon themes + - support circular scrolling in the synaptics settings + - make sure AccessXKeys control is disabled by default + - lots of improvements in XKB code + - xsettingsd: Unset input method properties (bxo#5437) + - appearance: Fix gtk3 theme detection in install script +(bxo#9272) + - show Strv arrays in the xfconf settings editor renderer + - lot of improvements in the display code: support extended +desktop +mode for 2 monitors, improve minimal dialog + - xfsettingsd: Check for NoSuchExtension (bxo#9390) + - translation updates Old: xfce4-settings-4.10.1.tar.bz2 xfce4-settings-fork-before-gtk-dbus-init.patch New: xfce4-settings-4.12.0.tar.bz2 Other differences: -- ++ xfce4-settings.spec ++ --- /var/tmp/diff_new_pack.3vmtUL/_old 2015-03-09 10:08:17.0 +0100 +++ /var/tmp/diff_new_pack.3vmtUL/_new 2015-03-09 10:08:17.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfce4-settings # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners,
commit xfce4-panel-plugin-fsguard for openSUSE:Factory
Hello community, here is the log from the commit of package xfce4-panel-plugin-fsguard for openSUSE:Factory checked in at 2015-03-09 10:07:49 Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-fsguard (Old) and /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-fsguard.new (New) Package is xfce4-panel-plugin-fsguard Changes: --- /work/SRC/openSUSE:Factory/xfce4-panel-plugin-fsguard/xfce4-panel-plugin-fsguard.changes 2012-07-02 11:27:10.0 +0200 +++ /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-fsguard.new/xfce4-panel-plugin-fsguard.changes 2015-03-09 10:07:50.0 +0100 @@ -1,0 +2,8 @@ +Tue Mar 3 21:25:45 UTC 2015 - g...@opensuse.org + +- update to version 1.0.2 + - properly resize image _and_ btn so that the image is not +shrinked + - updated translations + +--- Old: xfce4-fsguard-plugin-1.0.1.tar.bz2 New: xfce4-fsguard-plugin-1.0.2.tar.bz2 Other differences: -- ++ xfce4-panel-plugin-fsguard.spec ++ --- /var/tmp/diff_new_pack.HyZFmY/_old 2015-03-09 10:07:51.0 +0100 +++ /var/tmp/diff_new_pack.HyZFmY/_new 2015-03-09 10:07:51.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfce4-panel-plugin-fsguard # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,8 @@ %define panel_version 4.8.0 %define plugin_name xfce4-fsguard-plugin - Name: xfce4-panel-plugin-fsguard -Version:1.0.1 +Version:1.0.2 Release:0 Summary:Filesystem Space Monitoring Plugin for the Xfce Panel License:BSD-2-Clause @@ -33,9 +32,9 @@ BuildRequires: pkgconfig(libxfce4panel-1.0) BuildRequires: pkgconfig(libxfce4ui-1) BuildRequires: pkgconfig(libxfce4util-1.0) -Requires: xfce4-panel = %{panel_version} # uses exo-open Requires: exo-tools +Requires: xfce4-panel = %{panel_version} Recommends: %{name}-lang = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -50,7 +49,7 @@ %build %configure --disable-static -make %{_smp_mflags} V=1 +make %{?_smp_mflags} V=1 %install %make_install @@ -63,9 +62,6 @@ %fdupes %{buildroot}%{_datadir} -%clean -rm -rf %{buildroot} - %post %icon_theme_cache_post @@ -80,5 +76,6 @@ %{_datadir}/icons/hicolor/*/apps/xfce4-fsguard-plugin* %files lang -f %{name}.lang +%defattr(-,root,root) %changelog ++ xfce4-fsguard-plugin-1.0.1.tar.bz2 - xfce4-fsguard-plugin-1.0.2.tar.bz2 ++ 30872 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit xfce4-power-manager for openSUSE:Factory
Hello community, here is the log from the commit of package xfce4-power-manager for openSUSE:Factory checked in at 2015-03-09 10:07:14 Comparing /work/SRC/openSUSE:Factory/xfce4-power-manager (Old) and /work/SRC/openSUSE:Factory/.xfce4-power-manager.new (New) Package is xfce4-power-manager Changes: --- /work/SRC/openSUSE:Factory/xfce4-power-manager/xfce4-power-manager.changes 2014-12-03 22:48:07.0 +0100 +++ /work/SRC/openSUSE:Factory/.xfce4-power-manager.new/xfce4-power-manager.changes 2015-03-09 10:07:15.0 +0100 @@ -1,0 +2,17 @@ +Sat Feb 28 20:33:10 UTC 2015 - g...@opensuse.org + +- update to version 1.4.3 + - Miscellaneous bug fixes: +- Handle autotools m4 stuff properly +- Plug a memory leak (bxo#11538) +- Add support for ConsoleKit2 +- Correctly check for hibernation permissions (bxo#11529) +- Use sysctl(3) to get or set brightness level on FreeBSD and + DragonFly systems +- Light Locker Integration (bxo#11488) +- Add gmux_backlight as supported interface (bxo#11406) +- Reformat code in xfpm_power_get_property +- Reformat code in xfpm_power_set_property + - Translation updates: + +--- Old: xfce4-power-manager-1.4.2.tar.bz2 New: xfce4-power-manager-1.4.3.tar.bz2 Other differences: -- ++ xfce4-power-manager.spec ++ --- /var/tmp/diff_new_pack.ImEWpY/_old 2015-03-09 10:07:16.0 +0100 +++ /var/tmp/diff_new_pack.ImEWpY/_new 2015-03-09 10:07:16.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfce4-power-manager # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,8 @@ %define panel_version 4.10.0 - Name: xfce4-power-manager -Version:1.4.2 +Version:1.4.3 Release:0 Summary:Power Management for the Xfce Desktop Environment License:GPL-2.0+ @@ -97,8 +96,8 @@ Summary:Upstream Branding of xfce4-power-manager Group: System/GUI/XFCE Supplements:packageand(%{name}:branding-upstream) -Provides: %{name}-branding = %{version} Conflicts: otherproviders(%{name}-branding) +Provides: %{name}-branding = %{version} #BRAND: xfce4-power-manager.xml: Determines power management policy and related #BRAND: event actions. BuildArch: noarch @@ -179,6 +178,7 @@ %{_datadir}/icons/hicolor/*/*/* %files lang -f %{name}.lang +%defattr(-,root,root) %files -n xfce4-panel-plugin-power-manager %defattr(-,root,root) ++ xfce4-power-manager-1.4.2.tar.bz2 - xfce4-power-manager-1.4.3.tar.bz2 ++ 62397 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit xfdesktop for openSUSE:Factory
Hello community, here is the log from the commit of package xfdesktop for openSUSE:Factory checked in at 2015-03-09 10:07:29 Comparing /work/SRC/openSUSE:Factory/xfdesktop (Old) and /work/SRC/openSUSE:Factory/.xfdesktop.new (New) Package is xfdesktop Changes: --- /work/SRC/openSUSE:Factory/xfdesktop/xfdesktop.changes 2014-11-19 20:30:17.0 +0100 +++ /work/SRC/openSUSE:Factory/.xfdesktop.new/xfdesktop.changes 2015-03-09 10:07:31.0 +0100 @@ -1,0 +2,35 @@ +Sat Feb 28 21:57:35 UTC 2015 - g...@opensuse.org + +- update to version 4.12.0 + - new background for 4.12! + - add a space between icons to fill the entire screen + - add optional blurring on shadow on text of icons + - editing menu items with right click optional +(bxo#11031) + - clarify right click apps menu presence (bxo#10301) + - default application not respected with glib = 2.41 +(bxo#11306) + - include dir needed for building out of tree + - fix crash in xfdesktop's metadata monitor + - add 1px to widen the text shadow and improve contrast + - fix calculation of shadows that are offset in RTL +text (bxo#5239) + - adapt thunar's context menu structure (bxo#11542) + - additional context menu changes + - consider shadow offsets and blur extents when +calculating the text box + - sort pending icons on resize (bxo#11266) + - allow thunarx menu entries for multiple file selection + - show 'No templates installed' when no templates +are found + - hide file action menu entries when volume + other +icons are selected + - don't use cairo_surface_create_similar_image +(bxo#11566) + - consider shadow extents/offsets when updating icon +extents + - translation updates +- remove obsolete xfdesktop-fix-default-application-lookup.patch +- rebased xfdesktop-default-background-image.patch + +--- @@ -8 +43,29 @@ -Sun Nov 16 10:45:26 UTC 2014 - g...@opensuse.org +Mon Sep 15 07:25:43 UTC 2014 - g...@opensuse.org + +- update to version 4.11.8 + - fix xfdesktop --reload in spanning mode + - settings: Fix background color loading + - add an --enable-debug option added to xfdesktop-settings + - fix icon loading for .desktop files + - don't show infobar when there's only 1 workspace + - remove the drag highlight code + - translation updates + +--- +Mon Aug 11 08:10:51 UTC 2014 - g...@opensuse.org + +- update to version 4.11.7 + - add an option to show hidden files + - add a --next option to force wallpaper changes + - add runtime debug support + - add a move to trash menu option + - change behaviour to behavior + - Matias De lellis: Fix display desktop file that include + extension in icon name + - Matias De lellis: Fix missing thumbnail on xfdesktop when + thumbler fails to create it + - Mauro Giubileo: Fix icon position saving on resolution change + - translation updates + +--- +Thu May 1 07:44:41 UTC 2014 - g...@opensuse.org @@ -10,2 +73,52 @@ -- update to version 4.10.3 - - fix for extra blank lines in backdrop list +- update to version 4.11.6 + - miscellaneous bug fixes: +- g_file_trash_async is too new (bxo#10786) +- don't chain up style_set (bxo#10788) +- fix for moving icons into folders on the desktop (bxo#10785) +- fix issues with file move events (bxo#10796) +- use GTK_STOCK_EXECUTE for Execute menu entry (bxo#10800) +- change default image style to zoomed +- fix for monitors not getting updated +- hook up the signal handlers in xfdesktop-settings + - miscellaneous bug fixes: +- disconnect the directory signal handler when changing folders +- correct an additional default icon size setting +- fix for images not appearing in settings app (bxo#10685) +- reset the icon_view style on style change (bxo#10605) +- filter out changed events for special icons (bxo#10755) +- use GIO directly for delete/trash operations (bxo#10778) +- G_CONST_RETURN has been deprecated + - versioned help: +- point to the docs.xfce.org page for xfdesktop 4.11 + (bxo#10736) + - build errors with some compiler flags: +- dbus-glib is now required. Since xfconf requires it and + xfconf is already required for xfdesktop, this shouldn't + change dependancies much for xfdesktop. This bug was reported + and fixed by Samuli Suominen (bxo#10745) +- another build failure when disabling the menu and requiring + exo was also resolved + - icon changes in the settings app: +- symbolic icons have issues with some gtk2 themes where they + don't get colored properly. Additionally some themes don't + have network-fs or gnome-dev-network so it has been changed +
commit calligra-l10n for openSUSE:Factory
Hello community, here is the log from the commit of package calligra-l10n for openSUSE:Factory checked in at 2015-03-09 10:08:36 Comparing /work/SRC/openSUSE:Factory/calligra-l10n (Old) and /work/SRC/openSUSE:Factory/.calligra-l10n.new (New) Package is calligra-l10n Changes: --- /work/SRC/openSUSE:Factory/calligra-l10n/calligra-l10n.changes 2014-10-17 08:51:17.0 +0200 +++ /work/SRC/openSUSE:Factory/.calligra-l10n.new/calligra-l10n.changes 2015-03-09 10:08:40.0 +0100 @@ -1,0 +2,5 @@ +Tue Mar 3 07:36:28 UTC 2015 - cgiboude...@gmx.com + +- Update to 2.9.0 + +--- Old: calligra-l10n-bs-2.8.6.tar.xz calligra-l10n-ca-2.8.6.tar.xz calligra-l10n...@valencia-2.8.6.tar.xz calligra-l10n-cs-2.8.6.tar.xz calligra-l10n-da-2.8.6.tar.xz calligra-l10n-de-2.8.6.tar.xz calligra-l10n-el-2.8.6.tar.xz calligra-l10n-en_GB-2.8.6.tar.xz calligra-l10n-es-2.8.6.tar.xz calligra-l10n-et-2.8.6.tar.xz calligra-l10n-eu-2.8.6.tar.xz calligra-l10n-fi-2.8.6.tar.xz calligra-l10n-fr-2.8.6.tar.xz calligra-l10n-gl-2.8.6.tar.xz calligra-l10n-hu-2.8.6.tar.xz calligra-l10n-it-2.8.6.tar.xz calligra-l10n-ja-2.8.6.tar.xz calligra-l10n-kk-2.8.6.tar.xz calligra-l10n-nb-2.8.6.tar.xz calligra-l10n-nds-2.8.6.tar.xz calligra-l10n-nl-2.8.6.tar.xz calligra-l10n-pl-2.8.6.tar.xz calligra-l10n-pt-2.8.6.tar.xz calligra-l10n-pt_BR-2.8.6.tar.xz calligra-l10n-ru-2.8.6.tar.xz calligra-l10n-sk-2.8.6.tar.xz calligra-l10n-sv-2.8.6.tar.xz calligra-l10n-uk-2.8.6.tar.xz calligra-l10n-zh_CN-2.8.6.tar.xz calligra-l10n-zh_TW-2.8.6.tar.xz New: calligra-l10n-bs-2.9.0.tar.xz calligra-l10n-ca-2.9.0.tar.xz calligra-l10n...@valencia-2.9.0.tar.xz calligra-l10n-cs-2.9.0.tar.xz calligra-l10n-da-2.9.0.tar.xz calligra-l10n-de-2.9.0.tar.xz calligra-l10n-el-2.9.0.tar.xz calligra-l10n-en_GB-2.9.0.tar.xz calligra-l10n-es-2.9.0.tar.xz calligra-l10n-et-2.9.0.tar.xz calligra-l10n-fi-2.9.0.tar.xz calligra-l10n-fr-2.9.0.tar.xz calligra-l10n-gl-2.9.0.tar.xz calligra-l10n-hu-2.9.0.tar.xz calligra-l10n-it-2.9.0.tar.xz calligra-l10n-ja-2.9.0.tar.xz calligra-l10n-kk-2.9.0.tar.xz calligra-l10n-nb-2.9.0.tar.xz calligra-l10n-nl-2.9.0.tar.xz calligra-l10n-pl-2.9.0.tar.xz calligra-l10n-pt-2.9.0.tar.xz calligra-l10n-pt_BR-2.9.0.tar.xz calligra-l10n-ru-2.9.0.tar.xz calligra-l10n-sk-2.9.0.tar.xz calligra-l10n-sv-2.9.0.tar.xz calligra-l10n-tr-2.9.0.tar.xz calligra-l10n-uk-2.9.0.tar.xz calligra-l10n-zh_CN-2.9.0.tar.xz calligra-l10n-zh_TW-2.9.0.tar.xz Other differences: -- ++ calligra-l10n.spec ++ --- /var/tmp/diff_new_pack.ivSpfc/_old 2015-03-09 10:08:43.0 +0100 +++ /var/tmp/diff_new_pack.ivSpfc/_new 2015-03-09 10:08:43.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package calligra-l10n # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,13 +16,13 @@ # -%define build_languages bs ca ca@valencia cs da de el en_GB es et eu fi fr gl hu it ja kk nb nds nl pl pt pt_BR ru sk sv uk zh_CN zh_TW +%define build_languages bs ca ca@valencia cs da de el en_GB es et fi fr gl hu it ja kk nb nl pl pt pt_BR ru sk sv tr uk zh_CN zh_TW # When a package provides autocorrect files with name like $1_$2 and installs them in a directory named $1 # add the name $1_$2 in the list below %define autocorrect_languages de_DE it_IT ru_RU uk_UA Name: calligra-l10n -Version:2.8.6 +Version:2.9.0 Release:0 Summary:Translations for Calligra Suite License:GPL-2.0+ @@ -42,26 +42,25 @@ Source7: ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-en_GB-%{version}.tar.xz Source8: ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-es-%{version}.tar.xz Source9: ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-et-%{version}.tar.xz -Source10: ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-eu-%{version}.tar.xz -Source11: ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-fi-%{version}.tar.xz -Source12: ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-fr-%{version}.tar.xz -Source13: ftp://ftp.kde.org/pub/kde/stable/calligra-%{version}/calligra-l10n/%{name}-gl-%{version}.tar.xz -Source14:
commit xfce4-panel-plugin-places for openSUSE:Factory
Hello community, here is the log from the commit of package xfce4-panel-plugin-places for openSUSE:Factory checked in at 2015-03-09 10:08:08 Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-places (Old) and /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-places.new (New) Package is xfce4-panel-plugin-places Changes: --- /work/SRC/openSUSE:Factory/xfce4-panel-plugin-places/xfce4-panel-plugin-places.changes 2013-11-24 13:50:29.0 +0100 +++ /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-places.new/xfce4-panel-plugin-places.changes 2015-03-09 10:08:09.0 +0100 @@ -1,0 +2,10 @@ +Thu Mar 5 21:49:25 UTC 2015 - g...@opensuse.org + +- update to version 1.7.0 + - use Gtk+-3.0 bookmark location + - recent documents are sorted by most recently used + - button occupies the whole panel height/width when the label is +shown + - updated translations + +--- Old: xfce4-places-plugin-1.6.0.tar.bz2 New: xfce4-places-plugin-1.7.0.tar.bz2 Other differences: -- ++ xfce4-panel-plugin-places.spec ++ --- /var/tmp/diff_new_pack.OVerka/_old 2015-03-09 10:08:10.0 +0100 +++ /var/tmp/diff_new_pack.OVerka/_new 2015-03-09 10:08:10.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfce4-panel-plugin-places # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,15 +18,14 @@ %define panel_version 4.8.0 %define plugin_name xfce4-places-plugin - Name: xfce4-panel-plugin-places -Version:1.6.0 +Version:1.7.0 Release:0 Summary:Places Menu Plugin for the Xfce Panel License:GPL-2.0+ Group: System/GUI/XFCE Url: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin -Source0: http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.6/%{plugin_name}-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.7/%{plugin_name}-%{version}.tar.bz2 BuildRequires: fdupes BuildRequires: intltool BuildRequires: pkgconfig(exo-1) @@ -56,7 +55,7 @@ %build %configure --disable-static -make %{_smp_mflags} V=1 +make %{?_smp_mflags} V=1 %install %make_install @@ -69,9 +68,6 @@ %fdupes %{buildroot}%{_datadir} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README TODO @@ -80,5 +76,6 @@ %{_datadir}/xfce4/panel/plugins/places.desktop %files lang -f %{name}.lang +%defattr(-,root,root) %changelog ++ xfce4-places-plugin-1.6.0.tar.bz2 - xfce4-places-plugin-1.7.0.tar.bz2 ++ 9270 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit kernel-source for openSUSE:Factory
Hello community, here is the log from the commit of package kernel-source for openSUSE:Factory checked in at 2015-03-09 10:10:26 Comparing /work/SRC/openSUSE:Factory/kernel-source (Old) and /work/SRC/openSUSE:Factory/.kernel-source.new (New) Package is kernel-source Changes: --- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes 2015-02-20 12:43:15.0 +0100 +++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes 2015-03-09 10:10:28.0 +0100 @@ -1,0 +2,27 @@ +Sat Mar 7 19:09:27 CET 2015 - jsl...@suse.cz + +- Linux 3.19.1. +- Refresh patches.xen/xen-x86-bzImage. +- commit a04cebc + +--- +Tue Mar 3 22:18:46 CET 2015 - jsl...@suse.cz + +- x86/vdso: fix a reference to a non-existing instruction. +- commit 748552c + +--- +Tue Feb 24 10:28:36 CET 2015 - guillaume.gar...@free.fr + +- config: armv6hl: Update and re-enable armv6 default config + Please find an update from 3.18.0 to 3.19.0 for armv6 default config. + It also enables armv6 default config again. + [AF: Homogenized module selection, dropped Broadcom Kona support (ARMv7)] + (cherry picked from commit 860fc5cd0552cd001cbb4ed0edbb9634748ae0eb) +- config: armv6hl: Update and re-enable armv6 default config + Please find an update from 3.18.0 to 3.19.0 for armv6 default config. + It also enables armv6 default config again. + [AF: Homogenized module selection, dropped Broadcom Kona support (ARMv7)] +- commit f85c84c + +--- @@ -8,0 +36,4 @@ +- config: armv7hl: Temporarily disable CONFIG_PCIE_SPEAR13XX + spear13xx pcie leads to kernel oopses in random places, + so lets disable it until a proper solution to fix it is found. + References: bko#92581 @@ -9,0 +41,9 @@ + +--- +Fri Feb 13 15:00:45 CET 2015 - jdelv...@suse.de + +- Update config files: disable CONFIG_I2C_SLAVE + Disable CONFIG_I2C_SLAVE on x86 and ppc*. There is currently no known + use case for this feature on these architectures, and it has a small + build time and size cost. +- commit 9a477d7 kernel-default.changes: same change kernel-desktop.changes: same change kernel-docs.changes: same change kernel-ec2.changes: same change kernel-lpae.changes: same change kernel-obs-build.changes: same change kernel-obs-qa-xen.changes: same change kernel-obs-qa.changes: same change kernel-pae.changes: same change kernel-pv.changes: same change kernel-source.changes: same change kernel-syms.changes: same change kernel-vanilla.changes: same change kernel-xen.changes: same change Other differences: -- ++ kernel-debug.spec ++ --- /var/tmp/diff_new_pack.y7KXaH/_old 2015-03-09 10:10:33.0 +0100 +++ /var/tmp/diff_new_pack.y7KXaH/_new 2015-03-09 10:10:33.0 +0100 @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.19 -%define patchversion 3.19.0 +%define patchversion 3.19.1 %define variant %{nil} %define vanilla_only 0 @@ -59,9 +59,9 @@ Summary:A Debug Version of the Kernel License:GPL-2.0 Group: System/Kernel -Version:3.19.0 +Version:3.19.1 %if 0%{?is_kotd} -Release:RELEASE.g1133f88 +Release:RELEASE.ga04cebc %else Release:0 %endif ++ kernel-default.spec ++ --- /var/tmp/diff_new_pack.y7KXaH/_old 2015-03-09 10:10:33.0 +0100 +++ /var/tmp/diff_new_pack.y7KXaH/_new 2015-03-09 10:10:33.0 +0100 @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.19 -%define patchversion 3.19.0 +%define patchversion 3.19.1 %define variant %{nil} %define vanilla_only 0 @@ -59,9 +59,9 @@ Summary:The Standard Kernel License:GPL-2.0 Group: System/Kernel -Version:3.19.0 +Version:3.19.1 %if 0%{?is_kotd} -Release:RELEASE.g1133f88 +Release:RELEASE.ga04cebc %else Release:0 %endif @@ -238,7 +238,7 @@ Source120: kabi.tar.bz2 Source121: sysctl.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: aarch64 armv7hl %ix86 ppc ppc64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 armv6hl armv7hl %ix86 ppc ppc64 ppc64le s390x x86_64 %define kmp_target_cpu %_target_cpu %ifarch %ix86 # Only i386/default supports i586, mark other flavors' packages as i686 ++ kernel-desktop.spec ++ --- /var/tmp/diff_new_pack.y7KXaH/_old 2015-03-09 10:10:33.0 +0100 +++ /var/tmp/diff_new_pack.y7KXaH/_new 2015-03-09 10:10:33.0 +0100 @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.19 -%define patchversion 3.19.0
commit python3-gunicorn for openSUSE:Factory
Hello community, here is the log from the commit of package python3-gunicorn for openSUSE:Factory checked in at 2015-03-09 10:10:14 Comparing /work/SRC/openSUSE:Factory/python3-gunicorn (Old) and /work/SRC/openSUSE:Factory/.python3-gunicorn.new (New) Package is python3-gunicorn Changes: --- /work/SRC/openSUSE:Factory/python3-gunicorn/python3-gunicorn.changes 2015-02-05 11:01:39.0 +0100 +++ /work/SRC/openSUSE:Factory/.python3-gunicorn.new/python3-gunicorn.changes 2015-03-09 10:10:15.0 +0100 @@ -1,0 +2,15 @@ +Fri Mar 6 19:25:02 UTC 2015 - a...@gmx.de + +- update to version 19.3.0: + * Core ++ fix: issue 978 make sure a listener is inheritable ++ add check_config class method to workers ++ fix: issue 983 fix select timeout in sync worker with multiple connections ++ allows workers to access to the reloader. close issue 984 ++ raise TypeError instead of AssertionError + * Logging ++ make Logger.loglevel a classs attribute + * Documentation ++ fix: issue 988 fix syntax errors in examples/gunicorn_rc + +--- Old: gunicorn-19.2.1.tar.gz New: gunicorn-19.3.0.tar.gz Other differences: -- ++ python3-gunicorn.spec ++ --- /var/tmp/diff_new_pack.OWqp2W/_old 2015-03-09 10:10:16.0 +0100 +++ /var/tmp/diff_new_pack.OWqp2W/_new 2015-03-09 10:10:16.0 +0100 @@ -17,7 +17,7 @@ Name: python3-gunicorn -Version:19.2.1 +Version:19.3.0 Release:0 Summary:WSGI HTTP Server for UNIX License:MIT ++ gunicorn-19.2.1.tar.gz - gunicorn-19.3.0.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gunicorn-19.2.1/PKG-INFO new/gunicorn-19.3.0/PKG-INFO --- old/gunicorn-19.2.1/PKG-INFO2015-02-04 14:44:35.0 +0100 +++ new/gunicorn-19.3.0/PKG-INFO2015-03-06 11:19:35.0 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: gunicorn -Version: 19.2.1 +Version: 19.3.0 Summary: WSGI HTTP Server for UNIX Home-page: http://gunicorn.org Author: Benoit Chesneau diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gunicorn-19.2.1/docs/site/index.html new/gunicorn-19.3.0/docs/site/index.html --- old/gunicorn-19.2.1/docs/site/index.html2015-01-29 23:45:14.0 +0100 +++ new/gunicorn-19.3.0/docs/site/index.html2015-03-06 11:19:04.0 +0100 @@ -16,7 +16,7 @@ div class=logo-div div class=latest Latest version: stronga - href=http://docs.gunicorn.org/en/19.1.1/news.html#id1;19.1.1/a/strong + href=http://docs.gunicorn.org/en/19.3/news.html#id1;19.3/a/strong /div div class=logoimg src=images/logo.jpg /div diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gunicorn-19.2.1/docs/source/2015-news.rst new/gunicorn-19.3.0/docs/source/2015-news.rst --- old/gunicorn-19.2.1/docs/source/2015-news.rst 2015-02-04 14:43:49.0 +0100 +++ new/gunicorn-19.3.0/docs/source/2015-news.rst 2015-03-06 11:06:04.0 +0100 @@ -6,6 +6,33 @@ Please see :doc:`news` for the latest changes. +19.3.0 / 2015/03/06 +=== + +Changes +--- + +Core + + +- fix: :issue:`978` make sure a listener is inheritable +- add `check_config` class method to workers +- fix: :issue:`983` fix select timeout in sync worker with multiple + connections +- allows workers to access to the reloader. close :issue:`984` +- raise TypeError instead of AssertionError + +Logging + +- make Logger.loglevel a classs attribute + +Documentation ++ + +- fix: :issue:`988` fix syntax errors in examples/gunicorn_rc + + 19.2.1 / 2015/02/4 == @@ -26,8 +53,7 @@ + - document security mailing-list in the contributing page. - - + 19.2 / 2015/01/30 = diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gunicorn-19.2.1/docs/source/news.rst new/gunicorn-19.3.0/docs/source/news.rst --- old/gunicorn-19.2.1/docs/source/news.rst2015-02-04 14:43:51.0 +0100 +++ new/gunicorn-19.3.0/docs/source/news.rst2015-03-06 11:10:30.0 +0100 @@ -2,6 +2,32 @@ Changelog = +19.3.0 / 2015/03/06 +=== + +Changes +--- + +Core + + +- fix: :issue:`978` make sure a listener is inheritable +- add `check_config` class method to workers +- fix: :issue:`983` fix select timeout in sync worker with multiple + connections +- allows workers to access to the reloader. close :issue:`984` +- raise TypeError instead of
commit numatop for openSUSE:Factory
Hello community, here is the log from the commit of package numatop for openSUSE:Factory checked in at 2015-03-09 10:10:08 Comparing /work/SRC/openSUSE:Factory/numatop (Old) and /work/SRC/openSUSE:Factory/.numatop.new (New) Package is numatop Changes: --- /work/SRC/openSUSE:Factory/numatop/numatop.changes 2013-08-19 10:50:55.0 +0200 +++ /work/SRC/openSUSE:Factory/.numatop.new/numatop.changes 2015-03-09 10:10:08.0 +0100 @@ -1,0 +2,6 @@ +Fri Mar 6 16:35:30 UTC 2015 - p.drou...@gmail.com + +- Update to version 1.0.3 + * Add Haswell supporting + +--- Old: numatop_linux_1.0.1.tar.gz New: numatop_linux_1.0.3.tar.gz Other differences: -- ++ numatop.spec ++ --- /var/tmp/diff_new_pack.EZX4zU/_old 2015-03-09 10:10:09.0 +0100 +++ /var/tmp/diff_new_pack.EZX4zU/_new 2015-03-09 10:10:09.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package numatop # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: numatop -Version:1.0.1 +Version:1.0.3 Release:0 Summary:A top-like tool for runtime memory locality monitoring on NUMA systems License:BSD-3-Clause Group: System/Monitoring Url:https://01.org/numatop -Source0: https://01.org/sites/default/files/downloads/%{name}_linux_%{version}.tar.gz +Source0: https://01.org/sites/default/files/%{name}_linux_%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libnuma-devel BuildRequires: ncurses-devel ++ numatop_linux_1.0.1.tar.gz - numatop_linux_1.0.3.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/numatop/.git/HEAD new/numatop/.git/HEAD --- old/numatop/.git/HEAD 2013-05-20 04:52:43.0 +0200 +++ new/numatop/.git/HEAD 1970-01-01 01:00:00.0 +0100 @@ -1 +0,0 @@ -ref: refs/heads/master diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/numatop/.git/config new/numatop/.git/config --- old/numatop/.git/config 2013-05-20 04:52:43.0 +0200 +++ new/numatop/.git/config 1970-01-01 01:00:00.0 +0100 @@ -1,11 +0,0 @@ -[core] - repositoryformatversion = 0 - filemode = true - bare = false - logallrefupdates = true -[remote origin] - url = g...@github.com:01org/numatop.git - fetch = +refs/heads/*:refs/remotes/origin/* -[branch master] - remote = origin - merge = refs/heads/master diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/numatop/.git/description new/numatop/.git/description --- old/numatop/.git/description2013-05-20 04:52:38.0 +0200 +++ new/numatop/.git/description1970-01-01 01:00:00.0 +0100 @@ -1 +0,0 @@ -Unnamed repository; edit this file 'description' to name the repository. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/numatop/.git/hooks/applypatch-msg.sample new/numatop/.git/hooks/applypatch-msg.sample --- old/numatop/.git/hooks/applypatch-msg.sample2013-05-20 04:52:38.0 +0200 +++ new/numatop/.git/hooks/applypatch-msg.sample1970-01-01 01:00:00.0 +0100 @@ -1,15 +0,0 @@ -#!/bin/sh -# -# An example hook script to check the commit log message taken by -# applypatch from an e-mail message. -# -# The hook should exit with non-zero status after issuing an -# appropriate message if it wants to stop the commit. The hook is -# allowed to edit the commit message file. -# -# To enable this hook, rename this file to applypatch-msg. - -. git-sh-setup -test -x $GIT_DIR/hooks/commit-msg - exec $GIT_DIR/hooks/commit-msg ${1+$@} -: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/numatop/.git/hooks/commit-msg.sample new/numatop/.git/hooks/commit-msg.sample --- old/numatop/.git/hooks/commit-msg.sample2013-05-20 04:52:38.0 +0200 +++ new/numatop/.git/hooks/commit-msg.sample1970-01-01 01:00:00.0 +0100 @@ -1,24 +0,0 @@ -#!/bin/sh -# -# An example hook script to check the commit log message. -# Called by git commit with one argument, the name of the file -# that has the commit message. The hook should exit with non-zero -# status after issuing an appropriate message if it wants to stop the -# commit. The hook is
commit libxmp for openSUSE:Factory
Hello community, here is the log from the commit of package libxmp for openSUSE:Factory checked in at 2015-03-09 10:10:16 Comparing /work/SRC/openSUSE:Factory/libxmp (Old) and /work/SRC/openSUSE:Factory/.libxmp.new (New) Package is libxmp Changes: --- /work/SRC/openSUSE:Factory/libxmp/libxmp.changes2015-02-05 11:01:14.0 +0100 +++ /work/SRC/openSUSE:Factory/.libxmp.new/libxmp.changes 2015-03-09 10:10:18.0 +0100 @@ -1,0 +2,8 @@ +Sun Mar 8 09:34:02 UTC 2015 - jeng...@inai.de + +- Update to new upstream release 4.3.5 +* Fix multiple crashes with fuzzed files +* fix prowizard data request response +* fix EU/NP1/NP2/NP3 prowizard depackers + +--- Old: libxmp-4.3.4.tar.gz New: libxmp-4.3.5.tar.gz Other differences: -- ++ libxmp.spec ++ --- /var/tmp/diff_new_pack.IRgaFT/_old 2015-03-09 10:10:19.0 +0100 +++ /var/tmp/diff_new_pack.IRgaFT/_new 2015-03-09 10:10:19.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package libxmp # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libxmp %define lname libxmp4 -Version:4.3.4 +Version:4.3.5 Release:0 Summary:Module Player library for MOD, S3M, IT and others License:LGPL-2.1 ++ libxmp-4.3.4.tar.gz - libxmp-4.3.5.tar.gz ++ 2458 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit python3-cffi for openSUSE:Factory
Hello community, here is the log from the commit of package python3-cffi for openSUSE:Factory checked in at 2015-03-09 10:10:19 Comparing /work/SRC/openSUSE:Factory/python3-cffi (Old) and /work/SRC/openSUSE:Factory/.python3-cffi.new (New) Package is python3-cffi Changes: --- /work/SRC/openSUSE:Factory/python3-cffi/python3-cffi.changes 2015-03-05 18:16:53.0 +0100 +++ /work/SRC/openSUSE:Factory/.python3-cffi.new/python3-cffi.changes 2015-03-09 10:10:20.0 +0100 @@ -1,0 +2,8 @@ +Sun Mar 8 17:29:09 UTC 2015 - a...@gmx.de + +- update to version 0.9.1: + * Add the MD5/SHA + * gcc complains if given the obscure flag +-Werror=declaration-after-statement + +--- Old: cffi-0.9.0.tar.gz New: cffi-0.9.1.tar.gz Other differences: -- ++ python3-cffi.spec ++ --- /var/tmp/diff_new_pack.tFzJq1/_old 2015-03-09 10:10:21.0 +0100 +++ /var/tmp/diff_new_pack.tFzJq1/_new 2015-03-09 10:10:21.0 +0100 @@ -17,7 +17,7 @@ Name: python3-cffi -Version:0.9.0 +Version:0.9.1 Release:0 Summary:Foreign Function Interface for Python calling C code License:MIT ++ cffi-0.9.0.tar.gz - cffi-0.9.1.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cffi-0.9.0/PKG-INFO new/cffi-0.9.1/PKG-INFO --- old/cffi-0.9.0/PKG-INFO 2015-03-03 10:42:33.0 +0100 +++ new/cffi-0.9.1/PKG-INFO 2015-03-08 09:07:14.0 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: cffi -Version: 0.9.0 +Version: 0.9.1 Summary: Foreign Function Interface for Python calling C code. Home-page: http://cffi.readthedocs.org Author: Armin Rigo, Maciej Fijalkowski diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cffi-0.9.0/c/_cffi_backend.c new/cffi-0.9.1/c/_cffi_backend.c --- old/cffi-0.9.0/c/_cffi_backend.c2015-03-03 10:32:45.0 +0100 +++ new/cffi-0.9.1/c/_cffi_backend.c2015-03-08 09:06:59.0 +0100 @@ -5689,7 +5689,7 @@ if (v == NULL || PyModule_AddObject(m, _C_API, v) 0) INITERROR; -v = PyText_FromString(0.9.0); +v = PyText_FromString(0.9.1); if (v == NULL || PyModule_AddObject(m, __version__, v) 0) INITERROR; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cffi-0.9.0/c/malloc_closure.h new/cffi-0.9.1/c/malloc_closure.h --- old/cffi-0.9.0/c/malloc_closure.h 2015-02-26 10:22:04.0 +0100 +++ new/cffi-0.9.1/c/malloc_closure.h 2015-03-08 09:06:59.0 +0100 @@ -125,6 +125,7 @@ if (item == NULL) return; #else +{ int prot = PROT_READ | PROT_WRITE | PROT_EXEC; if (is_emutramp_enabled ()) prot = ~PROT_EXEC; @@ -136,6 +137,7 @@ 0); if (item == (void *)MAP_FAILED) return; +} #endif #ifdef MALLOC_CLOSURE_DEBUG diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cffi-0.9.0/c/test_c.py new/cffi-0.9.1/c/test_c.py --- old/cffi-0.9.0/c/test_c.py 2015-03-03 10:32:54.0 +0100 +++ new/cffi-0.9.1/c/test_c.py 2015-03-08 09:06:59.0 +0100 @@ -3260,4 +3260,4 @@ def test_version(): # this test is here mostly for PyPy -assert __version__ == 0.9.0 +assert __version__ == 0.9.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cffi-0.9.0/cffi/__init__.py new/cffi-0.9.1/cffi/__init__.py --- old/cffi-0.9.0/cffi/__init__.py 2015-03-03 10:32:28.0 +0100 +++ new/cffi-0.9.1/cffi/__init__.py 2015-03-08 09:06:59.0 +0100 @@ -4,8 +4,8 @@ from .api import FFI, CDefError, FFIError from .ffiplatform import VerificationError, VerificationMissing -__version__ = 0.9.0 -__version_info__ = (0, 9, 0) +__version__ = 0.9.1 +__version_info__ = (0, 9, 1) # The verifier module file names are based on the CRC32 of a string that # contains the following version number. It may be older than __version__ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cffi-0.9.0/cffi.egg-info/PKG-INFO new/cffi-0.9.1/cffi.egg-info/PKG-INFO --- old/cffi-0.9.0/cffi.egg-info/PKG-INFO 2015-03-03 10:42:33.0 +0100 +++ new/cffi-0.9.1/cffi.egg-info/PKG-INFO 2015-03-08 09:07:13.0 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: cffi -Version: 0.9.0 +Version: 0.9.1 Summary: Foreign Function Interface for Python calling C code. Home-page: http://cffi.readthedocs.org Author: Armin Rigo, Maciej Fijalkowski diff -urN '--exclude=CVS' '--exclude=.cvsignore'
commit rubygem-execjs for openSUSE:Factory
Hello community, here is the log from the commit of package rubygem-execjs for openSUSE:Factory checked in at 2015-03-09 10:09:45 Comparing /work/SRC/openSUSE:Factory/rubygem-execjs (Old) and /work/SRC/openSUSE:Factory/.rubygem-execjs.new (New) Package is rubygem-execjs Changes: --- /work/SRC/openSUSE:Factory/rubygem-execjs/rubygem-execjs.changes 2015-02-11 16:45:32.0 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-execjs.new/rubygem-execjs.changes 2015-03-09 10:09:48.0 +0100 @@ -1,0 +2,5 @@ +Fri Mar 6 05:31:26 UTC 2015 - co...@suse.com + +- updated to version 2.4.0 + +--- Old: execjs-2.3.0.gem New: execjs-2.4.0.gem Other differences: -- ++ rubygem-execjs.spec ++ --- /var/tmp/diff_new_pack.CG60zf/_old 2015-03-09 10:09:49.0 +0100 +++ /var/tmp/diff_new_pack.CG60zf/_new 2015-03-09 10:09:49.0 +0100 @@ -24,7 +24,7 @@ # Name: rubygem-execjs -Version:2.3.0 +Version:2.4.0 Release:0 %define mod_name execjs %define mod_full_name %{mod_name}-%{version} ++ execjs-2.3.0.gem - execjs-2.4.0.gem ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/README.md new/README.md --- old/README.md 2015-02-03 22:53:33.0 +0100 +++ new/README.md 2015-03-05 20:41:51.0 +0100 @@ -64,7 +64,7 @@ only count on ES3 features being available. Prefer feature checking these APIs rather than hard coding support for specific runtimes. -**Can I ExecJS be used to sandbox scripts?** +**Can ExecJS be used to sandbox scripts?** No, ExecJS shouldn't be used for any security related sandboxing. Since runtimes are automatically detected, each runtime has different sandboxing properties. Files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/execjs/external_runtime.rb new/lib/execjs/external_runtime.rb --- old/lib/execjs/external_runtime.rb 2015-02-03 22:53:33.0 +0100 +++ new/lib/execjs/external_runtime.rb 2015-03-05 20:41:51.0 +0100 @@ -24,12 +24,12 @@ def exec(source, options = {}) source = encode(source) -source = #{@source}\n#{source} if @source +source = #{@source}\n#{source} if @source != source = @runtime.compile_source(source) tmpfile = write_to_tempfile(source) begin - extract_result(@runtime.exec_runtime(tmpfile.path)) + extract_result(@runtime.exec_runtime(tmpfile.path), tmpfile.path) ensure File.unlink(tmpfile) end @@ -57,14 +57,25 @@ tmpfile end -def extract_result(output) - status, value = output.empty? ? [] : ::JSON.parse(output, create_additions: false) +def extract_result(output, filename) + status, value, stack = output.empty? ? [] : ::JSON.parse(output, create_additions: false) if status == ok value - elsif value =~ /SyntaxError:/ -raise RuntimeError, value else -raise ProgramError, value +stack ||= +real_filename = File.realpath(filename) +stack = stack.split(\n).map do |line| + line.sub( at , ) + .sub(real_filename, (execjs)) + .sub(filename, (execjs)) + .strip +end +stack.reject! { |line| [eval code, eval@[native code]].include?(line) } +stack.shift unless stack[0].to_s.include?((execjs)) +error_class = value =~ /SyntaxError:/ ? RuntimeError : ProgramError +error = error_class.new(value) +error.set_backtrace(stack + caller) +raise error end end end @@ -158,7 +169,7 @@ if $?.success? output else -raise RuntimeError, output +raise exec_runtime_error(output) end end @@ -181,7 +192,7 @@ if $?.success? output else -raise RuntimeError, output +raise exec_runtime_error(output) end end else @@ -193,13 +204,22 @@ if $?.success? output else -raise RuntimeError, output +raise exec_runtime_error(output) end end end # Internally exposed for Context. public :exec_runtime + def exec_runtime_error(output) +error = RuntimeError.new(output) +lines = output.split(\n) +lineno =
commit gudev-sharp for openSUSE:Factory
Hello community, here is the log from the commit of package gudev-sharp for openSUSE:Factory checked in at 2015-03-09 09:20:52 Comparing /work/SRC/openSUSE:Factory/gudev-sharp (Old) and /work/SRC/openSUSE:Factory/.gudev-sharp.new (New) Package is gudev-sharp Changes: --- /work/SRC/openSUSE:Factory/gudev-sharp/gudev-sharp.changes 2015-02-27 10:58:56.0 +0100 +++ /work/SRC/openSUSE:Factory/.gudev-sharp.new/gudev-sharp.changes 2015-03-09 09:21:09.0 +0100 @@ -2,18 +1,0 @@ -Fri Jan 16 15:25:21 UTC 2015 - p.drou...@gmail.com - -- Update to version 3.0 - * This version depends on glib-sharp 2.99 and above, and can be -installed in parallel with version 0.1. -As a consequence, the assembly and the pkgconfig file are now -named gudev-sharp-3.0 -- Replace glib-sharp2 with pkgconfig(glib-sharp-3.0); follow upstream - changes -- Replace gtk-sharp2-gapi with pkgconfig(gapi-3.0); follow upstream - changes -- Remove redundant %clean section -- Package is arch-independant; use noarch as BuildArch - Move pkgconfig file to %{_datadir} -- Add pkg-config requirement; as pkgconfig file is moved to /usr/share, - pkg-config is needed to evaluate Provides - Old: gudev-sharp-3.0.tar.gz New: gudev-sharp-0.2.tar.bz2 Other differences: -- ++ gudev-sharp.spec ++ --- /var/tmp/diff_new_pack.4fLK16/_old 2015-03-09 09:21:09.0 +0100 +++ /var/tmp/diff_new_pack.4fLK16/_new 2015-03-09 09:21:09.0 +0100 @@ -1,7 +1,7 @@ # -# spec file for package gudev-sharp +# spec file for package gudev-sharp (Version 0.2) # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,21 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +# norootforbuild + Name: gudev-sharp -Version:3.0 -Release:0 +Version:0.2 +Release:1 License:LGPL-2.1 Group: Development/Languages/Mono Summary:.NET/C# Bindings for GUDev Url:http://github.com/mono/gudev-sharp -Source: https://github.com/mono/gudev-sharp/releases/download/3.0.0/%{name}-%{version}.tar.gz +Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch + BuildRequires: glib2-devel = 2.6 -BuildRequires: pkg-config -BuildRequires: pkgconfig(glib-sharp-3.0) -BuildRequires: pkgconfig(gapi-3.0) +BuildRequires: glib-sharp2 +BuildRequires: gtk-sharp2-gapi BuildRequires: gtk-sharp2 BuildRequires: mono-devel BuildRequires: monodoc-core @@ -62,20 +63,21 @@ %install %makeinstall -mkdir -p %{buildroot}%{_datadir}/pkgconfig -mv %{buildroot}%{_libdir}/pkgconfig/gudev-sharp-3.0.pc %{buildroot}%{_datadir}/pkgconfig/ + +%clean +rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc ChangeLog NEWS COPYING AUTHORS README -%dir %{_prefix}/lib/mono/gudev-sharp-3.0 -%{_prefix}/lib/mono/gudev-sharp-3.0/*.dll* +%dir %{_prefix}/lib/mono/gudev-sharp-1.0 +%{_prefix}/lib/mono/gudev-sharp-1.0/*.dll* %dir %{_prefix}/lib/mono/gac/gudev-sharp/ %dir %{_prefix}/lib/mono/gac/gudev-sharp/* %{_prefix}/lib/mono/gac/gudev-sharp/*/gudev-sharp.dll* %files devel %defattr(-,root,root) -%{_datadir}/pkgconfig/gudev-sharp-3.0.pc +%{_libdir}/pkgconfig/gudev-sharp-1.0.pc %changelog ++ gudev-sharp-3.0.tar.gz - gudev-sharp-0.2.tar.bz2 ++ 30439 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit snapper for openSUSE:Factory
Hello community, here is the log from the commit of package snapper for openSUSE:Factory checked in at 2015-03-09 09:59:40 Comparing /work/SRC/openSUSE:Factory/snapper (Old) and /work/SRC/openSUSE:Factory/.snapper.new (New) Package is snapper Changes: --- /work/SRC/openSUSE:Factory/snapper/snapper.changes 2015-02-22 17:25:39.0 +0100 +++ /work/SRC/openSUSE:Factory/.snapper.new/snapper.changes 2015-03-09 09:59:41.0 +0100 @@ -1,0 +2,17 @@ +Tue Mar 03 10:22:28 CET 2015 - aschn...@suse.de + +- allow to set userdata for snapshots created by helper programs + +--- +Mon Mar 02 17:30:06 CET 2015 - aschn...@suse.de + +- install systemd unit files and helper (see + gh#openSUSE/snapper#154) + +--- +Tue Feb 24 11:48:12 CET 2015 - aschn...@suse.de + +- drop -mt decoration from boost libraries (see + http://www.boost.org/users/history/version_1_40_0.html) + +--- Other differences: -- ++ snapper.spec ++ --- /var/tmp/diff_new_pack.fhAR1I/_old 2015-03-09 09:59:42.0 +0100 +++ /var/tmp/diff_new_pack.fhAR1I/_new 2015-03-09 09:59:42.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package snapper # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -116,6 +116,7 @@ %config(noreplace) %{_sysconfdir}/logrotate.d/snapper /etc/cron.hourly/suse.de-snapper /etc/cron.daily/suse.de-snapper +/usr/lib/systemd/system/snapper-*.* %config /etc/dbus-1/system.d/org.opensuse.Snapper.conf %{prefix}/share/dbus-1/system-services/org.opensuse.Snapper.service ++ snapper-0.2.6.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/snapper-0.2.6/client/Makefile.am new/snapper-0.2.6/client/Makefile.am --- old/snapper-0.2.6/client/Makefile.am2015-02-18 18:54:03.0 +0100 +++ new/snapper-0.2.6/client/Makefile.am2015-03-03 11:07:43.0 +0100 @@ -20,20 +20,20 @@ libexecdir = /usr/lib/snapper -libexec_PROGRAMS = installation-helper +libexec_PROGRAMS = installation-helper systemd-helper installation_helper_SOURCES = \ - installation-helper.cc + installation-helper.cc \ + misc.cc misc.h installation_helper_LDADD = ../snapper/libsnapper.la utils/libutils.la -noinst_PROGRAMS = systemd-helper - systemd_helper_SOURCES = \ systemd-helper.cc \ types.cctypes.h \ commands.cc commands.h \ cleanup.cc cleanup.h \ + misc.cc misc.h \ errors.cc errors.h systemd_helper_LDADD = ../snapper/libsnapper.la utils/libutils.la ../dbus/libdbus.la diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/snapper-0.2.6/client/Makefile.in new/snapper-0.2.6/client/Makefile.in --- old/snapper-0.2.6/client/Makefile.in2015-02-20 17:15:19.0 +0100 +++ new/snapper-0.2.6/client/Makefile.in2015-03-03 11:07:53.0 +0100 @@ -83,8 +83,8 @@ build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = snapper$(EXEEXT) -libexec_PROGRAMS = installation-helper$(EXEEXT) -noinst_PROGRAMS = systemd-helper$(EXEEXT) +libexec_PROGRAMS = installation-helper$(EXEEXT) \ + systemd-helper$(EXEEXT) subdir = client DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/depcomp @@ -97,8 +97,9 @@ CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = $(DESTDIR)$(bindir) $(DESTDIR)$(libexecdir) -PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(noinst_PROGRAMS) -am_installation_helper_OBJECTS = installation-helper.$(OBJEXT) +PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) +am_installation_helper_OBJECTS = installation-helper.$(OBJEXT) \ + misc.$(OBJEXT) installation_helper_OBJECTS = $(am_installation_helper_OBJECTS) installation_helper_DEPENDENCIES = ../snapper/libsnapper.la \ utils/libutils.la @@ -113,7 +114,8 @@ snapper_DEPENDENCIES = ../snapper/libsnapper.la utils/libutils.la \ ../dbus/libdbus.la am_systemd_helper_OBJECTS = systemd-helper.$(OBJEXT) types.$(OBJEXT) \ - commands.$(OBJEXT) cleanup.$(OBJEXT) errors.$(OBJEXT) + commands.$(OBJEXT) cleanup.$(OBJEXT) misc.$(OBJEXT) \ + errors.$(OBJEXT) systemd_helper_OBJECTS = $(am_systemd_helper_OBJECTS)
commit pacemaker for openSUSE:Factory
Hello community, here is the log from the commit of package pacemaker for openSUSE:Factory checked in at 2015-03-09 09:59:51 Comparing /work/SRC/openSUSE:Factory/pacemaker (Old) and /work/SRC/openSUSE:Factory/.pacemaker.new (New) Package is pacemaker Changes: --- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes 2015-02-11 16:31:04.0 +0100 +++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2015-03-09 09:59:52.0 +0100 @@ -1,0 +2,6 @@ +Tue Feb 24 12:26:27 UTC 2015 - rguent...@suse.com + +- Add pacemaker-Wno-format-signedness.patch to disable + -Wformat-signedness added by GCC 5 and enabled by -Wformat=2 + +--- New: pacemaker-Wno-format-signedness.patch Other differences: -- ++ pacemaker.spec ++ --- /var/tmp/diff_new_pack.e45gMh/_old 2015-03-09 09:59:53.0 +0100 +++ /var/tmp/diff_new_pack.e45gMh/_new 2015-03-09 09:59:53.0 +0100 @@ -115,6 +115,7 @@ Patch5: pacemaker-cibsecret-tool-temp-disabled.patch Patch6: pacemaker-nagios-plugin-dir.patch Patch7: bug-812269_pacemaker-fencing-device-register-messages.patch +Patch8: pacemaker-Wno-format-signedness.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: pacemaker-ticket-support = 2.0 Conflicts: heartbeat 3.0 @@ -396,6 +397,7 @@ %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 -p1 # Force the local time # ++ pacemaker-Wno-format-signedness.patch ++ Index: pacemaker-1.1.12.git20150129.3021d73/configure.ac === --- pacemaker-1.1.12.git20150129.3021d73.orig/configure.ac 2015-02-24 13:22:11.748602751 +0100 +++ pacemaker-1.1.12.git20150129.3021d73/configure.ac 2015-02-24 13:22:29.684800783 +0100 @@ -1708,7 +1708,7 @@ else -Wdeclaration-after-statement -Wendif-labels -Wfloat-equal - -Wformat=2 + -Wformat=2 -Wno-format-signedness -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit xfce4-session for openSUSE:Factory
Hello community, here is the log from the commit of package xfce4-session for openSUSE:Factory checked in at 2015-03-09 10:05:20 Comparing /work/SRC/openSUSE:Factory/xfce4-session (Old) and /work/SRC/openSUSE:Factory/.xfce4-session.new (New) Package is xfce4-session Changes: --- /work/SRC/openSUSE:Factory/xfce4-session/xfce4-session.changes 2014-11-06 16:50:58.0 +0100 +++ /work/SRC/openSUSE:Factory/.xfce4-session.new/xfce4-session.changes 2015-03-09 10:05:22.0 +0100 @@ -1,0 +2,48 @@ +Sat Feb 28 21:39:29 UTC 2015 - g...@opensuse.org + +- update to version 4.12.0 + - Remove AC_CHECK_HEADER_STDBOOL, it was only +added in autoconf 2.69 and we dont use +stdbool.h anyway + - Add symlinks to the old icons (bxo#11513) + - Rename action icon names (bxo#11513) + - Gracefully handle the sessions dir being +readonly (bxo#11307) + - Add ConsoleKit2 support + - Create scripts/xinitrc from scripts/xinitrc.in created by +configure + - Translation updates + +--- +Mon Dec 1 13:07:19 UTC 2014 - g...@opensuse.org + +- update to version 4.11.1 + - Add DesktopNames to .desktop file + - Export XDG_CURRENT_DESKTOP (Bug #11239) + - Expand usage of xfsm_verbose for debugging + - Don't log errors when trying to close non-existent FDs + - Add error checking for fcntl + - Properly print the dbus error message + - Check the return value of select + - atoi (argv[2]) is unsafe + - Check the return value of gtk_tree_selection_get_selected + - gtk_cell_renderer_text_new is never used + - Minor Autotools Updates + - Add fallback DragonflyBSD support for suspend/hibernate + - Use pkexec for xfsm-shutdown (Bug 9952) + - Handle gpg and ssh agents separately +Patch by Mikhail Efremov + - Non-POSIX compliant test used in startxfce4 (Bug 10828) +Patch by seejay + - Update copyright year (Bug 10768) + - polkit_unix_process_new is deprecated (Bug 10793) +Patch by Baurzhan Muftakhidinov + - Add logind runtime detection to support suspend/hibernate +(Bug 9952) Patch by Guido Berhoerster + - Translation Updates +- drop obsolete + xfce4-session-systemd-suspend-hibernate-support.patch, + xfce4-session-set-desktop-name.patch, + xfce4-session-4.10.1-fix-bashisms.patch + +--- @@ -25,0 +74,13 @@ + +--- +Thu May 1 08:24:20 UTC 2014 - g...@opensuse.org + +- update to version 4.11.0 + - remove gnome-keyring remains + - remove xfce environment functions and use glib + - add shutdown/reboot functionality for systemd (bxo#8729) + - fix duplicated accelerators + - use the async spawn function of glib + - store the watch function id to avoid possible double free +(bxo#9709) + - translation updates Old: xfce4-session-4.10.1-fix-bashisms.patch xfce4-session-4.10.1.tar.bz2 xfce4-session-set-desktop-name.patch xfce4-session-systemd-suspend-hibernate-support.patch New: xfce4-session-4.12.0.tar.bz2 Other differences: -- ++ xfce4-session.spec ++ --- /var/tmp/diff_new_pack.PSmtpA/_old 2015-03-09 10:05:23.0 +0100 +++ /var/tmp/diff_new_pack.PSmtpA/_new 2015-03-09 10:05:23.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfce4-session # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,23 +19,17 @@ %define libname libxfsm-4_6-0 Name: xfce4-session -Version:4.10.1 +Version:4.12.0 Release:0 Summary:Xfce Session Manager License:GPL-2.0 Group: System/GUI/XFCE Url:http://docs.xfce.org/xfce/xfce4-session/start -Source0: http://archive.xfce.org/src/xfce/xfce4-session/4.10/%{name}-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/xfce/xfce4-session/4.12/%{name}-%{version}.tar.bz2 # PATCH-FEATURE-OPENSUSE xfce4-session-simple-splash-remove-shadows.patch g...@opensuse.org -- Improves readability of the simple splash engine text by removing the text shadows Patch0: xfce4-session-simple-splash-remove-shadows.patch # PATCH-FIX-OPENSUSE xfce4-session-adapt-session-scripts.patch bnc#789057 g...@opensuse.org -- Adapt upstream sessions script to openSUSE Patch1: xfce4-session-adapt-session-scripts.patch -# PATCH-FIX-UPSTREAM xfce4-session-systemd-suspend-hibernate-support.patch bnc#9952 g...@opensuse.org -- Add systemd suspend/hibernate support
commit xfce4-dev-tools for openSUSE:Factory
Hello community, here is the log from the commit of package xfce4-dev-tools for openSUSE:Factory checked in at 2015-03-09 10:05:57 Comparing /work/SRC/openSUSE:Factory/xfce4-dev-tools (Old) and /work/SRC/openSUSE:Factory/.xfce4-dev-tools.new (New) Package is xfce4-dev-tools Changes: --- /work/SRC/openSUSE:Factory/xfce4-dev-tools/xfce4-dev-tools.changes 2012-05-08 11:49:30.0 +0200 +++ /work/SRC/openSUSE:Factory/.xfce4-dev-tools.new/xfce4-dev-tools.changes 2015-03-09 10:05:58.0 +0100 @@ -1,0 +2,29 @@ +Sat Feb 28 21:00:49 UTC 2015 - g...@opensuse.org + +- update to version 4.12.0 + - bump version + - require xfce4-panel-4.11 for panel plugins + - restore AC_REVISION + +--- +Tue Feb 17 22:27:45 UTC 2015 - g...@opensuse.org + +- update to version 4.11.1 + - update list of files to clean with xdt-autogen + - remove definitions related to the obsolete xfce-mcs-manager + - remove obsolete check for threaded panels (= 4.1.90) + - bump dependencies for xfce4-dev-tools and m4macros + - fix autotools m4 warning + - fix out of source building (bxo#10899) + - display warning if AC_PROG_INTLTOOL is used (bxo#8930) + +--- +Wed Apr 30 19:54:32 UTC 2014 - g...@opensuse.org + +- update to version 4.11.0 + - remove FORTIFY_SOURCE=2 + - some build improvements + - correctly quote AC_COMPILE_IFELSE macro + - avoid gnu_printf warnings in debugging in gcc 4.8 + +--- Old: xfce4-dev-tools-4.10.0.tar.bz2 New: xfce4-dev-tools-4.12.0.tar.bz2 Other differences: -- ++ xfce4-dev-tools.spec ++ --- /var/tmp/diff_new_pack.yMWm7S/_old 2015-03-09 10:05:58.0 +0100 +++ /var/tmp/diff_new_pack.yMWm7S/_new 2015-03-09 10:05:58.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfce4-dev-tools # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: xfce4-dev-tools -Version:4.10.0 +Version:4.12.0 Release:0 Summary:Xfce Development Tools License:GPL-2.0+ Group: Development/Tools/Other Url:http://www.xfce.org/ -Source: http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.10/%{name}-%{version}.tar.bz2 +Source: http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.12/%{name}-%{version}.tar.bz2 BuildRequires: pkgconfig(glib-2.0) Requires: autoconf Requires: automake @@ -47,9 +47,6 @@ %install %make_install -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog HACKING NEWS README ++ xfce4-dev-tools-4.10.0.tar.bz2 - xfce4-dev-tools-4.12.0.tar.bz2 ++ 38306 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit xfce4-mixer for openSUSE:Factory
Hello community, here is the log from the commit of package xfce4-mixer for openSUSE:Factory checked in at 2015-03-09 10:06:05 Comparing /work/SRC/openSUSE:Factory/xfce4-mixer (Old) and /work/SRC/openSUSE:Factory/.xfce4-mixer.new (New) Package is xfce4-mixer Changes: --- /work/SRC/openSUSE:Factory/xfce4-mixer/xfce4-mixer.changes 2013-01-20 14:55:58.0 +0100 +++ /work/SRC/openSUSE:Factory/.xfce4-mixer.new/xfce4-mixer.changes 2015-03-09 10:06:06.0 +0100 @@ -1,0 +2,21 @@ +Thu May 1 08:33:02 UTC 2014 - g...@opensuse.org + +- update to version 4.11.0 + - updated translations. + - fixed button sizing in some themes. + - g_thread_init is deprecated. + - refactor the handling of minimum volumes + - do not assume a minimum volume of 0 in the keyboard shortcut +handling + - correct debugging instructions + - avoid unused variable warning when buildwing without keybinder +(bxo#9544) + - move the XFCE_MIXER_PLUGIN_DEFAULT_COMMAND macro to where it is +used + - extend documentation in README + - rename variable which may shadow index(3) (bxo#9374) + - fix mnemonics in the plugin menu that conflict with those of +default menu items (bxo#9339) +- drop obsolete xfce4-mixer-fix-default-window-size.patch + +--- Old: xfce4-mixer-4.10.0.tar.bz2 xfce4-mixer-fix-default-window-size.patch New: xfce4-mixer-4.11.0.tar.bz2 Other differences: -- ++ xfce4-mixer.spec ++ --- /var/tmp/diff_new_pack.uyXD7H/_old 2015-03-09 10:06:06.0 +0100 +++ /var/tmp/diff_new_pack.uyXD7H/_new 2015-03-09 10:06:06.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfce4-mixer # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,16 +19,14 @@ %define panel_version 4.10.0 Name: xfce4-mixer -Version:4.10.0 +Version:4.11.0 Release:0 Summary:Volume Control Application for the Xfce Desktop Environment License:GPL-2.0+ Group: Productivity/Multimedia/Sound/Mixers Url:http://www.xfce.org/ -Source: http://archive.xfce.org/src/apps/xfce4-mixer/4.10/xfce4-mixer-%{version}.tar.bz2 +Source: http://archive.xfce.org/src/apps/xfce4-mixer/4.11/xfce4-mixer-%{version}.tar.bz2 Source100: %{name}-rpmlintrc -# PATCH-FIX-UPSTREAM xfce4-mixer-fix-default-window-size.patch g...@opensuse.org -- Initialize window width and height to default values -Patch0: xfce4-mixer-fix-default-window-size.patch BuildRequires: intltool BuildRequires: update-desktop-files BuildRequires: pkgconfig(glib-2.0) @@ -64,7 +62,6 @@ %prep %setup -q -%patch0 -p1 %build %configure --disable-static @@ -81,9 +78,6 @@ %suse_update_desktop_file -i xfce4-mixer Settings DesktopSettings -%clean -rm -rf %{buildroot} - %post %desktop_database_post ++ xfce4-mixer-4.10.0.tar.bz2 - xfce4-mixer-4.11.0.tar.bz2 ++ 22153 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit exo for openSUSE:Factory
Hello community, here is the log from the commit of package exo for openSUSE:Factory checked in at 2015-03-09 10:05:41 Comparing /work/SRC/openSUSE:Factory/exo (Old) and /work/SRC/openSUSE:Factory/.exo.new (New) Package is exo Changes: --- /work/SRC/openSUSE:Factory/exo/exo.changes 2014-01-30 11:23:33.0 +0100 +++ /work/SRC/openSUSE:Factory/.exo.new/exo.changes 2015-03-09 10:05:42.0 +0100 @@ -1,0 +2,22 @@ +Sat Feb 28 20:52:12 UTC 2015 - g...@opensuse.org + +- update to version 0.10.3 + - build updates and improvements (autotools, intltool) + - increased required automake and libtool versions + - updated mimeapps.list location for glib = 2.41 (bxo#11504) + - add an icon-column in the icon view for loading thumbnailed +images + - add helpers for qtFM, QTerminal, Qupzilla, Surf, Vimprobable2 +(bxo#10216) + - add support for BCC in exo-compose-email (bxo#11070) + - better handle filenames with spaces in exo-helpers (bxo#10731) + - drop use of the -remote option in Firefox helpers (bxo#11601) + - fix ATK deprecation warnings (bxo#11556) + - fix exo_str_looks_like_an_uri() (bxo#10098) + - fix small typo in exo-icon-bar (bxo#10515) + - install category icons into proper location (bxo#11364) + - scroll long file names into view in compact listview (bxo#6014) + - translation updates +- drop obsolete exo-firefox-params.patch + +--- Old: exo-0.10.2.tar.bz2 exo-firefox-params.patch New: exo-0.10.3.tar.bz2 Other differences: -- ++ exo.spec ++ --- /var/tmp/diff_new_pack.CM4ZgA/_old 2015-03-09 10:05:43.0 +0100 +++ /var/tmp/diff_new_pack.CM4ZgA/_new 2015-03-09 10:05:43.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package exo # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,8 @@ %define libname libexo-1-0 - Name: exo -Version:0.10.2 +Version:0.10.3 Release:0 Summary:Application Development Library for Xfce License:GPL-2.0+ and LGPL-2.1+ @@ -28,12 +27,9 @@ Source0: http://archive.xfce.org/src/xfce/exo/0.10/%{name}-%{version}.tar.bz2 # icons taken from tango-icon-theme 0.8.90 Source1:%{name}-icons.tar.bz2 -# PATCH-FIX-UPSTREAM exo-firefox-params.patch bwa...@suse.de -- Removes obsolete Firefox commandline arguments -Patch0: exo-firefox-params.patch # PATCH-FIX-OPENSUSE use-versioned-helpers-db.patch g...@opensuse.org -- Use a versioned helpers files DB since some of the desktop files are tied to the exo API version (e.g. by using exo-compose-mail-1) -Patch1: use-versioned-helpers-db.patch +Patch0: use-versioned-helpers-db.patch BuildRequires: fdupes -BuildRequires: gtk-doc BuildRequires: intltool BuildRequires: perl-URI BuildRequires: update-desktop-files @@ -41,6 +37,7 @@ BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-2.0) +BuildRequires: pkgconfig(gtk-doc) BuildRequires: pkgconfig(libstartup-notification-1.0) BuildRequires: pkgconfig(libxfce4ui-1) BuildRequires: pkgconfig(libxfce4util-1.0) @@ -68,14 +65,14 @@ Group: System/Libraries Requires: %{libname}-branding = %{version} Requires: perl-URI +Recommends: %{name}-lang = %{version} +Recommends: %{name}-tools Provides: exo = %{version} Obsoletes: exo = 0.6.2 Provides: exo-doc = %{version} Obsoletes: exo-doc = 0.6.2 Provides: exo-data = %{version} Obsoletes: exo-data = 0.10.2 -Recommends: %{name}-lang = %{version} -Recommends: %{name}-tools %description -n %{libname} Exo is an extension library to Xfce which is targeted at application @@ -96,13 +93,13 @@ Summary:Upstream Branding of exo License:GPL-2.0+ Group: System/GUI/XFCE +Supplements:packageand(%{libname}:branding-upstream) # BRAND: helpers.rc: Controls default applications and MIME handler. Conflicts: otherproviders(%{libname}-branding) Provides: %{libname}-branding = %{version} Provides: exo-branding = %{version} Provides: exo-branding-upstream = %{version} Obsoletes: exo-branding-upstream = 0.10.2 -Supplements:packageand(%{libname}:branding-upstream) BuildArch: noarch %description -n %{libname}-branding-upstream @@ -123,10 +120,10 @@ %prep %setup -q -b1 +mkdir m4 %patch0 -p1 -%patch1 -p1 find . -name '*.pl' | \ -xargs sed -i
commit xfwm4 for openSUSE:Factory
Hello community, here is the log from the commit of package xfwm4 for openSUSE:Factory checked in at 2015-03-09 10:05:27 Comparing /work/SRC/openSUSE:Factory/xfwm4 (Old) and /work/SRC/openSUSE:Factory/.xfwm4.new (New) Package is xfwm4 Changes: --- /work/SRC/openSUSE:Factory/xfwm4/xfwm4.changes 2014-10-05 20:31:36.0 +0200 +++ /work/SRC/openSUSE:Factory/.xfwm4.new/xfwm4.changes 2015-03-09 10:05:29.0 +0100 @@ -1,0 +2,66 @@ +Sat Feb 28 21:53:44 UTC 2015 - g...@opensuse.org + +- update to version 4.12.0 + - add support for gtk window menu + - avoid window decorations in preview + - clean-up compositor state in case of error + - compute struts based on reported screen size + - do not tile windows if they don't fit in + - enable compositing by default + - enable window preview in cycling by default + - fix build with compositor disabled + - fix window menu positioning with CSD + - fix window preview disappearing on themes reload + - reuse client macros in compositor + - revert Optionally remove frame on tiling as well + - set maximum valid struts values + - use larger window preview by default + - use opaque background color for preview + - use smallest screen area + - translation updates + +--- +Sat Feb 14 19:04:42 UTC 2015 - g...@opensuse.org + +- update to version 4.11.3 + - add a zoom_desktop xfconf setting + - add corner tiling + - add support for extended XSync counter + - add support for GTK frame extents + - add support for GTK hide titlebar on maximize + - add support for NET_WM_STATE_FOCUSED + - add titleless maximization feature + - allow color substitution in themerc + - allow cycling during drag'n drop + - allow shadow under dock ARGB windows + - allow tiling and workspace wrap on move + - changed wireframe to cairo drawing when using the compositor + - fix cycle vs. focus follow mouse + - fix fullscreen mode not working correctly for QT apps) + - fix gravity on configure request + - fix keyboard shortcuts after keyboard layout changes + - fix maximizing when window is tiled vertically or horizontally + - fix maximum host name length. + - fix opacity being reset on theme change + - fix reparenting with compositor + - fix selection with mouse in multi-monitor alt-tab dialog + - fix size increment + - limit parallel pointer moves before wrapping + - new default window decoration themes (including HDPI and xHDPI) + - on canceled move, restore all maximizations states + - optionally remove frame on tiling as well + - optionnally use window preview in tabwin + - prevent CSD windows from being moved too far up + - remove horizontal tyling on move + - remove maximize button from non-resizable windows + - remove restore-on-move option + - send debug messages to a log file + - update desktop geometry on xrandr events + - use cairo wireframe for move/resize + - use correct type on platforms where time_t is 64bits like OpenBSD + - use source indication in activate window + - use the correct drm/dri device on OpenBSD + - workaround for NET_WORKAREA with multimonitor + - lot of translations updates + +--- @@ -7,0 +74,10 @@ +Sat Jul 26 06:17:33 UTC 2014 - g...@opensuse.org + +- update to version 4.11.2 + - improve auto-maximize fn to maximize windows which size is +equal to the available size + - restore original window size after untiling (Bug 8765) + - add improved tab-win dialog + - translation updates + +--- @@ -10,0 +87,22 @@ + +--- +Thu May 1 07:37:48 UTC 2014 - g...@opensuse.org + +- update to version 4.11.1 + - remove unnecessary clipping of the rootPicture + - if making a solid fill, use XRenderCreateSolidFill + - repaint the screen when background changes + - ignore when root atoms are unset + - implement zooming + - add tweak setting to toggle roll up feature (bxo#10563) + - disable roll up feature by default (bxo#10563) + - fix duplicated accelerators (bxo#5256) + - do not write empty session files + - optimize smart placement (bxo#5785) + - improvements in accelerator handling + - remove unmaintained translations + - make the xfwm4-settings dialog use less height + - fixup padding in keyboard shortcuts tab + - autotools updates + - add Vsync support for the compositor (bxo#8898) + - translation updates Old: xfwm4-4.10.1.tar.bz2 New: xfwm4-4.12.0.tar.bz2 Other differences: -- ++ xfwm4.spec ++ --- /var/tmp/diff_new_pack.UxCGOx/_old 2015-03-09 10:05:30.0 +0100 +++
commit thunar-volman for openSUSE:Factory
Hello community, here is the log from the commit of package thunar-volman for openSUSE:Factory checked in at 2015-03-09 10:05:50 Comparing /work/SRC/openSUSE:Factory/thunar-volman (Old) and /work/SRC/openSUSE:Factory/.thunar-volman.new (New) Package is thunar-volman Changes: --- /work/SRC/openSUSE:Factory/thunar-volman/thunar-volman.changes 2012-05-08 11:49:15.0 +0200 +++ /work/SRC/openSUSE:Factory/.thunar-volman.new/thunar-volman.changes 2015-03-09 10:05:52.0 +0100 @@ -1,0 +2,14 @@ +Sat Feb 28 21:34:34 UTC 2015 - g...@opensuse.org + +- update to version 0.8.1 + - workaround: Wait 5 second before mounting devices (bxo#9193) + - use new show help function instead of thunar help (bxo#10204) + - fix AC_CONFIG_MACRO_DIR warning + - remove SVN $Id$ and update .gitignore + - bump autotools versions + - fix AC_PROG_INTLTOOL warning + - enable silent rules + - don't use deprecated API + - translation updates + +--- Old: thunar-volman-0.8.0.tar.bz2 New: thunar-volman-0.8.1.tar.bz2 Other differences: -- ++ thunar-volman.spec ++ --- /var/tmp/diff_new_pack.s5QsdC/_old 2015-03-09 10:05:52.0 +0100 +++ /var/tmp/diff_new_pack.s5QsdC/_new 2015-03-09 10:05:52.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package thunar-volman # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: thunar-volman -Version:0.8.0 +Version:0.8.1 Release:0 Summary:Thunar Volume Manager License:GPL-2.0+ @@ -52,8 +52,8 @@ Summary:Upstream Branding of thunar-volman Group: System/GUI/XFCE Supplements:packageand(%{name}:branding-upstream) -Provides: %{name}-branding = %{version} Conflicts: otherproviders(%{name}-branding) +Provides: %{name}-branding = %{version} #BRAND: xfce4.xml: Determines a whether to automatically mount hotpluggable #BRAND: drives and removable median and whether to open what applications #BRAND: automatically. @@ -69,7 +69,7 @@ %build %configure -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install %make_install @@ -83,9 +83,6 @@ %find_lang %{name} %{?no_lang_C} -%clean -rm -rf %{buildroot} - %post %desktop_database_post %icon_theme_cache_post @@ -102,6 +99,7 @@ %{_datadir}/icons/hicolor/*/*/* %files lang -f %{name}.lang +%defattr(-,root,root) %files branding-upstream %defattr(-,root,root) ++ thunar-volman-0.8.0.tar.bz2 - thunar-volman-0.8.1.tar.bz2 ++ 61259 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit thunar for openSUSE:Factory
Hello community, here is the log from the commit of package thunar for openSUSE:Factory checked in at 2015-03-09 10:05:35 Comparing /work/SRC/openSUSE:Factory/thunar (Old) and /work/SRC/openSUSE:Factory/.thunar.new (New) Package is thunar Changes: --- /work/SRC/openSUSE:Factory/thunar/thunar.changes2015-01-06 09:07:15.0 +0100 +++ /work/SRC/openSUSE:Factory/.thunar.new/thunar.changes 2015-03-09 10:05:36.0 +0100 @@ -1,0 +2,76 @@ +Sat Feb 28 22:15:26 UTC 2015 - g...@opensuse.org + +- update to version 1.6.6 + - Removed GNU extension -i from sed + - Bump default size of file properties dialog a bit + - Respect the View new folders using preference (bxo#11606) + - Improve check for shell scripts and add hidden option for +bxo#7596 + - Fix some GTK_STOCK icon usages resulting in missing icons +(bxo#11608) + - plugins/thunar-wallpaper: Fix icon + - Fix icon name for folders and a memory leak (bxo#11608) + - Also query for network location icons + - Don't use deprecated function + - Secure threading in the idle thumbnail loading + - Sidepane treeview: Do not switch folder when clicking a row +expander + - Fix cppcheck possible errors/warnings + - Hide template file extensions in context menu (bxo#11571) + - thunar-wallpaper: Fix translation in applications other than +thunar + - thunar-wallpaper: Check if file is really an image (bxo#11565) + - Update another copyright string + - Fix endless rename loop in case of error on the properties +dialog (bxo#11557) + - Translation updates + +--- +Fri Feb 20 08:09:31 UTC 2015 - g...@opensuse.org + +- update to version 1.6.5 + - bump autotools versions + - add .gitignore + - do not execute but only open shell scripts by default +(bxo#7596) (Harald Judt) + - fix typo in error message (Nick Schermer) + - improve keyboard navigation for thunar-tree-view (bxo#4519) +(Harald Judt) + - allow ctrl + middle click in shortcut and treeview panes +(Harald Judt) + - set correct dialog window hint for progress dialog (bxo#11467) +(Matt Thirtytwo) + - refresh file info after getting it from cache (bxo#11008) +(Peter de Ridder) + - remove unused enum for signal handlers (bxo#11493) (Matt +Thirtytwo) + - simplify Makefile.am, generated files are separated from typed +source files (Matt Thirtytwo) + - thunar-tpa: Install desktop file to +$(datadir)/xfce4/panel/plugins (Robby Workman) + - fix anchor offset in xfce_dialog_show_help () function +(Olivier Duchateau) + - properly handle m4 stuff (Harald Judt) + - TWP: Single-workspace-mode = TRUE is the default (bxo#11047) +(Eric Koegel) + - thunar-wallpaper: Do not use escaped filenames for xfconf +(Harald Judt) + - use xfconf and handle xfdesktop's single workspace (bxo#11047) +(Eric Koegel) + - revert Workaround for crashes on RHEL5 (Andrzej) + - revert Fallback to image surface, workaround for bug in +Cairo/RENDER (Andrzej) + - renaming a file from another file manager, file disappears in +Thunar window (bxo#11430) (Andrzej) + - make usage/free string more clear (bxo#11345) (Harald Judt) + - make single middle click open files and folders (bxo#10587) +(Harald Judt) + - add a progressbar to the freespace indicator in the properties +dialog (Harald Judt, Simon Steinbeiss) + - change resize style in thunar-wallpaper plugin (Thaddaeus +Tintenfisch) + - add vim modeline, remove obsolete '$Id$' line (Matt Thirtytwo) + - right click context menu with wrong icon (bxo#10652) (Andrzej) + - translation updates + +--- Old: Thunar-1.6.4.tar.bz2 New: Thunar-1.6.6.tar.bz2 Other differences: -- ++ thunar.spec ++ --- /var/tmp/diff_new_pack.r0PPVs/_old 2015-03-09 10:05:37.0 +0100 +++ /var/tmp/diff_new_pack.r0PPVs/_new 2015-03-09 10:05:37.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package thunar # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,8 @@ %define libname libthunarx-2-0 - Name: thunar -Version:1.6.4 +Version:1.6.6 Release:0 Summary:Fast and Easy to Use File Manager for the Xfce Desktop Environment License:GPL-2.0+ @@ -30,7 +29,6 @@ # PATCH-FIX-UPSTREAM thunar-use-xdg-icon-spec-icons.patch g...@opensuse.org -- Use generic icons that conform to the XDG Icon Naming Spec
commit xfce4-appfinder for openSUSE:Factory
Hello community, here is the log from the commit of package xfce4-appfinder for openSUSE:Factory checked in at 2015-03-09 10:05:14 Comparing /work/SRC/openSUSE:Factory/xfce4-appfinder (Old) and /work/SRC/openSUSE:Factory/.xfce4-appfinder.new (New) Package is xfce4-appfinder Changes: --- /work/SRC/openSUSE:Factory/xfce4-appfinder/xfce4-appfinder.changes 2013-05-06 10:11:33.0 +0200 +++ /work/SRC/openSUSE:Factory/.xfce4-appfinder.new/xfce4-appfinder.changes 2015-03-09 10:05:16.0 +0100 @@ -1,0 +2,21 @@ +Sat Feb 28 22:10:40 UTC 2015 - g...@opensuse.org + +- update to version 4.12.0 + - fix build problems. + - add support for AppData + - translation updates + +--- +Thu May 1 08:30:59 UTC 2014 - g...@opensuse.org + +- update to version 4.11.0 + - make compilation to GTK3 optional + - use GDbus for communication + - add execute menu item to launch without closing the window + - add default action to open absolute paths + - add bookmarks in the model + - do nothing with the Tab event during competion (bxo#10187) + - use new xdg function to set environment + - translation updates + +--- Old: xfce4-appfinder-4.10.1.tar.bz2 New: xfce4-appfinder-4.12.0.tar.bz2 Other differences: -- ++ xfce4-appfinder.spec ++ --- /var/tmp/diff_new_pack.ULJ20Z/_old 2015-03-09 10:05:16.0 +0100 +++ /var/tmp/diff_new_pack.ULJ20Z/_new 2015-03-09 10:05:16.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfce4-appfinder # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: xfce4-appfinder -Version:4.10.1 +Version:4.12.0 Release:0 Summary:Application Finder for the Xfce Desktop Environment License:GPL-2.0+ Group: System/GUI/XFCE Url:http://docs.xfce.org/xfce/xfce4-appfinder/start -Source: http://archive.xfce.org/src/xfce/xfce4-appfinder/4.10/%{name}-%{version}.tar.bz2 +Source: http://archive.xfce.org/src/xfce/xfce4-appfinder/4.12/%{name}-%{version}.tar.bz2 BuildRequires: ed BuildRequires: intltool BuildRequires: update-desktop-files @@ -74,9 +74,6 @@ %find_lang %{name} %{?no_lang_C} -%clean -rm -rf %{buildroot} - %post %desktop_database_post %icon_theme_cache_post @@ -91,7 +88,10 @@ %{_bindir}/xfrun4 %{_bindir}/xfce4-appfinder %{_datadir}/applications/*.desktop +%dir %{_datadir}/appdata +%{_datadir}/appdata/xfce4-appfinder.appdata.xml -%files lang -f %name.lang +%files lang -f %{name}.lang +%defattr(-,root,root) %changelog ++ xfce4-appfinder-4.10.1.tar.bz2 - xfce4-appfinder-4.12.0.tar.bz2 ++ 34223 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit xfconf for openSUSE:Factory
Hello community, here is the log from the commit of package xfconf for openSUSE:Factory checked in at 2015-03-09 10:06:20 Comparing /work/SRC/openSUSE:Factory/xfconf (Old) and /work/SRC/openSUSE:Factory/.xfconf.new (New) Package is xfconf Changes: --- /work/SRC/openSUSE:Factory/xfconf/xfconf.changes2012-05-09 19:33:02.0 +0200 +++ /work/SRC/openSUSE:Factory/.xfconf.new/xfconf.changes 2015-03-09 10:06:21.0 +0100 @@ -1,0 +2,30 @@ +Sat Feb 28 21:18:19 UTC 2015 - g...@opensuse.org + +- update to version 4.12.0 + - allow :.,[]{} characters in property and channel names +(bxo#11021) + - fix make check when including perl bindings in the build +(bxo#9556) + - remove unneeded files + - drop deprecated g_type_init() function + - simplify checks + - autotools updates + - use new glib 2.32 mutex api + - translation updates + +--- +Thu Feb 19 09:58:18 UTC 2015 - g...@opensuse.org + +- update to version 4.11.0 + - allow :.,[]{} characters in property and channel names +(bxo#11021) + - fix make check when including perl bindings in the build +(bxo#9556) + - remove unneeded files. + - drop deprecated g_type_init() function + - simplify checks + - autotools updates + - use new glib 2.32 mutex api + - translation updates + +--- Old: xfconf-4.10.0.tar.bz2 New: xfconf-4.12.0.tar.bz2 Other differences: -- ++ xfconf.spec ++ --- /var/tmp/diff_new_pack.yjsg0R/_old 2015-03-09 10:06:22.0 +0100 +++ /var/tmp/diff_new_pack.yjsg0R/_new 2015-03-09 10:06:22.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfconf # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,18 @@ %define libname libxfconf-0-2 - Name: xfconf -Version:4.10.0 +Version:4.12.0 Release:0 Summary:Simple Configuration Storage for Xfce License:GPL-2.0+ Group: System/GUI/XFCE Url:http://www.xfce.org/projects#core -Source0: http://archive.xfce.org/src/xfce/xfconf/4.10/%{name}-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/xfce/xfconf/4.12/%{name}-%{version}.tar.bz2 Source1:xfconf-query.1 Source100: %{name}-rpmlintrc # PATCH-FIX-OPENSUSE xfconf-remove-rpath.patch g...@opensuse.org -- Do not set RPATH for Xfconf.so Patch0: xfconf-4.7.3-remove-rpath.patch -BuildRequires: gtk-doc BuildRequires: intltool BuildRequires: perl(ExtUtils::Depends) BuildRequires: perl(ExtUtils::PkgConfig) @@ -38,6 +36,7 @@ BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(gtk-doc) BuildRequires: pkgconfig(libxfce4util-1.0) = 4.9.0 Recommends: %{name}-lang = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -59,9 +58,9 @@ %package -n %{libname} Summary:xfconf Shared Library Group: System/Libraries +Recommends: %{name} = %{version} Provides: libxfce4mcs = %{version} Obsoletes: libxfce4mcs %{version} -Recommends: %{name} = %{version} %description -n %{libname} This package contains the xfconf shared library. @@ -116,9 +115,6 @@ %find_lang %{name} %{?no_lang_C} -%clean -rm -rf %{buildroot} - %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig @@ -139,6 +135,7 @@ %{_libdir}/libxfconf-*.so.* %files lang -f %{name}.lang +%defattr(-,root,root) %files -n libxfconf-devel %defattr(-,root,root) ++ xfconf-4.10.0.tar.bz2 - xfconf-4.12.0.tar.bz2 ++ 37591 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit ristretto for openSUSE:Factory
Hello community, here is the log from the commit of package ristretto for openSUSE:Factory checked in at 2015-03-09 10:06:12 Comparing /work/SRC/openSUSE:Factory/ristretto (Old) and /work/SRC/openSUSE:Factory/.ristretto.new (New) Package is ristretto Changes: --- /work/SRC/openSUSE:Factory/ristretto/ristretto.changes 2012-08-07 08:16:05.0 +0200 +++ /work/SRC/openSUSE:Factory/.ristretto.new/ristretto.changes 2015-03-09 10:06:14.0 +0100 @@ -1,0 +2,20 @@ +Sat Feb 28 22:33:52 UTC 2015 - g...@opensuse.org + +- update to version 0.8.0 + - use collate keys to handle filename sorting (bxo#9731) + - add AppData file (bxo#11296) + - fix invert zoom direction (bxo#10746) + - update xfconf settings for Xfdesktop = 4.11 + - check for thumbnails in the new location + - don't check item-width twice (Bug 10534) + - add version check because g_thread_init is deprecated + - support shift+scroll to pan across an image + - fixed an overflow when comparing filenames with large +Numbers in them. (bxo#9485) + - show filename before apptitle + - fix bxo#8837 (Use thumbnail as appicon) + - update the first image in the image-list when receiving +a ready-signal. + - translation updates + +--- Old: ristretto-0.6.3.tar.bz2 New: ristretto-0.8.0.tar.bz2 Other differences: -- ++ ristretto.spec ++ --- /var/tmp/diff_new_pack.C4BYfw/_old 2015-03-09 10:06:15.0 +0100 +++ /var/tmp/diff_new_pack.C4BYfw/_new 2015-03-09 10:06:15.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package ristretto # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,19 @@ Name: ristretto -Version:0.6.3 +Version:0.8.0 Release:0 Summary:Fast and Lightweight Image-viewer for the Xfce Desktop Environment License:GPL-2.0+ Group: Productivity/Graphics/Viewers Url:http://goodies.xfce.org/projects/applications/ristretto -Source0: http://archive.xfce.org/src/apps/ristretto/0.6/%{name}-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/apps/ristretto/0.8/%{name}-%{version}.tar.bz2 # PATCH-FEATURE-OPENSUSE ristretto-add-mime-types.patch g...@opensuse.org -- Adds support for additional image MIME types supported by openSUSE Patch0: ristretto-add-mime-types.patch -# PATCH-FIX-UPSTREAM ristretto-fix-icon-installation.patch g...@opensuse.org -- Fixes a typo causing the 128x128 icon to be installed into 48x48 +# PATCH-FIX-UPSTREAM ristretto-fix-icon-installation.patch bxo#11614 g...@opensuse.org -- Fixes a typo causing the 128x128 icon to be installed into 48x48 Patch1: ristretto-fix-icon-installation.patch BuildRequires: fdupes BuildRequires: intltool -BuildRequires: pkg-config BuildRequires: update-desktop-files BuildRequires: xfce4-dev-tools BuildRequires: pkgconfig(cairo) @@ -45,6 +44,7 @@ BuildRequires: pkgconfig(libxfce4ui-1) BuildRequires: pkgconfig(libxfce4util-1.0) BuildRequires: pkgconfig(libxfconf-0) +BuildRequires: pkgconfig(pkg-config) Recommends: %{name}-lang = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,13 +70,8 @@ %fdupes %{buildroot}%{_datadir} -rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK} - %find_lang %{name} %{?no_lang_C} -%clean -rm -rf %{buildroot} - %post %desktop_database_post %icon_theme_cache_post @@ -91,7 +86,10 @@ %{_bindir}/ristretto %{_datadir}/applications/ristretto.desktop %{_datadir}/icons/hicolor/*/apps/ristretto.* +%dir %{_datadir}/appdata +%{_datadir}/appdata/ristretto.appdata.xml %files lang -f %{name}.lang +%defattr(-,root,root) %changelog ++ ristretto-0.6.3.tar.bz2 - ristretto-0.8.0.tar.bz2 ++ 57081 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit live-fat-stick for openSUSE:Factory
Hello community, here is the log from the commit of package live-fat-stick for openSUSE:Factory checked in at 2015-03-09 10:09:11 Comparing /work/SRC/openSUSE:Factory/live-fat-stick (Old) and /work/SRC/openSUSE:Factory/.live-fat-stick.new (New) Package is live-fat-stick Changes: --- /work/SRC/openSUSE:Factory/live-fat-stick/live-fat-stick.changes 2014-11-18 22:44:46.0 +0100 +++ /work/SRC/openSUSE:Factory/.live-fat-stick.new/live-fat-stick.changes 2015-03-09 10:09:30.0 +0100 @@ -1,0 +2,5 @@ +Thu Feb 26 07:45:36 UTC 2015 - cyber...@opensuse.org + +- use by-path instead of by-id to detect usb storage devices + +--- Other differences: -- ++ live-fat-stick.spec ++ --- /var/tmp/diff_new_pack.CE8vGN/_old 2015-03-09 10:09:31.0 +0100 +++ /var/tmp/diff_new_pack.CE8vGN/_new 2015-03-09 10:09:31.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package live-fat-stick # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,21 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: live-fat-stick Version: 0.3.1 Release: 0 -License: GPL-2.0+ Summary: Create live usb stick on fat partition -Url: https://github.com/cyberorg/live-fat-stick +License:GPL-2.0+ Group: System/Management +Url:https://github.com/cyberorg/live-fat-stick Source0: live-fat-stick Source1: live-usb-gui Source2:live-usb-gui.desktop -Requires: syslinux -Requires: parted -Requires: util-linux Requires: dd_rescue Requires: fuseiso +Requires: parted +Requires: syslinux +Requires: util-linux BuildRequires: update-desktop-files BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch ++ live-fat-stick ++ --- /var/tmp/diff_new_pack.CE8vGN/_old 2015-03-09 10:09:31.0 +0100 +++ /var/tmp/diff_new_pack.CE8vGN/_new 2015-03-09 10:09:31.0 +0100 @@ -135,7 +135,7 @@ if [ $1 == -l -o $1 == --list ]; then echo Here is the list of possible usb storage devices on your computer, echo use the correct one, usually the one with a number at the end: -echo $(for i in $(find /dev/disk/by-id/ |grep usb); do readlink -f $i;done) +echo $(for i in $(find /dev/disk/by-path/ |grep usb); do readlink -f $i;done) exit fi if [[ x$1 == x ]]; then @@ -148,7 +148,7 @@ need_help echo Here is the list of possible usb storage devices on your computer, echo use the correct one, usually the one with a number at the end: - echo $(for i in $(find /dev/disk/by-id/ |grep usb); do readlink -f $i;done) + echo $(for i in $(find /dev/disk/by-path/ |grep usb); do readlink -f $i;done) exit 1 fi if [[ ! -e /usr/bin/syslinux ]]; then ++ live-usb-gui ++ --- /var/tmp/diff_new_pack.CE8vGN/_old 2015-03-09 10:09:31.0 +0100 +++ /var/tmp/diff_new_pack.CE8vGN/_new 2015-03-09 10:09:31.0 +0100 @@ -48,7 +48,7 @@ usbselecttitle=Select the target USB device distributionlist=suse fedora mint ubuntu isohybrid distrotitle=Select the distribution of the iso -usbdevicelist=$(for i in `echo $(for i in $(find /dev/disk/by-id/ |grep usb); do readlink -f $i;done)` +usbdevicelist=$(for i in `echo $(for i in $(find /dev/disk/by-path/ |grep usb); do readlink -f $i;done)` do # if [[ $(blkid -s TYPE -o value $i) == vfat ]];then echo $i -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit wine for openSUSE:Factory
Hello community, here is the log from the commit of package wine for openSUSE:Factory checked in at 2015-03-09 10:10:01 Comparing /work/SRC/openSUSE:Factory/wine (Old) and /work/SRC/openSUSE:Factory/.wine.new (New) Package is wine Changes: --- /work/SRC/openSUSE:Factory/wine/wine.changes2015-02-22 17:26:55.0 +0100 +++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes 2015-03-09 10:10:04.0 +0100 @@ -1,0 +2,12 @@ +Fri Mar 6 16:38:20 UTC 2015 - meiss...@suse.com + +- Updated to 1.7.38 development snapshot + - New version of the Gecko engine based on Firefox 36. + - Support for themed scrollbars. + - Updated version of the Mono engine. + - More compatible RPC interface for service control. + - Support for X Drag Drop version 5. + - Threading fixes in IME support. + - Various bug fixes. + +--- Old: wine-1.7.37.tar.bz2 wine-1.7.37.tar.bz2.sign New: wine-1.7.38.tar.bz2 wine-1.7.38.tar.bz2.sign Other differences: -- ++ wine.spec ++ --- /var/tmp/diff_new_pack.0ZQljn/_old 2015-03-09 10:10:05.0 +0100 +++ /var/tmp/diff_new_pack.0ZQljn/_new 2015-03-09 10:10:05.0 +0100 @@ -56,7 +56,7 @@ BuildRequires: update-desktop-files BuildRequires: valgrind-devel BuildRequires: xorg-x11-devel -Version:1.7.37 +Version:1.7.38 Release:0 Summary:An MS Windows Emulator License:LGPL-2.1+ ++ wine-1.7.37.tar.bz2 - wine-1.7.38.tar.bz2 ++ /work/SRC/openSUSE:Factory/wine/wine-1.7.37.tar.bz2 /work/SRC/openSUSE:Factory/.wine.new/wine-1.7.38.tar.bz2 differ: char 11, line 1 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit bmake for openSUSE:Factory
Hello community, here is the log from the commit of package bmake for openSUSE:Factory checked in at 2015-03-09 10:10:10 Comparing /work/SRC/openSUSE:Factory/bmake (Old) and /work/SRC/openSUSE:Factory/.bmake.new (New) Package is bmake Changes: --- /work/SRC/openSUSE:Factory/bmake/bmake.changes 2014-09-28 19:53:50.0 +0200 +++ /work/SRC/openSUSE:Factory/.bmake.new/bmake.changes 2015-03-09 10:10:11.0 +0100 @@ -1,0 +2,21 @@ +Fri Mar 6 21:01:46 UTC 2015 - mplus...@suse.com + +- Cleanups spec file with spec-cleaner +- Update to 2014 + * Makefile (MAKE_VERSION): 2014 just a cooler number + * Makefile (MAKE_VERSION): 20141105 + * Merge with NetBSD make, pick up +- revert major overhaul of suffix handling and POSIX compliance + - too much breakage and impossible to make backwards + compatible. +- we still have the new unit test structure which is ok. +- meta.c ensure -- filemon is at start of line. + * configure.in: test that result of getconf PATH_MAX is numeric +and discard if not. Apparently needed for Hurd. + * Makefile (MAKE_VERSION): 20140830 + * Merge with NetBSD make, pick up + - major overhaul of suffix handling + - improved POSIX compliance + - overhauled unit-tests + +--- Old: bmake-20140620.tar.gz New: bmake-2014.tar.gz Other differences: -- ++ bmake.spec ++ --- /var/tmp/diff_new_pack.enTeZc/_old 2015-03-09 10:10:12.0 +0100 +++ /var/tmp/diff_new_pack.enTeZc/_new 2015-03-09 10:10:12.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package bmake # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: bmake -Version:20140620 +Version:2014 Release:0 Summary:The NetBSD make(1) tool License:BSD-2-Clause and BSD-3-Clause and BSD-4-Clause ++ bmake-20140620.tar.gz - bmake-2014.tar.gz ++ 6223 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit nkf for openSUSE:Factory
Hello community, here is the log from the commit of package nkf for openSUSE:Factory checked in at 2015-03-09 10:09:36 Comparing /work/SRC/openSUSE:Factory/nkf (Old) and /work/SRC/openSUSE:Factory/.nkf.new (New) Package is nkf Changes: --- /work/SRC/openSUSE:Factory/nkf/nkf.changes 2011-09-23 02:14:43.0 +0200 +++ /work/SRC/openSUSE:Factory/.nkf.new/nkf.changes 2015-03-09 10:09:44.0 +0100 @@ -1,0 +2,8 @@ +Fri Mar 6 10:12:37 UTC 2015 - p.drou...@gmail.com + +- Update to version 2.1.3 + * No changelog available +- Remove some obsolete macros +- Remove depreciated AUTHORS section + +--- Old: nkf205.tar.bz2 New: nkf-2.1.3.tar.gz Other differences: -- ++ nkf.spec ++ --- /var/tmp/diff_new_pack.tyJxlg/_old 2015-03-09 10:09:45.0 +0100 +++ /var/tmp/diff_new_pack.tyJxlg/_new 2015-03-09 10:09:45.0 +0100 @@ -1,7 +1,7 @@ # -# spec file for package nkf (Version 2.0.5) +# spec file for package nkf # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,20 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: nkf License:BSD-3-Clause Group: System/I18n/Japanese Requires: perl = %{perl_version} -AutoReqProv:on Provides: locale(ja) -Version:2.0.5 -Release:144 +Version:2.1.3 +Release:0 Url:http://sourceforge.jp/projects/nkf/ # http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/ -Source0:nkf205.tar.bz2 +Source0:%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary:Network Kanji Code Conversion Filter # Summary(ja): ネットワーク用漢字コード変換フィルタ @@ -66,14 +63,6 @@ detection, nkf assumes no X0201 kana in MS-Kanji. To accept X0201 in MS-Kanji, use -X, -x, or -S. - - -Authors: - -Itaru ICHIKAWA ichik...@flab.fujitsu.co.jp -Akihiko Kuroe a_ku...@hoffman.cc.sophia.ac.jp -Shinji KONO k...@ie.u-ryukyu.ac.jp - %package -n perl-NKF License:BSD-3-Clause Group: Development/Libraries/Perl @@ -105,14 +94,8 @@ $flag has the same meaning as with nkf. - - -Authors: - -Shinji Kono k...@ie.u-ryukyu.ac.jp - %prep -%setup -n nkf205 +%setup -q iconv -f ISO-2022-JP -t EUC-JP nkf.1j nkf.1j.EUC-JP mv nkf.1j.EUC-JP nkf.1j @@ -123,7 +106,6 @@ make perl %install -[ $RPM_BUILD_ROOT != / ] [ -d $RPM_BUILD_ROOT ] rm -rf $RPM_BUILD_ROOT; install -d %{buildroot}/usr/bin install -d %{buildroot}%{_mandir}/ja/man1/ install -d %{buildroot}%{_mandir}/man1 @@ -137,7 +119,7 @@ %files %defattr(-,root,root) %doc nkf.doc -/usr/bin/nkf +%{_bindir}/nkf %{_mandir}/man1/nkf.1.gz %{_mandir}/ja/man1/nkf.1.gz -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit chromium for openSUSE:Factory
Hello community, here is the log from the commit of package chromium for openSUSE:Factory checked in at 2015-03-09 10:09:09 Comparing /work/SRC/openSUSE:Factory/chromium (Old) and /work/SRC/openSUSE:Factory/.chromium.new (New) Package is chromium Changes: --- /work/SRC/openSUSE:Factory/chromium/chromium.changes2015-03-03 11:15:18.0 +0100 +++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes 2015-03-09 10:09:20.0 +0100 @@ -1,0 +2,27 @@ +Wed Mar 4 09:57:26 UTC 2015 - tittiatc...@gmail.com + +- Update to Chromium 41.0.2272.76 + Security fixes: + * CVE-2015-1212: Out-of-bounds write in media + * CVE-2015-1213: Out-of-bounds write in skia filters + * CVE-2015-1214: Out-of-bounds write in skia filters + * CVE-2015-1215: Out-of-bounds write in skia filters + * CVE-2015-1216: Use-after-free in v8 bindings + * CVE-2015-1217: Type confusion in v8 bindings + * CVE-2015-1218: Use-after-free in dom + * CVE-2015-1219: Integer overflow in webgl + * CVE-2015-1220: Use-after-free in gif decoder + * CVE-2015-1221: Use-after-free in web databases + * CVE-2015-1222: Use-after-free in service workers + * CVE-2015-1223: Use-after-free in dom + * CVE-2015-1230: Type confusion in v8 + * CVE-2015-1224: Out-of-bounds read in vpxdecoder + * CVE-2015-1225: Out-of-bounds read in pdfium + * CVE-2015-1226: Validation issue in debugger + * CVE-2015-1227: Uninitialized value in blink + * CVE-2015-1228: Uninitialized value in rendering + * CVE-2015-1229: Cookie injection via proxies + * CVE-2015-1231: Various fixes from internal audits + * Multiple vulnerabilities in V8 fixed at the tip of the 4.1 branch + +--- Old: chromium-40.0.2214.115.tar.xz New: chromium-41.0.2272.76.tar.xz Other differences: -- ++ chromium.spec ++ --- /var/tmp/diff_new_pack.HmVVyk/_old 2015-03-09 10:09:29.0 +0100 +++ /var/tmp/diff_new_pack.HmVVyk/_new 2015-03-09 10:09:29.0 +0100 @@ -20,7 +20,7 @@ %define chromium_system_libs 0 Name: chromium -Version:40.0.2214.115 +Version:41.0.2272.76 Release:0 Summary:Google's opens source browser project License:BSD-3-Clause and LGPL-2.1+ @@ -441,6 +441,7 @@ cp -a chrome %{buildroot}%{_libdir}/chromium/chromium cp -a chrome.1 %{buildroot}%{_mandir}/man1/chrome.1 cp -a chrome.1 %{buildroot}%{_mandir}/man1/chromium.1 +cp -a *_blob.bin %{buildroot}%{_libdir}/chromium/ %fdupes %{buildroot}%{_mandir}/man1/ # chromium components ++ chromium-40.0.2214.115.tar.xz - chromium-41.0.2272.76.tar.xz ++ /work/SRC/openSUSE:Factory/chromium/chromium-40.0.2214.115.tar.xz /work/SRC/openSUSE:Factory/.chromium.new/chromium-41.0.2272.76.tar.xz differ: char 26, line 1 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit hawk for openSUSE:Factory
Hello community, here is the log from the commit of package hawk for openSUSE:Factory checked in at 2015-03-09 10:09:34 Comparing /work/SRC/openSUSE:Factory/hawk (Old) and /work/SRC/openSUSE:Factory/.hawk.new (New) Package is hawk Changes: --- /work/SRC/openSUSE:Factory/hawk/hawk.changes2015-03-05 18:17:11.0 +0100 +++ /work/SRC/openSUSE:Factory/.hawk.new/hawk.changes 2015-03-09 10:09:42.0 +0100 @@ -1,0 +2,22 @@ +Fri Mar 6 09:39:57 UTC 2015 - kgronl...@suse.com + +- Update to git#4717cb9 + - Misc: Correct path to SSL certificate + +--- +Thu Mar 5 14:11:29 UTC 2015 - kgronl...@suse.com + +- Update to git#ecf0fd4 + - Build: Allow bundling web-console 2.1.0 + +--- +Thu Mar 5 07:29:49 UTC 2015 - kgronl...@suse.com + +- Update to git#062915d + - Fixed path for pregenerating ssl certs + - Build: Add a fillup template for hawk + - Integrated puma as a lighttpd replacement + - Moved monitor functionality into a controller + - Build: Update spec file + +--- Old: hawk-0.7.0+git.1424349779.eb17098.tar.bz2 New: hawk-0.7.0+git.1425634715.4717cb9.tar.bz2 Other differences: -- ++ hawk.spec ++ --- /var/tmp/diff_new_pack.WdBlxo/_old 2015-03-09 10:09:43.0 +0100 +++ /var/tmp/diff_new_pack.WdBlxo/_new 2015-03-09 10:09:43.0 +0100 @@ -47,7 +47,7 @@ Summary:HA Web Konsole License:GPL-2.0 Group: %{pkg_group} -Version:0.7.0+git.1424349779.eb17098 +Version:0.7.0+git.1425634715.4717cb9 Release:0 Url:http://www.clusterlabs.org/wiki/Hawk Source: %{name}-%{version}.tar.bz2 @@ -62,7 +62,6 @@ Requires: graphviz Requires: graphviz-gd Requires: hawk-templates = %{version}-%{release} -Requires: lighttpd = 1.4.20 Requires: pacemaker = 1.1.8 %if 0%{?fedora_version} = 19 Requires: rubypick @@ -81,7 +80,6 @@ %endif %else Requires: iproute -Requires: lighttpd-fastcgi BuildRequires: pacemaker-libs-devel %endif @@ -98,9 +96,6 @@ BuildRequires: rubygem(%{hawk_ruby_abi}:tilt) = 1.4 BuildRequires: rubygem(%{hawk_ruby_abi}:web-console) = 2.0 %if 0%{?bundle_gems} -%if 0%{?suse_version} == 1110 -BuildRequires: ruby-fcgi -%endif %else # SLES bundles all this stuff at build time, other distros just # use runtime dependencies. @@ -111,10 +106,6 @@ Requires: rubygem(%{hawk_ruby_abi}:rake) = 10.4 Requires: rubygem(%{hawk_ruby_abi}:sprockets) = 2.12 Requires: rubygem(%{hawk_ruby_abi}:tilt) = 1.4 -# Not using this right now (seems to be unavailable due to ruby 2.0 -- 2.1 migration on Factory) -#%%if 0%{?suse_version} -#Requires: rubygem-ruby-fcgi -#%%endif %endif BuildRequires: glib2-devel @@ -151,15 +142,6 @@ # copy of GPL cp COPYING %{buildroot}%{www_base}/hawk/ %if 0%{?bundle_gems} -# evil magic to get ruby-fcgi into the vendor directory -for f in $(rpm -ql ruby-fcgi|grep %{vendor_ruby}); do - # gives something simliar to: - # /usr/lib64/ruby/vendor_ruby/1.8/fcgi.rb - # /usr/lib64/ruby/vendor_ruby/1.8/x86_64-linux/fcgi.so - r=$(echo $f | sed 's/.*%{vendor_ruby}\/[^\/]*\///') - mkdir -p %{buildroot}%{www_base}/hawk/vendor/$(dirname $r) - cp $f %{buildroot}%{www_base}/hawk/vendor/$r -done # get rid of gem sample and test cruft rm -rf %{buildroot}%{www_base}/hawk/vendor/bundle/ruby/*/gems/*/doc rm -rf %{buildroot}%{www_base}/hawk/vendor/bundle/ruby/*/gems/*/examples @@ -221,8 +203,6 @@ %postun %service_del_postun hawk.service -%triggerin -- lighttpd -%restart_on_update hawk %endif %files -f %{name}.lang ++ _service ++ --- /var/tmp/diff_new_pack.WdBlxo/_old 2015-03-09 10:09:43.0 +0100 +++ /var/tmp/diff_new_pack.WdBlxo/_new 2015-03-09 10:09:43.0 +0100 @@ -4,7 +4,7 @@ param name=scmgit/param param name=exclude.git/param param name=versionformat0.7.0+git.%ct.%h/param -param name=revisioneb17098/param +param name=revision4717cb9/param /service service name=recompress mode=disabled ++ hawk-0.7.0+git.1424349779.eb17098.tar.bz2 - hawk-0.7.0+git.1425634715.4717cb9.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hawk-0.7.0+git.1424349779.eb17098/Makefile new/hawk-0.7.0+git.1425634715.4717cb9/Makefile --- old/hawk-0.7.0+git.1424349779.eb17098/Makefile 2015-02-19 16:07:38.0 +0100 +++ new/hawk-0.7.0+git.1425634715.4717cb9/Makefile 2015-03-06 10:39:32.0 +0100 @@ -30,13 +30,16
commit yast2-docker for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-docker for openSUSE:Factory checked in at 2015-03-09 10:09:38 Comparing /work/SRC/openSUSE:Factory/yast2-docker (Old) and /work/SRC/openSUSE:Factory/.yast2-docker.new (New) Package is yast2-docker Changes: --- /work/SRC/openSUSE:Factory/yast2-docker/yast2-docker.changes 2015-03-01 14:46:49.0 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-docker.new/yast2-docker.changes 2015-03-09 10:09:45.0 +0100 @@ -1,0 +2,7 @@ +Fri Mar 6 13:46:39 UTC 2015 - an...@suse.com + +- Release 3.1.3 + - Fixed an error handling the cancel button at the ports and +volumes pop-up windows (bnc#920638) + +--- Old: yast2-docker-3.1.2.tar.bz2 New: yast2-docker-3.1.3.tar.bz2 Other differences: -- ++ yast2-docker.spec ++ --- /var/tmp/diff_new_pack.YybUlJ/_old 2015-03-09 10:09:46.0 +0100 +++ /var/tmp/diff_new_pack.YybUlJ/_new 2015-03-09 10:09:46.0 +0100 @@ -24,7 +24,7 @@ ## Name: yast2-docker -Version:3.1.2 +Version:3.1.3 Release:0 BuildArch: noarch ++ yast2-docker-3.1.2.tar.bz2 - yast2-docker-3.1.3.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-docker-3.1.2/package/yast2-docker.changes new/yast2-docker-3.1.3/package/yast2-docker.changes --- old/yast2-docker-3.1.2/package/yast2-docker.changes 2015-02-25 09:53:11.0 +0100 +++ new/yast2-docker-3.1.3/package/yast2-docker.changes 2015-03-06 15:07:07.0 +0100 @@ -1,4 +1,11 @@ --- +Fri Mar 6 13:46:39 UTC 2015 - an...@suse.com + +- Release 3.1.3 + - Fixed an error handling the cancel button at the ports and +volumes pop-up windows (bnc#920638) + +--- Tue Feb 24 15:05:53 UTC 2015 - an...@suse.com - Release 3.1.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-docker-3.1.2/package/yast2-docker.spec new/yast2-docker-3.1.3/package/yast2-docker.spec --- old/yast2-docker-3.1.2/package/yast2-docker.spec2015-02-25 09:53:11.0 +0100 +++ new/yast2-docker-3.1.3/package/yast2-docker.spec2015-03-06 15:07:07.0 +0100 @@ -24,7 +24,7 @@ ## Name: yast2-docker -Version:3.1.2 +Version:3.1.3 Release:0 BuildArch: noarch diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-docker-3.1.2/src/lib/ydocker/run_image_dialog.rb new/yast2-docker-3.1.3/src/lib/ydocker/run_image_dialog.rb --- old/yast2-docker-3.1.2/src/lib/ydocker/run_image_dialog.rb 2015-02-25 09:53:11.0 +0100 +++ new/yast2-docker-3.1.3/src/lib/ydocker/run_image_dialog.rb 2015-03-06 15:07:07.0 +0100 @@ -174,13 +174,15 @@ ) ) - return if Yast::UI.UserInput == :cancel + if Yast::UI.UserInput == :cancel +Yast::UI.CloseDialog + else +@volumes { :source = dir, :target = Yast::UI.QueryWidget(:target, :Value) } - @volumes { :source = dir, :target = Yast::UI.QueryWidget(:target, :Value) } +Yast::UI.CloseDialog - Yast::UI.CloseDialog - - redraw_volumes +redraw_volumes + end end def remove_volume @@ -200,16 +202,18 @@ ) ) - return if Yast::UI.UserInput == :cancel - - @ports { -:external = Yast::UI.QueryWidget(:external, :Value), -:internal = Yast::UI.QueryWidget(:internal, :Value) - } + if Yast::UI.UserInput == :cancel +Yast::UI.CloseDialog + else +@ports { + :external = Yast::UI.QueryWidget(:external, :Value), + :internal = Yast::UI.QueryWidget(:internal, :Value) +} - Yast::UI.CloseDialog +Yast::UI.CloseDialog - redraw_ports +redraw_ports + end end def remove_port -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit python-rtslib for openSUSE:Factory
Hello community, here is the log from the commit of package python-rtslib for openSUSE:Factory checked in at 2015-03-09 10:08:46 Comparing /work/SRC/openSUSE:Factory/python-rtslib (Old) and /work/SRC/openSUSE:Factory/.python-rtslib.new (New) Package is python-rtslib Changes: --- /work/SRC/openSUSE:Factory/python-rtslib/python-rtslib.changes 2015-03-01 14:47:16.0 +0100 +++ /work/SRC/openSUSE:Factory/.python-rtslib.new/python-rtslib.changes 2015-03-09 10:09:00.0 +0100 @@ -1,0 +2,6 @@ +Wed Mar 4 14:37:46 UTC 2015 - o...@aepfle.de + +- Add support for xen-scsiback (fate#315712) + 0001-Add-support-for-xen-scsiback.patch + +--- New: 0001-Add-support-for-xen-scsiback.patch Other differences: -- ++ python-rtslib.spec ++ --- /var/tmp/diff_new_pack.Vzwe2Y/_old 2015-03-09 10:09:00.0 +0100 +++ /var/tmp/diff_new_pack.Vzwe2Y/_new 2015-03-09 10:09:00.0 +0100 @@ -30,6 +30,7 @@ Patch1: %{oname}-set-git-version-for-sle12.patch Patch2: %{oname}-add-prot-info-attributes.patch Patch3: %{oname}-add-iblock-backstore-policy.patch +Patch5: 0001-Add-support-for-xen-scsiback.patch Requires: python-configobj Requires: python-ipaddr Requires: python-netifaces @@ -72,6 +73,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch5 -p1 %build python setup.py build @@ -102,7 +104,10 @@ fi %postun -rm -fv /var/target +if test $1 = 0 +then + rm -fv /var/target +fi %endif %files ++ 0001-Add-support-for-xen-scsiback.patch ++ From f2170cbcabbd79156e659455a537e3ded9443ad4 Mon Sep 17 00:00:00 2001 From: Olaf Hering o...@aepfle.de Date: Wed, 4 Mar 2015 15:00:56 +0100 Subject: Add support for xen-scsiback With this change the xen-scsiback driver added to Linux 3.18 can be configured with targetcli. Signed-off-by: Olaf Hering o...@aepfle.de --- policy/fabric_xen-pvscsi.lio | 9 + specs/xen-pvscsi.spec| 11 +++ 2 files changed, 20 insertions(+) create mode 100644 policy/fabric_xen-pvscsi.lio create mode 100644 specs/xen-pvscsi.spec diff --git a/policy/fabric_xen-pvscsi.lio b/policy/fabric_xen-pvscsi.lio new file mode 100644 index 000..60c1c4f --- /dev/null +++ b/policy/fabric_xen-pvscsi.lio @@ -0,0 +1,9 @@ +fabric xen-pvscsi { +target %naa tpgt %int { +nexus_wwn %naa +lun %int backend %backend +parameter { +alias %str +} +} +} diff --git a/specs/xen-pvscsi.spec b/specs/xen-pvscsi.spec new file mode 100644 index 000..28b29dd --- /dev/null +++ b/specs/xen-pvscsi.spec @@ -0,0 +1,11 @@ +# The fabric module feature set +features = nexus, tpgts + +# Use naa WWNs. +wwn_type = naa + +# Non-standard module naming scheme +kernel_module = xen-scsiback + +# The configfs group +configfs_group = xen-pvscsi -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit u-boot for openSUSE:Factory
Hello community, here is the log from the commit of package u-boot for openSUSE:Factory checked in at 2015-03-09 10:08:52 Comparing /work/SRC/openSUSE:Factory/u-boot (Old) and /work/SRC/openSUSE:Factory/.u-boot.new (New) Package is u-boot Changes: --- /work/SRC/openSUSE:Factory/u-boot/u-boot-a10-olinuxino-lime.changes 2015-01-29 09:57:51.0 +0100 +++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-a10-olinuxino-lime.changes 2015-03-09 10:09:02.0 +0100 @@ -1,0 +2,40 @@ +Wed Mar 4 15:51:55 UTC 2015 - guilla...@opensuse.org + +- Add 0001-Exynos-Clock-Fix-exynos5_get_periph_rate-for-I2C.patch + to fix keyboard on Chromebook + +--- +Wed Mar 4 15:46:52 UTC 2015 - guilla...@opensuse.org + +- update to 2015.04-rc3 +- update patch: drop-marvell.patch + +--- +Thu Feb 26 16:48:35 UTC 2015 - guilla...@opensuse.org + +- Update add_snow_usb_boot.patch to boot on USB2 instead of USB3 + +--- +Wed Feb 25 15:47:07 UTC 2015 - guilla...@opensuse.org + +- Remove unneeded fix_snow_config.patch + +--- +Tue Feb 24 09:48:50 UTC 2015 - guilla...@opensuse.org + +- Add rpi2 armv7 board + +--- +Fri Feb 20 12:31:38 UTC 2015 - guilla...@opensuse.org + +- Update to 2015.04-rc2 + +--- +Fri Feb 20 10:04:14 UTC 2015 - guilla...@opensuse.org + +- Update to 2015.04-rc1 + * Remove upstreamed patch pcm051-bootscr.patch + * Remove no more used patch fix_bootpart_snow_only.patch (now u-boot + scan all known partitions, so no need to set a different boot partition) + +--- u-boot-a20-olinuxino-lime2.changes: same change u-boot-am335xevm.changes: same change u-boot-arndale.changes: same change u-boot-bananapi.changes: same change u-boot-colibrit20iris.changes: same change u-boot-cubieboard.changes: same change u-boot-cubieboard2.changes: same change u-boot-cubietruck.changes: same change u-boot-highbank.changes: same change u-boot-melea1000.changes: same change u-boot-mx53loco.changes: same change u-boot-mx6qsabrelite.changes: same change u-boot-omap3beagle.changes: same change u-boot-omap4panda.changes: same change u-boot-paz00.changes: same change u-boot-pcm051rev3.changes: same change u-boot-rpi.changes: same change New Changes file: --- /dev/null 2015-02-28 12:43:00.252025756 +0100 +++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-rpi2.changes 2015-03-09 10:09:03.0 +0100 @@ -0,0 +1,699 @@ +--- +Wed Mar 4 15:51:55 UTC 2015 - guilla...@opensuse.org + +- Add 0001-Exynos-Clock-Fix-exynos5_get_periph_rate-for-I2C.patch + to fix keyboard on Chromebook + +--- +Wed Mar 4 15:46:52 UTC 2015 - guilla...@opensuse.org + +- update to 2015.04-rc3 +- update patch: drop-marvell.patch + +--- +Thu Feb 26 16:48:35 UTC 2015 - guilla...@opensuse.org + +- Update add_snow_usb_boot.patch to boot on USB2 instead of USB3 + +--- +Wed Feb 25 15:47:07 UTC 2015 - guilla...@opensuse.org + +- Remove unneeded fix_snow_config.patch + +--- +Tue Feb 24 09:48:50 UTC 2015 - guilla...@opensuse.org + +- Add rpi2 armv7 board + +--- +Fri Feb 20 12:31:38 UTC 2015 - guilla...@opensuse.org + +- Update to 2015.04-rc2 + +--- +Fri Feb 20 10:04:14 UTC 2015 - guilla...@opensuse.org + +- Update to 2015.04-rc1 + * Remove upstreamed patch pcm051-bootscr.patch + * Remove no more used patch fix_bootpart_snow_only.patch (now u-boot + scan all known partitions, so no need to set a different boot partition) + +--- +Sun Jan 25 20:20:46 UTC 2015 - matwey.korni...@gmail.com + +- Enable pcm051rev3 for Phytec Wega board + * Add pcm051-bootscr.patch: add bootscript support (upstreamed in 2015.04-rc1) + +--- +Tue Jan 13 14:32:17 UTC 2015 - guilla...@opensuse.org + +- Update to 2015.01: + * Drop upstreamed patches: +- 0001-spl-mmc-Fix-raw-boot-mode-related-to-commit.patch +- fix_sata.patch + * Update partially upstreamed mx53loco-bootscr.patch +
commit python-veusz for openSUSE:Factory
Hello community, here is the log from the commit of package python-veusz for openSUSE:Factory checked in at 2015-03-09 10:08:41 Comparing /work/SRC/openSUSE:Factory/python-veusz (Old) and /work/SRC/openSUSE:Factory/.python-veusz.new (New) Package is python-veusz Changes: --- /work/SRC/openSUSE:Factory/python-veusz/python-veusz.changes 2014-10-20 07:27:21.0 +0200 +++ /work/SRC/openSUSE:Factory/.python-veusz.new/python-veusz.changes 2015-03-09 10:08:58.0 +0100 @@ -1,0 +2,8 @@ +Mon Mar 2 12:12:11 UTC 2015 - toddrme2...@gmail.com + +- Reorganize files so the python 2 and python 3 versions of the + package do not conflict +- Split gui stuff into veusz subpackage per python package naming + guidelines. + +--- Other differences: -- ++ python-veusz.spec ++ --- /var/tmp/diff_new_pack.jjvgIl/_old 2015-03-09 10:08:58.0 +0100 +++ /var/tmp/diff_new_pack.jjvgIl/_new 2015-03-09 10:08:58.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-veusz # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,19 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - -%define pyname veusz +%define appname veusz Name: python-veusz Version:1.22 Release:0 +Summary:Scientific plotting library for Python # The entire source code is GPL-2.0+ except helpers/src/_nc_cntr.c which is Python-2.0 -Summary:GUI scientific plotting package License:GPL-2.0+ and Python-2.0 Group: Productivity/Scientific/Other Url:http://home.gna.org/veusz/ Source0:http://download.gna.org/veusz/veusz-%{version}.tar.gz -Source3:%{pyname}_256.png +Source3:veusz_256.png BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: hicolor-icon-theme @@ -43,11 +42,12 @@ %{?_sip_api:Requires: sip-api(%{_sip_api_major}) = %{_sip_api}} Requires: python-numpy Requires: python-qt4 -Provides: %{pyname} = %{version} +Recommends: %{appname} +Requires(post): shared-mime-info +Requires(post): desktop-file-utils +Requires(postun): shared-mime-info +Requires(postun): desktop-file-utils BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires(post): shared-mime-info desktop-file-utils -Requires(postun): shared-mime-info desktop-file-utils -%{py_requires} %description Veusz is a scientific plotting package, designed to create @@ -57,8 +57,22 @@ plotting functions, data with errors, keys, labels, stacked plots, multiple plots, contours, shapes and fitting data. +%package -n %{appname} +Summary:GUI scientific plotting package +Requires: %{name} = %{version} +Requires(post): desktop-file-utils +Requires(postun): desktop-file-utils + +%description -n %{appname} +Veusz is a scientific plotting package, designed to create +publication-ready Postscript/PDF/SVG output. It features GUI, +command-line, and scripting interfaces. Graphs are constructed from +widgets, allowing complex layouts to be designed. Veusz supports +plotting functions, data with errors, keys, labels, stacked plots, +multiple plots, contours, shapes and fitting data. + %prep -%setup -q -n %{pyname}-%{version} +%setup -q -n veusz-%{version} find -name \*~ | xargs rm -f %build @@ -70,33 +84,33 @@ --root=%{buildroot} # Install .desktop, mime and appdata files from upstream tarball -install -Dm0644 support/%{pyname}.appdata.xml %{buildroot}%{_datadir}/appdata/%{pyname}.appdata.xml -install -Dm0644 support/%{pyname}.xml %{buildroot}/%{_datadir}/mime/packages/%{pyname}.xml +install -Dm0644 support/veusz.appdata.xml %{buildroot}%{_datadir}/appdata/%{appname}.appdata.xml +install -Dm0644 support/veusz.xml %{buildroot}/%{_datadir}/mime/packages/%{appname}.xml desktop-file-install -m 0644 \ --dir=%{buildroot}/%{_datadir}/applications/ \ --add-category=2DGraphics \ - support/%{pyname}.desktop + support/%{appname}.desktop # move icon files to /usr/share/pixmaps/veusz -mkdir -p %{buildroot}%{_datadir}/pixmaps/%{pyname} -mv %{buildroot}%{python_sitearch}/%{pyname}/icons/*.png \ -%{buildroot}%{_datadir}/pixmaps/%{pyname} -mv %{buildroot}%{python_sitearch}/%{pyname}/icons/*.svg \ -%{buildroot}%{_datadir}/pixmaps/%{pyname} -for i in `ls %{buildroot}%{_datadir}/pixmaps/%{pyname}/`; do -ln -s %{_datadir}/pixmaps/%{pyname}/$i \ -
commit a2ps for openSUSE:Factory
Hello community, here is the log from the commit of package a2ps for openSUSE:Factory checked in at 2015-03-09 10:09:06 Comparing /work/SRC/openSUSE:Factory/a2ps (Old) and /work/SRC/openSUSE:Factory/.a2ps.new (New) Package is a2ps Changes: --- /work/SRC/openSUSE:Factory/a2ps/a2ps.changes2015-02-16 15:01:36.0 +0100 +++ /work/SRC/openSUSE:Factory/.a2ps.new/a2ps.changes 2015-03-09 10:09:11.0 +0100 @@ -1,0 +2,23 @@ +Wed Mar 4 14:24:49 UTC 2015 - wer...@suse.de + +- Add a test case to be able to detect any broken backport + +--- +Tue Mar 3 13:55:27 UTC 2015 - wer...@suse.de + +- Avoid zero length FAQ + +--- +Tue Mar 3 11:14:04 UTC 2015 - wer...@suse.de + +- Avoid automake-1.9 as there is no automake-1.9 anymore + therefore add patch a2ps-4.14-automake.patch +- Avoid useless warning and add patch a2ps-4.14-iswprint.patch + +--- +Mon Mar 2 12:06:41 UTC 2015 - wer...@suse.de + +- Fix ported patch a2ps-4.14.diff to avoid bug in locale handling + as well in font format definition (boo#919249, boo#919243) + +--- New: a2ps-4.14-automake.patch a2ps-4.14-iswprint.patch Other differences: -- ++ a2ps.spec ++ --- /var/tmp/diff_new_pack.3gcpH6/_old 2015-03-09 10:09:12.0 +0100 +++ /var/tmp/diff_new_pack.3gcpH6/_new 2015-03-09 10:09:12.0 +0100 @@ -27,6 +27,7 @@ BuildRequires: texlive-latex %if %suse_version 1220 BuildRequires: gperf +BuildRequires: groff BuildRequires: makeinfo BuildRequires: texi2html BuildRequires: texinfo @@ -53,12 +54,14 @@ Patch1: a2ps-4.13-security.patch Patch2: a2ps-4.14-ogonkify.patch Patch3: a2ps-4.14-tempfile.patch +Patch4: a2ps-4.14-automake.patch Patch6: a2ps-4.13-include.patch Patch7: a2ps-4.14-acroread.patch Patch8: a2ps-4.13-base.patch Patch9: a2ps-4.13-utf8.patch Patch10:a2ps-4.13-types.patch Patch11:a2ps-4.13-psgen.patch +Patch12:a2ps-4.14-iswprint.patch Patch13:a2ps-4.14-linker.patch # PATCH-FIX-USTREAM Bug 871097 - CVE-2014-0466: a2ps: fixps does not use -dSAFER Patch14:CVE-2014-0466.diff @@ -90,43 +93,65 @@ %prep %setup -q -n a2ps-4.14 touch -r configure.in .ref -%patch -P 1 -p 0 -b .security +%patch1 -p0 -b .security %patch2 -p1 %patch3 -p1 -%patch -P 6 -p 1 -b .incld +%patch4 -p0 -b .norefresh +%patch6 -p1 -b .incld %ifarch %ix86 x86_64 %patch7 -p1 %endif -%patch -P 8 -p 0 -b .base -%patch -P 9 -p 0 -b .utf8 -%patch -P 10 -p 0 -b .types -%patch -P 11 -p 0 -b .psgen +%patch8 -p0 -b .base +%patch9 -p0 -b .utf8 +%patch10 -p0 -b .types +%patch11 -p0 -b .psgen +%patch12 -p0 -b .iswprint %patch13 -p1 %patch14 -p1 -%patch -p1 +%patch -p0 -b .p0 cp -f %SOURCE1 po/ko.po +find -type f | grep -vE '(parseppd|parsessh).y' | xargs \ +sed -ri 's/59 Temple Place(,| -) Suite 330/51 Franklin Street, Fifth Floor/;s/02111-1307/02110-1301/' +touch -r .ref configure.in +find -name Makefile.in | xargs touch %build #XXX: ugly hack; necessary?? - cp /usr/share/automake-*/config.{guess,sub} auxdir/ + #YYY: Not a hack and it is necessary!! + # The a2ps source is much to old to (re)run auto conf tools + cp -p /usr/share/automake-*/config.{guess,sub} auxdir/ export CFLAGS=$RPM_OPT_FLAGS -D_GNU_SOURCE -funroll-loops -Wall -pipe -fstack-protector -fPIE export LPR=lpr export CC=gcc - touch -r .ref configure.in %configure --enable-shared --disable-static --with-pic --with-medium=LC_PAPER \ --with-encoding=LC_CTYPE con= - for m4 in contrib/*.m4; do + pushd contrib + for m4 in *.m4; do in=${m4%.*}.in rm -f ${in} ${m4%.*} con=$con ${in##*/} done + popd make %{?_smp_mflags} -C contrib/ ${con} LDFLAGS=-pie sh ./config.status - make %{?_smp_mflags} PSFONT_PATH=%{_datadir}/ghostscript/fonts LDFLAGS=-pie + make %{?_smp_mflags} PSFONT_PATH=%{_datadir}/ghostscript/fonts LDFLAGS=-pie MAKEINFO='makeinfo --force' pushd doc texi2html a2ps.texi popd + # Run a test with UTF-8 Umlauts + mkdir -p .root/.a2ps + echo This is a test text äöüßœéïçèãøæđ test.utf8 + ln -sf $PWD/ps/* .root/.a2ps/ + ln -sf $PWD/afm/* .root/.a2ps/ + ln -sf $PWD/encoding/*.root/.a2ps/ + ln -sf $PWD/ogonkify/*.root/.a2ps/ + ln -sf $PWD/ppd/* .root/.a2ps/ + ln -sf $PWD/sheets/* .root/.a2ps/ + A2PS_CONFIG=$PWD/etc/a2ps.cfg \ +HOME=$PWD/.root \ +LC_CTYPE=en_US.UTF-8 ./src/a2ps
commit gnu_parallel for openSUSE:Factory
Hello community, here is the log from the commit of package gnu_parallel for openSUSE:Factory checked in at 2015-03-09 10:09:25 Comparing /work/SRC/openSUSE:Factory/gnu_parallel (Old) and /work/SRC/openSUSE:Factory/.gnu_parallel.new (New) Package is gnu_parallel Changes: --- /work/SRC/openSUSE:Factory/gnu_parallel/gnu_parallel.changes 2014-12-08 16:56:42.0 +0100 +++ /work/SRC/openSUSE:Factory/.gnu_parallel.new/gnu_parallel.changes 2015-03-09 10:09:37.0 +0100 @@ -1,0 +2,29 @@ +Thu Mar 5 19:10:04 UTC 2015 - astie...@suse.com + +- GNU parallel 20150222: + * --tmux has gotten a major overhaul. + * Bug fixes and man page updates. +- includes changes from 20150122: + * Remote jobs now send stderr (standard error) to stderr +(standard error) instead of stdout (standard output). + * Remote execution command is now packed using base64 encoded +bzip2. This means that big environments (app. 100 KB) can be +transferred. This change makes remote execution alpha quality. + * --semaphoretimeout now takes a negative value. This means give +up if the semaphore is not gotten within the timeout. + * --halt -1 and -2 now means halt if a job succeeds (so the +opposite of 1 and 2). + * --no-keep-order will reverse --keep-order. + * Bash's second fix of shellshock caused --env to break again +when exporting functions. This has been fixed again. + * A semibig refactoring of big functions. All non-trivial +functions are now less than 100 lines. The refactoring makes +this release beta quality. + * A description of the design decisions for GNU Parallel can be +found in 'man parallel_design'. + * A bug fix in replacement strings caused rewrite of the +replacement function. This makes use of replacement strings +alpha quality. + * Bug fixes and man page updates. + +--- Old: parallel-20141122.tar.bz2 parallel-20141122.tar.bz2.sig New: parallel-20150222.tar.bz2 parallel-20150222.tar.bz2.sig Other differences: -- ++ gnu_parallel.spec ++ --- /var/tmp/diff_new_pack.M3Uotw/_old 2015-03-09 10:09:38.0 +0100 +++ /var/tmp/diff_new_pack.M3Uotw/_new 2015-03-09 10:09:38.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnu_parallel # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: gnu_parallel -Version:20141122 +Version:20150222 Release:0 Summary:Shell tool for executing jobs in parallel License:GPL-3.0+ @@ -51,20 +51,20 @@ make %{?_smp_mflags} %install -b=%buildroot -make install DESTDIR=$b %{?_smp_mflags} -cp -a COPYING README NEWS $b/%_docdir/%name/ +%make_install %if 0%{?fdupes:1} %fdupes %buildroot/%_prefix %endif %files %defattr(-,root,root) +%doc CITATION COPYING NEWS README %_bindir/niceload %_bindir/parallel %_bindir/sem %_bindir/sql %_mandir/man1/*.1* +%_mandir/man7/*.7* %_docdir/%name %changelog ++ parallel-20141122.tar.bz2 - parallel-20150222.tar.bz2 ++ 19914 lines of diff (skipped) ++ parallel-20141122.tar.bz2.sig - parallel-20150222.tar.bz2.sig ++ --- /work/SRC/openSUSE:Factory/gnu_parallel/parallel-20141122.tar.bz2.sig 2014-12-08 16:56:42.0 +0100 +++ /work/SRC/openSUSE:Factory/.gnu_parallel.new/parallel-20150222.tar.bz2.sig 2015-03-09 10:09:37.0 +0100 @@ -2,7 +2,7 @@ # To check the signature run: # echo | gpg -# gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-20141122.tar.bz2.sig +# gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve parallel-20150222.tar.bz2.sig echo | gpg 2/dev/null gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $0 @@ -11,32 +11,32 @@ -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (GNU/Linux) -iQTwBAABCgAGBQJUcPC2AAoJENGrRRaIiIiItNQmn3NVXnfwmeKK9q1f7ceINQPN -7ZxwTiWhTPjNLXYutieDpNmZTlUMxCbf/XFQkQ29p6H4lFlQ+i0KtyzUpGvTBgTn -F4H5auD/gdIj6QVgs47rhUACnIxV+kH7hVrCbFJfIzGRabnLXyGO1LLrFguRzY81 -87GLMzSx2RrdiJxjRgRs3i5OaN+vsiTfxmvjQK4VqrKMB+NwXs7omrXNsEoV1Ttz -AUDtvATgE1x3OyGDnsQMcihaIiiPWKBK9ukyBrDsCoQ9VZGfv7UK71gFICUzLMLr -KnXLIY8JJUItrjtukDs7Uk9N8sZ8m8ItJwTPtgD6+H1bNUH2ess2MyJpfO8obuu3 -XkU8irAFO1o/LkPiZyTGmuo0VMy0KoL+/BP7SxTE5FC6c5F3Coevr83C/TY3gfSC -AeZoReHXVu+KgarcQPfAscWs9Eidyz3ROgwM5ckv5ewPBOPXUT16oXGG0TAhbKE9 -TXJ3qYwApPkmr1wKSmIHuioJIiEf6y2Tl7zQIi+jitbHeawTPUM5ncGsnZfyq4iB
commit crmsh for openSUSE:Factory
Hello community, here is the log from the commit of package crmsh for openSUSE:Factory checked in at 2015-03-09 10:09:21 Comparing /work/SRC/openSUSE:Factory/crmsh (Old) and /work/SRC/openSUSE:Factory/.crmsh.new (New) Package is crmsh Changes: --- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes 2015-01-29 09:56:26.0 +0100 +++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2015-03-09 10:09:34.0 +0100 @@ -1,0 +2,36 @@ +Thu Mar 5 09:59:59 UTC 2015 - kgronl...@suse.com + +- Update to upstream cs: 2.2.0-rc2-101-ge971f44 + - medium: ui_cluster: Add diff command (bnc#914525) + - medium: parse: nvpair attributes with no value = nvpair name=../ (#71) + - medium: parse: Encode unicode using xmlcharrefreplace in parser + - medium: cibconfig: add show related:obj + - medium: report: Convert RE exception to simpler UI output + - doc: Documentation for show related:obj + - medium: xmlutil: Improved check for related elements + - medium: report: Include transitions with configuration changes (bnc#917131) + - medium: config: Fix case-sensitivity for booleans + - medium: ra: Handle non-OCF agent meta-data better + - Medium: cibconf: preserve cib user attributes + - medium: cibconfig: Fix inverted logic causing spurious warning + - low: cibconfig: Improved debug output when schema change fails + - medium: parse: Treat pacemaker-next schema as 2.0+ + - medium: schema: Test if node type is optional via schema + - medium: schema: Remove extra debug output + - low: pacemaker: Remove debug output + - medium: cibconfig: If a change results in no diff, exit silently + - medium: cibconfig: Allow delete of objects that don't exist without returning error code + - medium: cibconfig: Allow removal of non-existing elements if --force is set + - low: allow (0,1) as option booleans + - low: allow pacemaker 1.0 version detection + - fix: catch exception if schema file does not exist + - Low: hb_report: add -Q to usage + - Low: hb_report: add -X option for extra ssh options + - doc: Move the main crmsh repository to the ClusterLabs organization on github + - low: ui_context: Use true command name when reporting errors + - medium: command: Fuzzy match command names + - low: command: Use fuzzy match for sublevel check + - doc: Describe the shorthand syntax for commands + - medium: help: Teach help to fuzzy match topics + +--- Other differences: -- ++ crmsh.spec ++ --- /var/tmp/diff_new_pack.KqvQWk/_old 2015-03-09 10:09:35.0 +0100 +++ /var/tmp/diff_new_pack.KqvQWk/_new 2015-03-09 10:09:35.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package crmsh # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,7 +36,7 @@ Summary:High Availability cluster command-line interface License:GPL-2.0+ Group: %{pkg_group} -Version:2.2.0~rc2+git48.ge8853fe +Version:2.2.0~rc2+git101.ge971f44 Release:%{?crmsh_release}%{?dist} Url:http://crmsh.github.io Source0:crmsh.tar.bz2 @@ -175,7 +175,7 @@ result2=$? [ $result1 -ne 0 ] (echo Regression tests failed.; cat ${buildroot}/crmtestout/regression.out) [ $result2 -ne 0 ] echo CIB tests failed. - [ $result1 -ne 0 -o $result2 -ne 0 ] exit 1 + [ $result1 -eq 0 -a $result2 -eq 0 ] fi %endif ++ crmsh.tar.bz2 ++ 1847 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit xemacs-packages for openSUSE:Factory
Hello community, here is the log from the commit of package xemacs-packages for openSUSE:Factory checked in at 2015-03-09 10:09:13 Comparing /work/SRC/openSUSE:Factory/xemacs-packages (Old) and /work/SRC/openSUSE:Factory/.xemacs-packages.new (New) Package is xemacs-packages Changes: --- /work/SRC/openSUSE:Factory/xemacs-packages/xemacs-packages.changes 2015-02-12 10:22:45.0 +0100 +++ /work/SRC/openSUSE:Factory/.xemacs-packages.new/xemacs-packages.changes 2015-03-09 10:09:31.0 +0100 @@ -1,0 +2,5 @@ +Thu Feb 26 13:26:46 UTC 2015 - wer...@suse.de + +- Make makeinfo less pettifogging + +--- Other differences: -- ++ xemacs-packages.spec ++ --- /var/tmp/diff_new_pack.Sb52db/_old 2015-03-09 10:09:33.0 +0100 +++ /var/tmp/diff_new_pack.Sb52db/_new 2015-03-09 10:09:33.0 +0100 @@ -178,14 +178,14 @@ unset ${!LC_*} export LC_ALL=POSIX cp Local.rules.template Local.rules -make %{?_smp_mflags} distclean XEMACS_INSTALLED_PACKAGES_ROOT=%{_datadir}/xemacs -make autoloads XEMACS_INSTALLED_PACKAGES_ROOT=%{_datadir}/xemacs -make bytecompile XEMACS_INSTALLED_PACKAGES_ROOT=%{_datadir}/xemacs +make %{?_smp_mflags} distclean XEMACS_INSTALLED_PACKAGES_ROOT=%{_datadir}/xemacs MAKEINFO=makeinfo --force +make autoloads XEMACS_INSTALLED_PACKAGES_ROOT=%{_datadir}/xemacs MAKEINFO=makeinfo --force +make bytecompile XEMACS_INSTALLED_PACKAGES_ROOT=%{_datadir}/xemacs MAKEINFO=makeinfo --force %install unset ${!LC_*} export LC_ALL=POSIX -make %{?_smp_mflags} install XEMACS_INSTALLED_PACKAGES_ROOT=%{buildroot}%{_datadir}/xemacs +make %{?_smp_mflags} install XEMACS_INSTALLED_PACKAGES_ROOT=%{buildroot}%{_datadir}/xemacs MAKEINFO=makeinfo --force # quick hack to install latin-unity-tables.el because latin-unity-tables.elc # is not built: -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit zdbsp for openSUSE:Factory
Hello community, here is the log from the commit of package zdbsp for openSUSE:Factory checked in at 2015-03-09 10:09:40 Comparing /work/SRC/openSUSE:Factory/zdbsp (Old) and /work/SRC/openSUSE:Factory/.zdbsp.new (New) Package is zdbsp Changes: --- /work/SRC/openSUSE:Factory/zdbsp/zdbsp.changes 2013-04-05 07:44:21.0 +0200 +++ /work/SRC/openSUSE:Factory/.zdbsp.new/zdbsp.changes 2015-03-09 10:09:46.0 +0100 @@ -1,0 +2,5 @@ +Thu Mar 5 12:31:29 UTC 2015 - jeng...@inai.de + +- Preemptively disable PIE, since there is assembler included + +--- Other differences: -- ++ zdbsp.spec ++ --- /var/tmp/diff_new_pack.AmZz6F/_old 2015-03-09 10:09:47.0 +0100 +++ /var/tmp/diff_new_pack.AmZz6F/_new 2015-03-09 10:09:47.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package zdbsp # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -46,12 +46,17 @@ %build autoreconf -fi +%ifarch %ix86 x86_64 +# got asm +export CFLAGS=%optflags -fno-PIE +export CXXFLAGS=$CFLAGS +%endif %configure make %{?_smp_mflags} %install -make install DESTDIR=%buildroot +%make_install %files %defattr(-,root,root) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit jsoncpp for openSUSE:Factory
Hello community, here is the log from the commit of package jsoncpp for openSUSE:Factory checked in at 2015-03-09 10:09:56 Comparing /work/SRC/openSUSE:Factory/jsoncpp (Old) and /work/SRC/openSUSE:Factory/.jsoncpp.new (New) Package is jsoncpp Changes: --- /work/SRC/openSUSE:Factory/jsoncpp/jsoncpp.changes 2015-03-05 18:16:51.0 +0100 +++ /work/SRC/openSUSE:Factory/.jsoncpp.new/jsoncpp.changes 2015-03-09 10:09:57.0 +0100 @@ -1,0 +2,18 @@ +Fri Mar 6 18:24:11 UTC 2015 - mplus...@suse.com + +- Add missing dependency on graphviz + +--- +Fri Mar 6 18:16:35 UTC 2015 - mplus...@suse.com + +- Correct rpm group +- Update to 1.5.2 + * Fixed compile error for VS2013. + * Added operator[] to Builders. (Builders are not yet widely +used, and 0.9.z is very new, so we have not bumped the minor +version number.) +- Changes for 1.5.1 + * Plus a minor bug-fix. (For the Builders, ::validate() was +always returning true.) + +--- Old: 1.5.0.tar.gz New: 1.5.2.tar.gz Other differences: -- ++ jsoncpp.spec ++ --- /var/tmp/diff_new_pack.Ur4sBj/_old 2015-03-09 10:09:58.0 +0100 +++ /var/tmp/diff_new_pack.Ur4sBj/_new 2015-03-09 10:09:58.0 +0100 @@ -17,17 +17,18 @@ Name: jsoncpp -Version:1.5.0 +Version:1.5.2 Release:0 Summary:C++ library that allows manipulating with JSON License:MIT -Group: Devel/Libraries/C and C++ +Group: Development/Libraries/C and C++ Url:https://github.com/open-source-parsers/jsoncpp Source0: https://github.com/open-source-parsers/%{name}/archive/%{version}.tar.gz BuildRequires: cmake BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: graphviz BuildRequires: pkg-config BuildRequires: python BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ 1.5.0.tar.gz - 1.5.2.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsoncpp-1.5.0/amalgamate.py new/jsoncpp-1.5.2/amalgamate.py --- old/jsoncpp-1.5.0/amalgamate.py 2015-03-03 17:15:09.0 +0100 +++ new/jsoncpp-1.5.2/amalgamate.py 2015-03-05 16:18:44.0 +0100 @@ -1,6 +1,6 @@ Amalgate json-cpp library sources into a single source and header file. -Requires Python 2.6 +Works with python2.6+ and python3.4+. Example of invocation (must be invoked from json-cpp top directory): python amalgate.py diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsoncpp-1.5.0/doc/jsoncpp.dox new/jsoncpp-1.5.2/doc/jsoncpp.dox --- old/jsoncpp-1.5.0/doc/jsoncpp.dox 2015-03-03 17:15:09.0 +0100 +++ new/jsoncpp-1.5.2/doc/jsoncpp.dox 2015-03-05 16:18:44.0 +0100 @@ -96,13 +96,13 @@ \code // For convenience, use `writeString()` with a specialized builder. Json::StreamWriterBuilder wbuilder; -wbuilder.settings_[indentation] = \t; // simple Json::Value +wbuilder[indentation] = \t; std::string document = Json::writeString(wbuilder, root); // Here, using a specialized Builder, we discard comments and // record errors as we parse. Json::CharReaderBuilder rbuilder; -rbuilder.settings_[collectComments] = false; // simple Json::Value +rbuilder[collectComments] = false; std::string errs; bool ok = Json::parseFromStream(rbuilder, std::cin, root, errs); \endcode diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsoncpp-1.5.0/include/json/reader.h new/jsoncpp-1.5.2/include/json/reader.h --- old/jsoncpp-1.5.0/include/json/reader.h 2015-03-03 17:15:09.0 +0100 +++ new/jsoncpp-1.5.2/include/json/reader.h 2015-03-05 16:18:44.0 +0100 @@ -285,7 +285,7 @@ \code using namespace Json; CharReaderBuilder builder; - builder.settings_[collectComments] = false; + builder[collectComments] = false; Value value; std::string errs; bool ok = parseFromStream(builder, std::cin, value, errs); @@ -337,6 +337,11 @@ * otherwise, indicate bad settings via 'invalid'. */ bool validate(Json::Value* invalid) const; + + /** A simple way to update a specific setting. + */ + Value operator[](std::string key); + /** Called by ctor, but you can use this to reset settings_. * \pre 'settings' != NULL (but Json::null is fine) * \remark Defaults: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsoncpp-1.5.0/include/json/value.h new/jsoncpp-1.5.2/include/json/value.h --- old/jsoncpp-1.5.0/include/json/value.h
commit rubygem-web-console for openSUSE:Factory
Hello community, here is the log from the commit of package rubygem-web-console for openSUSE:Factory checked in at 2015-03-09 10:09:32 Comparing /work/SRC/openSUSE:Factory/rubygem-web-console (Old) and /work/SRC/openSUSE:Factory/.rubygem-web-console.new (New) Package is rubygem-web-console Changes: --- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes 2015-03-03 11:15:38.0 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 2015-03-09 10:09:40.0 +0100 @@ -1,0 +2,5 @@ +Fri Mar 6 05:35:42 UTC 2015 - co...@suse.com + +- updated to version 2.1.1 + +--- Old: web-console-2.1.0.gem New: web-console-2.1.1.gem Other differences: -- ++ rubygem-web-console.spec ++ --- /var/tmp/diff_new_pack.S5vr1q/_old 2015-03-09 10:09:41.0 +0100 +++ /var/tmp/diff_new_pack.S5vr1q/_new 2015-03-09 10:09:41.0 +0100 @@ -24,7 +24,7 @@ # Name: rubygem-web-console -Version:2.1.0 +Version:2.1.1 Release:0 %define mod_name web-console %define mod_full_name %{mod_name}-%{version} ++ web-console-2.1.0.gem - web-console-2.1.1.gem ++ Files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/web_console/request.rb new/lib/web_console/request.rb --- old/lib/web_console/request.rb 2015-02-28 13:45:42.0 +0100 +++ new/lib/web_console/request.rb 2015-03-05 16:57:29.0 +0100 @@ -4,7 +4,7 @@ # While most of the servers will return blank content type if none given, # Puma will return text/plain. cattr_accessor :acceptable_content_types -@@acceptable_content_types = [Mime::HTML, Mime::TEXT] +@@acceptable_content_types = [Mime::HTML, Mime::TEXT, Mime::URL_ENCODED_FORM] # Configurable set of whitelisted networks. cattr_accessor :whitelisted_ips diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/web_console/version.rb new/lib/web_console/version.rb --- old/lib/web_console/version.rb 2015-02-28 13:45:42.0 +0100 +++ new/lib/web_console/version.rb 2015-03-05 16:57:29.0 +0100 @@ -1,3 +1,3 @@ module WebConsole - VERSION = '2.1.0' + VERSION = '2.1.1' end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata2015-02-28 13:45:42.0 +0100 +++ new/metadata2015-03-05 16:57:29.0 +0100 @@ -1,7 +1,7 @@ --- !ruby/object:Gem::Specification name: web-console version: !ruby/object:Gem::Version - version: 2.1.0 + version: 2.1.1 platform: ruby authors: - Charlie Somerville @@ -11,7 +11,7 @@ autorequire: bindir: bin cert_chain: [] -date: 2015-02-28 00:00:00.0 Z +date: 2015-03-05 00:00:00.0 Z dependencies: - !ruby/object:Gem::Dependency name: railties @@ -266,7 +266,7 @@ version: '0' requirements: [] rubyforge_project: -rubygems_version: 2.2.2 +rubygems_version: 2.4.5 signing_key: specification_version: 4 summary: A debugging tool for your Ruby on Rails applications. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/test/dummy/log/test.log new/test/dummy/log/test.log --- old/test/dummy/log/test.log 2015-02-28 13:45:42.0 +0100 +++ new/test/dummy/log/test.log 2015-03-05 16:57:29.0 +0100 @@ -191180,3 +191180,301 @@ WebConsole::RailtieTest: test_config.whiny_request_removes_extra_logging + [1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT schema_migrations.* FROM schema_migrations[0m + [1m[36m (1.0ms)[0m [1mCREATE TABLE schema_migrations (version varchar NOT NULL) [0m + [1m[35m (0.0ms)[0m select sqlite_version(*) + [1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX unique_schema_migrations ON schema_migrations (version)[0m + [1m[35m (0.1ms)[0m SELECT version FROM schema_migrations + [1m[36m (0.8ms)[0m [1mINSERT INTO schema_migrations (version) VALUES ('0')[0m + [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT schema_migrations.* FROM schema_migrations + [1m[36m (0.1ms)[0m [1mbegin transaction[0m +--- +WebConsole::MiddlewareTest: test_doesn't_render_console_in_non_html_application
commit rubygem-bundler for openSUSE:Factory
Hello community, here is the log from the commit of package rubygem-bundler for openSUSE:Factory checked in at 2015-03-09 10:09:52 Comparing /work/SRC/openSUSE:Factory/rubygem-bundler (Old) and /work/SRC/openSUSE:Factory/.rubygem-bundler.new (New) Package is rubygem-bundler Changes: --- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes 2015-02-27 11:00:37.0 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 2015-03-09 10:09:53.0 +0100 @@ -1,0 +2,8 @@ +Fri Mar 6 05:28:43 UTC 2015 - co...@suse.com + +- updated to version 1.8.4 + Bugfixes: + - document --all-platforms option (#3449, @moeffju) + - find gems from all sources on exec after install (#3450, @TimMoore) + +--- Old: bundler-1.8.3.gem New: bundler-1.8.4.gem Other differences: -- ++ rubygem-bundler.spec ++ --- /var/tmp/diff_new_pack.e4tGxo/_old 2015-03-09 10:09:54.0 +0100 +++ /var/tmp/diff_new_pack.e4tGxo/_new 2015-03-09 10:09:54.0 +0100 @@ -24,7 +24,7 @@ # Name: rubygem-bundler -Version:1.8.3 +Version:1.8.4 Release:0 %define mod_name bundler %define mod_full_name %{mod_name}-%{version} ++ bundler-1.8.3.gem - bundler-1.8.4.gem ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md --- old/CHANGELOG.md2015-02-25 03:29:48.0 +0100 +++ new/CHANGELOG.md2015-03-06 00:04:04.0 +0100 @@ -1,3 +1,10 @@ +## 1.8.4 (2015-03-05) + +Bugfixes: + + - document --all-platforms option (#3449, @moeffju) + - find gems from all sources on exec after install (#3450, @TimMoore) + ## 1.8.3 (2015-02-24) Bugfixes: Files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/bundler/lockfile_parser.rb new/lib/bundler/lockfile_parser.rb --- old/lib/bundler/lockfile_parser.rb 2015-02-25 03:29:48.0 +0100 +++ new/lib/bundler/lockfile_parser.rb 2015-03-06 00:04:04.0 +0100 @@ -29,7 +29,7 @@ @state= :source @specs= {} - @rubygems_aggregate = Source::LocalRubygems.new + @rubygems_aggregate = Source::Rubygems.new if lockfile.match(/|===||\|\|\|\|\|\|\|/) raise LockfileError, Your Gemfile.lock contains merge conflicts.\n \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/bundler/man/bundle-package new/lib/bundler/man/bundle-package --- old/lib/bundler/man/bundle-package 2015-02-25 03:29:48.0 +0100 +++ new/lib/bundler/man/bundle-package 2015-03-06 00:04:04.0 +0100 @@ -1,7 +1,7 @@ .\ generated with Ronn/v0.7.3 .\ http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH BUNDLE\-PACKAGE 1 December 2014 +.TH BUNDLE\-PACKAGE 1 March 2015 . .SH NAME \fBbundle\-package\fR \- Package your needed \fB\.gem\fR files into your application @@ -15,6 +15,9 @@ .SH GIT AND PATH GEMS Since Bundler 1\.2, the \fBbundle package\fR command can also package \fB:git\fR and \fB:path\fR dependencies besides \.gem files\. This needs to be explicitly enabled via the \fB\-\-all\fR option\. Once used, the \fB\-\-all\fR option will be remembered\. . +.SH SUPPORT FOR MULTIPLE PLATFORMS +When using gems that have different packages for different platforms, Bundler 1\.8 and newer support caching of gems for other platforms in \fBvendor/cache\fR\. This needs to be enabled via the \fB\-\-all\-platforms\fR option\. This setting will be remembered in your local bundler configuration\. +. .SH REMOTE FETCHING By default, if you simply run bundle install(1) \fIbundle\-install\.1\.html\fR after running bundle package(1) \fIbundle\-package\.1\.html\fR, bundler will still connect to \fBrubygems\.org\fR to check whether a platform\-specific gem exists for any of the gems in \fBvendor/cache\fR\. . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/bundler/man/bundle-package.txt new/lib/bundler/man/bundle-package.txt --- old/lib/bundler/man/bundle-package.txt 2015-02-25 03:29:48.0 +0100 +++ new/lib/bundler/man/bundle-package.txt 2015-03-06 00:04:04.0 +0100 @@ -20,10 +20,16 @@ enabled via the --all option. Once used, the --all option will be remembered. +SUPPORT FOR MULTIPLE PLATFORMS + When using gems that have different packages for different platforms, + Bundler 1.8 and newer support caching of gems for other platforms in + vendor/cache. This needs to be enabled via the
commit xtrabackup for openSUSE:Factory
Hello community, here is the log from the commit of package xtrabackup for openSUSE:Factory checked in at 2015-03-09 10:08:50 Comparing /work/SRC/openSUSE:Factory/xtrabackup (Old) and /work/SRC/openSUSE:Factory/.xtrabackup.new (New) Package is xtrabackup Changes: --- /work/SRC/openSUSE:Factory/xtrabackup/xtrabackup.changes2015-02-27 10:59:41.0 +0100 +++ /work/SRC/openSUSE:Factory/.xtrabackup.new/xtrabackup.changes 2015-03-09 10:09:00.0 +0100 @@ -1,0 +2,5 @@ +Wed Feb 25 16:16:51 UTC 2015 - astie...@suse.com + +- Downgrade qpress requirement from Requires to Recommends + +--- Other differences: -- ++ xtrabackup.spec ++ --- /var/tmp/diff_new_pack.qp1er2/_old 2015-03-09 10:09:02.0 +0100 +++ /var/tmp/diff_new_pack.qp1er2/_new 2015-03-09 10:09:02.0 +0100 @@ -61,8 +61,8 @@ Requires: perl(Time::HiRes) Requires: perl(strict) # some runtime perl requirements for innobackupex -Requires: qpress Requires: rsync +Recommends: qpress # This is to ease migration from Percona's generic packages Provides: percona-xtrabackup = %{version} Obsoletes: percona-xtrabackup %{version} -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit tiff.3578 for openSUSE:13.1:Update
Hello community, here is the log from the commit of package tiff.3578 for openSUSE:13.1:Update checked in at 2015-03-09 10:52:47 Comparing /work/SRC/openSUSE:13.1:Update/tiff.3578 (Old) and /work/SRC/openSUSE:13.1:Update/.tiff.3578.new (New) Package is tiff.3578 Changes: New Changes file: --- /dev/null 2015-02-28 12:43:00.252025756 +0100 +++ /work/SRC/openSUSE:13.1:Update/.tiff.3578.new/tiff.changes 2015-03-09 10:52:49.0 +0100 @@ -0,0 +1,573 @@ +--- +Mon Feb 16 08:14:26 UTC 2015 - pgaj...@suse.com + +- security update: CVE-2014-9655, CVE-2014-8127, CVE-2014-8128, + CVE-2014-8129, CVE-2014-8130, CVE-2015-1547 + bnc#914890, bnc#916925, bnc#916927 + + erouault.2856.patch + + erouault.2857.patch + + erouault.2858.patch + + erouault.2859.patch + + erouault.2860.patch + + erouault.2861.patch + + erouault.2862.patch + + erouault.2863.patch + + erouault.2876.patch + + bfriesen.2805.patch + + tiff-handle-TIFFTAG_CONSECUTIVEBADFAXLINES.patch + + tiff-handle-TIFFTAG_PREDICTOR.patch + + tiff-dither-malloc-check.patch + +--- +Wed Aug 21 12:57:57 UTC 2013 - pgaj...@suse.com + +- security update + * CVE-2013-4232.patch [bnc#834477] + * CVE-2013-4231.patch [bnc#834477] + * CVE-2013-4244.patch [bnc#834788] + * CVE-2013-4243.patch [bnc#834779] + +--- +Wed Jun 26 10:48:50 UTC 2013 - pgaj...@suse.com + +- tiff2pdf: introduced warning when the compression isn't lzw or + none [bnc#819142] +- tiff2pdf: fixed crash [bnc#821872] + +--- +Tue Apr 30 13:20:50 UTC 2013 - pgaj...@suse.com + +- security update + * CVE-2013-1961.patch [bnc#818117] + * CVE-2013-1960.patch [bnc#817573] + +--- +Fri Apr 5 10:23:51 UTC 2013 - idon...@suse.com + +- Add Source URL, see https://en.opensuse.org/SourceUrls + +--- +Mon Nov 5 09:27:59 UTC 2012 - pgaj...@suse.com + +- updated to 4.0.3: + * Add some TIFF/FX support in libtiff. + * Fix bug rewriting image tiles in a compressed file. + * Fix read past end of data buffer. + * etc., see ChangeLog +- removed upstreamed patches: + * bigendian.patch + * dont-fancy-upsampling.patch + * CVE-2012-3401.patch +- new patch: + * test-jpeg-turbo.patch + * CVE-2012-4564.patch [bnc#787892] + +--- +Mon Jul 23 09:52:50 UTC 2012 - pgaj...@suse.com + +- fixed CVE-2012-3401 [bnc#770816] + +--- +Thu Jun 28 10:16:29 UTC 2012 - meiss...@suse.com + +- RGBA is packed in host order, use the right macros to unpack + and verify in raw_decode test. + +--- +Wed Jun 20 09:29:37 UTC 2012 - pgaj...@suse.com + +- updated to 4.0.2: [bnc#767852] [bnc#767854] +tif_getimage.c: added support for _SEPARATED CMYK images. +tif_getimage.c: Added support for greyscale + alpha. +Added TIFFCreateCustomDirectory() and TIFFCreateEXIFDirectory() functions. +tif_print.c: Lots of fixes around printing corrupt or hostile input. +Improve handling of corrupt ycbcrsubsampling values. +tif_unix.c: use strerror to get meaningful error messages. +tif_jpeg.c: fix serious bugs in JPEGDecodeRaw(). +tif_jpeg.c: Fix size overflow (zdi-can-1221,CVE-2012-1173). +tiff2pdf: Defend against integer overflows while calculating required + buffer sizes (CVE-2012-2113). + +--- +Tue Apr 10 17:37:25 UTC 2012 - br...@aljex.com + +- Fix building on older targets from SUSE 10.0 to current. +- Add jbig support + +--- +Thu Mar 29 09:51:49 UTC 2012 - idon...@suse.com + +- Add lzma support +- Implement %check +- Drop visibility patch because it breaks compilation + +--- +Wed Mar 28 18:06:34 UTC 2012 - i...@marguerite.su + +- change package name libtiff4 to libtiff5. + library number is 5 actually. + +--- +Wed Mar 28 17:29:16 UTC 2012 - i...@marguerite.su + +- Update to 4.0.1 + * configure.ac +- Add libtiff private dependency on -llzma for pkg-config +- Add support for using library symbol versioning on + ELF systems with the GNU linker. + * libtiff/tif_win32.c: Eliminate some minor 64-bit warnings in + tif_win32.c + *
commit libmspack for openSUSE:13.2:Update
Hello community, here is the log from the commit of package libmspack for openSUSE:13.2:Update checked in at 2015-03-09 10:53:10 Comparing /work/SRC/openSUSE:13.2:Update/libmspack (Old) and /work/SRC/openSUSE:13.2:Update/.libmspack.new (New) Package is libmspack Changes: New Changes file: NO CHANGES FILE!!! Other differences: -- ++ _link ++ --- /var/tmp/diff_new_pack.E6rkO3/_old 2015-03-09 10:53:11.0 +0100 +++ /var/tmp/diff_new_pack.E6rkO3/_new 2015-03-09 10:53:11.0 +0100 @@ -1 +1 @@ -link package='libmspack.3450' cicount='copy' / +link package='libmspack.3580' cicount='copy' / -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libmspack for openSUSE:13.1:Update
Hello community, here is the log from the commit of package libmspack for openSUSE:13.1:Update checked in at 2015-03-09 10:53:07 Comparing /work/SRC/openSUSE:13.1:Update/libmspack (Old) and /work/SRC/openSUSE:13.1:Update/.libmspack.new (New) Package is libmspack Changes: New Changes file: NO CHANGES FILE!!! Other differences: -- ++ _link ++ --- /var/tmp/diff_new_pack.LwvQWg/_old 2015-03-09 10:53:08.0 +0100 +++ /var/tmp/diff_new_pack.LwvQWg/_new 2015-03-09 10:53:08.0 +0100 @@ -1 +1 @@ -link package='libmspack.3450' cicount='copy' / +link package='libmspack.3580' cicount='copy' / -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libmspack.3580 for openSUSE:13.1:Update
Hello community, here is the log from the commit of package libmspack.3580 for openSUSE:13.1:Update checked in at 2015-03-09 10:53:05 Comparing /work/SRC/openSUSE:13.1:Update/libmspack.3580 (Old) and /work/SRC/openSUSE:13.1:Update/.libmspack.3580.new (New) Package is libmspack.3580 Changes: New Changes file: --- /dev/null 2015-02-28 12:43:00.252025756 +0100 +++ /work/SRC/openSUSE:13.1:Update/.libmspack.3580.new/libmspack.changes 2015-03-09 10:53:06.0 +0100 @@ -0,0 +1,112 @@ +--- +Fri Feb 27 18:08:17 CET 2015 - sbra...@suse.cz + +- Replace problematic libmspack-qtmd_decompress-loop.patch from + clamav by the mainline fix (bnc#912214#c10). + +--- +Tue Jan 20 18:12:19 CET 2015 - sbra...@suse.cz + +- Fix possible infinite loop caused DoS (bnc912214, CVE-2014-9556, + libmspack-qtmd_decompress-loop.patch). + +--- +Mon Jun 24 10:13:52 UTC 2013 - wer...@suse.de + +- Avoid Source URL for http://www.cabextract.org.uk/ as this does + not work + +--- +Sat Jun 22 17:08:46 UTC 2013 - dims...@opensuse.org + +- Update to version 0.4alpha: + + This release adds support for the Microsoft Exchange Offline +Address Book (OAB) format, both compressed and incremental +variants. + +--- +Wed Jul 18 18:35:42 UTC 2012 - a...@suse.de + +- Remove autoreconf call and libtool buildrequires, they are not + needed anymore. + +--- +Wed Jul 18 19:12:53 CEST 2012 - sbra...@suse.cz + +- Update to version 0.3alpha: + * code cleanup and build system update + * handle corrupted cabinet files better + * handle special cases of cabinet files +- License update: LGPL-2.1 only. + +--- +Mon Feb 27 15:14:56 UTC 2012 - cfarr...@suse.com + +- license update: LGPL-2.1+ + No indication of GPL-2.0+ code in the package + +--- +Mon Feb 13 10:48:55 UTC 2012 - co...@suse.com + +- patch license to follow spdx.org standard + +--- +Sun Nov 20 20:44:56 UTC 2011 - jeng...@medozas.de + +- Remove redundant/unwanted tags/section (cf. specfile guidelines) +- Use %_smp_mflags for parallel building + +--- +Sat Nov 19 20:42:31 UTC 2011 - co...@suse.com + +- add libtool as buildrequire to avoid implicit dependency + +--- +Wed Dec 22 05:21:45 CET 2010 - andreas.ha...@gmx-topmail.de + +- update to version 0.2alpha (#660942): + * matches cabextract-1.3, fixing CVE-2010-2800 and CVE-2010-2801 + * adds pkg-config support + * obsoletes half of libmspack-warnings.patch +- remove self-obsoletion +- drop -D_POSIX_SOURCE as it breaks the build with this version +- drop empty NEWS file + +--- +Tue Jan 15 17:30:34 CET 2008 - sbra...@suse.cz + +- Applied shared library packaging policy. +- Removed unneeded static library and .la file. + +--- +Fri Oct 20 15:41:06 CEST 2006 - sbra...@suse.cz + +- Updated to version 0.0.20060920alpha: + * Bug fixes. + * Write an mspack_system implementation that can handle normal +disk files, open file handles, open file descriptors and raw +memory all at the same time. + * Added a program for dumping useful data from CHM files. + * Added a new test example which shows an mspack_system +implementation that reads and writes from memory only. + +--- +Wed Jan 25 21:37:34 CET 2006 - m...@suse.de + +- converted neededforbuild to BuildRequires + +--- +Mon Nov 22 11:59:08 CET 2004 - r...@suse.de + +- sed -i does not work on older distributions + +--- +Wed Apr 14 15:39:48 CEST 2004 - mci...@suse.cz + +- include some documentation + +--- +Wed Apr 14 11:06:06 CEST 2004 - mci...@suse.cz + +- initial packaging + New: libmspack-0.4alpha.tar.gz libmspack-qtmd_decompress-loop.patch libmspack.changes libmspack.spec Other differences: -- ++ libmspack.spec ++ # # spec file for