commit icinga for openSUSE:Factory
Hello community, here is the log from the commit of package icinga for openSUSE:Factory checked in at 2014-07-28 06:50:30 Comparing /work/SRC/openSUSE:Factory/icinga (Old) and /work/SRC/openSUSE:Factory/.icinga.new (New) Package is "icinga" Changes: --- /work/SRC/openSUSE:Factory/icinga/icinga.changes2014-06-30 21:50:27.0 +0200 +++ /work/SRC/openSUSE:Factory/.icinga.new/icinga.changes 2014-07-28 06:50:31.0 +0200 @@ -1,0 +2,5 @@ +Tue Jul 8 09:38:36 UTC 2014 - thard...@suse.com + +- use systemctl to restart Apache on modern distributions + +--- Other differences: -- ++ icinga.spec ++ --- /var/tmp/diff_new_pack.DeIURh/_old 2014-07-28 06:50:33.0 +0200 +++ /var/tmp/diff_new_pack.DeIURh/_new 2014-07-28 06:50:33.0 +0200 @@ -543,17 +543,22 @@ then # this is the initial installation: enable icinga test -x %{_sbindir}/a2enflag && %{_sbindir}/a2enflag ICINGA >/dev/null +%if 0%{?using_systemd} + %{_bindir}/systemctl try-restart apache2 +%else + %restart_on_update apache2 +%endif fi -%restart_on_update apache2 - -%preun www -%restart_on_update apache2 %postun www if [ "$1" = "0" ]; then # deinstallation of the package - remove the apache flag test -x %{_sbindir}/a2disflag && %{_sbindir}/a2disflag ICINGA >/dev/null +%if 0%{?using_systemd} + %{_bindir}/systemctl try-restart apache2 +%else %restart_on_update apache2 +%endif fi %post idoutils -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit kakasi for openSUSE:Factory
Hello community, here is the log from the commit of package kakasi for openSUSE:Factory checked in at 2014-07-28 06:50:37 Comparing /work/SRC/openSUSE:Factory/kakasi (Old) and /work/SRC/openSUSE:Factory/.kakasi.new (New) Package is "kakasi" Changes: --- /work/SRC/openSUSE:Factory/kakasi/kakasi.changes2012-06-01 07:20:35.0 +0200 +++ /work/SRC/openSUSE:Factory/.kakasi.new/kakasi.changes 2014-07-28 06:50:39.0 +0200 @@ -1,0 +2,11 @@ +Sun Jul 27 18:02:08 UTC 2014 - i...@marguerite.su + +- update version 2.3.6 + * see NEWS if you know Japanese +- drop bugzilla-154848-array-subscript-out-of-range.patch + * upstream fixed +- drop kakasi-2.3.4-fclose.patch + * upstream fixed +- add kakasi-2.3.6-no-return-in-nonvoid-function.patch + +--- Old: bugzilla-154848-array-subscript-out-of-range.patch kakasi-2.3.4-fclose.patch kakasi-2.3.4.tar.bz2 New: kakasi-2.3.6-no-return-in-nonvoid-function.patch kakasi-2.3.6.tar.gz Other differences: -- ++ kakasi.spec ++ --- /var/tmp/diff_new_pack.4MIvPx/_old 2014-07-28 06:50:40.0 +0200 +++ /var/tmp/diff_new_pack.4MIvPx/_new 2014-07-28 06:50:40.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package kakasi # -# Copyright (c) 2012 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 @@ -17,36 +17,18 @@ Name: kakasi -Version:2.3.4 +Version:2.3.6 Release:0 -Requires: kakasi-dict = %{version} -Url:http://kakasi.namazu.org/ -Source0: ftp://kakasi.namazu.org/pub/kakasi/stable/%{name}-%{version}.tar.bz2 -Patch0: bugzilla-154848-array-subscript-out-of-range.patch -Patch1: kakasi-2.3.4-fclose.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary:Filter to Convert Kanji Characters to Hiragana, Katakana, or Romaji License:GPL-2.0+ Group: Productivity/Text/Convertors +Url:http://kakasi.namazu.org/ +Source: http://kakasi.namazu.org/stable/%{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM marguer...@opensuse.org +Patch: kakasi-2.3.6-no-return-in-nonvoid-function.patch BuildRequires: automake -#Summary(ja): 漢字→かな(ローマ字)変換プログラム -# %description -l ja -# KAKASI は漢字かなまじり文をひらがな文やローマ字文に変換することを -# 目的として作成したプログラムと辞書の総称です。さらに、バージョン -# 2.3.0 からは、分かち書きパッチがマージされました。 -# -# Authors: -# -# Originator: -# Hironobu Takahashi -# -# Members of KAKASI Project (Maintainers): -# Hajime BABA -# NOKUBI Takatsugu -# Satoru Takabayashi -# Ken-ichi Hirose -# Ryuji Abe -# +Requires: kakasi-dict = %{version} +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description KAKASI is the language processing filter to convert Kanji characters to @@ -62,71 +44,70 @@ (1) "Romaji" is an alphabetical description of Japanese pronunciation. -%package -n kakasi-devel -Summary:header file and libraries of KAKASI -Group: Productivity/Text/Convertors -# Summary(ja): KAKASIのヘッダファイル及びライブラリです。 +%package devel +Summary:Header file and libraries of KAKASI +Group: Development/Libraries/C and C++ Requires: %{name} = %{version} -Provides: kakaside -Obsoletes: kakaside -# %description -n kakasi-devel -l ja -# KAKASIのヘッダファイル及びライブラリです。 +Provides: kakaside = %{version} +Obsoletes: kakaside < %{version} -%description -n kakasi-devel +%description devel header file and libraries of KAKASI -%package -n kakasi-dict +%package dict Summary:The base dictionary of KAKASI Group: Productivity/Text/Convertors -# Summary(ja): KAKASIの基本辞書です。 -Provides: kakasidi -Obsoletes: kakasidi -# %description -n kakasi-dict -l ja -# KAKASIの基本辞書です。 +Provides: kakasidi = %{version} +Obsoletes: kakasidi < %{version} -%description -n kakasi-dict +%description dict The base dictionary of KAKASI %prep -%setup0 -q -%patch0 -p1 -%patch1 +%setup -q +%patch -p1 +# w: version-control-internal-file +rm -rf doc/CVS +# non-linux-readme +rm -rf doc/README.*OS* %build -cp /usr/share/automake*/config.{guess,sub} . +cp %{_datadir}/automake*/config.{guess,sub} . %configure --disable-static --with-pic make %{?_smp_mflags} %install -make DESTDIR=$RPM_BUILD_ROOT install -gzip --best $RPM_BUILD_DIR/%{name}-%{version}/doc/kakasi.1 -mkdir -p $RPM_BUILD_ROOT/usr/share/man/ja/man1 -install -m 644 $RPM_BUILD_DIR/%{name}-%{version}/doc/kakasi.1.gz \ - $RPM_BUILD_ROO
commit yast2-bootloader for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-bootloader for openSUSE:Factory checked in at 2014-07-28 06:31:17 Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old) and /work/SRC/openSUSE:Factory/.yast2-bootloader.new (New) Package is "yast2-bootloader" Changes: --- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes 2014-07-23 22:06:09.0 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes 2014-07-28 06:31:22.0 +0200 @@ -1,0 +2,12 @@ +Fri Jul 25 16:11:37 UTC 2014 - jreidin...@suse.com + +- allow change of bootloader proposal during upgrade (bnc#887015) +- 3.1.70 + +--- +Fri Jul 25 11:48:35 UTC 2014 - jsr...@suse.cz + +- code de-duplication of recent AUtoYaST fixes (bnc#885634) +- 3.1.69 + +--- Old: yast2-bootloader-3.1.68.tar.bz2 New: yast2-bootloader-3.1.70.tar.bz2 Other differences: -- ++ yast2-bootloader.spec ++ --- /var/tmp/diff_new_pack.pt5ReV/_old 2014-07-28 06:31:23.0 +0200 +++ /var/tmp/diff_new_pack.pt5ReV/_new 2014-07-28 06:31:23.0 +0200 @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version:3.1.68 +Version:3.1.70 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ yast2-bootloader-3.1.68.tar.bz2 -> yast2-bootloader-3.1.70.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.68/package/yast2-bootloader.changes new/yast2-bootloader-3.1.70/package/yast2-bootloader.changes --- old/yast2-bootloader-3.1.68/package/yast2-bootloader.changes 2014-07-22 13:23:14.0 +0200 +++ new/yast2-bootloader-3.1.70/package/yast2-bootloader.changes 2014-07-25 18:53:13.0 +0200 @@ -1,4 +1,16 @@ --- +Fri Jul 25 16:11:37 UTC 2014 - jreidin...@suse.com + +- allow change of bootloader proposal during upgrade (bnc#887015) +- 3.1.70 + +--- +Fri Jul 25 11:48:35 UTC 2014 - jsr...@suse.cz + +- code de-duplication of recent AUtoYaST fixes (bnc#885634) +- 3.1.69 + +--- Tue Jul 22 09:00:56 UTC 2014 - jsr...@suse.cz - initialize bootloader location configuration on AutoYaST ugprade diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.68/package/yast2-bootloader.spec new/yast2-bootloader-3.1.70/package/yast2-bootloader.spec --- old/yast2-bootloader-3.1.68/package/yast2-bootloader.spec 2014-07-22 13:23:14.0 +0200 +++ new/yast2-bootloader-3.1.70/package/yast2-bootloader.spec 2014-07-25 18:53:13.0 +0200 @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version:3.1.68 +Version:3.1.70 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.68/src/clients/bootloader_auto.rb new/yast2-bootloader-3.1.70/src/clients/bootloader_auto.rb --- old/yast2-bootloader-3.1.68/src/clients/bootloader_auto.rb 2014-07-22 13:23:14.0 +0200 +++ new/yast2-bootloader-3.1.70/src/clients/bootloader_auto.rb 2014-07-25 18:53:13.0 +0200 @@ -55,6 +55,13 @@ data = AI2Export(@param) if data @ret = Bootloader.Import(data) + # moved here from inst_autosetup* + if Stage.initial +BootCommon.DetectDisks +Builtins.y2debug("autoyast: Proposing - fix") +Bootloader.Propose +Builtins.y2debug("autoyast: Proposing done") + end else @ret = false end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-bootloader-3.1.68/src/clients/bootloader_proposal.rb new/yast2-bootloader-3.1.70/src/clients/bootloader_proposal.rb --- old/yast2-bootloader-3.1.68/src/clients/bootloader_proposal.rb 2014-07-22 13:23:14.0 +0200 +++ new/yast2-bootloader-3.1.70/src/clients/bootloader_proposal.rb 2014-07-25 18:53:13.0 +0200 @@ -57,11 +57,19 @@ if Mode.update if ["grub2", "grub2-efi"].include? old_bootloader Builtins.y2milestone "update of grub2, do not repropose" -Bootloader.blRead(true, true) +if !BootCommon.was_read || @force_reset + # blRead(reread, avoid_reading_device_map) + Boo
commit mdadm for openSUSE:Factory
Hello community, here is the log from the commit of package mdadm for openSUSE:Factory checked in at 2014-07-28 06:31:19 Comparing /work/SRC/openSUSE:Factory/mdadm (Old) and /work/SRC/openSUSE:Factory/.mdadm.new (New) Package is "mdadm" Changes: --- /work/SRC/openSUSE:Factory/mdadm/mdadm.changes 2014-07-16 16:36:24.0 +0200 +++ /work/SRC/openSUSE:Factory/.mdadm.new/mdadm.changes 2014-07-28 06:31:26.0 +0200 @@ -1,0 +2,7 @@ +Fri Jul 25 11:48:12 UTC 2014 - p.drou...@gmail.com + +- Remove insserv dependency; the package has been moved to systemd + init system +- Remove redundant %clean section + +--- Other differences: -- ++ mdadm.spec ++ --- /var/tmp/diff_new_pack.qH74ra/_old 2014-07-28 06:31:26.0 +0200 +++ /var/tmp/diff_new_pack.qH74ra/_new 2014-07-28 06:31:27.0 +0200 @@ -25,7 +25,7 @@ BuildRequires: sgmltool BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(systemd) -PreReq: %fillup_prereq %insserv_prereq /sbin/mkinitrd +PreReq: %fillup_prereq /sbin/mkinitrd Recommends: cron Recommends: smtp_daemon Obsoletes: raidtools @@ -78,14 +78,10 @@ %postun %{?regenerate_initrd_post} -%{insserv_cleanup} %posttrans %{?regenerate_initrd_posttrans} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %doc COPYING ChangeLog README.initramfs TODO mdadm.conf-example mkinitramfs -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit ntp for openSUSE:Factory
Hello community, here is the log from the commit of package ntp for openSUSE:Factory checked in at 2014-07-28 06:31:13 Comparing /work/SRC/openSUSE:Factory/ntp (Old) and /work/SRC/openSUSE:Factory/.ntp.new (New) Package is "ntp" Changes: --- /work/SRC/openSUSE:Factory/ntp/ntp.changes 2014-06-25 15:24:19.0 +0200 +++ /work/SRC/openSUSE:Factory/.ntp.new/ntp.changes 2014-07-28 06:31:15.0 +0200 @@ -1,0 +2,6 @@ +Tue Jul 15 18:50:47 UTC 2014 - crrodrig...@opensuse.org + +- Ensure systemd services conflict with systemd-timesyncd.service + present in upcoming systemd releases. + +--- Other differences: -- ++ conf.ntp-wait.service ++ --- /var/tmp/diff_new_pack.hdUJ25/_old 2014-07-28 06:31:17.0 +0200 +++ /var/tmp/diff_new_pack.hdUJ25/_new 2014-07-28 06:31:17.0 +0200 @@ -2,7 +2,7 @@ Description=Wait for ntpd to synchronize system clock Requires=ntpd.service After=ntpd.service - +Conflicts=systemd-timesyncd.service Wants=time-sync.target Before=time-sync.target ++ conf.ntpd.service ++ --- /var/tmp/diff_new_pack.hdUJ25/_old 2014-07-28 06:31:17.0 +0200 +++ /var/tmp/diff_new_pack.hdUJ25/_new 2014-07-28 06:31:17.0 +0200 @@ -2,7 +2,7 @@ Description=NTP Server Daemon Documentation=man:ntpd(1) After=nss-lookup.target - +Conflicts=systemd-timesyncd.service Wants=network.target After=network.target -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit python for openSUSE:Factory
Hello community, here is the log from the commit of package python for openSUSE:Factory checked in at 2014-07-28 06:31:15 Comparing /work/SRC/openSUSE:Factory/python (Old) and /work/SRC/openSUSE:Factory/.python.new (New) Package is "python" Changes: --- /work/SRC/openSUSE:Factory/python/python-base.changes 2014-06-25 15:24:07.0 +0200 +++ /work/SRC/openSUSE:Factory/.python.new/python-base.changes 2014-07-28 06:31:18.0 +0200 @@ -1,0 +2,9 @@ +Wed Jul 23 16:48:38 UTC 2014 - jmate...@suse.com + +- CVE-2014-4650-CGIHTTPServer-traversal.patch: CGIHTTPServer file + disclosure and directory traversal through URL-encoded characters + (CVE-2014-4650, bnc#885882) +- python-2.7.7-mhlib-linkcount.patch: remove link count optimizations + that are incorrect on btrfs (and possibly other filesystems) + +--- python.changes: same change New: CVE-2014-4650-CGIHTTPServer-traversal.patch python-2.7.7-mhlib-linkcount.patch Other differences: -- ++ python-base.spec ++ --- /var/tmp/diff_new_pack.jfvqCf/_old 2014-07-28 06:31:20.0 +0200 +++ /var/tmp/diff_new_pack.jfvqCf/_new 2014-07-28 06:31:20.0 +0200 @@ -57,6 +57,10 @@ # CVE-2013-1752 patches missing in 2.7.6: imaplib, poplib, smtplib Patch28:smtplib_maxline-2.7.patch Patch29:python-2.7.6-poplib.patch +# CVE-2014-4650 - File disclosure and directory traversal in CGIHTTPServer +Patch30:CVE-2014-4650-CGIHTTPServer-traversal.patch +# remove link count optimization that breaks mhlib on btrfs (and possibly elsewhere) +Patch31:python-2.7.7-mhlib-linkcount.patch # COMMON-PATCH-END %define python_version%(echo %{tarversion} | head -c 3) BuildRequires: automake @@ -149,6 +153,8 @@ %patch26 -p1 %patch28 -p1 %patch29 -p1 +%patch30 -p1 +%patch31 -p1 # drop Autoconf version requirement sed -i 's/^version_required/dnl version_required/' configure.ac ++ python-doc.spec ++ --- /var/tmp/diff_new_pack.jfvqCf/_old 2014-07-28 06:31:20.0 +0200 +++ /var/tmp/diff_new_pack.jfvqCf/_new 2014-07-28 06:31:20.0 +0200 @@ -60,6 +60,10 @@ # CVE-2013-1752 patches missing in 2.7.6: imaplib, poplib, smtplib Patch28:smtplib_maxline-2.7.patch Patch29:python-2.7.6-poplib.patch +# CVE-2014-4650 - File disclosure and directory traversal in CGIHTTPServer +Patch30:CVE-2014-4650-CGIHTTPServer-traversal.patch +# remove link count optimization that breaks mhlib on btrfs (and possibly elsewhere) +Patch31:python-2.7.7-mhlib-linkcount.patch # COMMON-PATCH-END Provides: pyth_doc Provides: pyth_ps @@ -106,6 +110,8 @@ %patch26 -p1 %patch28 -p1 %patch29 -p1 +%patch30 -p1 +%patch31 -p1 # drop Autoconf version requirement sed -i 's/^version_required/dnl version_required/' configure.ac ++ python.spec ++ --- /var/tmp/diff_new_pack.jfvqCf/_old 2014-07-28 06:31:20.0 +0200 +++ /var/tmp/diff_new_pack.jfvqCf/_new 2014-07-28 06:31:20.0 +0200 @@ -61,6 +61,10 @@ # CVE-2013-1752 patches missing in 2.7.6: imaplib, poplib, smtplib Patch28:smtplib_maxline-2.7.patch Patch29:python-2.7.6-poplib.patch +# CVE-2014-4650 - File disclosure and directory traversal in CGIHTTPServer +Patch30:CVE-2014-4650-CGIHTTPServer-traversal.patch +# remove link count optimization that breaks mhlib on btrfs (and possibly elsewhere) +Patch31:python-2.7.7-mhlib-linkcount.patch # COMMON-PATCH-END BuildRequires: automake BuildRequires: db-devel @@ -183,6 +187,8 @@ %patch26 -p1 %patch28 -p1 %patch29 -p1 +%patch30 -p1 +%patch31 -p1 # drop Autoconf version requirement sed -i 's/^version_required/dnl version_required/' configure.ac ++ CVE-2014-4650-CGIHTTPServer-traversal.patch ++ # HG changeset patch # User Benjamin Peterson # Date 1402796189 25200 # Node ID b4bab078876811c7d95231d08aa6fa7142fdda66 # Parent bb8b0c7fefd0c5ed99b3f336178a4f9554a1d0ef url unquote the path before checking if it refers to a CGI script (closes #21766) diff --git a/Lib/CGIHTTPServer.py b/Lib/CGIHTTPServer.py --- a/Lib/CGIHTTPServer.py +++ b/Lib/CGIHTTPServer.py @@ -84,7 +84,7 @@ class CGIHTTPRequestHandler(SimpleHTTPSe path begins with one of the strings in self.cgi_directories (and the next character is a '/' or the end of the string). """ -collapsed_path = _url_collapse_path(self.path) +collapsed_path = _url_collapse_path(urllib.unquote(self.path)) dir_sep = collapsed_path.find('/', 1) head, tail = collapsed_path[:dir_sep], collapsed_path[dir_sep+1:] if head in self.cgi_directories: diff --git a/Lib/test/test_httpservers.py b/
commit ibus-table-others for openSUSE:Factory
Hello community, here is the log from the commit of package ibus-table-others for openSUSE:Factory checked in at 2014-07-28 06:31:25 Comparing /work/SRC/openSUSE:Factory/ibus-table-others (Old) and /work/SRC/openSUSE:Factory/.ibus-table-others.new (New) Package is "ibus-table-others" Changes: --- /work/SRC/openSUSE:Factory/ibus-table-others/ibus-table-others.changes 2012-06-26 20:01:40.0 +0200 +++ /work/SRC/openSUSE:Factory/.ibus-table-others.new/ibus-table-others.changes 2014-07-28 06:31:28.0 +0200 @@ -2 +2,17 @@ -Tue Jun 26 22:15:17 CST 2012 - hillw...@linuxfans.org +Sat Jul 26 17:44:31 PRC 2014 - hillw...@linuxfans.org + +- Update to 1.3.1 + * Add _ and ^ to the start characters for the LaTeX table + * Updates and bugfixes for the LaTeX table by Giuseppe Castagna (original author of the LaTeX table) + * Use SELECT_KEYS = F1,F2,F3,F4,F5,F6,F7,F8,F9 for ipa-x-sampa + * Add single and multi wildcard options to all tables + * use AUTO_WILDCARD=TRUE for all tables, this option started working in ibus-table > 1.8.0 + * Don’t force “us” layout for cns11643, compose, ipa-x-sampa, viqr, emoji, mathwriter-ibus, translit-ua, and translit + * Keep forcing “us” layout only for “rustrad”, “yawerty”, and “thai”. But ibus does not use the option “KEYBOARD_LAYOUT”, the correct name of that option is just “LAYOUT”. Fix that for all tables. + * Don’t force “us” layout for the latex input method + * The “latex” table uses “\” as a startchar + * includes "Set symbols to be displayed in IM switchers" by Sean Burke +- Drop old patch (emoji-table.patch) + +--- +Tue Jun 26 22:15:17 PRC 2012 - hillw...@linuxfans.org Old: emoji-table.patch ibus-table-others-1.3.0.20100528.tar.gz New: ibus-table-others-1.3.1.tar.gz Other differences: -- ++ ibus-table-others.spec ++ --- /var/tmp/diff_new_pack.nuE9Tx/_old 2014-07-28 06:31:29.0 +0200 +++ /var/tmp/diff_new_pack.nuE9Tx/_new 2014-07-28 06:31:29.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package ibus-table-others # -# Copyright (c) 2012 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 @@ -16,19 +16,20 @@ # - Name: ibus-table-others -Version:1.3.0.20100528 -Release:5 +Version:1.3.1 +Release:0 Summary:Other non-Chinese tables for ibus -Group: System/Localization License:GPL-3.0 -Url:http://code.google.com/p/ibus/ -BuildRequires: ibus-table ibus-table-devel pkg-config python -Source: %{name}-%{version}.tar.gz -Patch: emoji-table.patch +Group: System/Localization +Url:https://github.com/moebiuscurve/ibus-table-others +BuildRequires: gnome-common +BuildRequires: ibus-table >= 1.8.0 +BuildRequires: ibus-table-devel >= 1.8.0 +BuildRequires: pkg-config +BuildRequires: python +Source: https://github.com/moebiuscurve/ibus-table-others/releases/download/%{version}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -AutoReqProv:on %description This package contains all other non-Chinese tables for ibus @@ -39,7 +40,6 @@ %package -n ibus-table-latex - Summary:Latex input method for IBus framework Group: System/Localization Requires: ibus-table @@ -50,7 +50,6 @@ %package -n ibus-table-cns11643 - Summary:Cns11643 input method for IBus framework Group: System/Localization Requires: ibus-table @@ -61,7 +60,6 @@ %package -n ibus-table-emoji - Summary:Emoji input method for IBus framework Group: System/Localization Requires: ibus-table @@ -73,7 +71,6 @@ %package -n ibus-table-rustrad - Summary:Rustrad input method for IBus framework Group: System/Localization Provides: locale(ibus:ru) @@ -85,7 +82,6 @@ %package -n ibus-table-translit - Summary:Translit input method for IBus framework Group: System/Localization Provides: locale(ibus:ru) @@ -97,7 +93,6 @@ %package -n ibus-table-translit-ua - Summary:Translit-ua input method for IBus framework Group: System/Localization Provides: locale(ibus:uk) @@ -109,7 +104,6 @@ %package -n ibus-table-yawerty - Summary:Yawerty input method for IBus framework Group: System/Localization Requires: ibus-table @@ -120,7 +114,6 @@ %package -n ibus-table-compose
commit pidgin-mrim for openSUSE:Factory
Hello community, here is the log from the commit of package pidgin-mrim for openSUSE:Factory checked in at 2014-07-28 06:31:23 Comparing /work/SRC/openSUSE:Factory/pidgin-mrim (Old) and /work/SRC/openSUSE:Factory/.pidgin-mrim.new (New) Package is "pidgin-mrim" Changes: --- /work/SRC/openSUSE:Factory/pidgin-mrim/pidgin-mrim.changes 2012-02-21 12:23:54.0 +0100 +++ /work/SRC/openSUSE:Factory/.pidgin-mrim.new/pidgin-mrim.changes 2014-07-28 06:31:27.0 +0200 @@ -1,0 +2,11 @@ +Fri Jul 18 14:53:32 UTC 2014 - sor.ale...@meowr.ru + +- Update to 0.1.28.1 + + Fix build errors + + Add ICQ UIN support + + Now possible to use custom IP:PORT + + Documentation now has no execution flag + + README file is fixed +- Remove pidgin-mrim-fix-build.patch because it is in upstream. + +--- @@ -25,2 +36 @@ -- initial package - +- Initial package Old: mrim-prpl-0.1.28.tar.gz pidgin-mrim-fix-build.patch New: mrim-prpl-0.1.28.1.tar.xz Other differences: -- ++ pidgin-mrim.spec ++ --- /var/tmp/diff_new_pack.0khO9q/_old 2014-07-28 06:31:28.0 +0200 +++ /var/tmp/diff_new_pack.0khO9q/_new 2014-07-28 06:31:28.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package pidgin-mrim # -# Copyright (c) 2012 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 @@ -16,72 +16,57 @@ # -Name: pidgin-mrim %define _name mrim-prpl -Version:0.1.28 +Name: pidgin-mrim +Version:0.1.28.1 Release:0 -Summary:Pidgin plugin for Mail.ru +Summary:Pidgin plugin for Mail.ru Agent License:GPL-2.0+ Group: Productivity/Networking/Instant Messenger -Url:http://code.google.com/p/mrim-prpl/ -Source0: http://mrim-prpl.googlecode.com/files/%{_name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM pidgin-mrim-fix-build.patch -- Fix build caused by wrong API usage -Patch0: pidgin-mrim-fix-build.patch +Url:https://bitbucket.org/mrim-prpl-team/mrim-prpl +Source: https://bitbucket.org/mrim-prpl-team/%{_name}/downloads/%{_name}-%{version}.tar.xz +BuildRequires: gcc-c++ BuildRequires: pidgin +BuildRequires: pkg-config BuildRequires: pkgconfig(gtk+-2.0) -BuildRequires: pkgconfig(purple) -Requires: libpurple-plugin-mrim = %{version} -Requires: pidgin -Supplements:packageand(libpurple-plugin-mrim:pidgin} -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig(purple) >= 2.7.0 %description -This is a Mail.ru plugin for Pidgin. - -It provides support for the MPP/MrIM protocol, popular in Russia. +This is a Mail.ru Agent plugin for Pidgin. +It provides support for the MRA/MRIM protocol, popular in ex-USSR. %package -n libpurple-plugin-mrim -Summary:Libpurple plugin for Mail.ru +Summary:Pidgin plugin for Mail.ru Agent Group: Productivity/Networking/Instant Messenger -Requires: libpurple -Recommends: libpurple-plugin-mrim-lang -Enhances: libpurple +Recommends: libpurple-plugin-mrim-lang = %{version} +# PAckage was renamed to follows naming convention with version 0.1.28.1. +Provides: %{name} = %{version} +Obsoletes: %{name} < %{version} %description -n libpurple-plugin-mrim -This is a Mail.ru plugin for Pidgin. - -It provides support for the MPP/MrIM protocol, popular in Russia. +This is a Mail.ru Agent plugin for Pidgin. +It provides support for the MRA/MRIM protocol, popular in ex-USSR. %lang_package -n libpurple-plugin-mrim + %prep %setup -q -n %{_name}-%{version} -%patch0 -p1 -# When below tests fail, we can now remove the chmod -test -x LICENSE -test -x README -chmod a-x LICENSE README -%build +%build -n %{_name}-%{version} %configure --gtk make %{?_smp_mflags} -%install +%install -n %{_name}-%{version} %make_install LIBDIR=%{_lib} %find_lang %{_name} -%clean -rm -rf %{buildroot} - %files -n libpurple-plugin-mrim -%defattr(-,root,root,-) +%defattr(-,root,root) %doc ChangeLog LICENSE README %{_libdir}/purple-2/libmrim.so - -%files -%defattr(-,root,root,-) -%doc ChangeLog LICENSE README -%{_datadir}/pixmaps/pidgin/protocols/*/mrim.png +%{_datadir}/pixmaps/pidgin/protocols/*/mrim.* %files -n libpurple-plugin-mrim-lang -f %{_name}.lang +%defattr(-,root,root) %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit open-iscsi for openSUSE:Factory
Hello community, here is the log from the commit of package open-iscsi for openSUSE:Factory checked in at 2014-07-28 06:31:18 Comparing /work/SRC/openSUSE:Factory/open-iscsi (Old) and /work/SRC/openSUSE:Factory/.open-iscsi.new (New) Package is "open-iscsi" Changes: --- /work/SRC/openSUSE:Factory/open-iscsi/open-iscsi.changes2014-07-13 14:05:47.0 +0200 +++ /work/SRC/openSUSE:Factory/.open-iscsi.new/open-iscsi.changes 2014-07-28 06:31:23.0 +0200 @@ -1,0 +2,5 @@ +Fri Jul 25 10:03:00 PDT 2014 - ldun...@suse.com + +- Fixed spec file to stop correct service on iscsiuio removal + +--- Other differences: -- ++ open-iscsi.spec ++ --- /var/tmp/diff_new_pack.AmcwPA/_old 2014-07-28 06:31:25.0 +0200 +++ /var/tmp/diff_new_pack.AmcwPA/_new 2014-07-28 06:31:25.0 +0200 @@ -222,7 +222,7 @@ %endif %preun -n iscsiuio -%{stop_on_removal isnsd isnsdd} +%{stop_on_removal iscsiuio} %if 0%{?suse_version} >= 1230 %{service_del_preun iscsiuio.socket iscsiuio.service} %endif -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
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 2014-07-28 06:31:16 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 2014-07-15 16:26:01.0 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes 2014-07-28 06:31:21.0 +0200 @@ -1,0 +2,18 @@ +Fri Jul 25 14:35:30 UTC 2014 - an...@suse.com + +- adjust width of drive selection dialog (bnc#882657) +- 3.1.32 + +--- +Fri Jul 25 14:17:20 CEST 2014 - sch...@suse.de + +- Do not overwrite the autoyast pattern selection by + the default desktop pattern selection (bnc#888981) +- 3.1.31 + +--- +Fri Jul 25 09:48:59 UTC 2014 - c...@suse.com + +- Made SLP browser filter case-insensitive (bnc#869653) + +--- Old: yast2-packager-3.1.30.tar.bz2 New: yast2-packager-3.1.32.tar.bz2 Other differences: -- ++ yast2-packager.spec ++ --- /var/tmp/diff_new_pack.661Pkh/_old 2014-07-28 06:31:22.0 +0200 +++ /var/tmp/diff_new_pack.661Pkh/_new 2014-07-28 06:31:22.0 +0200 @@ -17,7 +17,7 @@ Name: yast2-packager -Version:3.1.30 +Version:3.1.32 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ yast2-packager-3.1.30.tar.bz2 -> yast2-packager-3.1.32.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-3.1.30/package/yast2-packager.changes new/yast2-packager-3.1.32/package/yast2-packager.changes --- old/yast2-packager-3.1.30/package/yast2-packager.changes2014-07-11 14:34:33.0 +0200 +++ new/yast2-packager-3.1.32/package/yast2-packager.changes2014-07-25 16:44:12.0 +0200 @@ -1,4 +1,22 @@ --- +Fri Jul 25 14:35:30 UTC 2014 - an...@suse.com + +- adjust width of drive selection dialog (bnc#882657) +- 3.1.32 + +--- +Fri Jul 25 14:17:20 CEST 2014 - sch...@suse.de + +- Do not overwrite the autoyast pattern selection by + the default desktop pattern selection (bnc#888981) +- 3.1.31 + +--- +Fri Jul 25 09:48:59 UTC 2014 - c...@suse.com + +- Made SLP browser filter case-insensitive (bnc#869653) + +--- Fri Jul 11 12:29:40 UTC 2014 - lsle...@suse.cz - fixed finding product upgrades (bnc#886621) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-3.1.30/package/yast2-packager.spec new/yast2-packager-3.1.32/package/yast2-packager.spec --- old/yast2-packager-3.1.30/package/yast2-packager.spec 2014-07-11 14:34:33.0 +0200 +++ new/yast2-packager-3.1.32/package/yast2-packager.spec 2014-07-25 16:44:12.0 +0200 @@ -17,7 +17,7 @@ Name: yast2-packager -Version:3.1.30 +Version:3.1.32 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-3.1.30/src/modules/DefaultDesktop.rb new/yast2-packager-3.1.32/src/modules/DefaultDesktop.rb --- old/yast2-packager-3.1.30/src/modules/DefaultDesktop.rb 2014-07-11 14:34:33.0 +0200 +++ new/yast2-packager-3.1.32/src/modules/DefaultDesktop.rb 2014-07-25 16:44:12.0 +0200 @@ -288,11 +288,16 @@ if new_desktop == nil # Reset the selected patterns Builtins.y2milestone("Reseting DefaultDesktop") -PackagesProposal.SetResolvables( - @packages_proposal_ID_patterns, - :pattern, - [] -) + +# Do not overwrite the autoyast pattern selection by +# the default desktop pattern selection (bnc#888981) +unless Mode.autoinst + PackagesProposal.SetResolvables( +@packages_proposal_ID_patterns, +:pattern, +[] + ) +end elsif !Builtins.haskey(@all_desktops, new_desktop) Builtins.y2error("Attempting to set desktop to unknown %1", new_desktop) else @@ -300,7 +305,9 @@ Builtins.y2milestone("New desktop has been set: %1", @desktop) -if @desktop != nil && @desktop != "" +# Do
commit yast2-samba-server for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-samba-server for openSUSE:Factory checked in at 2014-07-28 06:31:14 Comparing /work/SRC/openSUSE:Factory/yast2-samba-server (Old) and /work/SRC/openSUSE:Factory/.yast2-samba-server.new (New) Package is "yast2-samba-server" Changes: --- /work/SRC/openSUSE:Factory/yast2-samba-server/yast2-samba-server.changes 2014-07-15 16:25:50.0 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-samba-server.new/yast2-samba-server.changes 2014-07-28 06:31:17.0 +0200 @@ -1,0 +2,6 @@ +Fri Jul 25 12:27:04 UTC 2014 - dd...@suse.com + +- Ensure CUPS is installed if printer sharing is configured; (bnc#873703). +- 3.1.10 + +--- @@ -2,0 +9 @@ + Old: yast2-samba-server-3.1.9.tar.bz2 New: yast2-samba-server-3.1.10.tar.bz2 Other differences: -- ++ yast2-samba-server.spec ++ --- /var/tmp/diff_new_pack.bdPiGE/_old 2014-07-28 06:31:18.0 +0200 +++ /var/tmp/diff_new_pack.bdPiGE/_new 2014-07-28 06:31:18.0 +0200 @@ -17,7 +17,7 @@ Name: yast2-samba-server -Version:3.1.9 +Version:3.1.10 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ yast2-samba-server-3.1.9.tar.bz2 -> yast2-samba-server-3.1.10.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-server-3.1.9/package/yast2-samba-server.changes new/yast2-samba-server-3.1.10/package/yast2-samba-server.changes --- old/yast2-samba-server-3.1.9/package/yast2-samba-server.changes 2014-07-04 16:43:29.0 +0200 +++ new/yast2-samba-server-3.1.10/package/yast2-samba-server.changes 2014-07-25 14:33:08.0 +0200 @@ -1,5 +1,12 @@ --- -Thu Jul 6 11:45:53 UTC 2014 - noel.po...@suse.com +Fri Jul 25 12:27:04 UTC 2014 - dd...@suse.com + +- Ensure CUPS is installed if printer sharing is configured; (bnc#873703). +- 3.1.10 + +--- +Thu Jul 6 11:45:53 UTC 2014 - noel.po...@suse.com + - Fix duplicated 'Firewall Settings' string on Startup tab; (bnc#884058) - 3.1.9 @@ -7,7 +14,7 @@ Tue May 6 05:34:49 UTC 2014 - mfi...@suse.com - Adapted testsuite to last changes in Service module. -- 3.1.8 +- 3.1.8 --- Tue Apr 22 15:49:38 CEST 2014 - loci...@suse.com diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-server-3.1.9/package/yast2-samba-server.spec new/yast2-samba-server-3.1.10/package/yast2-samba-server.spec --- old/yast2-samba-server-3.1.9/package/yast2-samba-server.spec 2014-07-04 16:43:29.0 +0200 +++ new/yast2-samba-server-3.1.10/package/yast2-samba-server.spec 2014-07-25 14:33:08.0 +0200 @@ -17,7 +17,7 @@ Name: yast2-samba-server -Version:3.1.9 +Version:3.1.10 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-samba-server-3.1.9/src/modules/SambaServer.pm new/yast2-samba-server-3.1.10/src/modules/SambaServer.pm --- old/yast2-samba-server-3.1.9/src/modules/SambaServer.pm 2014-07-04 16:43:29.0 +0200 +++ new/yast2-samba-server-3.1.10/src/modules/SambaServer.pm2014-07-25 14:33:08.0 +0200 @@ -74,6 +74,8 @@ my $RequiredPackages = ["samba", "samba-client"]; # ... or another packages (BNC #657414) my $RequiredPackages_gplv3 = ["samba-gplv3", "samba-gplv3-client"]; +# cups packages needed for printer sharing +my $CupsPackages = ["cups"]; my $GlobalsConfigured = 0; @@ -97,9 +99,9 @@ || SambaAccounts->GetModified(); }; -# Check that packages are installed or offer their installation +# Check that base packages are installed or offer their installation BEGIN{ $TYPEINFO{GetModified} = ["function", "boolean"] } -sub CheckAndInstallPackages { +sub CheckAndInstallBasePackages { # installed_required_packages? or installed_packages_gplv3? or install_packages! PackageSystem->InstalledAll($RequiredPackages) || PackageSystem->InstalledAll($RequiredPackages_gplv3) || @@ -108,6 +110,22 @@ return 1; } +BEGIN{ $TYPEINFO{GetModified} = ["function", "boolean"] } +sub CheckAndInstallCupsPackages { +my $printing = SambaConfig->GlobalGetStr("printing", "cups"); + +unless ((lc $printing eq "cups") and SambaConfig->ShareExists("printers")) { + # not sharing cups printers, package not needed + return 1; +} + +if (Pack
commit perl-PDF-API2 for openSUSE:Factory
Hello community, here is the log from the commit of package perl-PDF-API2 for openSUSE:Factory checked in at 2014-07-28 06:31:25 Comparing /work/SRC/openSUSE:Factory/perl-PDF-API2 (Old) and /work/SRC/openSUSE:Factory/.perl-PDF-API2.new (New) Package is "perl-PDF-API2" Changes: --- /work/SRC/openSUSE:Factory/perl-PDF-API2/perl-PDF-API2.changes 2013-08-01 15:59:06.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-PDF-API2.new/perl-PDF-API2.changes 2014-07-28 06:31:30.0 +0200 @@ -1,0 +2,63 @@ +Fri Jul 25 09:32:42 UTC 2014 - co...@suse.com + +- updated to 2.022 + - Added $pdf->version() get/set method. When opening an existing + PDF, the existing version number will now be retained. + + - Renamed the following in PDF::API2: + - importpage to import_page + - openScalar to open_scalar + + The old names are deprecated. + + - [RT #69503] Fix the -firstpage option to $pdf->preferences() so + that it doesn't always lead to a crash (reported by Dietrich + Streifert). + + - [RT #47974] Accept malformed xref subsections (with a warning) + that have extraneous spaces on the first line (reported by + Abhinav Kaushik). + + - [RT #94505] For Code128 barcodes, the initial character set is + now optional (defaults to B or C depending on the content to be + encoded). The initial character set can be passed as a capital + letter, and the program will die if an invalid character set is + requested (requested by Andrea Nall). + + - Interleaved 2 of 5 barcodes now prepend a zero when an odd + number of digits is specified, which is standard behavior. + Previously, a zero was appended instead. + + - $page->rotate(0) now sets rotation to 0 degrees rather than + deleting an existing page rotation command. Page rotation is + inherited, so this is necessary to undo any inherited page + rotation. + + - Fix: Attempts to use EAN-128 barcodes resulted in an error. + + - Add a more informative error when text() is called without first + setting a font(), and when font() is called without including a + font size. +- remove work around only applied on 11.3 and 11.4 + +--- +Mon Mar 17 13:13:14 UTC 2014 - co...@suse.com + +- updated to 2.021 +- Fixed numerous bugs in the string parsing code, including the + one reported in [RT #63918] by Frank Doepper. + +- [RT #41049] Rewrote literal string parsing to prevent a stack + overflow due to an inefficient regex (reported by Sergei + Fetisov). + +- [RT #91822] Fix compression of GIF images to ensure that output + codes don't exceed 12 bits (reported by Vadim Repin). + +- The RunLengthDecode filter didn't actually work. Its code has + been rewritten and now passes basic encoding and decoding tests. + +- Fix Code128 barcode switching from Code C to Code B in certain + cases (reported by Doru Petrescu). + +--- Old: PDF-API2-2.020.tar.gz UnicodeData.txt.bz2 New: PDF-API2-2.022.tar.gz Other differences: -- ++ perl-PDF-API2.spec ++ --- /var/tmp/diff_new_pack.HfIEap/_old 2014-07-28 06:31:31.0 +0200 +++ /var/tmp/diff_new_pack.HfIEap/_new 2014-07-28 06:31:31.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-PDF-API2 # -# 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 @@ -17,33 +17,30 @@ Name: perl-PDF-API2 +Version:2.022 +Release:0 %define cpan_name PDF-API2 Summary:Facilitates the creation and modification of PDF files License:LGPL-2.1+ Group: Development/Libraries/Perl -Version:2.020 -Release:0 Url:http://search.cpan.org/dist/PDF-API2/ -Source: http://www.cpan.org/authors/id/S/SS/SSIMMS/PDF-API2-%{version}.tar.gz -Source1:UnicodeData.txt.bz2 +Source: http://www.cpan.org/authors/id/S/SS/SSIMMS/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Compress::Zlib) >= 1.0 BuildRequires: perl(Font::TTF) +Requires: perl(Compress::Zlib) >= 1.0 Requires: perl(Font::TTF) %{perl_requires} %description -This module facilitates the creation and modification of PDF file
commit netcfg for openSUSE:Factory
Hello community, here is the log from the commit of package netcfg for openSUSE:Factory checked in at 2014-07-28 06:31:08 Comparing /work/SRC/openSUSE:Factory/netcfg (Old) and /work/SRC/openSUSE:Factory/.netcfg.new (New) Package is "netcfg" Changes: --- /work/SRC/openSUSE:Factory/netcfg/netcfg.changes2014-06-18 10:59:33.0 +0200 +++ /work/SRC/openSUSE:Factory/.netcfg.new/netcfg.changes 2014-07-28 06:31:10.0 +0200 @@ -1,0 +2,6 @@ +Fri Jul 25 10:46:20 UTC 2014 - pgaj...@suse.com + +- resolve some update scenarios [bnc#883999], [bnc#886443] (private) + with regard to /etc/HOSTNAME -> /etc/hostname change + +--- Other differences: -- ++ netcfg.spec ++ --- /var/tmp/diff_new_pack.Yx2OcX/_old 2014-07-28 06:31:11.0 +0200 +++ /var/tmp/diff_new_pack.Yx2OcX/_new 2014-07-28 06:31:11.0 +0200 @@ -88,11 +88,12 @@ #> to /etc/hostname. This should ensure /etc/HOSTNAME is properly created #> by RPM. if [ "0$1" -ge "2" ]; then - if [ -f /etc/HOSTNAME -a ! -h /etc/HOSTNAME ]; then + if [ -f /etc/HOSTNAME -a ! -L /etc/HOSTNAME ]; then if [ -f /etc/hostname ]; then mv /etc/hostname /etc/hostname.rpmsave fi -mv /etc/HOSTNAME /etc/hostname +ln -f /etc/HOSTNAME /etc/HOSTNAME.rpmsave +rm /etc/HOSTNAME fi fi @@ -102,6 +103,9 @@ test ! -f etc/netgroup.rpmnew && cp etc/netgroup etc/netgroup.rpmnew mv etc/...netgroup.new.rpmnew etc/netgroup fi +if [ -f /etc/HOSTNAME.rpmsave -a ! -L /etc/HOSTNAME.rpmsave ]; then + cp -a /etc/HOSTNAME.rpmsave /etc/hostname +fi exit 0 %files -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit perl-Test-Pod-Coverage for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Pod-Coverage for openSUSE:Factory checked in at 2014-07-28 06:31:06 Comparing /work/SRC/openSUSE:Factory/perl-Test-Pod-Coverage (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Pod-Coverage.new (New) Package is "perl-Test-Pod-Coverage" Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Pod-Coverage/perl-Test-Pod-Coverage.changes 2012-01-04 08:01:15.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Pod-Coverage.new/perl-Test-Pod-Coverage.changes 2014-07-28 06:31:07.0 +0200 @@ -1,0 +2,27 @@ +Fri Jul 25 09:31:59 UTC 2014 - co...@suse.com + +- updated to 1.10 + - Changed license to Artistic 2.0, at PETDANCE's request. + - Added README + - Moved Coverage.pm to lib/Test/Pod/Coverage.pm + - Min perl version now set to 5.006 in both code and dist metadata. + Addresses RT#21564 from ANDK++ + - Added DESCRIPTION section to pod (RT#28715 JEREMIAH++), + and changed to a minimal SYNOPSIS, with everything else moved + to the DESCRIPTION. + - The "no verbose" tests in t/nosymbols.t weren't ensuring that the + tests were running with HARNESS_VERBOSE set to false. You could set + that true in your environment and break the test. + RT#53947 - thanks to Pete Armstrong. + - Makefile.PL: Ensured all prereqs listed in PREREQ_PM, + and TEST_REQUIRES set if a recent enough ExtUtils::MakeMaker. + - Added github repo to pod and dist metadata + - Deleted the old META.yml, so new MYMETA.{yml,json} will be generated. + - Reformatted as per CPAN::Changes::Spec + + 1.09_01 2014-07-08 NEILB + - Specified license as 'Perl' in metadata, to match doc. + - All of the changes in 1.10 were first done in this developer release, + apart from the change to Artistic License 2.0. + +--- Old: Test-Pod-Coverage-1.08.tar.gz New: Test-Pod-Coverage-1.10.tar.gz Other differences: -- ++ perl-Test-Pod-Coverage.spec ++ --- /var/tmp/diff_new_pack.70RVnj/_old 2014-07-28 06:31:08.0 +0200 +++ /var/tmp/diff_new_pack.70RVnj/_new 2014-07-28 06:31:08.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Pod-Coverage # -# Copyright (c) 2011 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 @@ -17,25 +17,78 @@ Name: perl-Test-Pod-Coverage +Version:1.10 +Release:0 %define cpan_name Test-Pod-Coverage -Summary:Test::Pod::Coverage Perl module +Summary:Check for pod coverage in your distribution. License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -Version:1.08 -Release:0 Url:http://search.cpan.org/dist/Test-Pod-Coverage/ -Source: http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-Coverage-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl -BuildRequires: perl(Pod::Coverage) -BuildRequires: perl(Test::Pod) BuildRequires: perl-macros +BuildRequires: perl(Pod::Coverage) Requires: perl(Pod::Coverage) +%{perl_requires} %description -Test::Pod::Coverage Perl module +Test::Pod::Coverage is used to create a test for your distribution, to +ensure that all relevant files in your distribution are appropriately +documented in pod. + +Can also be called with the Pod::Coverage manpage parms. + +use Test::Pod::Coverage tests=>1; +pod_coverage_ok( +"Foo::Bar", +{ also_private => [ qr/^[A-Z_]+$/ ], }, +"Foo::Bar, with all-caps functions as privates", +); + +The the Pod::Coverage manpage parms are also useful for subclasses that +don't re-document the parent class's methods. Here's an example from the +Mail::SRS manpage. + +pod_coverage_ok( "Mail::SRS" ); # No exceptions + +# Define the three overridden methods. +my $trustme = { trustme => [qr/^(new|parse|compile)$/] }; +pod_coverage_ok( "Mail::SRS::DB", $trustme ); +pod_coverage_ok( "Mail::SRS::Guarded", $trustme ); +pod_coverage_ok( "Mail::SRS::Reversable", $trustme ); +pod_coverage_ok( "Mail::SRS::Shortcut", $trustme ); + +Alternately, you could use the Pod::Coverage::CountParents manpage, which +always allows a subclass to reimplement its parents' methods without +redocumenting them. For example:
commit perl-YAML for openSUSE:Factory
Hello community, here is the log from the commit of package perl-YAML for openSUSE:Factory checked in at 2014-07-28 06:31:01 Comparing /work/SRC/openSUSE:Factory/perl-YAML (Old) and /work/SRC/openSUSE:Factory/.perl-YAML.new (New) Package is "perl-YAML" Changes: --- /work/SRC/openSUSE:Factory/perl-YAML/perl-YAML.changes 2014-02-05 13:45:37.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-YAML.new/perl-YAML.changes 2014-07-28 06:31:02.0 +0200 @@ -1,0 +2,36 @@ +Fri Jul 25 09:32:05 UTC 2014 - co...@suse.com + +- fixing license - GPL-1.0 is part of it +- updated to 0.97 + - Move remaining docs to Swim + + 0.96 Sun Jul 13 22:54:08 PDT 2014 + - Fix Metadata and add Contributing file + - Change Kwim to Swim + + 0.95 Sat Jun 14 10:32:08 PDT 2014 + - Fix dumping blessed globs. + + 0.94 Sat Jun 14 10:32:08 PDT 2014 + - Skip a failing test on 5.8 introduced in 0.93 + + 0.93 Fri Jun 13 22:32:18 PDT 2014 + - Switch to Zilla::Dist + - Add badges to doc + - @thorsteneckel++ fixed #18 + - @karenetheridge++ fixed #19 + + 0.92 Wed May 28 23:04:26 EDT 2014 + - https://github.com/ingydotnet/yaml-pm/pull/23 + + 0.91 Tue May 27 17:14:12 EDT 2014 + - https://github.com/ingydotnet/yaml-pm/pull/22 + + 0.90 Mon Feb 10 08:42:31 PST 2014 + - Revert Mo from 0.38 to 0.31 - zefram++ reported it breaking cpan client + + 0.89 Sat Nov 8 12:51:48 PST 2014 + - Fixed tests to work under parallel testing -- kentnl + - Switched to dzil release process + +--- Old: YAML-0.88.tar.gz New: YAML-0.97.tar.gz Other differences: -- ++ perl-YAML.spec ++ --- /var/tmp/diff_new_pack.UHpONB/_old 2014-07-28 06:31:03.0 +0200 +++ /var/tmp/diff_new_pack.UHpONB/_new 2014-07-28 06:31:03.0 +0200 @@ -17,19 +17,18 @@ Name: perl-YAML -Version:0.88 +Version:0.97 Release:0 %define cpan_name YAML -Summary:YAML Ain't Markup Language (tm) -License:GPL-2.0+ or Artistic-1.0 +Summary:YAML Ain't Markup Language™ +License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/YAML/ -#Source: http://www.cpan.org/authors/id/I/IN/INGY/YAML-%%{version}.tar.gz -Source0:%{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch %{perl_requires} %description @@ -57,11 +56,8 @@ %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(-,root,root) -%doc Changes LICENSE README +%defattr(-,root,root,755) +%doc Changes CONTRIBUTING LICENSE README %changelog ++ YAML-0.88.tar.gz -> YAML-0.97.tar.gz ++ 11474 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit perl-XML-LibXML for openSUSE:Factory
Hello community, here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory checked in at 2014-07-28 06:31:05 Comparing /work/SRC/openSUSE:Factory/perl-XML-LibXML (Old) and /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new (New) Package is "perl-XML-LibXML" Changes: --- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes 2013-07-30 19:10:57.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 2014-07-28 06:31:06.0 +0200 @@ -1,0 +2,139 @@ +Fri Jul 25 09:32:09 UTC 2014 - co...@suse.com + +- updated to 2.0116 + - t/cpan-changes.t : minimum version of Test::CPAN::Changes. + - This is to avoid test failures such as: + - http://www.cpantesters.org/cpan/report/69ee1a2a-6c09-1014-be8f-3786912f2992 + + 2.0115 2014-04-03 + - Fix double free when calling $node->addSibling with text nodes. + - https://rt.cpan.org/Ticket/Display.html?id=94149 + - Thanks to Jeff Trout for the report. + + 2.0114 2014-04-03 + - Fix memory leaks and segfaults related to removal and insertion of + DTD nodes. + - https://rt.cpan.org/Ticket/Display.html?id=80521 + - Fix memory leak in $node->removeChildNodes + +--- +Mon Mar 17 08:29:53 UTC 2014 - co...@suse.com + +- updated to 2.0113 + - Fix test failures with older libxml2 versions. + - https://rt.cpan.org/Ticket/Display.html?id=93852 + - Thanks to Nick Wellnhofer for the patch. + - Thanks to the CPAN Testers for reporting this issue. + + 2.0112 Thu 13 Mar 20:16:52 IST 2014 + - Fix segfaults when accessing attributes of DTD nodes + - https://rt.cpan.org/Ticket/Display.html?id=71076 + - Thanks to Ralph Merridew for the report. + - Make $schema->validate work with elements. This uses + xmlSchemaValidateOneElement under the hood. + - https://rt.cpan.org/Ticket/Display.html?id=93496 + - Thanks to Jeremy Marshall for the report. + - Fix https://rt.cpan.org/Ticket/Display.html?id=93429 . + - Thanks to Nick Wellnhofer for the report and test. + - Apply patch to build with MSVC on Windows. + - https://rt.cpan.org/Ticket/Display.html?id=90064 + - Thanks to Nick Wellnhofer for the investigation and the patch. + + 2.0111 Wed 5 Mar 17:15:57 IST 2014 + - Skip t/40reader_mem_error.t with libxml2 < 2.7.4 + The failure is probably due to a known double-free bug. + - https://rt.cpan.org/Ticket/Display.html?id=84564 + - https://bugzilla.gnome.org/show_bug.cgi?id=447899 + - Thanks to Nick Wellnhofer for the pull request. + - Die if a file handle with an encoding layer returns more bytes + than requested in parse_fh. + - https://rt.cpan.org/Ticket/Display.html?id=78448 + - Make insertData, deleteData, replaceData work correctly with UTF-8 + strings. + - Fix substringData + - https://rt.cpan.org/Ticket/Display.html?id=88730 + - Fix "Threads still failing?" Bug report. + - https://rt.cpan.org/Ticket/Display.html?id=91800 + - Thanks to Daniel for the bug report and a test case, and to + YOREEK for the patch. + +--- +Mon Feb 24 06:10:41 UTC 2014 - co...@suse.com + +- updated to 2.0110 +- Add "use strict;" and "use warnings;" to all modules (CPANTS). +- MIN_PERL_VERSION (CPANTS). +- Add a LICENSE section to the POD (CPANTS). +- Fix for requiring XML::LibXML more than once in perl-5.19.6 and up. +- https://rt.cpan.org/Ticket/Display.html?id=92606 +- Thanks to Father Chrysostomos for the investigation, the test +case, and the fix. +- Replace local $^W with << no warnings 'portable'; >> in t/15nodelist.t +- Should fix https://rt.cpan.org/Public/Bug/Display.html?id=88017 +- Thanks to "pagenyon" for the report. +- Fix hash key typo in SAX/Builder.pm - "LocalName" was mis-capitalised. +- https://rt.cpan.org/Public/Bug/Display.html?id=91433 +- Thanks to Thomas Berger for the report and for a reproducing +testcase. +- Convert from "use base" to the more modern "use parent". + +--- +Tue Nov 26 08:16:28 UTC 2013 - co...@suse.com + +- updated to 2.0107 + - Add a unique_key method for namespace objects. + - https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/24/unique_key-method-for-namespace-objects/diff + - Thanks to garfieldnate for the pull request. + - Grammar fixes in the documentation. + - https://rt.cpan.org/Ticket/Display.html?id=89718 + - Thanks
commit libetpan for openSUSE:Factory
Hello community, here is the log from the commit of package libetpan for openSUSE:Factory checked in at 2014-07-28 06:31:11 Comparing /work/SRC/openSUSE:Factory/libetpan (Old) and /work/SRC/openSUSE:Factory/.libetpan.new (New) Package is "libetpan" Changes: --- /work/SRC/openSUSE:Factory/libetpan/libetpan.changes2013-09-08 11:40:13.0 +0200 +++ /work/SRC/openSUSE:Factory/.libetpan.new/libetpan.changes 2014-07-28 06:31:14.0 +0200 @@ -1,0 +2,11 @@ +Fri Jul 11 16:02:21 UTC 2014 - reddw...@opensuse.org + +- Update to 1.5 + * Gmail search features: X-GM-MSGID, X-GM-THRID, X-GM-RAW + * Added POP stat + * Various fixes for Windows + * Fixed OpenSSL / GnuTLS implementation of retrieval of certificates + * Fixed IMAP IDLE in case of COMPRESS-ed streams + * Fixed base64 encoding + +--- Old: 1.2.tar.gz New: 1.5.tar.gz Other differences: -- ++ libetpan.spec ++ --- /var/tmp/diff_new_pack.zcpLqc/_old 2014-07-28 06:31:15.0 +0200 +++ /var/tmp/diff_new_pack.zcpLqc/_new 2014-07-28 06:31:15.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package libetpan # -# 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,7 +19,7 @@ %define soname 17 Name: libetpan -Version:1.2 +Version:1.5 Release:0 Summary:Mail Handling Library License:BSD-3-Clause ++ 1.2.tar.gz -> 1.5.tar.gz ++ 7340 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit suse-xsl-stylesheets for openSUSE:Factory
Hello community, here is the log from the commit of package suse-xsl-stylesheets for openSUSE:Factory checked in at 2014-07-28 06:31:10 Comparing /work/SRC/openSUSE:Factory/suse-xsl-stylesheets (Old) and /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new (New) Package is "suse-xsl-stylesheets" Changes: --- /work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes 2014-07-10 08:16:59.0 +0200 +++ /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new/suse-xsl-stylesheets.changes 2014-07-28 06:31:12.0 +0200 @@ -1,0 +2,22 @@ +Fri Jul 25 11:55:02 UTC 2014 - skn...@suse.de + +Version 2.0 RC1: +- 2013 stylesheets + + all: use simpler version.xsl file + + all: more useful output for ulinks that only have a space character + in them + + PDF output: allow manual page breaks via + + PDF output: left-align text in table of content and titles of formal + elements + + PDF output: unclutter tables of content a little by limiting + formatting + + PDF output: fix font scaling in xrefs + + PDF output: improve page-break behavior of lists + + PDF output: better overflow handling for the footer + + PDF output: mention all appendixes in the table of contents + + HTML output: use (correctly-scaled) Geeko as openSUSE logo +- 2005 stylesheets + + all: add version.xsl file + + PDF output: allow manual page breaks via + +--- Old: suse-xsl-stylesheets-2.0~rc1.tar.bz2 New: suse-xsl-stylesheets-2.0~rc2.tar.bz2 Other differences: -- ++ suse-xsl-stylesheets.spec ++ --- /var/tmp/diff_new_pack.x22iOa/_old 2014-07-28 06:31:12.0 +0200 +++ /var/tmp/diff_new_pack.x22iOa/_new 2014-07-28 06:31:12.0 +0200 @@ -17,7 +17,7 @@ Name: suse-xsl-stylesheets -Version:2.0~rc1 +Version:2.0~rc2 Release:0 ### @@ -136,7 +136,14 @@ %setup -q -n %{name} # # Patch the VERSION.xsl file to hold the current version -sed -i "s%.*%%{version}%" suse2013/VERSION.xsl +# FIXME: this is not the right place for these sed lines -- if anyone ever +#creates e.g. a Debian package, these would lines would have to be +#duplicated in the DEB equivalent of a spec file. This should be in +#../Makefile instead. +sed -i "s/@@#version@@/%{version}/" xslt2005/version.xsl +sed -i "s/@@#version@@/%{version}/" suse2013/version.xsl +sed -i "s/@@#version@@/%{version}/" daps2013/version.xsl +sed -i "s/@@#version@@/%{version}/" opensuse2013/version.xsl #-- %build ++ suse-xsl-stylesheets-2.0~rc1.tar.bz2 -> suse-xsl-stylesheets-2.0~rc2.tar.bz2 ++ 2591 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 2014-07-28 06:31:07 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 2014-07-12 17:14:36.0 +0200 +++ /work/SRC/openSUSE:Factory/.snapper.new/snapper.changes 2014-07-28 06:31:08.0 +0200 @@ -1,0 +2,10 @@ +Fri Jul 25 12:38:33 CEST 2014 - aschn...@suse.de + +- updated translations + +--- +Tue Jul 22 10:26:09 CEST 2014 - aschn...@suse.de + +- disable support for qgroup (see bug#887046) + +--- Other differences: -- ++ snapper.spec ++ --- /var/tmp/diff_new_pack.WkxZzY/_old 2014-07-28 06:31:09.0 +0200 +++ /var/tmp/diff_new_pack.WkxZzY/_new 2014-07-28 06:31:09.0 +0200 @@ -82,9 +82,9 @@ ./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} \ --docdir=%{prefix}/share/doc/packages/snapper \ %if 0%{?suse_version} <= 1310 - --disable-rollback --disable-btrfs-quota \ + --disable-rollback \ %endif - --disable-silent-rules --disable-ext4 + --disable-silent-rules --disable-ext4 --disable-btrfs-quota make %{?jobs:-j%jobs} %install ++ snapper-0.2.3.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/snapper-0.2.3/po/ar.po new/snapper-0.2.3/po/ar.po --- old/snapper-0.2.3/po/ar.po 2014-07-04 11:15:51.0 +0200 +++ new/snapper-0.2.3/po/ar.po 2014-07-25 12:41:06.0 +0200 @@ -5,10 +5,10 @@ msgstr "" "Project-Id-Version: snapper\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-07-04 10:40+0200\n" -"PO-Revision-Date: 2014-06-06 14:45\n" -"Last-Translator: Novell Language \n" -"Language-Team: Novell Language \n" +"POT-Creation-Date: 2014-07-01 11:36+0200\n" +"PO-Revision-Date: 2014-07-15 11:31\n" +"Last-Translator: Novell language \n" +"Language-Team: Novell language \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,11 +48,11 @@ #: ../client/snapper.cc:1492 msgid "\t--iso\t\t\t\tDisplay dates and times in ISO format." -msgstr "" +msgstr "\t--iso\t\t\t\tعرض التواريخ والأوقات بتنسيق ISO." #: ../client/snapper.cc:1495 msgid "\t--no-dbus\t\t\tOperate without DBus." -msgstr "\t--no-dbus\t\t\tلا تعمل بدون تثبيت DBus." +msgstr "\t--no-dbus\t\t\tتشغيل بدون DBus." #: ../client/snapper.cc:914 msgid "\t--output, -o \t\tSave status to file." @@ -100,7 +100,7 @@ #: ../client/snapper.cc:1491 msgid "\t--utc\t\t\t\tDisplay dates and times in UTC." -msgstr "" +msgstr "\t--utc\t\t\t\tعرض التواريخ والأوقات بتوقيت UTC." #: ../client/snapper.cc:1490 msgid "\t--verbose, -v\t\t\tIncrease verbosity." @@ -136,7 +136,7 @@ #: ../client/snapper.cc:293 msgid "\tsnapper get-config" -msgstr "\tضبط تهيئة الملتقط" +msgstr "\tsnapper get-config" #: ../client/snapper.cc:381 msgid "\tsnapper list" @@ -160,7 +160,7 @@ #: ../client/snapper.cc:349 msgid "\tsnapper set-config " -msgstr "\tإعداد snapper " +msgstr "\tsnapper set-config " #: ../client/snapper.cc:911 msgid "\tsnapper status .." @@ -176,7 +176,7 @@ #: ../client/snapper.cc:1391 msgid "\tsnapper xadiff .. [files]" -msgstr "\tإختلافات الملتقط .. [ملف]" +msgstr "\tsnapper xadiff .. [ملفات]" #: ../client/snapper.cc:1488 msgid "Global options:" @@ -216,7 +216,7 @@ #: ../client/snapper.cc:1390 msgid " Comparing snapshots extended attributes:" -msgstr " مقارنة لقطات السمات الموسعة:" +msgstr " مقارنة السمات الموسعة للقطات:" #: ../client/snapper.cc:910 ../client/snapper.cc:965 msgid " Comparing snapshots:" @@ -240,7 +240,7 @@ #: ../client/snapper.cc:292 msgid " Get config:" -msgstr " إنشاء تهيئة:" +msgstr " الحصول على تهيئة:" #: ../client/snapper.cc:138 msgid " List configs:" @@ -264,7 +264,7 @@ #: ../client/snapper.cc:348 msgid " Set config:" -msgstr " ضبط التهيئة:" +msgstr " تعيين التهيئة:" #: ../client/snapper.cc:873 msgid " Umount snapshot:" @@ -280,9 +280,9 @@ #: ../client/snapper.cc:1283 ../client/snapper.cc:1290 #: ../client/snapper.cc:1301 ../client/snapper.cc:1308 -#, fuzzy, c-format +#, c-format msgid "(Snapshot %d.)" -msgstr "اللقطة '%u' لم يتم العثور على." +msgstr "(اللقطة %d.)" #: ../client/snapper.cc:1669 ../client/errors.cc:88 msgid "ACL error." @@ -327,7 +327,7 @@ #: ../client/snapper.cc:304 msgid "Command 'get-config' does not take arguments." -
commit perl-IO-Socket-SSL for openSUSE:Factory
Hello community, here is the log from the commit of package perl-IO-Socket-SSL for openSUSE:Factory checked in at 2014-07-28 06:31:02 Comparing /work/SRC/openSUSE:Factory/perl-IO-Socket-SSL (Old) and /work/SRC/openSUSE:Factory/.perl-IO-Socket-SSL.new (New) Package is "perl-IO-Socket-SSL" Changes: --- /work/SRC/openSUSE:Factory/perl-IO-Socket-SSL/perl-IO-Socket-SSL.changes 2014-03-27 06:08:53.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-IO-Socket-SSL.new/perl-IO-Socket-SSL.changes 2014-07-28 06:31:03.0 +0200 @@ -1,0 +2,5 @@ +Fri Jul 25 09:32:05 UTC 2014 - co...@suse.com + +- updated to 1.997, huge Changes + +--- Old: IO-Socket-SSL-1.970.tar.gz New: IO-Socket-SSL-1.997.tar.gz Other differences: -- ++ perl-IO-Socket-SSL.spec ++ --- /var/tmp/diff_new_pack.QkoBiE/_old 2014-07-28 06:31:04.0 +0200 +++ /var/tmp/diff_new_pack.QkoBiE/_new 2014-07-28 06:31:04.0 +0200 @@ -17,7 +17,7 @@ Name: perl-IO-Socket-SSL -Version:1.970 +Version:1.997 Release:0 %define cpan_name IO-Socket-SSL Summary:Nearly transparent SSL encapsulation for IO::Socket::INET. @@ -34,26 +34,45 @@ %{perl_requires} %description -This module provides an interface to SSL sockets, similar to other -IO::Socket modules. Because of that, it can be used to make existing -programs using IO::Socket::INET or similar modules to provide SSL -encryption without much effort. IO::Socket::SSL supports all the extra -features that one needs to write a full-featured SSL client or server -application: multiple SSL contexts, cipher selection, certificate -verification, Server Name Indication (SNI), Next Protocol Negotiation -(NPN), SSL version selection and more. - -If you have never used SSL before, you should read the section 'Using SSL' -before attempting to use this module. - -If you used IO::Socket before you should read the following section -'Differences to IO::Socket'. - -If you want to use SSL with non-blocking sockets and/or within an event -loop please read very carefully the sections about non-blocking I/O and -polling of SSL sockets. +IO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary +functionality into the familiar the IO::Socket manpage interface and +providing secure defaults whenever possible. This way existing applications +can be made SSL-aware without much effort, at least if you do blocking I/O +and don't use select or poll. -If you are trying to use it with threads see the BUGS section. +But, under the hood SSL is a complex beast. So there are lots of methods to +make it do what you need if the default behavior is not adequate. Because +it is easy to inadvertently introduce critical security bugs or just +getting hard to debug problems, I would recommend to study the following +documentation carefully. + +The documentation consists of the following parts: + +* * the /"Essential Information About SSL/TLS" manpage + +* * the /"Basic SSL Client" manpage + +* * the /"Basic SSL Server" manpage + +* * the /"Common Usage Errors" manpage + +* * the /"Common Problems with SSL" manpage + +* * the /"Using Non-Blocking Sockets" manpage + +* * the /"Advanced Usage" manpage + +* * the /"Integration Into Own Modules" manpage + +* * the /"Description Of Methods" manpage + +Additional documentation can be found in + +* * the IO::Socket::SSL::Intercept manpage - Doing Man-In-The-Middle with + SSL + +* * the IO::Socket::SSL::Utils manpage - Useful functions for certificates + etc %prep %setup -q -n %{cpan_name}-%{version} ++ IO-Socket-SSL-1.970.tar.gz -> IO-Socket-SSL-1.997.tar.gz ++ 16880 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit openssh-askpass for openSUSE:Factory
Hello community, here is the log from the commit of package openssh-askpass for openSUSE:Factory checked in at 2014-07-28 06:31:03 Comparing /work/SRC/openSUSE:Factory/openssh-askpass (Old) and /work/SRC/openSUSE:Factory/.openssh-askpass.new (New) Package is "openssh-askpass" Changes: --- /work/SRC/openSUSE:Factory/openssh-askpass/openssh-askpass.changes 2013-03-11 09:51:32.0 +0100 +++ /work/SRC/openSUSE:Factory/.openssh-askpass.new/openssh-askpass.changes 2014-07-28 06:31:04.0 +0200 @@ -1,0 +2,7 @@ +Tue Jul 8 14:09:57 UTC 2014 - pce...@suse.com + +- change the Supplements tag to combination of both openssh and X11 + to prevent accidental imports of the X11 packages into minimal + installs (bnc#886235) + +--- Other differences: -- ++ openssh-askpass.spec ++ --- /var/tmp/diff_new_pack.gC2j8z/_old 2014-07-28 06:31:05.0 +0200 +++ /var/tmp/diff_new_pack.gC2j8z/_new 2014-07-28 06:31:05.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package openssh-askpass # -# 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 @@ -16,8 +16,19 @@ # +%if 0%{suse_version} < 1100 +%define _xprefix/usr/X11R6 +%define _mandir %{_xprefix}/man +%define _appdefdir %{_xprefix}/lib/X11/app-defaults +%else +%define _appdefdir %{_prefix}/share/X11/app-defaults +%endif + Name: openssh-askpass BuildRequires: xorg-x11-devel +%if 0%{?suse_version} < 1100 +BuildRequires: xorg-x11-libs +%endif Version:1.2.4.1 Release:0 Summary:A passphrase dialog for OpenSSH and the X Window System @@ -29,7 +40,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: openssh Provides: openssh:%{_libexecdir}/ssh/ssh-askpass -Supplements:openssh +Supplements:packageand(openssh:libX11-6) %description Ssh (Secure Shell) is a program for logging into a remote machine and @@ -41,11 +52,20 @@ %patch1 %build -%configure \ ---libexecdir=%{_libdir}/ssh +LDFLAGS="-pie" +CFLAGS="$RPM_OPT_FLAGS $PIEFLAGS -fstack-protector -fPIC" +CXXFLAGS="$RPM_OPT_FLAGS $PIEFLAGS -fstack-protector" +export LDFLAGS CFLAGS CXXFLAGS CPPFLAGS +./configure \ +--prefix=%{_prefix} \ +--mandir=%{_mandir} \ +--libexecdir=%{_libexecdir}/ssh \ + xmkmf -make includes USRLIBDIR=%{_libdir} -make %{?_smp_mflags} USRLIBDIR=%{_libdir} CCOPTIONS="%{optflags}" +#make includes USRLIBDIR=%{_libdir} +#make %{?_smp_mflags} USRLIBDIR=%{_libdir} CCOPTIONS="%{optflags}" +make includes +make %{?_smp_mflags} %install make BINDIR=%{_libexecdir}/ssh DESTDIR=%{buildroot} install install.man @@ -57,6 +77,9 @@ %dir %{_libexecdir}/ssh %attr(0755,root,root) %{_libexecdir}/ssh/x11-ssh-askpass %doc %{_mandir}/man1/x11-ssh-askpass.1x.gz -/usr/share/X11/app-defaults +%{_appdefdir}/* +%if 0%{?suse_version} >= 1140 +%dir %{_appdefdir} +%endif %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit gstreamer-editing-services for openSUSE:Factory
Hello community, here is the log from the commit of package gstreamer-editing-services for openSUSE:Factory checked in at 2014-07-27 18:47:32 Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old) and /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New) Package is "gstreamer-editing-services" Changes: --- /work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes 2014-04-14 20:25:17.0 +0200 +++ /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes 2014-07-27 18:47:57.0 +0200 @@ -1,0 +2,12 @@ +Fri Jul 25 21:21:06 UTC 2014 - dims...@opensuse.org + +- Upate to version 1.2.1: + + ges-launch: +- Properly handle project loading. +- Format the position printing as in gst-validate and friends. +- Not being able to load an asset is an error. + + pipeline: Do not set EncodingProfile.presence when we have no +track for the type. + + Build fixes. + +--- Old: gstreamer-editing-services-1.2.0.tar.xz New: gstreamer-editing-services-1.2.1.tar.xz Other differences: -- ++ gstreamer-editing-services.spec ++ --- /var/tmp/diff_new_pack.ZmVPTH/_old 2014-07-27 18:47:58.0 +0200 +++ /var/tmp/diff_new_pack.ZmVPTH/_new 2014-07-27 18:47:58.0 +0200 @@ -18,7 +18,7 @@ Name: gstreamer-editing-services -Version:1.2.0 +Version:1.2.1 Release:0 Summary:GStreamer Editing Services License:GPL-3.0+ and LGPL-2.1+ ++ gstreamer-editing-services-1.2.0.tar.xz -> gstreamer-editing-services-1.2.1.tar.xz ++ 2080 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit yast2-iplb for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-iplb for openSUSE:Factory checked in at 2014-07-27 18:47:32 Comparing /work/SRC/openSUSE:Factory/yast2-iplb (Old) and /work/SRC/openSUSE:Factory/.yast2-iplb.new (New) Package is "yast2-iplb" Changes: --- /work/SRC/openSUSE:Factory/yast2-iplb/yast2-iplb.changes2014-06-10 14:38:38.0 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-iplb.new/yast2-iplb.changes 2014-07-27 18:47:56.0 +0200 @@ -1,0 +2,6 @@ +Fri Jun 6 02:47:09 UTC 2014 - nw...@suse.com + +- BNC#879027 reopened. Help doc is not supposed to ignored, but ORed. +- Version 3.1.4 + +--- Old: yast2-iplb-3.1.3.tar.bz2 New: yast2-iplb-3.1.4.tar.bz2 Other differences: -- ++ yast2-iplb.spec ++ --- /var/tmp/diff_new_pack.8VKHxQ/_old 2014-07-27 18:47:57.0 +0200 +++ /var/tmp/diff_new_pack.8VKHxQ/_new 2014-07-27 18:47:57.0 +0200 @@ -17,7 +17,7 @@ Name: yast2-iplb -Version:3.1.3 +Version:3.1.4 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++ yast2-iplb-3.1.3.tar.bz2 -> yast2-iplb-3.1.4.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iplb-3.1.3/package/yast2-iplb.changes new/yast2-iplb-3.1.4/package/yast2-iplb.changes --- old/yast2-iplb-3.1.3/package/yast2-iplb.changes 2014-06-05 11:24:29.0 +0200 +++ new/yast2-iplb-3.1.4/package/yast2-iplb.changes 2014-07-27 01:24:12.0 +0200 @@ -1,4 +1,10 @@ --- +Fri Jun 6 02:47:09 UTC 2014 - nw...@suse.com + +- BNC#879027 reopened. Help doc is not supposed to ignored, but ORed. +- Version 3.1.4 + +--- Wed Jun 4 06:12:11 UTC 2014 - nw...@suse.com - BNC#880964. Make "untranslated hardcoded" to "ready to translate". diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iplb-3.1.3/package/yast2-iplb.spec new/yast2-iplb-3.1.4/package/yast2-iplb.spec --- old/yast2-iplb-3.1.3/package/yast2-iplb.spec2014-06-05 11:24:29.0 +0200 +++ new/yast2-iplb-3.1.4/package/yast2-iplb.spec2014-07-27 01:24:12.0 +0200 @@ -17,7 +17,7 @@ Name: yast2-iplb -Version:3.1.3 +Version:3.1.4 Release:0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-iplb-3.1.3/src/include/iplb/helps.rb new/yast2-iplb-3.1.4/src/include/iplb/helps.rb --- old/yast2-iplb-3.1.3/src/include/iplb/helps.rb 2014-06-05 11:24:29.0 +0200 +++ new/yast2-iplb-3.1.4/src/include/iplb/helps.rb 2014-07-27 01:24:12.0 +0200 @@ -79,7 +79,7 @@ "\n" + "email alert status = all|none|starting|running|stopping|reloading,...\n" + "Comma delimited list of server states in which email alerts should be sent. all is a short-hand for\n" + - "\"starting,running,stopping,reloading\". If none is specified, no other option may be specified, otherwise options are ignored\n" + + "\"starting,running,stopping,reloading\". If none is specified, no other option may be specified, otherwise options are ORed\n" + "with each other.\n" + "If defined in a virtual server section then the global value is overridden.\n" + "Default: all\n" + @@ -317,7 +317,7 @@ "\n" + "email alert status = all|none|starting|running|stopping|reloading,...\n" + "Comma delimited list of server states in which email alerts should be sent. all is a short-hand for\n" + - "\"starting,running,stopping,reloading\". If none is specified, no other option may be specified, otherwise options are ignored\n" + + "\"starting,running,stopping,reloading\". If none is specified, no other option may be specified, otherwise options are ORed\n" + "with each other.\n" + "If defined in a virtual server section then the global value is overridden.\n" + "Default: all\n" + -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit puppet for openSUSE:Factory
Hello community, here is the log from the commit of package puppet for openSUSE:Factory checked in at 2014-07-27 18:47:30 Comparing /work/SRC/openSUSE:Factory/puppet (Old) and /work/SRC/openSUSE:Factory/.puppet.new (New) Package is "puppet" Changes: --- /work/SRC/openSUSE:Factory/puppet/puppet.changes2014-06-16 21:32:08.0 +0200 +++ /work/SRC/openSUSE:Factory/.puppet.new/puppet.changes 2014-07-27 18:47:54.0 +0200 @@ -1,0 +2,5 @@ +Sat Jul 26 18:36:00 UTC 2014 - tampak...@opensuse.org + +- Split the vim syntax files to separate subpackage, puppet-vim + +--- Other differences: -- ++ puppet.spec ++ --- /var/tmp/diff_new_pack.jruaVr/_old 2014-07-27 18:47:55.0 +0200 +++ /var/tmp/diff_new_pack.jruaVr/_new 2014-07-27 18:47:55.0 +0200 @@ -73,6 +73,16 @@ cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. +%package vim +Summary:Vim syntax files for Puppet manifests +Group: Productivity/Text/Editors +Requires: vim +BuildArch: noarch +%{!?vim_data_dir:%global vim_data_dir /usr/share/vim/%(readlink /usr/share/vim/current)} + +%description vim +Vim ftdetect and syntax files for Puppet manifests + %prep %setup -q cp %{S:7} ChangeLog @@ -124,9 +134,8 @@ done # Install vim syntax files -vimdir=%{buildroot}%{_datadir}/vim/site -install -Dp -m0644 ext/vim/ftdetect/puppet.vim $vimdir/ftdetect/puppet.vim -install -Dp -m0644 ext/vim/syntax/puppet.vim $vimdir/syntax/puppet.vim +install -Dp -m0644 ext/vim/ftdetect/puppet.vim %{buildroot}%{vim_data_dir}/ftdetect/puppet.vim +install -Dp -m0644 ext/vim/syntax/puppet.vim %{buildroot}%{vim_data_dir}/syntax/puppet.vim # Install emacs mode files emacsdir=%{buildroot}%{_datadir}/emacs/site-lisp @@ -201,9 +210,6 @@ # emacs by default does not own it so we must own it... %dir %{_datadir}/emacs/site-lisp/site-start.d %{_datadir}/emacs/site-lisp/site-start.d/puppet-mode-init.el -# vim support files -%{_datadir}/vim/site/ftdetect/puppet.vim -%{_datadir}/vim/site/syntax/puppet.vim # puppet extensions %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/ext @@ -237,4 +243,10 @@ %config %{_fwdefdir}/puppetmasterd %{_unitdir}/system/puppetmaster.service +%files vim +%defattr(-, root, root) +%dir %{vim_data_dir}/ftdetect +%{vim_data_dir}/ftdetect/puppet.vim +%{vim_data_dir}/syntax/puppet.vim + %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit wxhexeditor for openSUSE:Factory
Hello community, here is the log from the commit of package wxhexeditor for openSUSE:Factory checked in at 2014-07-27 18:47:31 Comparing /work/SRC/openSUSE:Factory/wxhexeditor (Old) and /work/SRC/openSUSE:Factory/.wxhexeditor.new (New) Package is "wxhexeditor" Changes: --- /work/SRC/openSUSE:Factory/wxhexeditor/wxhexeditor.changes 2014-07-24 01:23:32.0 +0200 +++ /work/SRC/openSUSE:Factory/.wxhexeditor.new/wxhexeditor.changes 2014-07-27 18:47:55.0 +0200 @@ -1,0 +2,10 @@ +Sat Jul 26 14:06:06 UTC 2014 - lazy.k...@opensuse.org + +- Add wxhexeditor-0.22-mhash.patch: use system mhash library. +- BuildRequires: mhash-devel. +- Use wxWidgets defines. +- BuildRequires: wxWidgets-wxcontainer-devel -> wxWidgets-devel. +- Remove unused BuildRequires: fdupes. +- Install docs. + +--- New: wxhexeditor-0.22-mhash.patch Other differences: -- ++ wxhexeditor.spec ++ --- /var/tmp/diff_new_pack.m3FS1Q/_old 2014-07-27 18:47:56.0 +0200 +++ /var/tmp/diff_new_pack.m3FS1Q/_new 2014-07-27 18:47:56.0 +0200 @@ -15,6 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + +%define _use_internal_dependency_generator 0 +%define __find_requires %wx_requires + Name: wxhexeditor %define _name wxHexEditor Version:0.22 @@ -24,15 +28,16 @@ Group: Development/Tools/Other Url:http://wxhexeditor.org/ Source: %{name}-%{version}.tar.bz2 - -BuildRequires: gcc-c++ -BuildRequires: automake +# PATCH-FIX-OPENSUSE wxhexeditor-0.22-mhash.patch lazy.k...@opensuse.org -- use system mhash library +Patch0: wxhexeditor-0.22-mhash.patch BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gcc-c++ BuildRequires: libtool -BuildRequires: wxWidgets-wxcontainer-devel -BuildRequires: fdupes +BuildRequires: mhash-devel BuildRequires: update-desktop-files -Recommends: %{name}-lang = %{version} +BuildRequires: wxWidgets-devel +Recommends: %{name}-lang %description wxHexEditor is an another Hex Editor, created because of there was no @@ -51,6 +56,8 @@ %prep %setup -q +%patch0 -p1 +chmod -x docs/* %build make %{?_smp_mflags} OPTFLAGS="-fopenmp" @@ -61,6 +68,7 @@ %files %defattr(-,root,root) +%doc docs/{Change.log,GPL.txt} %{_bindir}/%{_name} %{_datadir}/applications/%{_name}.desktop %{_datadir}/pixmaps/%{_name}.png ++ wxhexeditor-0.22-mhash.patch ++ Index: wxHexEditor/Makefile === --- wxHexEditor.orig/Makefile +++ wxHexEditor/Makefile @@ -3,7 +3,7 @@ CC = `$(WXCONFIG) --cc` CXX = `$(WXCONFIG) --cxx` CFLAGS = -O2 CXXFLAGS = -O2 -WXCXXFLAGS= `$(WXCONFIG) --cxxflags` -Iudis86 -Imhash/include -MMD -O2 -c ${OPTFLAGS} +WXCXXFLAGS= `$(WXCONFIG) --cxxflags` -Iudis86 -MMD -O2 -c ${OPTFLAGS} WXLDFLAGS = `$(WXCONFIG) --libs` RC = `$(WXCONFIG) --rescomp` #RC = x86_64-w64-mingw32-windres --define WX_CPU_AMD64 @@ -23,7 +23,7 @@ SOURCES= src/HexEditorGui.cpp \ src/HexEditorCtrl/wxHexCtrl/Tag.cpp\ src/HexEditorCtrl/HexEditorCtrlGui.cpp\ src/HexEditorFrame.cpp -LIBS = udis86/libudis86/.libs/libudis86.a mhash/lib/.libs/libmhash.a +LIBS = udis86/libudis86/.libs/libudis86.a OBJECTS=$(SOURCES:.cpp=.o) DEPENDS=$(OBJECTS:.o=.d) LANGUAGEDIRS=tr ru @@ -48,7 +48,7 @@ $(OBJECTS): $(LIBS) $(SOURCES) MOBJECTS=$(LANGUAGES:.po=.mo) $(EXECUTABLE): $(OBJECTS) - $(CXX) $(OBJECTS) $(LIBS) ${CXXFLAGS} ${OPTFLAGS} $(WXLDFLAGS) ${LDFLAGS} -lgomp -o $@ + $(CXX) $(OBJECTS) $(LIBS) ${CXXFLAGS} ${OPTFLAGS} $(WXLDFLAGS) ${LDFLAGS} -lgomp -lmhash -o $@ .cpp.o: $(LIBS) $(CXX) $(WXCXXFLAGS) ${CXXFLAGS} $< -o $@ @@ -66,10 +66,6 @@ udis86/libudis86/.libs/libudis86.a: cd udis86;./configure --host=$(HOST) CC=$(CC) CXX=$(CXX) CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" cd udis86/libudis86; $(MAKE) $(MFLAGS) -mhash/lib/.libs/libmhash.a: - cd mhash; ./configure --host=$(HOST) CC=$(CC) CXX=$(CXX) CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" - cd mhash; $(MAKE) $(MFLAGS) - win: $(RESOURCES) $(EXECUTABLE_WIN) #Stack override required for file comparison function... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit retext for openSUSE:Factory
Hello community, here is the log from the commit of package retext for openSUSE:Factory checked in at 2014-07-27 18:47:27 Comparing /work/SRC/openSUSE:Factory/retext (Old) and /work/SRC/openSUSE:Factory/.retext.new (New) Package is "retext" Changes: --- /work/SRC/openSUSE:Factory/retext/retext.changes2014-07-17 06:58:09.0 +0200 +++ /work/SRC/openSUSE:Factory/.retext.new/retext.changes 2014-07-27 18:47:51.0 +0200 @@ -1,0 +2,5 @@ +Sat Jul 26 16:29:31 UTC 2014 - mailaen...@opensuse.org + +- update to version 5.0.0 + +--- Old: ReText-4.1.3.tar.gz ReText-4.1.3.tar.gz.asc New: ReText-5.0.0.tar.gz ReText-5.0.0.tar.gz.asc Other differences: -- ++ retext.spec ++ --- /var/tmp/diff_new_pack.TajQj9/_old 2014-07-27 18:47:54.0 +0200 +++ /var/tmp/diff_new_pack.TajQj9/_new 2014-07-27 18:47:54.0 +0200 @@ -17,7 +17,7 @@ Name: retext -Version:4.1.3 +Version:5.0.0 Release:0 Summary:Simple editor for Markdown and reStructuredText License:GPL-3.0+ @@ -35,7 +35,7 @@ Requires: python3-Markups Requires: python3-docutils Requires: python3-pyenchant -Requires: python3-qt4 +Requires: python3-qt5 Provides: ReText = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch ++ ReText-4.1.3.tar.gz -> ReText-5.0.0.tar.gz ++ 16412 lines of diff (skipped) ++ ReText-4.1.3.tar.gz.asc -> ReText-5.0.0.tar.gz.asc ++ --- /work/SRC/openSUSE:Factory/retext/ReText-4.1.3.tar.gz.asc 2014-07-17 06:58:09.0 +0200 +++ /work/SRC/openSUSE:Factory/.retext.new/ReText-5.0.0.tar.gz.asc 2014-07-27 18:47:51.0 +0200 @@ -1,17 +1,17 @@ -BEGIN PGP SIGNATURE- Version: GnuPG v1 -iQIcBAABCAAGBQJTmJV4AAoJEGAmk20vHIrgxWAP/iYbwogGOxPFA1K8CfTgT435 -BkYX3JN5T55GIJGfyLNSxfSeHSfwSwe8OovCAhjoerxPSBy3in28L0WhZ9T4qKIN -+MTwKpifxiX1IteMoy7fqzfSjEgMKnC0l2KqX4LHNU53DPta21vK4EI/acQnDWbi -HYwa2K1t41HttvqFLOrhau4bDhXWHu46hGV8M/eAkoxbCUOTFYpFBxrDxfVeprIY -yZyqhhEfVgA0jNMJsC0sAD9SHnQApuFQWZXEDx++VkH7aYgBe4tH/uIFM5NQFdL2 -PcCHTLZ0rLCHocUkxeNNvZVjGWAJi9Ug4J4pp4L59HfWM1W9uLJ1EHPcy13ZWZje -oHc/uSvXIfDwOSfGGrtksbtS8JpN7tCbVj3ouA8eFP9XSVto21OZ5fykkGhuYlTr -7lSm6rn9kocxuYGciGJvrtFBU34bI0qRtEmo+9Uw5nUi4tsHO7Ejq+bUK2MCkW1j -Wd2KVKhvGf1U4jilL/4k0NR4yZHgpedkSXc0AzaAt0XweMiNiJVnTB0kWpWgNtMY -Uz+Gcaf1zUFTwI1vI3Iy8ZTXC+rqV9b1Lo4d4HTSGHFrFyiH7A2dKMFxTCltksjM -P1Ar8bguEWxiq3oC389becIl7wqcbovb/ELdLT6EaSzpW3m5j2KVDmqzSms2kay6 -9hYlu7Rke4be0zCy/3G3 -=nWSX +iQIcBAABCAAGBQJT02UvAAoJEGAmk20vHIrgzT4P/i3+lUPOU+Hz6IiPKTagNvup +ZjNJ/2m24WiD9NDXguOBIp8/Rao3J/Mr4AkH5R7GjpH4xb3EO9YEHesOesyGbejM +VHle8qCjPCSBIMiiTivYiI/uB24jaxQ677gE8zUR8F2vfefeJ4voeMk85t5Q9AjP +4Ipaq+tMzXFJ5TB00qnq7x20/QpbwrMsrSt8locFvz9HeUm4REddKUBhvBl9tDec +e2BB71y920/pKq1hkAK7ECOpqORcIxNyu5/QgGt2BzrGLkVdygwD7zX3d8cVDKyR +LRjXMC8e12Fx5bJ9HbwZN6eg3J1P/5wHmiewva1uUHu7Fm5bvnLeAA10ZCj1lJ7Q +v/YCROa644EUcea9yPx0/jT3IYlNpRjXNULYslVBgPiRX2oWKjBRb5C+6XRNfOJq +BF8mVMlqK3xgT5zi1A9lt3S1XjNx3bN/kBNwgFyL/clszlVpB2msjChJB2r1Y2jQ +3ImzX7N4ZWEoePX92r3LTXrRs5/Pqa/Vfu1BId8PtKVVDaISUDe8oZOr+HbUwhzV +ALdiw2YZNrecg4WCIQ2nB7k4s43gPJslWIUqQ0TqAHV6ndwqK7Tg8ZIWPjmI7f0h +P/UZEN4jX0M2VOQHa+4VSScTt0eQtcVEShH/+hy9BgRymv9A3O0cdlZN5TMKI0Ou +tEzIqOc2pCTLej/qbSnJ +=oVid -END PGP SIGNATURE- -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libabw for openSUSE:Factory
Hello community, here is the log from the commit of package libabw for openSUSE:Factory checked in at 2014-07-27 18:47:08 Comparing /work/SRC/openSUSE:Factory/libabw (Old) and /work/SRC/openSUSE:Factory/.libabw.new (New) Package is "libabw" Changes: --- /work/SRC/openSUSE:Factory/libabw/libabw.changes2014-06-02 07:00:08.0 +0200 +++ /work/SRC/openSUSE:Factory/.libabw.new/libabw.changes 2014-07-27 18:47:13.0 +0200 @@ -1,0 +2,8 @@ +Mon May 26 09:34:24 UTC 2014 - fst...@suse.com + +- Upgrade to upstream version 0.1.0 + * ABI change + * Remove dependency on libwpd-devel + * Add dependency on librevenge-devel + +--- Old: libabw-0.0.2.tar.xz New: libabw-0.1.0.tar.xz Other differences: -- ++ libabw.spec ++ --- /var/tmp/diff_new_pack.Axr2Pa/_old 2014-07-27 18:47:14.0 +0200 +++ /var/tmp/diff_new_pack.Axr2Pa/_new 2014-07-27 18:47:14.0 +0200 @@ -16,25 +16,27 @@ # -%define libname libabw-0_0-0 +%define libname libabw-0_1-1 Name: libabw -Version:0.0.2 +Version:0.1.0 Release:0 Summary:Library for parsing the Abiword file format structure License:MPL-2.0 Group: Productivity/Publishing/Word Url:http://www.freedesktop.org/wiki/Software/libabw -Source0:http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz +Source0: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz BuildRequires: boost-devel BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gperf -BuildRequires: libwpd-devel >= 0.9.5 -BuildRequires: libxml2-devel -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: xz -BuildRequires: zlib-devel +BuildRequires: pkgconfig(librevenge-0.0) +BuildRequires: pkgconfig(librevenge-generators-0.0) +BuildRequires: pkgconfig(librevenge-stream-0.0) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -53,8 +55,6 @@ Summary:Files for Developing with libabw Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} -Requires: libwpd-devel -Requires: libwpg-devel %description devel Libabw is library providing ability to interpret and import AbiWord documents @@ -83,7 +83,7 @@ %setup -q %build -export CXXFLAGS="%optflags -fvisibility-inlines-hidden" +export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" %configure \ --disable-werror \ --disable-static \ @@ -105,7 +105,7 @@ %files -n %{libname} %defattr(-,root,root) -%{_libdir}/*.so.0* +%{_libdir}/*.so.* %files devel %defattr(-,root,root) ++ libabw-0.0.2.tar.xz -> libabw-0.1.0.tar.xz ++ 5473 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit rubygem-gem2rpm for openSUSE:Factory
Hello community, here is the log from the commit of package rubygem-gem2rpm for openSUSE:Factory checked in at 2014-07-27 18:47:26 Comparing /work/SRC/openSUSE:Factory/rubygem-gem2rpm (Old) and /work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new (New) Package is "rubygem-gem2rpm" Changes: --- /work/SRC/openSUSE:Factory/rubygem-gem2rpm/rubygem-gem2rpm.changes 2014-02-07 10:29:51.0 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new/rubygem-gem2rpm.changes 2014-07-27 18:47:50.0 +0200 @@ -1,0 +2,128 @@ +Thu Jul 24 15:30:14 UTC 2014 - mrueck...@suse.de + +- update to 0.10.1 + - Migrate test suite to Minitest 5.x. + - Move gem binary extension and gem.build_complete file. + - Merge pull request #31 from axilleas/add_check_macro + - Add %check macro, fix typos + - Remove Requires/Provides which are now autogenerated. + - Simplify binary extensions installation according to the new +guidelines. + - Clone new template for F21 and above. Rename the old one. + - "cp -a" implies -p. + - Better open mode handling. + - Test always against rawhide template. + - List development dependencies as BuildRequires. + - Cache rendered template in tests. + - Prevent dangling symlink in -debuginfo. + - Ignore release file encoding with older Ruby (fixes #23). + - Fix generating SRPM. + - Add description dot test case. + - Add description ending dot in #description method. + - Avoid 'method is redefined' warning. + - Test against current template. + - Merge pull request #25 from xsuchy/pull-req-dot + - description should end with dot + - Merge pull request #24 from strzibny/master + - Escape % in comment +- rebased gem2rpm-change-default-template.diff, new name: + 0001-use-the-ID-from-os-release-to-use-the-proper-templat.patch +- rebased gem2rpm-0.9.2_config_file_support.patch, new name + 0002-added-basic-config-file-support-to-gem2rpm-in-yaml-f.patch +- rebased gem2rpm-0.9.2_sles12_template.patch, new name: + 0003-sle-12-templates.-they-require-the-config-file-suppo.patch +- rebased and splitted gem2rpm-fix-opensuse-template.diff, new + name: + 0004-openSUSE-template-fixes.patch + 0005-added-example-gem2rpm.yml.patch + 0006-properly-shorten-description-and-summary.patch + 0007-Preserve-the-license-header-found-in-the-output-file.patch + +--- +Wed Jul 23 09:06:02 UTC 2014 - mrueck...@suse.de + +- make sure the sle12 template is also installed + +--- +Mon Jul 21 11:32:38 UTC 2014 - mrueck...@suse.de + +- renamed gem2rpm.yml to gem2rpm.yml.documentation: + this is just documentation and not the gem2rpm.yml that gem2rpm + should pick up. + +--- +Mon Jul 21 09:23:55 UTC 2014 - mrueck...@suse.de + +- added gem2rpm-0.9.2_sles12_template.patch: + initial template for sle12 ruby packaging + +--- +Tue Jul 15 18:43:12 UTC 2014 - mrueck...@suse.de + +- added gem2rpm.yml and install it to the installed documentation + +--- +Tue Jul 15 18:38:35 UTC 2014 - mrueck...@suse.de + +- sles 12 template + - allow changing the master package name with config[:name] +This is mostly useful if you want the actual main package to +have real content after building. all the subpackages will +ignore config[:name] and still use the gem name. + +--- +Tue Jul 15 17:21:42 UTC 2014 - mrueck...@suse.de + +- sles 12 template + - add version suffix to the "spec file for ..." line + - move the preamble up so we can actually use +%define rb_build_versions ... + - config[:disable_automatic_rdoc_dep] to disable adding automatic +rdoc dependency. This is mostly needed for building rdoc itself +and avoiding a bootstrap cycle. + - actually print the patch name in the preamble + - the scripts entry in gem2rpm.yml can now be a hash or a string. + +--- +Tue Jul 15 14:27:57 UTC 2014 - mrueck...@suse.de + +- sles 12 template + - no longer print the gem2rpm.yml warning when the config is empty + - add back mod_version_suffix to the spec file +(needed for gem_install) +- converted buildrequires for ruby and ruby-devel to the macros so + we can easily pull multiple ruby versions and also easily limit + the ruby versions +- always buildrequire gem2rpm in generated spec files. It is the + only clean way to solve the "have choive for rubygem(gem2rpm)" + and still maintaining the multiversion ability +- handle config[:disable_docs] and pass
commit libvisio for openSUSE:Factory
Hello community, here is the log from the commit of package libvisio for openSUSE:Factory checked in at 2014-07-27 18:47:06 Comparing /work/SRC/openSUSE:Factory/libvisio (Old) and /work/SRC/openSUSE:Factory/.libvisio.new (New) Package is "libvisio" Changes: --- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2014-01-30 11:30:47.0 +0100 +++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes 2014-07-27 18:47:10.0 +0200 @@ -1,0 +2,20 @@ +Fri Jul 25 07:39:37 UTC 2014 - fst...@suse.com + +- Added patch: libvisio-0.1.0-pkgconfig.patch + * Remove the Requires.private which breaks SLE11 builds + +--- +Mon May 26 09:23:52 UTC 2014 - fst...@suse.com + +- Upgrade to upstream version 0.1.0 + * ABI change +- Remove unneeded patches: + * libvisio-0.0.30-iterator_range.patch + * libvisio-0.0.30-wpx_seek_end.patch +- Change in dependencies: + * Remove dependency on libwpg-devel and libwpd-devel + * Add dependency on librevenge-devel +- License change + * Released under MPL-2.0 only + +--- Old: libvisio-0.0.30-iterator_range.patch libvisio-0.0.30-wpx_seek_end.patch libvisio-0.0.30.tar.xz New: libvisio-0.1.0-pkgconfig.patch libvisio-0.1.0.tar.xz Other differences: -- ++ libvisio.spec ++ --- /var/tmp/diff_new_pack.UuiQzu/_old 2014-07-27 18:47:11.0 +0200 +++ /var/tmp/diff_new_pack.UuiQzu/_new 2014-07-27 18:47:11.0 +0200 @@ -16,27 +16,25 @@ # -%define libname libvisio-0_0-0 +%define libname libvisio-0_1-1 Name: libvisio -Version:0.0.30 +Version:0.1.0 Release:0 Summary:Library for parsing the MS Visio file format structure -License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+ +License:MPL-2.0 Group: Productivity/Publishing/Word Url:http://www.freedesktop.org/wiki/Software/libvisio -Source0:http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz -Patch0: libvisio-0.0.30-iterator_range.patch -Patch1: libvisio-0.0.30-wpx_seek_end.patch +Source0: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz +Patch0: libvisio-0.1.0-pkgconfig.patch BuildRequires: boost-devel BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gperf BuildRequires: libicu-devel -BuildRequires: libwpd-devel >= 0.9.5 -BuildRequires: libwpg-devel >= 0.2.0 +BuildRequires: librevenge-devel >= 0.0.0 BuildRequires: libxml2-devel -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: xz BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -57,8 +55,6 @@ Summary:Files for Developing with libvisio Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} -Requires: libwpd-devel -Requires: libwpg-devel %description devel libvisio is a library for parsing the MS Visio file format structure. It is @@ -85,8 +81,7 @@ %prep %setup -q -%patch0 -p1 -b .iterator_range -%patch1 -p1 -b .wpx_seek_end +%patch0 -p1 %build export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" @@ -111,7 +106,7 @@ %files -n %{libname} %defattr(-,root,root) -%{_libdir}/*.so.0* +%{_libdir}/*.so.* %files devel %defattr(-,root,root) ++ libvisio-0.1.0-pkgconfig.patch ++ --- libvisio-0.1.0/libvisio.pc.in 2014-04-16 19:13:10.0 +0200 +++ libvisio-0.1.0/libvisio.pc.in 2014-07-25 09:32:17.433533097 +0200 @@ -9,5 +9,3 @@ Requires: librevenge-0.0 librevenge-stream-0.0 Libs: -L${libdir} -lvisio-@VSD_MAJOR_VERSION@.@VSD_MINOR_VERSION@ Cflags: -I${includedir}/libvisio-@VSD_MAJOR_VERSION@.@VSD_MINOR_VERSION@ - -Requires.private: icu-i18n libxml-2.0 zlib ++ libvisio-0.0.30.tar.xz -> libvisio-0.1.0.tar.xz ++ 21395 lines of diff (skipped) -- 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 2014-07-27 18:47:19 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.changes2014-07-15 08:01:08.0 +0200 +++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes 2014-07-27 18:47:40.0 +0200 @@ -1,0 +2,11 @@ +Sat Jul 26 08:13:06 UTC 2014 - meiss...@suse.com + +- Updated to 1.7.23 development snapshot + - Better support for files drag & drop. + - Improvements to the HTTP cookie management. + - Initial support for 64-bit Android builds. + - Fixes to crypto certificates management. + - Various bug fixes. +- updated winetricks + +--- Old: wine-1.7.22.tar.bz2 wine-1.7.22.tar.bz2.sign New: wine-1.7.23.tar.bz2 wine-1.7.23.tar.bz2.sign Other differences: -- ++ wine.spec ++ --- /var/tmp/diff_new_pack.aBoTJq/_old 2014-07-27 18:47:41.0 +0200 +++ /var/tmp/diff_new_pack.aBoTJq/_new 2014-07-27 18:47:41.0 +0200 @@ -55,7 +55,7 @@ BuildRequires: update-desktop-files BuildRequires: valgrind-devel BuildRequires: xorg-x11-devel -Version:1.7.22 +Version:1.7.23 Release:0 Summary:An MS Windows Emulator License:LGPL-2.1+ ++ wine-1.7.22.tar.bz2 -> wine-1.7.23.tar.bz2 ++ /work/SRC/openSUSE:Factory/wine/wine-1.7.22.tar.bz2 /work/SRC/openSUSE:Factory/.wine.new/wine-1.7.23.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 shorewall for openSUSE:Factory
Hello community, here is the log from the commit of package shorewall for openSUSE:Factory checked in at 2014-07-27 18:47:18 Comparing /work/SRC/openSUSE:Factory/shorewall (Old) and /work/SRC/openSUSE:Factory/.shorewall.new (New) Package is "shorewall" Changes: --- /work/SRC/openSUSE:Factory/shorewall/shorewall.changes 2014-07-21 10:35:48.0 +0200 +++ /work/SRC/openSUSE:Factory/.shorewall.new/shorewall.changes 2014-07-27 18:47:34.0 +0200 @@ -1,0 +2,19 @@ +Fri Jul 25 21:23:20 UTC 2014 - tog...@opensuse.org + +- Update to version 4.6.2.2 For more details see changelog.txt and + releasenotes.txt + + * The compiler now correctly detects the IPv6 "Header Match" +capability when LOAD_MODULES_ONLY=No. + + * The compiler now correctly detects the IPv6 "Ipset Match" +capability on systems running a 3.14 or later kernel. + + * The compiler now correctly detects "Arptables JF" capability +when LOAD_MODULES_ONLY=No. + + * The tcfilter manpages previously failed to mention that +BASIC_FILTERS=Yes is required to use ipsets in the tcfilters +files. + +--- Old: shorewall-4.6.2.1.tar.bz2 shorewall-core-4.6.2.1.tar.bz2 shorewall-docs-html-4.6.2.1.tar.bz2 shorewall-init-4.6.2.1.tar.bz2 shorewall-lite-4.6.2.1.tar.bz2 shorewall6-4.6.2.1.tar.bz2 shorewall6-lite-4.6.2.1.tar.bz2 New: shorewall-4.6.2.2.tar.bz2 shorewall-core-4.6.2.2.tar.bz2 shorewall-docs-html-4.6.2.2.tar.bz2 shorewall-init-4.6.2.2.tar.bz2 shorewall-lite-4.6.2.2.tar.bz2 shorewall6-4.6.2.2.tar.bz2 shorewall6-lite-4.6.2.2.tar.bz2 Other differences: -- ++ shorewall.spec ++ --- /var/tmp/diff_new_pack.75QAPG/_old 2014-07-27 18:47:36.0 +0200 +++ /var/tmp/diff_new_pack.75QAPG/_new 2014-07-27 18:47:36.0 +0200 @@ -20,7 +20,7 @@ %define have_systemd 1 Name: shorewall -Version:4.6.2.1 +Version:4.6.2.2 Release:0 Summary:Shoreline Firewall is an iptables-based firewall for Linux systems License:GPL-2.0 ++ shorewall-4.6.2.1.tar.bz2 -> shorewall-4.6.2.2.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.1/Perl/Shorewall/Config.pm new/shorewall-4.6.2.2/Perl/Shorewall/Config.pm --- old/shorewall-4.6.2.1/Perl/Shorewall/Config.pm 2014-07-18 17:56:13.0 +0200 +++ new/shorewall-4.6.2.2/Perl/Shorewall/Config.pm 2014-07-22 18:21:51.0 +0200 @@ -709,7 +709,7 @@ TC_SCRIPT => '', EXPORT => 0, KLUDGEFREE => '', - VERSION => "4.6.2.1", + VERSION => "4.6.2.2", CAPVERSION => 40600 , ); # @@ -4118,7 +4118,7 @@ if ( $ipset && -x $ipset ) { qt( "$ipset -X $sillyname" ); - if ( qt( "$ipset -N $sillyname iphash" ) || qt( "$ipset -N $sillyname hash:ip family $fam") ) { + if ( qt( "$ipset -N $sillyname hash:ip family $fam" ) || qt( "$ipset -N $sillyname iphash" ) ) { if ( qt1( "$iptables $iptablesw -A $sillyname -m set --match-set $sillyname src -j ACCEPT" ) ) { $capabilities{IPSET_MATCH_NOMATCH} = qt1( "$iptables $iptablesw -A $sillyname -m set --match-set $sillyname src --return-nomatch -j ACCEPT" ); $capabilities{IPSET_MATCH_COUNTERS} = qt1( "$iptables $iptablesw -A $sillyname -m set --match-set $sillyname src --packets-lt 100 -j ACCEPT" ); @@ -4140,7 +4140,7 @@ } sub IPSet_Match_Counters() { -have_capability 'IPSET_MATCH' && $capabilities{IPSET_MATCH_COUNTGERS}; +have_capability 'IPSET_MATCH' && $capabilities{IPSET_MATCH_COUNTERS}; } sub IPSET_V5() { @@ -4615,6 +4615,7 @@ $capabilities{FWMARK_RT_MASK} = detect_capability( 'FWMARK_RT_MASK' ); $capabilities{MARK_ANYWHERE} = detect_capability( 'MARK_ANYWHERE' ); $capabilities{ACCOUNT_TARGET} = detect_capability( 'ACCOUNT_TARGET' ); + $capabilities{HEADER_MATCH}= detect_capability( 'HEADER_MATCH' ); $capabilities{AUDIT_TARGET}= detect_capability( 'AUDIT_TARGET' ); $capabilities{IPSET_V5}= detect_capability( 'IPSET_V5' ); $capabilities{CONDITION_MATCH} = detect_capability( 'CONDITION_MATCH' ); @@ -4630,6 +4631,7 @@ $capabilities{RPFILTER_MATCH} = detect_capability( 'RPFILTER_MATCH' ); $capabilities{NFACCT_MATCH}= detect_capability( 'NFACCT_MATCH' ); $capabilities{CHECKSUM_TARGET} = detect_capability( 'CHECKSUM_TARGET' ); + $capabilities{ARPT
commit python-configobj for openSUSE:Factory
Hello community, here is the log from the commit of package python-configobj for openSUSE:Factory checked in at 2014-07-27 18:47:16 Comparing /work/SRC/openSUSE:Factory/python-configobj (Old) and /work/SRC/openSUSE:Factory/.python-configobj.new (New) Package is "python-configobj" Changes: --- /work/SRC/openSUSE:Factory/python-configobj/python-configobj.changes 2014-07-24 06:58:53.0 +0200 +++ /work/SRC/openSUSE:Factory/.python-configobj.new/python-configobj.changes 2014-07-27 18:47:31.0 +0200 @@ -1,0 +2,5 @@ +Thu Jul 24 09:03:10 UTC 2014 - fcaste...@suse.com + +- Added runtime depedency: python-six + +--- Other differences: -- ++ python-configobj.spec ++ --- /var/tmp/diff_new_pack.Ai2h5U/_old 2014-07-27 18:47:32.0 +0200 +++ /var/tmp/diff_new_pack.Ai2h5U/_new 2014-07-27 18:47:32.0 +0200 @@ -27,6 +27,7 @@ Source: http://pypi.python.org/packages/source/c/%{modname}/%{modname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel +Requires: python-six # There are no real docs! Provides: python-%{modname}-docs = %{version} Obsoletes: python-%{modname}-docs < %{version} -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit lftp for openSUSE:Factory
Hello community, here is the log from the commit of package lftp for openSUSE:Factory checked in at 2014-07-27 18:47:20 Comparing /work/SRC/openSUSE:Factory/lftp (Old) and /work/SRC/openSUSE:Factory/.lftp.new (New) Package is "lftp" Changes: --- /work/SRC/openSUSE:Factory/lftp/lftp.changes2014-06-16 21:26:53.0 +0200 +++ /work/SRC/openSUSE:Factory/.lftp.new/lftp.changes 2014-07-27 18:47:42.0 +0200 @@ -1,0 +2,9 @@ +Thu Jul 24 04:59:49 UTC 2014 - andreas.stie...@gmx.de + +- lftp 4.5.3: + * new setting ftp:site. + * don't uncompress http body when Contrent-Type is compressed. + * check source address of DHT replies. + * discard disconnected torrent peers only after a timeout. + +--- Old: lftp-4.5.2.tar.xz lftp-4.5.2.tar.xz.asc New: lftp-4.5.3.tar.xz lftp-4.5.3.tar.xz.asc Other differences: -- ++ lftp.spec ++ --- /var/tmp/diff_new_pack.VBBIeh/_old 2014-07-27 18:47:43.0 +0200 +++ /var/tmp/diff_new_pack.VBBIeh/_new 2014-07-27 18:47:43.0 +0200 @@ -24,7 +24,7 @@ %define with_openssl 1 %endif Name: lftp -Version:4.5.2 +Version:4.5.3 Release:0 Summary:Command Line File Transfer Program License:GPL-2.0+ ++ lftp-4.5.2.tar.xz -> lftp-4.5.3.tar.xz ++ 10819 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit scim-chewing for openSUSE:Factory
Hello community, here is the log from the commit of package scim-chewing for openSUSE:Factory checked in at 2014-07-27 18:47:25 Comparing /work/SRC/openSUSE:Factory/scim-chewing (Old) and /work/SRC/openSUSE:Factory/.scim-chewing.new (New) Package is "scim-chewing" Changes: --- /work/SRC/openSUSE:Factory/scim-chewing/scim-chewing.changes 2013-09-11 15:46:49.0 +0200 +++ /work/SRC/openSUSE:Factory/.scim-chewing.new/scim-chewing.changes 2014-07-27 18:47:49.0 +0200 @@ -1,0 +2,10 @@ +Sat Jul 26 14:45:51 UTC 2014 - i...@marguerite.su + +- update version 0.3.6git20140424 + * Fix THL and MPS2 Pinyin configurations + * Use new APIs introduced in libchewing 0.4 +- drop scim-chewing-0.3.5-bump_libchewing_version.patch +- add patch scim-chewing-0.3.6-autogen.patch + * we don't have aclocal-1.11 on every openSUSE release + +--- Old: scim-chewing-0.3.5-bump_libchewing_version.patch scim-chewing-0.3.5.tar.bz2 New: scim-chewing-0.3.6-autogen.patch scim-chewing-0.3.6git20140424.tar.xz Other differences: -- ++ scim-chewing.spec ++ --- /var/tmp/diff_new_pack.OaGU7N/_old 2014-07-27 18:47:50.0 +0200 +++ /var/tmp/diff_new_pack.OaGU7N/_new 2014-07-27 18:47:50.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package scim-chewing # -# 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 @@ -17,22 +17,24 @@ Name: scim-chewing -Version:0.3.5 +Version:0.3.6git20140424 Release:0 Summary:Chewing input method module for SCIM License:GPL-2.0+ Group: System/I18n/Chinese Url:http://chewing.csie.net/ -Source: http://chewing.csie.net/download/scim/scim-chewing-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM marguer...@opensuse.org - bump libchewing requirement in configure.ac -Patch: scim-chewing-0.3.5-bump_libchewing_version.patch +#Source: http://chewing.csie.net/download/scim/%{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.xz +Patch: %{name}-0.3.6-autogen.patch BuildRequires: gcc-c++ BuildRequires: gtk2-devel BuildRequires: intltool BuildRequires: libchewing-devel +BuildRequires: libtool BuildRequires: perl-XML-Parser BuildRequires: scim-devel BuildRequires: update-desktop-files +BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -42,6 +44,7 @@ %define scim_binary_version %(pkg-config --variable=scim_binary_version scim) %setup -q %patch -p1 +NOCONFIGURE=1 ./autogen.sh %build CXXFLAGS="%{optflags}" \ @@ -56,7 +59,7 @@ %install %makeinstall -rm -f %{buildroot}%{_libdir}/scim-1.0/%{scim_binary_version}/*/*.la +find %{buildroot}%{_libdir} -name "*.la" -type f -delete -print %find_lang scim-chewing %clean ++ scim-chewing-0.3.6-autogen.patch ++ Index: scim-chewing-0.3.6git20140424/autogen.sh === --- scim-chewing-0.3.6git20140424.orig/autogen.sh +++ scim-chewing-0.3.6git20140424/autogen.sh @@ -1,5 +1,5 @@ #! /bin/sh -AM_VERSION=-1.11 +AM_VERSION= AC_VERSION= set -x -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
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 2014-07-27 18:47:17 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-02-22 18:07:11.0 +0100 +++ /work/SRC/openSUSE:Factory/.apache2-mod_nss.new/apache2-mod_nss.changes 2014-07-27 18:47:32.0 +0200 @@ -1,0 +2,22 @@ +Thu Jul 24 12:49:29 CEST 2014 - dr...@suse.de + +- mod_nss-bnc863518-reopen_dev_tty.diff: close(0) and + open("/dev/tty", ...) to make sure that stdin can be read from. + startproc may inherit wrongly opened file descriptors to httpd. + (Note: An analogous fix exists in startproc(8), too.) + [bnc#863518] +- VirtualHost part in /etc/apache2/conf.d/mod_nss.conf is now + externalized to /etc/apache2/conf.d/vhost-nss.template and not + activated/read by default. [bnc#878681] +- NSSCipherSuite update following additional ciphers of Feb 18 + change. [bnc#878681] + +--- +Fri Jun 27 16:13:01 CEST 2014 - dr...@suse.de + +- mod_nss-SNI-callback.patch, mod_nss-SNI-checks.patch: + server side SNI was not implemented when mod_nss was made; + patches implement SNI with checks if SNI provided hostname + equals Host: field in http request header. + +--- New: mod_nss-SNI-callback.patch mod_nss-SNI-checks.patch mod_nss-bnc863518-reopen_dev_tty.diff vhost-nss.template Other differences: -- ++ apache2-mod_nss.spec ++ --- /var/tmp/diff_new_pack.2mA94w/_old 2014-07-27 18:47:33.0 +0200 +++ /var/tmp/diff_new_pack.2mA94w/_new 2014-07-27 18:47:33.0 +0200 @@ -21,13 +21,14 @@ License:Apache-2.0 Group: Productivity/Networking/Web/Servers Version:1.0.8 -Release:0.4. +Release:0.4.8 Url:http://directory.fedoraproject.org/wiki/Mod_nss Source: http://directory.fedoraproject.org/sources/mod_nss-%{version}.tar.gz Source1:mod_nss.conf.in Source2:listen_nss.conf Source3:mod_nss_migrate.pl Source4:README-SUSE.txt +Source5:vhost-nss.template Provides: mod_nss Requires: apache2 >= 2.2.12 Requires: findutils @@ -68,6 +69,9 @@ Patch18:mod_nss-CVE-2013-4566-NSSVerifyClient.diff Patch19:mod_nss-cipherlist_update_for_tls12.diff Patch20:mod_nss-cipherlist_update_for_tls12-doc.diff +Patch21:mod_nss-SNI-callback.patch +Patch22:mod_nss-SNI-checks.patch +Patch23:mod_nss-bnc863518-reopen_dev_tty.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %defineapxs /usr/sbin/apxs2 %defineapache apache2 @@ -86,7 +90,7 @@ %prep %setup -q -n mod_nss-%{version} -#%patch1 -p1 -b .conf.rpmpatch +##%patch1 -p1 -b .conf.rpmpatch %patch2 -p1 -b .gencert.rpmpatch %patch3 -p1 -b .wouldblock.rpmpatch %patch4 -p1 -b .negotiate.rpmpatch @@ -105,6 +109,9 @@ %patch18 -p0 -b .CVE-2013-4566.rpmpatch %patch19 -p0 -b .ciphers.rpmpatch %patch20 -p0 -b .ciphers.doc.rpmpatch +%patch21 -p0 -b .mod_nss-SNI-callback.rpmpatch +%patch22 -p0 -b .mod_nss-SNI-checks.patch.rpmpatch +%patch23 -p0 -b .mod_nss-bnc863518-reopen_dev_tty.rpmpatch # keep this last, otherwise we get fuzzyness from above %if 0%{?suse_version} >= 1300 @@ -146,6 +153,7 @@ # the build root. mkdir -p $RPM_BUILD_ROOT/%{apache_libexecdir} mkdir -p $RPM_BUILD_ROOT%{apache_sysconfdir}/conf.d +mkdir -p $RPM_BUILD_ROOT%{apache_sysconfdir}/vhosts.d mkdir -p $RPM_BUILD_ROOT%{_sbindir} mkdir -p $RPM_BUILD_ROOT%{apache_sysconf_nssdir} @@ -154,6 +162,7 @@ %endif install -m 644 nss.conf $RPM_BUILD_ROOT%{apache_sysconfdir}/conf.d/mod_nss.conf +install -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{apache_sysconfdir}/vhosts.d/vhost-nss.template install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{apache_sysconfdir}/listen_nss.conf install -m 755 .libs/libmodnss.so $RPM_BUILD_ROOT%{apache_libexecdir}/mod_nss.so install -m 755 nss_pcache $RPM_BUILD_ROOT%{_sbindir}/ @@ -219,6 +228,7 @@ %defattr(-,root,root,-) %doc README LICENSE docs/mod_nss.html README-SUSE.txt %config(noreplace) %{apache_sysconfdir}/conf.d/mod_nss.conf +%config(noreplace) %{apache_sysconfdir}/vhosts.d/vhost-nss.template %config(noreplace) %{apache_sysconfdir}/listen_nss.conf %dir %{apache_libexecdir} %{apache_libexecdir}/mod_nss.so ++ mod_nss-SNI-callback.patch ++ diff -rNU 30 ../mod_nss-1.0.8-o/mod_nss.h ./mod_nss.h --- ../mod_nss-1.0.8-o/mod_nss.h2014-06-23 12:23:17.0 +0200 +++ ./mod_nss.h
commit libpinyin for openSUSE:Factory
Hello community, here is the log from the commit of package libpinyin for openSUSE:Factory checked in at 2014-07-27 18:47:24 Comparing /work/SRC/openSUSE:Factory/libpinyin (Old) and /work/SRC/openSUSE:Factory/.libpinyin.new (New) Package is "libpinyin" Changes: --- /work/SRC/openSUSE:Factory/libpinyin/libpinyin.changes 2014-07-17 17:31:42.0 +0200 +++ /work/SRC/openSUSE:Factory/.libpinyin.new/libpinyin.changes 2014-07-27 18:47:47.0 +0200 @@ -1,0 +2,6 @@ +Sat Jul 26 15:30:05 UTC 2014 - i...@marguerite.su + +- add libpinyin-tools to libpinyin-devel requirement +- fix factory builds for fcitx-libpinyin + +--- Other differences: -- ++ libpinyin.spec ++ --- /var/tmp/diff_new_pack.n6HG2T/_old 2014-07-27 18:47:49.0 +0200 +++ /var/tmp/diff_new_pack.n6HG2T/_new 2014-07-27 18:47:49.0 +0200 @@ -83,6 +83,7 @@ Summary:Intelligent Pinyin IME Group: Development/Libraries/C and C++ Requires: %{name} = %{version} +Requires: %{name}-tools = %{version} %description devel Libpinyin is a staging joint effort of many Chinese Pinyin IME development teams. -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit pdnsd for openSUSE:Factory
Hello community, here is the log from the commit of package pdnsd for openSUSE:Factory checked in at 2014-07-27 18:47:21 Comparing /work/SRC/openSUSE:Factory/pdnsd (Old) and /work/SRC/openSUSE:Factory/.pdnsd.new (New) Package is "pdnsd" Changes: --- /work/SRC/openSUSE:Factory/pdnsd/pdnsd.changes 2013-06-13 17:30:31.0 +0200 +++ /work/SRC/openSUSE:Factory/.pdnsd.new/pdnsd.changes 2014-07-27 18:47:44.0 +0200 @@ -0,0 +1,5 @@ +--- +Wed Jul 23 15:54:16 UTC 2014 - meiss...@suse.com + +- make init script executable, fix build + Other differences: -- ++ pdnsd.spec ++ --- /var/tmp/diff_new_pack.z9MJ9I/_old 2014-07-27 18:47:45.0 +0200 +++ /var/tmp/diff_new_pack.z9MJ9I/_new 2014-07-27 18:47:45.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package pdnsd # -# 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 @@ -15,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: pdnsd Version:1.2.9a Release:0 -License:GPL-3.0+ Summary:A caching dns proxy for small networks or dialin accounts -Url:http://members.home.nl/p.a.rombouts/pdnsd.html +License:GPL-3.0+ Group: Productivity/Networking/DNS/Servers +Url:http://members.home.nl/p.a.rombouts/pdnsd.html Source0: http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-%{version}-par.tar.gz Source1:pdnsd @@ -65,7 +66,7 @@ make DESTDIR="%{buildroot}" install mkdir -p %{buildroot}%{_sysconfdir}/init.d mkdir -p %{buildroot}%{_sbindir}/ -cp %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/ +install -c -m 755 %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/ cp %{buildroot}%{_sysconfdir}/%{name}.conf.sample %{buildroot}%{_sysconfdir}/%{name}.conf ln -s /etc/init.d/%{name} %{buildroot}%{_sbindir}/rc%{name} @@ -73,11 +74,11 @@ /usr/sbin/groupadd -r pdns 2> /dev/null || : %preun -%stop_on_removal +%stop_on_removal pdnsd %postun %insserv_cleanup -%restart_on_update +%restart_on_update pdnsd %files %defattr(-,root,root) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit hexchat for openSUSE:Factory
Hello community, here is the log from the commit of package hexchat for openSUSE:Factory checked in at 2014-07-27 18:47:22 Comparing /work/SRC/openSUSE:Factory/hexchat (Old) and /work/SRC/openSUSE:Factory/.hexchat.new (New) Package is "hexchat" Changes: --- /work/SRC/openSUSE:Factory/hexchat/hexchat.changes 2014-06-16 21:26:48.0 +0200 +++ /work/SRC/openSUSE:Factory/.hexchat.new/hexchat.changes 2014-07-27 18:47:45.0 +0200 @@ -1,0 +2,7 @@ +Tue Jul 22 18:48:08 CEST 2014 - m...@suse.de + +- when testing for perl, -lperl has to come last because of + SUSE_ASNEEDED being set + new patch: asneeded.diff + +--- New: asneeded.diff Other differences: -- ++ hexchat.spec ++ --- /var/tmp/diff_new_pack.GGvIdU/_old 2014-07-27 18:47:46.0 +0200 +++ /var/tmp/diff_new_pack.GGvIdU/_new 2014-07-27 18:47:46.0 +0200 @@ -25,6 +25,7 @@ Group: Productivity/Networking/IRC Url:http://www.hexchat.org Source: http://dl.%{name}.net/%{name}/%{name}-%{version}.tar.xz +Patch: asneeded.diff BuildRequires: bison >= 1.35 BuildRequires: dbus-1-devel BuildRequires: dbus-1-glib-devel @@ -85,6 +86,7 @@ %prep %setup -q +%patch # fix date embedding to avoid needless rebuilds FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y') ++ asneeded.diff ++ --- ./configure.orig2014-07-22 16:46:13.895015997 + +++ ./configure 2014-07-22 16:46:45.383864485 + @@ -15383,8 +15383,10 @@ $as_echo_n "checking for perl >= 5.8.0.. if test "$PERL_VER" = "yes"; then original_cflags="$CFLAGS" original_ldflags="$LDFLAGS" + original_libs="$LIBS" CFLAGS="$PERL_CFLAGS" LDFLAGS="$PERL_LDFLAGS" + LIBS="$LIBS -lperl" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include @@ -15406,6 +15408,7 @@ rm -f core conftest.err conftest.$ac_obj conftest$ac_exeext conftest.$ac_ext CFLAGS="$original_cflags" LDFLAGS="$original_ldflags" + LIBS="$original_libs" if test x$perl_is_usable = xno ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit autossh for openSUSE:Factory
Hello community, here is the log from the commit of package autossh for openSUSE:Factory checked in at 2014-07-27 18:47:23 Comparing /work/SRC/openSUSE:Factory/autossh (Old) and /work/SRC/openSUSE:Factory/.autossh.new (New) Package is "autossh" Changes: --- /work/SRC/openSUSE:Factory/autossh/autossh.changes 2013-04-03 12:47:24.0 +0200 +++ /work/SRC/openSUSE:Factory/.autossh.new/autossh.changes 2014-07-27 18:47:46.0 +0200 @@ -1,0 +2,5 @@ +Sun Jul 20 21:50:18 UTC 2014 - p.drou...@gmail.com + +- Add systemd support for openSUSE > 12.2 + +--- New: autossh.service Other differences: -- ++ autossh.spec ++ --- /var/tmp/diff_new_pack.tQhcUn/_old 2014-07-27 18:47:47.0 +0200 +++ /var/tmp/diff_new_pack.tQhcUn/_new 2014-07-27 18:47:47.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package autossh # -# 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 @@ -15,6 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%if 0%{?suse_version} > 1220 +%define with_systemd 1 +%else +%define with_systemd 0 +%endif Summary:Automatically restart SSH sessions and tunnels License:BSD-3-Clause @@ -27,13 +32,19 @@ Source: http://www.harding.motd.ca/autossh/autossh-1.4c.tgz Source1:autossh.init Source2:autossh.conf +Source3:autossh.service Patch0: autossh-makefile-destdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build # configure checks is the ssh client exists BuildRequires: openssh Requires: openssh -Requires(pre): %insserv_prereq %fillup_prereq +%if %{with_systemd} +BuildRequires: systemd +%{?systemd_requires} +%else +Requires(pre): %fillup_prereq %insserv_prereq +%endif %description Autossh is a program to start a copy of ssh and monitor it, restarting @@ -54,30 +65,52 @@ %install %makeinstall -%__install -D -m 755 %{S:1} %{buildroot}%{_initrddir}/autossh %__mkdir_p %{buildroot}%{_sbindir} +%if %{with_systemd} +%__install -D -m 755 %{S:3} %{buildroot}%{_unitdir}/autossh.service +ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcautossh +%else +%__install -D -m 755 %{S:1} %{buildroot}%{_initrddir}/autossh %__ln_s -f %{_initrddir}/autossh %{buildroot}%{_sbindir}/rcautossh %__install -D -m 644 %{S:2} %{buildroot}/var/adm/fillup-templates/sysconfig.autossh +%endif %__rm "$RPM_BUILD_ROOT/usr/share/doc/autossh"/{CHANGES,README} %__rm -rf "%{buildroot}%{_datadir}/examples" -%clean -%__rm -rf "%{buildroot}" +%if %{with_systemd} +%pre +%service_add_pre %{name}.service + +%preun +%service_del_preun %{name}.service +%endif %post +%if %{with_systemd} +%service_add_post %{name}.service +%else %fillup_only +%endif %postun +%if %{with_systemd} +%service_del_postun %{name}.service +%else %insserv_cleanup +%endif %files %defattr(-, root, root, 0755) %doc CHANGES README %doc autossh.host rscreen %{_bindir}/autossh +%if %{with_systemd} +%{_unitdir}/%{name}.service +%else %{_initrddir}/autossh -%{_sbindir}/rcautossh /var/adm/fillup-templates/sysconfig.autossh +%endif +%{_sbindir}/rcautossh %doc %{_mandir}/man1/autossh.1* %changelog ++ autossh.service ++ [Unit] Description=AutoSSH service for port After=network.target [Service] Environment="AUTOSSH_GATETIME=0" ExecStart=/usr/bin/autossh -M 0 -NL :localhost: -o TCPKeepAlive=yes f...@bar.com [Install] WantedBy=multi-user.target -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libreoffice for openSUSE:Factory
Hello community, here is the log from the commit of package libreoffice for openSUSE:Factory checked in at 2014-07-27 18:47:10 Comparing /work/SRC/openSUSE:Factory/libreoffice (Old) and /work/SRC/openSUSE:Factory/.libreoffice.new (New) Package is "libreoffice" Changes: --- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes 2014-05-09 06:57:54.0 +0200 +++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 2014-07-27 18:47:24.0 +0200 @@ -1,0 +2,200 @@ +Thu Jul 24 08:33:07 UTC 2014 - tchva...@suse.com + +- Try to finish out the py3 migration. +- Remove now not needed patch: + * wizards-create-temlates-with-python-2.6.diff + +--- +Mon Jul 21 07:09:41 UTC 2014 - tchva...@suse.com + +- Add patch to fix the themes/icons handling: + * libreoffice-4.3.0.3-themes-symlinks.patch + +--- +Mon Jul 21 06:58:44 UTC 2014 - tchva...@suse.com + +- Version bump to 4.3.0.3: + * Various small bugfixes. + +--- +Sun Jul 20 15:29:03 UTC 2014 - arnaud.vers...@gmail.com + +- Use Python3 instead of Python 2 for pyuno. + +--- +Fri Jul 11 08:26:26 UTC 2014 - tchva...@suse.com + +- Add rpmlintrc to sources. + +--- +Thu Jul 3 11:21:45 UTC 2014 - tchva...@suse.com + +- Version bump to 4.3.0.2: + * Various small bugfixes +- Drop upstreamed patches: + * 0001-Package-filter-in-common-pack.patch + +--- +Wed Jun 25 11:04:41 UTC 2014 - tchva...@suse.com + +- Install missing libsaxlo. Hacked for now, upstream notified. + +--- +Tue Jun 24 10:47:32 UTC 2014 - tchva...@suse.com + +- Add patch to fix unfilelisted files: + * 0001-Package-filter-in-common-pack.patch + +--- +Mon Jun 23 11:11:03 UTC 2014 - tchva...@suse.com + +- Version bump to 4.3.0.1: + * Buildfix with new glm + * Various fixes. + +--- +Fri Jun 20 19:03:50 UTC 2014 - tchva...@suse.com + +- More languages got autotext. Reflect that. + +--- +Fri Jun 20 07:25:57 UTC 2014 - tchva...@suse.com + +- Remove no longer provided files from list of artworky things. + +--- +Tue Jun 17 09:17:10 UTC 2014 - tchva...@suse.com + +- Version the glew dependency. + +--- +Mon Jun 16 10:39:01 UTC 2014 - tchva...@suse.com + +- Version bump to 4.3.0beta2: + * major version bump with fixes all around everywhere +- Added dependencies over glew and glm +- Removed patches that were upstreamed: + * set-language-in-impress.diff + * text-alignment-in-shape.diff + * kde4-4.2.3.3-timer-mutex.patch + * impress-table-performance.patch + * import-gradfill-for-text-colors.diff + * fix-text-rotation.diff + * fix-python-wizzards.patch + * docx-brightness-contrast-2.diff + * docx-brightness-contrast-1.diff + * doc-brightness-contrast.diff + * discard-more-header-footer-stuff.patch + * disable-firebird-unit-test.diff + * direct-format-numbering.patch + * WW8-import-fix-upper-margin-of-multi-page.patch + * VBA-macro-modification-warning.diff + * Use-varying-aElement-name.patch + * 0001-std-strlen-requires-cstring-include-to-build.patch +Temporary switches until upstream allows system version: + * --disable-gltf + * --disable-coinmp + +--- +Thu Jun 5 14:07:31 UTC 2014 - tchva...@suse.com + +- Add patch from upstream fix-python-wizzards.patch to fix crashing + python wizzards ; bnc#881294 + +--- +Tue Jun 3 07:12:10 UTC 2014 - tchva...@suse.com + +- Typo in desc stating there is libreoffice-kde which is not anymore. + +--- +Fri May 30 09:55:57 UTC 2014 - andras.ti...@collabora.com + +- bnc#822625 - LO-L3: Table editing is a pain in Impress (performace issues) + * impress-table-performance.patch + +--- +Fri May 30 09:30:28 UTC 2014 - andras.ti...@collabora.com + +- bnc#863018 - LO-L3: Missing text in imported .doc file + * WW8-import-fix-upper-margin-of-multi-page.patch + +--- +Fri May 30 09:25:45 UTC 2014 - andras.ti...@coll
commit git-review for openSUSE:Factory
Hello community, here is the log from the commit of package git-review for openSUSE:Factory checked in at 2014-07-27 18:47:15 Comparing /work/SRC/openSUSE:Factory/git-review (Old) and /work/SRC/openSUSE:Factory/.git-review.new (New) Package is "git-review" Changes: --- /work/SRC/openSUSE:Factory/git-review/git-review.changes2014-07-10 14:55:05.0 +0200 +++ /work/SRC/openSUSE:Factory/.git-review.new/git-review.changes 2014-07-27 18:47:30.0 +0200 @@ -1,0 +2,18 @@ +Wed Jul 16 08:59:50 UTC 2014 - bwiedem...@suse.com + +- update to 1.24 +* Require python-requests +* Update homepage on PyPI +* Update requirements to OpenStack's recommendations +* Update the README to mention dependencies +* Ensure username is set for all tests +* Provide nicer user message for missing remote ref +* Fix a typo in HACKING.rst +* Ignore newline in bp/bug search in commit message +* Restrict tests SSH auth to only the provided key +* Disable proxies for tests that clone over http +* Keep track of gerrit.war and golden_site versions +* Fix typo in manpage s/gireview/gitreview/ +* Correct git review -l over http(s) + +--- Old: git-review-1.23.61.gcb87cd1.tar.gz New: git-review-1.24.tar.gz Other differences: -- ++ git-review.spec ++ --- /var/tmp/diff_new_pack.XJ6CbK/_old 2014-07-27 18:47:31.0 +0200 +++ /var/tmp/diff_new_pack.XJ6CbK/_new 2014-07-27 18:47:31.0 +0200 @@ -17,7 +17,7 @@ Name: git-review -Version:1.23.61.gcb87cd1 +Version:1.24 Release:0 Summary:Tool to submit code to Gerrit License:Apache-2.0 @@ -29,6 +29,7 @@ BuildRequires: python-devel BuildRequires: python-pbr BuildRequires: python-setuptools +Requires: python-requests >= 1.1 BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: python-git-review = %{version} Obsoletes: python-git-review < %{version} ++ git-review-1.23.61.gcb87cd1.tar.gz -> git-review-1.24.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/git-review-1.23.61.gcb87cd1/AUTHORS new/git-review-1.24/AUTHORS --- old/git-review-1.23.61.gcb87cd1/AUTHORS 2014-05-22 23:02:54.0 +0200 +++ new/git-review-1.24/AUTHORS 2014-07-03 20:45:17.0 +0200 @@ -1 +1,46 @@ - +Aaron Schulz +Alexander Jones +Andreas Jaeger +Andrew Karnani +Anita Kuno +Antoine Musso +Carlo Marcelo Arenas Belon +Catrope +Cedric Brandily +Chmouel Boudjnah +Clark Boylan +Daniel P. Berrange +Darragh Bailey +Darragh Bailey +David Ostrovsky +Dereckson +Diederik +Dina Belova +Hugh Saunders +James E. Blair +Jason Axelson +Jeremy Stanley +Kiall Mac Innes +Krenair +Lorin Hochstein +Marcin Cieslak +Mark McLoughlin +Matthieu Baerts +Merlijn van Deen +Michael Still +Miklos Vajna +Monty Taylor +Morgan Fainberg +Ori Livneh +Paul Belanger +Pavel Sedlák +Pete Zaitcev +Roger Luethi +Saggi Mizrahi +Steve Kowalik +Thomas Goirand +Tim Landscheidt +Vishvananda Ishaya +Yuriy Taraday +gholt +saper diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/git-review-1.23.61.gcb87cd1/ChangeLog new/git-review-1.24/ChangeLog --- old/git-review-1.23.61.gcb87cd1/ChangeLog 2014-05-22 23:02:54.0 +0200 +++ new/git-review-1.24/ChangeLog 2014-07-03 20:45:17.0 +0200 @@ -1,6 +1,21 @@ CHANGES === +1.24 + + +* Update homepage on PyPI +* Update requirements to OpenStack's recommendations +* Update the README to mention dependencies +* Ensure username is set for all tests +* Provide nicer user message for missing remote ref +* Fix a typo in HACKING.rst +* Ignore newline in bp/bug search in commit message +* Restrict tests SSH auth to only the provided key +* Disable proxies for tests that clone over http +* Keep track of gerrit.war and golden_site versions +* Fix typo in manpage s/gireview/gitreview/ +* Correct git review -l over http(s) * Topic: do not use '(detached' when detached * Use gerrit 2.8.5 instead of gerrit 2.6.1 in tests * Allow to specify default scheme in .gitreview file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/git-review-1.23.61.gcb87cd1/HACKING.rst new/git-review-1.24/HACKING.rst --- old/git-review-1.23.61.gcb87cd1/HACKING.rst 2014-05-22 23:02:38.0 +0200 +++ new/git-review-1.24/HACKING.rst 2014-07-03 20:45:04.0 +0200 @@ -123,7 +123,7 @@ Then a new paragraph after a newline that explains in more detail any general information about the function, class or method. Example usages - are also great to have here if it is a
commit libmwaw for openSUSE:Factory
Hello community, here is the log from the commit of package libmwaw for openSUSE:Factory checked in at 2014-07-27 18:46:53 Comparing /work/SRC/openSUSE:Factory/libmwaw (Old) and /work/SRC/openSUSE:Factory/.libmwaw.new (New) Package is "libmwaw" Changes: --- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes 2014-01-30 11:30:19.0 +0100 +++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2014-07-27 18:46:56.0 +0200 @@ -1,0 +2,13 @@ +Tue Jul 1 14:47:43 UTC 2014 - fst...@suse.com + +- Fix patch libmwaw-0.3.1-stream.patch to allow buiding with older + version of autotools. + +--- +Wed Jun 11 09:34:13 UTC 2014 - tchva...@suse.com + +- Version bump to 0.3.1: + * Switch over to librevenge framework +- Add patch libmwaw-0.3.1-stream.patch to fix streams + +--- Old: libmwaw-0.2.0.tar.xz New: libmwaw-0.3.1-stream.patch libmwaw-0.3.1.tar.xz Other differences: -- ++ libmwaw.spec ++ --- /var/tmp/diff_new_pack.RFj9hX/_old 2014-07-27 18:46:57.0 +0200 +++ /var/tmp/diff_new_pack.RFj9hX/_new 2014-07-27 18:46:57.0 +0200 @@ -17,20 +17,23 @@ Name: libmwaw -Version:0.2.0 +Version:0.3.1 Release:0 Summary:Pre Mac OSX text file formats parser library License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+ Group: Productivity/Publishing/Word Url:http://sourceforge.net/p/libmwaw/wiki/Home/ Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz +Patch0: libmwaw-0.3.1-stream.patch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: boost-devel BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: libwpd-devel >= 0.9.0 -BuildRequires: libwpg-devel >= 0.2.0 -BuildRequires: pkgconfig +BuildRequires: librevenge-devel >= 0.0.0 +BuildRequires: libtool +BuildRequires: pkg-config BuildRequires: xz BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -38,7 +41,7 @@ %description Libmwaw is a project for converting many pre-OSX MAC text formats. -%define libname libmwaw-0_2-2 +%define libname libmwaw-0_3-3 %package -n %{libname} Summary:Pre Mac OSX text file formats parser library @@ -76,12 +79,14 @@ %prep %setup -q +%patch0 -p1 # doxygen needles rebuild sed -i \ -e 's:on $datetime::g' \ docs/doxygen/footer.html.in %build +./autogen.sh export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" %configure \ --disable-werror \ ++ libmwaw-0.3.1-stream.patch ++ --- libmwaw-0.3.1/configure.ac 2014-05-16 15:02:34.0 +0200 +++ libmwaw-0.3.1/configure.ac 2014-07-01 16:43:15.247625691 +0200 @@ -16,7 +16,7 @@ AC_INIT([libmwaw],[libmwaw_version]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([1.11 foreign dist-xz dist-bzip2]) +AM_INIT_AUTOMAKE([1.10 foreign dist-bzip2]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_LANG([C++]) AC_STRUCT_TIMEZONE() --- libmwaw-0.3.1/src/lib/Makefile.am 2014-05-16 15:02:34.0 +0200 +++ libmwaw-0.3.1/src/lib/Makefile.am 2014-05-26 12:38:37.689185841 +0200 @@ -223,6 +223,8 @@ MWAWSpreadsheetEncoder.hxx \ MWAWSpreadsheetListener.cxx \ MWAWSpreadsheetListener.hxx \ + MWAWStringStream.cxx\ + MWAWStringStream.hxx\ MWAWSubDocument.cxx \ MWAWSubDocument.hxx \ MWAWTable.cxx \ --- libmwaw-0.3.1/src/lib/MWAWInputStream.cxx 2014-04-22 15:37:01.0 +0200 +++ libmwaw-0.3.1/src/lib/MWAWInputStream.cxx 2014-05-26 12:38:45.892999633 +0200 @@ -43,6 +43,7 @@ #include "MWAWDebug.hxx" #include "MWAWInputStream.hxx" +#include "MWAWStringStream.hxx" MWAWInputStream::MWAWInputStream(shared_ptr inp, bool inverted) : m_stream(inp), m_streamSize(0), m_inverseRead(inverted), m_readLimit(-1), m_prevLimits(), @@ -517,7 +518,7 @@ MWAW_DEBUG_MSG(("MWAWInputStream::unBinHex: can not read the resource fork\n")); } else { - shared_ptr rsrc(new librevenge::RVNGStringStream(data, (unsigned int)numBytesRead)); + shared_ptr rsrc(new MWAWStringStream(data, (unsigned int)numBytesRead)); m_resourceFork.reset(new MWAWInputStream(rsrc,false)); } } @@ -532,7 +533,7 @@ MWAW_DEBUG_MSG(("MWAWInputStream::unBinHex: can not read the data fork\n")); return false; } -m_stream.reset(new librevenge::RVNGStringStream(data, (unsigned int)numBytesR
commit libixion for openSUSE:Factory
Hello community, here is the log from the commit of package libixion for openSUSE:Factory checked in at 2014-07-27 18:46:49 Comparing /work/SRC/openSUSE:Factory/libixion (Old) and /work/SRC/openSUSE:Factory/.libixion.new (New) Package is "libixion" Changes: --- /work/SRC/openSUSE:Factory/libixion/libixion.changes2014-01-30 11:29:48.0 +0100 +++ /work/SRC/openSUSE:Factory/.libixion.new/libixion.changes 2014-07-27 18:46:52.0 +0200 @@ -1,0 +2,7 @@ +Mon May 26 21:22:15 UTC 2014 - fst...@suse.com + +- Upgrade to upstream version 0.7.0 + * needed by libreoffice 4.3.x +- Add pkgconfig(mdds) dependency instead of mdds-devel + +--- Old: libixion-0.5.0.tar.bz2 New: libixion-0.7.0.tar.bz2 Other differences: -- ++ libixion.spec ++ --- /var/tmp/diff_new_pack.9cxJEb/_old 2014-07-27 18:46:52.0 +0200 +++ /var/tmp/diff_new_pack.9cxJEb/_new 2014-07-27 18:46:52.0 +0200 @@ -16,9 +16,9 @@ # -%define libname libixion-0_6-0 +%define libname libixion-0_8-0 Name: libixion -Version:0.5.0 +Version:0.7.0 Release:0 Summary:Threaded multi-target formula parser & interpreter License:MIT @@ -30,8 +30,8 @@ BuildRequires: gcc-c++ BuildRequires: libstdc++-devel BuildRequires: libtool -BuildRequires: mdds-devel >= 0.7.1 BuildRequires: pkg-config +BuildRequires: pkgconfig(mdds) >= 0.7.1 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description ++ libixion-0.5.0.tar.bz2 -> libixion-0.7.0.tar.bz2 ++ 29420 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libwps for openSUSE:Factory
Hello community, here is the log from the commit of package libwps for openSUSE:Factory checked in at 2014-07-27 18:47:02 Comparing /work/SRC/openSUSE:Factory/libwps (Old) and /work/SRC/openSUSE:Factory/.libwps.new (New) Package is "libwps" Changes: --- /work/SRC/openSUSE:Factory/libwps/libwps.changes2014-01-30 11:31:42.0 +0100 +++ /work/SRC/openSUSE:Factory/.libwps.new/libwps.changes 2014-07-27 18:47:05.0 +0200 @@ -1,0 +2,9 @@ +Mon May 26 10:25:27 UTC 2014 - fst...@suse.com + +- Upgrade to upstream version 0.3.0 + * ABI change + * Remove dependency on libwpd-devel + * Add dependency on librevenge-devel +- Added support of Microsoft Works spreadsheets + +--- Old: libwps-0.2.9.tar.xz New: libwps-0.3.0.tar.xz Other differences: -- ++ libwps.spec ++ --- /var/tmp/diff_new_pack.bJXEjU/_old 2014-07-27 18:47:05.0 +0200 +++ /var/tmp/diff_new_pack.bJXEjU/_new 2014-07-27 18:47:05.0 +0200 @@ -17,9 +17,9 @@ Name: libwps -Version:0.2.9 +Version:0.3.0 Release:0 -Summary:Library for importing the Microsoft Works word processor file format +Summary:Library for importing the Microsoft Works word processor and spreadsheet file formats License:LGPL-2.1+ and MPL-2.0+ Group: Productivity/Publishing/Word Url:http://libwps.sourceforge.net/ @@ -27,47 +27,43 @@ # note: the main package is empty, it only sets a sane name for the source rpm BuildRequires: boost-devel BuildRequires: gcc-c++ -BuildRequires: libwpd-devel >= 0.9.0 -BuildRequires: pkgconfig +BuildRequires: librevenge-devel >= 0.0.0 +BuildRequires: pkg-config BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -libwps is a library (for use by word procesors, for example) for -importing the Microsoft Works word processor file format. +libwps is a library for importing the Microsoft Works word processor +and spreadsheet file format. -%define libname libwps-0_2-2 +%define libname libwps-0_3-3 %package -n %{libname} -Summary:Library for importing the Microsoft Works word processor file format +Summary:Library for importing the Microsoft Works word processor and spreadsheet file formats Group: System/Libraries -# remove the old non-versioned package (built in the bs for instance) -Obsoletes: libwps < %{version} -Provides: libwps = %{version} %description -n %{libname} -libwps is a library (for use by word procesors, for example) for importing the -Microsoft Works word processor file format. +libwps is a library for importing the Microsoft Works word processor +and spreadsheet file format. %package devel Summary:Files for Developing with libwps Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} -Requires: libwpd-devel >= 0.9.0 %description devel -libwps is a library (for use by word procesors, for example) for -importing the Microsoft Works word processor file format. +libwps is a library for importing the Microsoft Works word processor +and spreadsheet file format. This package contains the libwps development files. %package tools -Summary:Tools for converting the Microsoft Works word processor file format +Summary:Tools for converting the Microsoft Works word processor and spreadsheet file formats Group: Productivity/Publishing/Word %description tools -Tools to work with the Microsoft Works word processor file format, -based on libwps. +Tools to work with the Microsoft Works word processor and spreadsheet +file format, based on libwps. %prep %setup -q ++ libwps-0.2.9.tar.xz -> libwps-0.3.0.tar.xz ++ 35377 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit liborcus for openSUSE:Factory
Hello community, here is the log from the commit of package liborcus for openSUSE:Factory checked in at 2014-07-27 18:46:58 Comparing /work/SRC/openSUSE:Factory/liborcus (Old) and /work/SRC/openSUSE:Factory/.liborcus.new (New) Package is "liborcus" Changes: --- /work/SRC/openSUSE:Factory/liborcus/liborcus.changes2014-01-30 11:30:31.0 +0100 +++ /work/SRC/openSUSE:Factory/.liborcus.new/liborcus.changes 2014-07-27 18:46:59.0 +0200 @@ -1,0 +2,11 @@ +Mon May 26 21:53:44 UTC 2014 - fst...@suse.com + +- Upgrade to upstream version 0.7.0 +- Remove unneeded upstreamed patches: + * liborcus-more-lib64.patch + * liborcus-0.5.1-linking.patch + * liborcus-0.5.1-mdds.patch + * liborcus-0.5.1-oldnamespace.patch +- Use pkgconfig BuildRequires wherever it is possible + +--- Old: liborcus-0.5.1-linking.patch liborcus-0.5.1-mdds.patch liborcus-0.5.1-oldnamespace.patch liborcus-0.5.1.tar.bz2 liborcus-more-lib64.patch New: liborcus-0.7.0.tar.bz2 Other differences: -- ++ liborcus.spec ++ --- /var/tmp/diff_new_pack.2aN1AA/_old 2014-07-27 18:47:00.0 +0200 +++ /var/tmp/diff_new_pack.2aN1AA/_new 2014-07-27 18:47:00.0 +0200 @@ -16,35 +16,24 @@ # -%define libname liborcus-0_6-0 +%define libname liborcus-0_8-0 Name: liborcus -Version:0.5.1 +Version:0.7.0 Release:0 Summary:Spreadsheet file processing library License:MIT Group: Productivity/Publishing/Word Url:http://gitorious.org/orcus Source: http://kohei.us/files/orcus/src/%{name}-%{version}.tar.bz2 -# Taken from git to build with newest mdds -Patch0: liborcus-0.5.1-mdds.patch -# Give this patch to kohei to include in git -Patch1: liborcus-0.5.1-oldnamespace.patch -# Taken from git to build with newer boost -Patch2: liborcus-0.5.1-linking.patch -# Add more 64bit archs to boost detection -Patch3: liborcus-more-lib64.patch -BuildRequires: autoconf >= 2.63 -BuildRequires: automake BuildRequires: boost-devel BuildRequires: coreutils BuildRequires: gcc-c++ -BuildRequires: libixion-devel >= 0.5.0 BuildRequires: libstdc++-devel -BuildRequires: libtool -BuildRequires: mdds-devel >= 0.7.1 BuildRequires: pkg-config BuildRequires: python-xml -BuildRequires: zlib-devel +BuildRequires: pkgconfig(libixion-0.8) +BuildRequires: pkgconfig(mdds) >= 0.7.1 +BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build %package -n %{libname} @@ -63,7 +52,7 @@ Summary:Spreadsheet file processing library Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} -Requires: zlib-devel +Requires: pkgconfig(zlib) %description devel Standalone file import filter library for spreadsheet documents. Currently @@ -79,13 +68,8 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 %build -autoreconf -i %configure \ --disable-static \ --disable-debug \ ++ liborcus-0.5.1.tar.bz2 -> liborcus-0.7.0.tar.bz2 ++ 68529 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libmspub for openSUSE:Factory
Hello community, here is the log from the commit of package libmspub for openSUSE:Factory checked in at 2014-07-27 18:46:52 Comparing /work/SRC/openSUSE:Factory/libmspub (Old) and /work/SRC/openSUSE:Factory/.libmspub.new (New) Package is "libmspub" Changes: --- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes2014-01-30 11:30:14.0 +0100 +++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes 2014-07-27 18:46:55.0 +0200 @@ -1,0 +2,22 @@ +Fri Jul 25 07:21:27 UTC 2014 - fst...@suse.com + +- Added patch: libmspub-0.1.1-pkgconfig.patch + * Remove the Requires.private which breaks SLE11 builds + +--- +Tue Jul 8 13:20:23 UTC 2014 - tchva...@suse.com + +- Version bump to 0.1.1: + * Various small bugfixes + +--- +Mon May 26 09:40:54 UTC 2014 - fst...@suse.com + +- Upgrade to upstream version 0.1.0 + * ABI changes + * Remove dependency on libwpd-devel and libwpg-devel + * Add dependency on librevenge-devel +- License change + * Released under MPL-2.0 + +--- Old: libmspub-0.0.6.tar.xz New: libmspub-0.1.1-pkgconfig.patch libmspub-0.1.1.tar.xz Other differences: -- ++ libmspub.spec ++ --- /var/tmp/diff_new_pack.jSuDuy/_old 2014-07-27 18:46:55.0 +0200 +++ /var/tmp/diff_new_pack.jSuDuy/_new 2014-07-27 18:46:55.0 +0200 @@ -17,29 +17,31 @@ Name: libmspub -Version:0.0.6 +Version:0.1.1 Release:0 Summary:Microsoft Publisher file format parser library -License:LGPL-2.1+ or GPL-2.0+ or MPL-1.1 +License:MPL-2.0 Group: Productivity/Publishing/Word Url:http://www.freedesktop.org/wiki/Software/libmspub -Source: http://dev-www.libreoffice.org/src/libmspub-%{version}.tar.xz +Source: http://dev-www.libreoffice.org/src/libmspub/libmspub-%{version}.tar.xz +Patch0: libmspub-0.1.1-pkgconfig.patch BuildRequires: boost-devel BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libicu-devel -BuildRequires: libwpd-devel >= 0.9.0 -BuildRequires: libwpg-devel >= 0.2.0 -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: xz -BuildRequires: zlib-devel +BuildRequires: pkgconfig(librevenge-0.0) +BuildRequires: pkgconfig(librevenge-generators-0.0) +BuildRequires: pkgconfig(librevenge-stream-0.0) +BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description libmspub is a library for parsing the Microsoft Publisher file format structure. -%define libname libmspub-0_0-0 +%define libname libmspub-0_1-1 %package -n %{libname} Summary:Microsoft Publisher file format parser library @@ -53,8 +55,6 @@ Summary:Files for Developing with libmspub Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} -Requires: libwpd-devel -Requires: libwpg-devel %description devel libmspub is a library for parsing the Microsoft Publisher file format structure. @@ -80,6 +80,7 @@ %prep %setup -q +%patch0 -p1 %build export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" ++ libmspub-0.1.1-pkgconfig.patch ++ --- libmspub-0.1.1/libmspub.pc.in 2014-04-16 19:07:21.0 +0200 +++ libmspub-0.1.1/libmspub.pc.in 2014-07-25 09:17:51.019165317 +0200 @@ -9,5 +9,3 @@ Requires: librevenge-0.0 librevenge-stream-0.0 Libs: -L${libdir} -lmspub-@MSPUB_MAJOR_VERSION@.@MSPUB_MINOR_VERSION@ Cflags: -I${includedir}/libmspub-@MSPUB_MAJOR_VERSION@.@MSPUB_MINOR_VERSION@ - -Requires.private: icu-i18n zlib ++ libmspub-0.0.6.tar.xz -> libmspub-0.1.1.tar.xz ++ 13859 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libwpg for openSUSE:Factory
Hello community, here is the log from the commit of package libwpg for openSUSE:Factory checked in at 2014-07-27 18:47:01 Comparing /work/SRC/openSUSE:Factory/libwpg (Old) and /work/SRC/openSUSE:Factory/.libwpg.new (New) Package is "libwpg" Changes: --- /work/SRC/openSUSE:Factory/libwpg/libwpg.changes2014-01-30 11:31:34.0 +0100 +++ /work/SRC/openSUSE:Factory/.libwpg.new/libwpg.changes 2014-07-27 18:47:02.0 +0200 @@ -1,0 +2,7 @@ +Wed Jun 11 09:31:32 UTC 2014 - tchva...@suse.com + +- Version bump to 0.3.0: + * New release based on librevenge framework + * Variouf fixes and cleanups + +--- Old: libwpg-0.2.2.tar.xz New: libwpg-0.3.0.tar.xz Other differences: -- ++ libwpg.spec ++ --- /var/tmp/diff_new_pack.VG3A6Y/_old 2014-07-27 18:47:04.0 +0200 +++ /var/tmp/diff_new_pack.VG3A6Y/_new 2014-07-27 18:47:04.0 +0200 @@ -17,7 +17,7 @@ Name: libwpg -Version:0.2.2 +Version:0.3.0 Release:0 Summary:Library to read and parse graphics in WordPerfect Graphics format License:LGPL-2.1+ and MPL-2.0+ @@ -26,8 +26,9 @@ Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz BuildRequires: doxygen BuildRequires: gcc-c++ -BuildRequires: libwpd-devel >= 0.9.0 -BuildRequires: pkgconfig +BuildRequires: librevenge-devel >= 0.0.0 +BuildRequires: libwpd-devel >= 0.10.0 +BuildRequires: pkg-config BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -36,7 +37,7 @@ Graphics) format. It is cross-platform, at the moment it can be build on Microsoft Windows and Linux. -%define libname libwpg-0_2-2 +%define libname libwpg-0_3-3 %package -n %{libname} Summary:Library to read and parse graphics in WordPerfect Graphics format ++ libwpg-0.2.2.tar.xz -> libwpg-0.3.0.tar.xz ++ 11569 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libe-book for openSUSE:Factory
Hello community, here is the log from the commit of package libe-book for openSUSE:Factory checked in at 2014-07-27 18:46:46 Comparing /work/SRC/openSUSE:Factory/libe-book (Old) and /work/SRC/openSUSE:Factory/.libe-book.new (New) Package is "libe-book" Changes: --- /work/SRC/openSUSE:Factory/libe-book/libe-book.changes 2014-05-02 13:59:02.0 +0200 +++ /work/SRC/openSUSE:Factory/.libe-book.new/libe-book.changes 2014-07-27 18:46:48.0 +0200 @@ -1,0 +2,18 @@ +Tue Jun 3 07:41:11 UTC 2014 - fst...@suse.com + +- Upgrade to upstream version 0.1.1 + * Fix various problems when using --disable-experimental. + * Work around MSVC bug. + * Fix parsing of zipped FictionBook 2 files. + +--- +Mon May 26 10:10:01 UTC 2014 - fst...@suse.com + +- Upgrade to upstream version 0.1.0 + * ABI change + * Remove dependency on libwpd-devel + * Add dependency on librevenge-devel +- License change + * Released under MPL-2.0 + +--- Old: libe-book-0.0.2.tar.bz2 New: libe-book-0.1.1.tar.xz Other differences: -- ++ libe-book.spec ++ --- /var/tmp/diff_new_pack.V1wfnA/_old 2014-07-27 18:46:49.0 +0200 +++ /var/tmp/diff_new_pack.V1wfnA/_new 2014-07-27 18:46:49.0 +0200 @@ -17,24 +17,25 @@ Name: libe-book -Version:0.0.2 +Version:0.1.1 Release:0 Summary:A library for import of non-HTML reflowable e-book formats -License:LGPL-2.1+ or MPL-2.0 +License:MPL-2.0 Group: Productivity/Publishing/Word Url:https://sourceforge.net/projects/libebook/ -Source: http://downloads.sourceforge.net/libebook/%{name}-%{version}.tar.bz2 +Source: http://downloads.sourceforge.net/libebook/%{name}-%{version}.tar.xz BuildRequires: boost-devel -BuildRequires: cppunit-devel BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gperf BuildRequires: libicu-devel -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: xz -BuildRequires: pkgconfig(libwpd-0.9) -BuildRequires: pkgconfig(libwpd-stream-0.9) +BuildRequires: pkgconfig(cppunit) +BuildRequires: pkgconfig(librevenge-0.0) +BuildRequires: pkgconfig(librevenge-generators-0.0) +BuildRequires: pkgconfig(librevenge-stream-0.0) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -44,7 +45,7 @@ Currently supported are PalmDoc, TealDoc, Plucker eBook, eReader eBook, FictionBook v.2, TCR, zTXT. -%define libname libe-book-0_0-0 +%define libname libe-book-0_1-1 %package -n %{libname} Summary:A library for import of non-HTML reflowable e-book formats @@ -88,7 +89,7 @@ %setup -q %build -export CXXFLAGS="%optflags -fvisibility-inlines-hidden" +export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" %configure \ --disable-werror \ --enable-tests \ @@ -102,6 +103,7 @@ %install %make_install find %{buildroot} -type f -name "*.la" -delete -print +rm -f %{buildroot}%{_datadir}/%{name}/html*.css %fdupes -s %{buildroot}%{_docdir}/%{name}/html %post -n %{libname} -p /sbin/ldconfig @@ -121,15 +123,14 @@ %files devel-doc %defattr(-,root,root) %doc %dir %{_docdir}/%{name} -%doc %{_docdir}/%{name}/html +%doc %{_docdir}/%{name} %files tools %defattr(-,root,root) %{_bindir}/* %doc %dir %{_docdir}/%{name} %doc ChangeLog -%doc COPYING.LGPL -%doc COPYING.MPL +%doc COPYING %doc NEWS %doc TODO -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libfreehand for openSUSE:Factory
Hello community, here is the log from the commit of package libfreehand for openSUSE:Factory checked in at 2014-07-27 18:47:07 Comparing /work/SRC/openSUSE:Factory/libfreehand (Old) and /work/SRC/openSUSE:Factory/.libfreehand.new (New) Package is "libfreehand" Changes: --- /work/SRC/openSUSE:Factory/libfreehand/libfreehand.changes 2014-01-23 15:47:26.0 +0100 +++ /work/SRC/openSUSE:Factory/.libfreehand.new/libfreehand.changes 2014-07-27 18:47:11.0 +0200 @@ -1,0 +2,8 @@ +Mon May 26 09:45:24 UTC 2014 - fst...@suse.com + +- Upgrade to upstream version 0.1.0 + * ABI change + * Remove dependency on libwpd-devel and libwpg-devel + * Add dependency on librevenge-devel + +--- Old: libfreehand-0.0.0.tar.xz New: libfreehand-0.1.0.tar.xz Other differences: -- ++ libfreehand.spec ++ --- /var/tmp/diff_new_pack.ZXOqdz/_old 2014-07-27 18:47:12.0 +0200 +++ /var/tmp/diff_new_pack.ZXOqdz/_new 2014-07-27 18:47:12.0 +0200 @@ -16,25 +16,25 @@ # -%define libname libfreehand-0_0-0 - +%define libname libfreehand-0_1-1 Name: libfreehand -Version:0.0.0 +Version:0.1.0 Release:0 Summary:Library for import of FreeHand drawings License:MPL-2.0 Group: Productivity/Publishing/Word Url:http://www.freedesktop.org/wiki/Software/libfreehand -Source0:http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz +Source0: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gperf -BuildRequires: libwpd-devel >= 0.9.0 -BuildRequires: libwpg-devel >= 0.2.0 -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: xz -BuildRequires: zlib-devel +BuildRequires: pkgconfig(librevenge-0.0) +BuildRequires: pkgconfig(librevenge-generators-0.0) +BuildRequires: pkgconfig(librevenge-stream-0.0) +BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -53,8 +53,6 @@ Summary:Files for Developing with libfreehand Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} -Requires: libwpd-devel -Requires: libwpg-devel %description devel Libfreehand is library providing ability to interpret and import Adobe/Macromedia @@ -83,7 +81,7 @@ %setup -q %build -export CXXFLAGS="%optflags -fvisibility-inlines-hidden" +export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" %configure \ --disable-werror \ --disable-static \ @@ -91,9 +89,9 @@ make %{?_smp_mflags} V=1 %install -make DESTDIR=%{buildroot} install +make DESTDIR=%{buildroot} install %{?_smp_mflags} -rm %{buildroot}%{_libdir}/*.la +find %{buildroot} -type f -name "*.la" -delete -print cp -p AUTHORS COPYING ChangeLog %{buildroot}%{_docdir}/%{name}-devel/ @@ -105,7 +103,7 @@ %files -n %{libname} %defattr(-,root,root) -%{_libdir}/*.so.0* +%{_libdir}/*.so.* %files devel %defattr(-,root,root) ++ libfreehand-0.0.0.tar.xz -> libfreehand-0.1.0.tar.xz ++ 5963 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit liblangtag for openSUSE:Factory
Hello community, here is the log from the commit of package liblangtag for openSUSE:Factory checked in at 2014-07-27 18:46:50 Comparing /work/SRC/openSUSE:Factory/liblangtag (Old) and /work/SRC/openSUSE:Factory/.liblangtag.new (New) Package is "liblangtag" Changes: --- /work/SRC/openSUSE:Factory/liblangtag/liblangtag.changes2014-06-02 07:00:09.0 +0200 +++ /work/SRC/openSUSE:Factory/.liblangtag.new/liblangtag.changes 2014-07-27 18:46:53.0 +0200 @@ -1,0 +2,7 @@ +Wed Jun 25 13:03:20 UTC 2014 - tchva...@suse.com + +- Version bump to 0.5.4: + * Various small items detailed in NEWS file + * Removed language stubtag registry + +--- Old: liblangtag-0.5.3.tar.bz2 New: liblangtag-0.5.4.tar.bz2 Other differences: -- ++ liblangtag.spec ++ --- /var/tmp/diff_new_pack.OZNHcW/_old 2014-07-27 18:46:54.0 +0200 +++ /var/tmp/diff_new_pack.OZNHcW/_new 2014-07-27 18:46:54.0 +0200 @@ -19,7 +19,7 @@ %define libname liblangtag1 Name: liblangtag -Version:0.5.3 +Version:0.5.4 Release:0 Summary:An interface library to access tags for identifying languages License:LGPL-3.0+ or MPL-2.0 ++ liblangtag-0.5.3.tar.bz2 -> liblangtag-0.5.4.tar.bz2 ++ 18713 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit writerperfect for openSUSE:Factory
Hello community, here is the log from the commit of package writerperfect for openSUSE:Factory checked in at 2014-07-27 18:47:03 Comparing /work/SRC/openSUSE:Factory/writerperfect (Old) and /work/SRC/openSUSE:Factory/.writerperfect.new (New) Package is "writerperfect" Changes: --- /work/SRC/openSUSE:Factory/writerperfect/writerperfect.changes 2013-12-18 19:47:14.0 +0100 +++ /work/SRC/openSUSE:Factory/.writerperfect.new/writerperfect.changes 2014-07-27 18:47:06.0 +0200 @@ -1,0 +2,17 @@ +Tue Jun 3 07:23:53 UTC 2014 - fst...@suse.com + +- Upgrade to upstream 0.9.1 + * Fix format check for ebook2odt, because of which every e-book +format was rejected as not supported. + * Various minor fixes and improvements. + +--- +Mon May 26 13:09:45 UTC 2014 - fst...@suse.com + +- Upgrade to upstream 0.9.0 + * ABI change + * Support MS Works spreadsheets + * Support Pages documents + * Dependency on librevenge framework + +--- Old: writerperfect-0.8.3.tar.xz New: writerperfect-0.9.1.tar.xz Other differences: -- ++ writerperfect.spec ++ --- /var/tmp/diff_new_pack.ljDUc4/_old 2014-07-27 18:47:07.0 +0200 +++ /var/tmp/diff_new_pack.ljDUc4/_new 2014-07-27 18:47:07.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package writerperfect # -# 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 @@ -17,44 +17,45 @@ Name: writerperfect -Version:0.8.3 +Version:0.9.1 Release:0 Summary:Tools for converting WordPerfect(tm) documents License:LGPL-2.1+ or MPL-2.0+ Group: Productivity/Text/Convertors Url:http://libwpd.sf.net/ Source: http://downloads.sourceforge.net/project/libwpd/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz +BuildRequires: boost-devel BuildRequires: gcc-c++ +BuildRequires: glib2-devel >= 2.0.0 BuildRequires: libgsf-devel >= 1.6.0 BuildRequires: pkgconfig BuildRequires: xz -BuildRequires: pkgconfig(libcdr-0.0) -BuildRequires: pkgconfig(libetonyek-0.0) -BuildRequires: pkgconfig(libfreehand-0.0) -BuildRequires: pkgconfig(libmspub-0.0) -BuildRequires: pkgconfig(libmwaw-0.2) -BuildRequires: pkgconfig(libodfgen-0.0) -BuildRequires: pkgconfig(libvisio-0.0) -BuildRequires: pkgconfig(libwpd-0.9) -BuildRequires: pkgconfig(libwpd-stream-0.9) -BuildRequires: pkgconfig(libwpg-0.2) -BuildRequires: pkgconfig(libwps-0.2) +BuildRequires: pkgconfig(libcdr-0.1) +BuildRequires: pkgconfig(libetonyek-0.1) +BuildRequires: pkgconfig(libfreehand-0.1) +BuildRequires: pkgconfig(libmspub-0.1) +BuildRequires: pkgconfig(libmwaw-0.3) +BuildRequires: pkgconfig(libodfgen-0.1) +BuildRequires: pkgconfig(librevenge-0.0) >= 0.0.1 +BuildRequires: pkgconfig(librevenge-stream-0.0) +BuildRequires: pkgconfig(libvisio-0.1) +BuildRequires: pkgconfig(libwpd-0.10) +BuildRequires: pkgconfig(libwpg-0.3) +BuildRequires: pkgconfig(libwps-0.3) Requires: cdr2odg Requires: cmx2odg Requires: fh2odg Requires: key2odp -Requires: mwaw2odt +Requires: mwaw2odf +Requires: pages2odt Requires: pub2odg Requires: vsd2odg Requires: vss2odg +Requires: wks2ods Requires: wpd2odt Requires: wpg2odg Requires: wps2odt BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if %{!?_without_stream:1}%{?_without_stream:0} -BuildRequires: glib2-devel >= 2.0.0 -BuildRequires: libgsf-devel >= 1.6.0 -%endif %description Tools for converting WordPerfect(tm) documents into OpenDocument Text and Word Perfect Graphics into OpenDocument Drawing formats. @@ -73,12 +74,19 @@ %description -n wps2odt Tool for converting MS Works documents into OpenDocument Text format. -%package -n mwaw2odt -Summary:Converter from Mwaw to ODT +%package -n wks2ods +Summary:Converter from WKS to ODS Group: Productivity/Text/Convertors -%description -n mwaw2odt -Tool for converting different pre-OSX Mac documents into OpenDocument Text format. +%description -n wks2ods +Tool for converting MS Works spreadsheets into OpenDocument Spreadsheet format. + +%package -n mwaw2odf +Summary:Converter from Mwaw to ODF +Group: Productivity/Text/Convertors + +%description -n mwaw2odf +Tool for converting different pre-OSX Mac documents into OpenDocument formats. %package -n wpg2odg Sum
commit libcdr for openSUSE:Factory
Hello community, here is the log from the commit of package libcdr for openSUSE:Factory checked in at 2014-07-27 18:47:05 Comparing /work/SRC/openSUSE:Factory/libcdr (Old) and /work/SRC/openSUSE:Factory/.libcdr.new (New) Package is "libcdr" Changes: --- /work/SRC/openSUSE:Factory/libcdr/libcdr.changes2014-04-14 20:28:10.0 +0200 +++ /work/SRC/openSUSE:Factory/.libcdr.new/libcdr.changes 2014-07-27 18:47:07.0 +0200 @@ -1,0 +2,14 @@ +Fri Jul 25 07:15:32 UTC 2014 - fst...@suse.com + +- Added patch: libcdr-0.1.0-pkgconfig.patch + * Remove the Requires.private which breaks SLE11 builds + +--- +Mon May 26 09:30:13 UTC 2014 - fst...@suse.com + +- Upgrade to upstream version 0.1.0 + * ABI change + * Remove dependency on libwpd-devel and libwpg-devel + * Add dependency on librevenge-devel + +--- Old: libcdr-0.0.16.tar.xz New: libcdr-0.1.0-pkgconfig.patch libcdr-0.1.0.tar.xz Other differences: -- ++ libcdr.spec ++ --- /var/tmp/diff_new_pack.IM1x08/_old 2014-07-27 18:47:08.0 +0200 +++ /var/tmp/diff_new_pack.IM1x08/_new 2014-07-27 18:47:08.0 +0200 @@ -16,26 +16,30 @@ # -%define libname libcdr-0_0-0 +%define libname libcdr-0_1-1 Name: libcdr -Version:0.0.16 +Version:0.1.0 Release:0 Summary:Library for parsing the Corel Draw file format structure License:MPL-2.0 Group: Productivity/Publishing/Word Url:http://www.freedesktop.org/wiki/Software/libcdr -Source0:http://dev-www.libreoffice.org/src/libcdr-%{version}.tar.xz +Source0: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz # note: the main package is empty, it only sets a sane name for the source rpm +Patch0: libcdr-0.1.0-pkgconfig.patch BuildRequires: boost-devel BuildRequires: doxygen +BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libicu-devel -BuildRequires: liblcms2-devel -BuildRequires: libwpd-devel >= 0.9.5 -BuildRequires: libwpg-devel >= 0.2.0 -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: xz -BuildRequires: zlib-devel +BuildRequires: pkgconfig(lcms2) +BuildRequires: pkgconfig(librevenge-0.0) +BuildRequires: pkgconfig(librevenge-generators-0.0) +BuildRequires: pkgconfig(librevenge-stream-0.0) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -54,8 +58,6 @@ Summary:Files for Developing with libcdr Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} -Requires: libwpd-devel -Requires: libwpg-devel %description devel libcdr is a library for parsing the Corel Draw file format structure. It is @@ -82,6 +84,7 @@ %prep %setup -q +%patch0 -p1 %build export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" @@ -95,6 +98,8 @@ mkdir -p %{buildroot}%{_docdir}/%{name} cp -p AUTHORS COPYING.* ChangeLog %{buildroot}%{_docdir}/%{name} +%fdupes -s %{buildroot} + %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig ++ libcdr-0.1.0-pkgconfig.patch ++ --- libcdr-0.1.0/libcdr.pc.in 2014-04-16 19:06:20.0 +0200 +++ libcdr-0.1.0/libcdr.pc.in 2014-07-25 09:14:23.096910474 +0200 @@ -9,5 +9,3 @@ Requires: librevenge-0.0 librevenge-stream-0.0 Libs: -L${libdir} -lcdr-@CDR_MAJOR_VERSION@.@CDR_MINOR_VERSION@ Cflags: -I${includedir}/libcdr-@CDR_MAJOR_VERSION@.@CDR_MINOR_VERSION@ - -Requires.private: icu-i18n lcms2 zlib ++ libcdr-0.0.16.tar.xz -> libcdr-0.1.0.tar.xz ++ 13201 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libexttextcat for openSUSE:Factory
Hello community, here is the log from the commit of package libexttextcat for openSUSE:Factory checked in at 2014-07-27 18:46:48 Comparing /work/SRC/openSUSE:Factory/libexttextcat (Old) and /work/SRC/openSUSE:Factory/.libexttextcat.new (New) Package is "libexttextcat" Changes: --- /work/SRC/openSUSE:Factory/libexttextcat/libexttextcat.changes 2014-01-30 11:29:34.0 +0100 +++ /work/SRC/openSUSE:Factory/.libexttextcat.new/libexttextcat.changes 2014-07-27 18:46:50.0 +0200 @@ -1,0 +2,6 @@ +Tue Jul 8 13:22:05 UTC 2014 - tchva...@suse.com + +- Version bump to 3.4.4: + * Fix overlaping memcpy + +--- Old: libexttextcat-3.4.3.tar.xz New: libexttextcat-3.4.4.tar.xz Other differences: -- ++ libexttextcat.spec ++ --- /var/tmp/diff_new_pack.z7Vucr/_old 2014-07-27 18:46:51.0 +0200 +++ /var/tmp/diff_new_pack.z7Vucr/_new 2014-07-27 18:46:51.0 +0200 @@ -18,7 +18,7 @@ %define libname libexttextcat-2_0-0 Name: libexttextcat -Version:3.4.3 +Version:3.4.4 Release:0 Summary:Text categorization library datafiles and documents License:BSD-4-Clause ++ libexttextcat-3.4.3.tar.xz -> libexttextcat-3.4.4.tar.xz ++ 6795 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libwpd for openSUSE:Factory
Hello community, here is the log from the commit of package libwpd for openSUSE:Factory checked in at 2014-07-27 18:47:00 Comparing /work/SRC/openSUSE:Factory/libwpd (Old) and /work/SRC/openSUSE:Factory/.libwpd.new (New) Package is "libwpd" Changes: --- /work/SRC/openSUSE:Factory/libwpd/libwpd.changes2014-01-30 11:31:28.0 +0100 +++ /work/SRC/openSUSE:Factory/.libwpd.new/libwpd.changes 2014-07-27 18:47:01.0 +0200 @@ -1,0 +2,7 @@ +Mon May 26 09:16:13 UTC 2014 - fst...@suse.com + +- Upgrade to version 0.10.0 + * ABI change + * Depend on librevenge-devel + +--- Old: libwpd-0.9.9.tar.xz New: libwpd-0.10.0.tar.xz Other differences: -- ++ libwpd.spec ++ --- /var/tmp/diff_new_pack.NVDFdZ/_old 2014-07-27 18:47:02.0 +0200 +++ /var/tmp/diff_new_pack.NVDFdZ/_new 2014-07-27 18:47:02.0 +0200 @@ -17,7 +17,7 @@ Name: libwpd -Version:0.9.9 +Version:0.10.0 Release:0 Summary:Library for Importing WordPerfect (tm) Documents License:LGPL-2.1+ and MPL-2.0+ @@ -28,9 +28,10 @@ BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: xz -BuildRequires: zlib-devel +BuildRequires: pkgconfig(librevenge-0.0) +BuildRequires: pkgconfig(librevenge-stream-0.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -39,14 +40,11 @@ designed to be used by another program (for example, a word processor) as an in-process component. -%define libname libwpd-0_9-9 +%define libname libwpd-0_10-10 %package -n %{libname} Summary:Library for Importing WordPerfect (tm) Documents Group: System/Libraries -# remove the old non-versioned package (built in the bs for instance) -Provides: libwpd = %{version} -Obsoletes: libwpd < %{version} %description -n %{libname} libwpd is a general purpose library for reading or interpreting data @@ -120,7 +118,6 @@ %files tools %defattr(-,root,root) %{_bindir}/* -%doc %dir %{_docdir}/%{name} %doc ChangeLog %doc COPYING.LGPL %doc COPYING.MPL ++ libwpd-0.9.9.tar.xz -> libwpd-0.10.0.tar.xz ++ 31734 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit libetonyek for openSUSE:Factory
Hello community, here is the log from the commit of package libetonyek for openSUSE:Factory checked in at 2014-07-27 18:46:47 Comparing /work/SRC/openSUSE:Factory/libetonyek (Old) and /work/SRC/openSUSE:Factory/.libetonyek.new (New) Package is "libetonyek" Changes: --- /work/SRC/openSUSE:Factory/libetonyek/libetonyek.changes2014-06-02 07:00:14.0 +0200 +++ /work/SRC/openSUSE:Factory/.libetonyek.new/libetonyek.changes 2014-07-27 18:46:49.0 +0200 @@ -1,0 +2,26 @@ +Fri Jul 11 08:26:57 UTC 2014 - tchva...@suse.com + +- Update Source URL to have auto-download working again. + +--- +Wed Jul 2 14:21:24 UTC 2014 - fst...@suse.com + +- libetonyek-0.1.1-constants.patch + * Ditch the boost/math/constants/constants.hpp altogether + * Fixes build on systems with older boost + +--- +Tue Jun 3 07:29:00 UTC 2014 - fst...@suse.com + +- Upgrade to upstream version 0.1.1 + * Fix detection of Keynote 3 documents. + +--- +Mon May 26 09:49:13 UTC 2014 - fst...@suse.com + +- Upgrade to upstream version 0.1.0 + * ABI change + * Remove dependency on libwpd-devel + * Add dependency on librevenge-devel + +--- Old: libetonyek-0.0.4.tar.xz New: libetonyek-0.1.1-constants.patch libetonyek-0.1.1.tar.xz Other differences: -- ++ libetonyek.spec ++ --- /var/tmp/diff_new_pack.WxXkdC/_old 2014-07-27 18:46:50.0 +0200 +++ /var/tmp/diff_new_pack.WxXkdC/_new 2014-07-27 18:46:50.0 +0200 @@ -16,26 +16,29 @@ # -%define libname libetonyek-0_0-0 +%define libname libetonyek-0_1-1 Name: libetonyek -Version:0.0.4 +Version:0.1.1 Release:0 Summary:Library for Apple Keynote presentations License:MPL-2.0 Group: Productivity/Publishing/Word Url:http://www.freedesktop.org/wiki/Software/libetonyek -Source0:http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz +Source0: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz +Patch0: libetonyek-0.1.1-constants.patch BuildRequires: boost-devel -BuildRequires: cppunit-devel BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gperf -BuildRequires: libwpd-devel >= 0.9.0 -BuildRequires: libxml2-devel -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: xz -BuildRequires: zlib-devel +BuildRequires: pkgconfig(cppunit) +BuildRequires: pkgconfig(librevenge-0.0) +BuildRequires: pkgconfig(librevenge-generators-0.0) +BuildRequires: pkgconfig(librevenge-stream-0.0) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -81,9 +84,10 @@ %prep %setup -q +%patch0 -p1 %build -export CXXFLAGS="%optflags -fvisibility-inlines-hidden" +export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" %configure \ --disable-werror \ --disable-static \ @@ -108,7 +112,7 @@ %files -n %{libname} %defattr(-,root,root) -%{_libdir}/*.so.0* +%{_libdir}/*.so.* %files devel %defattr(-,root,root) ++ libetonyek-0.1.1-constants.patch ++ --- libetonyek-0.1.1/src/lib/KEY2ParserUtils.cpp +++ libetonyek-0.1.1/src/lib/KEY2ParserUtils.cpp @@ -8,7 +8,6 @@ */ #include -#include #include "libetonyek_xml.h" #include "KEY2ParserUtils.h" @@ -161,7 +160,7 @@ double KEY2ParserUtils::deg2rad(double value) value += 360; // convert - return boost::math::constants::pi() / 180 * value; + return etonyek_pi / 180 * value; } KEY2ParserUtils::KEY2ParserUtils() --- libetonyek-0.1.1/src/lib/KEYShape.cpp +++ libetonyek-0.1.1/src/lib/KEYShape.cpp @@ -11,8 +11,6 @@ #include #include -#include - #include "KEYOutput.h" #include "KEYPath.h" #include "KEYShape.h" @@ -20,8 +18,6 @@ #include "KEYTransformation.h" #include "KEYTypes.h" -namespace m = boost::math::constants; - using std::deque; namespace libetonyek @@ -138,7 +134,7 @@ deque rotatePoint(const Point &point, const unsigned n) deque points; - const double angle = m::two_pi() / n; + const double angle = etonyek_two_pi / n; points.push_back(point); for (unsigned i = 1; i < n; ++i) @@ -308,7 +304,7 @@ KEYPathPtr_t makeStarPath(const KEYSize &size, const unsigned points, const doub const deque outerPoints = rotatePoint(Point(0, -1), points); // create inner points - const double angle = m::two_pi() / points; + const double angle = etonyek_two_pi / points; d
commit libodfgen for openSUSE:Factory
Hello community, here is the log from the commit of package libodfgen for openSUSE:Factory checked in at 2014-07-27 18:46:56 Comparing /work/SRC/openSUSE:Factory/libodfgen (Old) and /work/SRC/openSUSE:Factory/.libodfgen.new (New) Package is "libodfgen" Changes: --- /work/SRC/openSUSE:Factory/libodfgen/libodfgen.changes 2014-01-30 11:30:24.0 +0100 +++ /work/SRC/openSUSE:Factory/.libodfgen.new/libodfgen.changes 2014-07-27 18:46:57.0 +0200 @@ -1,0 +2,15 @@ +Tue Jun 3 07:17:27 UTC 2014 - fst...@suse.com + +- Upgrade to version 0.1.0 + * Export API symbols on Windows. + * Fix few minor problems with debug mode. + +--- +Mon May 26 08:37:50 UTC 2014 - fst...@suse.com + +- Upgrade to version 0.1.0 + * ABI change + * Remove dependencies on libwpd, libwpg and libetonyek + * Add dependency on librevenge + +--- Old: libodfgen-0.0.4.tar.xz New: libodfgen-0.1.1.tar.xz Other differences: -- ++ libodfgen.spec ++ --- /var/tmp/diff_new_pack.AId9LC/_old 2014-07-27 18:46:58.0 +0200 +++ /var/tmp/diff_new_pack.AId9LC/_new 2014-07-27 18:46:58.0 +0200 @@ -17,7 +17,7 @@ Name: libodfgen -Version:0.0.4 +Version:0.1.1 Release:0 Summary:Library to generate ODF documents from libwpd's and libwpg's api calls License:LGPL-2.1+ and MPL-2.0+ @@ -28,18 +28,17 @@ BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: libetonyek-devel -BuildRequires: libwpd-devel -BuildRequires: libwpg-devel -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: xz +BuildRequires: pkgconfig(librevenge-0.0) +BuildRequires: pkgconfig(librevenge-stream-0.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description libodfgen is a general purpose library designed to generate ODF documents from api calls to libwpd and libwpg libraries. -%define libname libodfgen-0_0-0 +%define libname libodfgen-0_1-1 %package -n %{libname} Summary:Library to generate ODF documents from libwpd's and libwpg's api calls @@ -80,7 +79,7 @@ --docdir=%{_docdir}/%{name}-devel/html \ --with-sharedptr=boost -make %{?_smp_mflags} V=1 +make %{?_smp_mflags} %install make DESTDIR=%{buildroot} install %{?_smp_mflags} ++ libodfgen-0.0.4.tar.xz -> libodfgen-0.1.1.tar.xz ++ 21832 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org