From jajcus at pld-linux.org Mon Dec 17 08:42:22 2018 From: jajcus at pld-linux.org (jajcus) Date: Mon, 17 Dec 2018 08:42:22 +0100 Subject: =?utf8?q?=5Bpackages/sparse=5D_Release=3A_3_=28rebuild_with_rtti_llvm_7=29?= References: <258a0b40bae2ffcaae768d9627b39b15a0516278_refs_heads_master@pld-linux.org> Message-ID: commit c9f35882104ffd91ad917ef076c27f99fd1d88fd Author: Jacek Konieczny Date: Mon Dec 17 08:41:55 2018 +0100 Release: 3 (rebuild with rtti llvm 7) sparse.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/sparse.spec b/sparse.spec index f8e3f07..2aaee79 100644 --- a/sparse.spec +++ b/sparse.spec @@ -2,7 +2,7 @@ Summary: Sparse - a semantic parser of source files Summary(pl.UTF-8): Sparse - analizator semantyczny plik?w ?r?d?owych Name: sparse Version: 0.5.2 -Release: 2 +Release: 3 License: OSL v1.1 Group: Development/Debuggers Source0: https://www.kernel.org/pub/software/devel/sparse/dist/%{name}-%{version}.tar.xz ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/sparse.git/commitdiff/c9f35882104ffd91ad917ef076c27f99fd1d88fd From jajcus at pld-linux.org Mon Dec 17 10:35:52 2018 From: jajcus at pld-linux.org (jajcus) Date: Mon, 17 Dec 2018 10:35:52 +0100 Subject: =?utf8?q?=5Bpackages/rust=5D_remove_x32_from_ExclusiveArch?= References: <6ed79af8670b85156029cb4afdf6d5f24c6841a2_refs_heads_master@pld-linux.org> Message-ID: <46078aae3376d815e79841f32f909a8ee5457d6f_refs_heads_master@pld-linux.org> commit 46078aae3376d815e79841f32f909a8ee5457d6f Author: Jacek Konieczny Date: Mon Dec 17 10:35:11 2018 +0100 remove x32 from ExclusiveArch We don't even have a working x32 rust to bootstrap this rust.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/rust.spec b/rust.spec index 1fb4b6d..acd57f4 100644 --- a/rust.spec +++ b/rust.spec @@ -62,7 +62,7 @@ BuildRequires: procps Requires: gcc # Only x86_64 and i686 are Tier 1 platforms at this time. # https://doc.rust-lang.org/stable/book/getting-started.html#tier-1 -ExclusiveArch: %{x8664} %{ix86} x32 +ExclusiveArch: %{x8664} %{ix86} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %ifarch x32 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/rust.git/commitdiff/46078aae3376d815e79841f32f909a8ee5457d6f From jajcus at pld-linux.org Mon Dec 17 10:36:01 2018 From: jajcus at pld-linux.org (jajcus) Date: Mon, 17 Dec 2018 10:36:01 +0100 Subject: DISTFILES: rust: ERRORS: rustc-1.31.0-src.tar.gz rust-1.30.0-x86_64-unknown-linux-gnu.tar.gz rust-1.30.0-i686-unknown-linux-gnu.tar.gz rustc-stable-src.tar.gz Message-ID: <17747.1545039361@distfiles.pld-linux.org> Request by: jajcus wget -nv --no-iri --no-check-certificate --user-agent=PLD/distfiles -O ./tmp/683cca06-5f01-47ab-9a3c-3667e2d29ca8/f360954192dd6ce924a77e4f41abf05b/rustc-stable-src.tar.gz https://static.rust-lang.org/dist/rustc-stable-src.tar.gz: https://static.rust-lang.org/dist/rustc-stable-src.tar.gz: 2018-12-17 10:36:01 ERROR 404: Not Found. wget -nv --no-iri --no-check-certificate --user-agent=PLD/distfiles -O ./tmp/683cca06-5f01-47ab-9a3c-3667e2d29ca8/f360954192dd6ce924a77e4f41abf05b/rustc-stable-src.tar.gz https://static.rust-lang.org/dist/rustc-stable-src.tar.gz: exited with code 8 (0x00) FATAL: https://static.rust-lang.org/dist/rustc-stable-src.tar.gz (f360954192dd6ce924a77e4f41abf05b) was not fetched correctly (wget -nv --no-iri --no-check-certificate --user-agent=PLD/distfiles -O ./tmp/683cca06-5f01-47ab-9a3c-3667e2d29ca8/f360954192dd6ce924a77e4f41abf05b/rustc-stable-src.tar.gz https://static.rust-lang.org/dist/rustc-stable-src.tar.gz: https://static.rust-lang.org/dist/rustc-stable-src.tar.gz: 2018-12-17 10:36:01 ERROR 404: Not Found. ): file fetched but has 0 length Files fetched: 0 ALREADY GOT: https://static.rust-lang.org/dist/rustc-1.31.0-src.tar.gz f360954192dd6ce924a77e4f41abf05b rustc-1.31.0-src.tar.gz ALREADY GOT: https://static.rust-lang.org/dist/2018-10-25/rust-1.30.0-x86_64-unknown-linux-gnu.tar.gz e0781e80a5c015180e402cc32dbbcf36 rust-1.30.0-x86_64-unknown-linux-gnu.tar.gz ALREADY GOT: https://static.rust-lang.org/dist/2018-10-25/rust-1.30.0-i686-unknown-linux-gnu.tar.gz ace71a709ec5719bc4024da52edb6b46 rust-1.30.0-i686-unknown-linux-gnu.tar.gz -- Virtually Yours: distfiles. From jajcus at pld-linux.org Mon Dec 17 14:51:41 2018 From: jajcus at pld-linux.org (jajcus) Date: Mon, 17 Dec 2018 14:51:41 +0100 Subject: =?utf8?q?=5Bpackages/Mesa/Mesa-18=2E3=5D_re-enable_OpenCL?= References: Message-ID: <07725da068a7465de592ca97f47e521a2eb8a9ba_refs_heads_Mesa-18.3@pld-linux.org> commit 07725da068a7465de592ca97f47e521a2eb8a9ba Author: Jacek Konieczny Date: Mon Dec 17 08:39:31 2018 +0100 re-enable OpenCL Mesa.spec | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) --- diff --git a/Mesa.spec b/Mesa.spec index 923692d..3b460bd 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -6,7 +6,8 @@ %bcond_without egl # EGL libraries %bcond_without gbm # Graphics Buffer Manager %bcond_without nine # Nine Direct3D 9+ state tracker (for Wine) -%bcond_with opencl # OpenCL support (requires LLVM with RTTI) +%bcond_without opencl # OpenCL support +%bcond_without ocl_icd # OpenCL as ICD (installable client driver) %bcond_with glvnd # OpenGL vendor neutral dispatcher support %bcond_without omx # OpenMAX (Bellagio OMXIL) support %bcond_without va # VA library @@ -44,6 +45,10 @@ %undefine with_wayland %endif +%if %{without opencl} +%undefine with_ocl_icd +%endif + Summary: Free OpenGL implementation Summary(pl.UTF-8): Wolnodost?pna implementacja standardu OpenGL Name: Mesa @@ -1231,7 +1236,15 @@ vulkan_drivers=$(echo $vulkan_drivers | xargs | tr ' ' ',') -Dva-libs-path=%{_libdir}/libva/dri \ -Dgallium-xa=%{?with_xa:true}%{?!with_xa:false} \ -Dgallium-nine=%{?with_nine:true}%{?!with_nine:false} \ - -Dgallium-opencl=%{?with_opencl:icd}%{?!with_opencl:disabled} \ +%if %{with opencl} +%if %{with ocl_icd} + -Dgallium-opencl=icd \ +%else + -Dgallium-opencl=standalone \ +%endif +%else + -Dgallium-opencl=disabled \ +%endif -Dvulkan-drivers=${vulkan_drivers} \ -Dvulkan-icd-dir=/usr/share/vulkan/icd.d \ -Dgbm=%{?with_gbm:true}%{?!with_gbm:false} \ ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/Mesa.git/commitdiff/07725da068a7465de592ca97f47e521a2eb8a9ba From arekm at pld-linux.org Mon Dec 17 15:22:21 2018 From: arekm at pld-linux.org (arekm) Date: Mon, 17 Dec 2018 15:22:21 +0100 Subject: =?utf8?q?=5Bprojects/geninitrd=5D_Mechanism_for_waiting_until_devices_are_av?= =?utf8?q?ailable_=28wired_for_mod-md_for_now=29=2E_Bit_ugly_but_working=2E?= References: <4fa03792dc42a77bfa98449828c87b3d23fd0a17_refs_heads_master@pld-linux.org> Message-ID: commit efb675bf488a4cd3b3f69c452a5423a9a7dfd490 Author: Arkadiusz Mi?kiewicz Date: Mon Dec 17 15:21:11 2018 +0100 Mechanism for waiting until devices are available (wired for mod-md for now). Bit ugly but working. Makefile | 1 + functions.initrd | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ geninitrd | 9 ++++++++- mod-md.sh | 1 + 4 files changed, 63 insertions(+), 1 deletion(-) --- diff --git a/Makefile b/Makefile index 5a17ac2..1994b97 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ install: $(NAME).8 install -p $(NAME) $(DESTDIR)$(sbindir)/$(NAME) install -p -m644 $(NAME).8 $(DESTDIR)$(mandir)/man8/$(NAME).8 install -p -m644 functions $(DESTDIR)$(libdir)/functions + install -p -m644 functions.initrd $(DESTDIR)$(libdir)/functions.initrd install -p -m644 $(FILES_MODS) $(DESTDIR)$(libdir) install -p -m755 $(FILES_ADDON) $(DESTDIR)$(libdir) install -p -m644 $(NAME).sysconfig $(DESTDIR)$(sysconfigdir)/$(NAME) diff --git a/functions.initrd b/functions.initrd new file mode 100644 index 0000000..31e25ad --- /dev/null +++ b/functions.initrd @@ -0,0 +1,53 @@ +# Functions used from inside of initrd. + + +# Wait for specific /dev files to appear but only one +# time regardless how often this function is called +# in one initrd run. Needs writable /tmp. +wait_for_files() { + local i=0 timeout=30 all_found not_found wff_dir fpath file + while getopts t: opt "$@"; do + case "$opt" in + t) + timeout="${OPTARG}" + break + ;; + *) + echo "$0: wait_for_files: unknown option" >&2 + return 1 + ;; + esac + done + shift $((OPTIND - 1)) + + wff_dir="/tmp/wait_for_files" + + [ ! -d "$wff_dir" ] && mkdir "$wff_dir" + + echo "Waiting for files ($@) with ${timeout}s timeout" + i=0 + timeout=$((timeout * 4)) + while [ $i -lt $timeout ]; do + all_found=1 + for file in $@; do + fpath="$wff_dir/${file}" + [ -e "$fpath" -o -e "$file" ] && continue + all_found=0 + done + if [ $all_found -eq 1 ]; then + return 0 + fi + usleep 250000 + i=$((i + 1 )) + done + not_found="" + # mark files that we have waited for + for file in $@; do + fpath="$wff_dir/${file}" + [ ! -e "$fpath" ] && mkdir -p "$fpath" + [ ! -e "$file" ] && not_found="$not_found $file" + done + echo "Waiting for files ($@) finished. Missing files: $not_found" + + return 0 +} diff --git a/geninitrd b/geninitrd index 50be081..a79b9c3 100755 --- a/geninitrd +++ b/geninitrd @@ -1530,7 +1530,7 @@ chmod a+rx "$RCFILE" ln -s linuxrc $DESTDIR/init # create dirs that we really need -inst_d /{lib,bin,etc,dev{,/pts,/shm},loopfs,var,proc,run,sys} +inst_d /{lib,bin,etc,dev{,/pts,/shm},loopfs,var,proc,run,sys,tmp} modules_install "$MODULES" @@ -1559,7 +1559,11 @@ mount_proc kmsg "geninitrd/$VERSION starting" +inst_d /lib/geninitrd/ +inst /lib/geninitrd/functions.initrd /lib/geninitrd/functions.initrd + add_linuxrc <<-EOF + . /lib/geninitrd/functions.initrd # builtin defaults from geninitrd ROOT=$rootdev ROOTFS=$rootFs @@ -1631,6 +1635,9 @@ add_linuxrc <<-'EOF' fi EOF +# mount early +mount_tmp + modules_add_linuxrc $MODULES # TODO: rewrite for busybox diff --git a/mod-md.sh b/mod-md.sh index d9093d4..eed27c7 100644 --- a/mod-md.sh +++ b/mod-md.sh @@ -183,6 +183,7 @@ initrd_gen_md() { done done + echo "wait_for_files $cr_dev_list" | add_linuxrc add_linuxrc <<-'EOF' mdassemble ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/projects/geninitrd.git/commitdiff/efb675bf488a4cd3b3f69c452a5423a9a7dfd490 From arekm at pld-linux.org Mon Dec 17 15:44:17 2018 From: arekm at pld-linux.org (arekm) Date: Mon, 17 Dec 2018 15:44:17 +0100 Subject: =?utf8?q?=5Bprojects/geninitrd=5D_Use_mdadm_instead_of_mdassemble_=28since_m?= =?utf8?q?dadm_4=2E1_dropped_mdassemble=29=2E?= References: Message-ID: <76c95f3fb8ac2739ac335614c2d303d279d349dd_refs_heads_master@pld-linux.org> commit 76c95f3fb8ac2739ac335614c2d303d279d349dd Author: Arkadiusz Mi?kiewicz Date: Mon Dec 17 15:43:55 2018 +0100 Use mdadm instead of mdassemble (since mdadm 4.1 dropped mdassemble). mod-md.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) --- diff --git a/mod-md.sh b/mod-md.sh index eed27c7..2b6f587 100644 --- a/mod-md.sh +++ b/mod-md.sh @@ -8,10 +8,6 @@ have_md=no # setup geninitrd module # @access public setup_mod_md() { - mdassemble=$(find_tool $initrd_dir/mdassemble /sbin/initrd-mdassemble) - if [ ! -x "$mdassemble" ]; then - USE_MD=no - fi mdadm=$(find_tool /sbin/mdadm $initrd_dir/mdadm /sbin/initrd-mdadm) if [ ! -x "$mdadm" ]; then USE_MD=no @@ -137,7 +133,7 @@ initrd_gen_md() { fi verbose "Setting up mdadm..." - inst_exec $mdassemble /bin/mdassemble + inst_exec $mdadm /bin/mdadm echo "DEVICE partitions containers" >> "$DESTDIR/etc/mdadm.conf" @@ -185,7 +181,7 @@ initrd_gen_md() { echo "wait_for_files $cr_dev_list" | add_linuxrc add_linuxrc <<-'EOF' - mdassemble + mdadm --assemble --scan if [ "$DEBUGINITRD" ]; then [ -e /proc/mdstat ] && echo "/proc/mdstat contents:" && cat /proc/mdstat ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/projects/geninitrd.git/commitdiff/2e48ae25c3ef36969f55494f5477a7ac29c65773 From arekm at pld-linux.org Mon Dec 17 15:44:22 2018 From: arekm at pld-linux.org (arekm) Date: Mon, 17 Dec 2018 15:44:22 +0100 Subject: =?utf8?q?=5Bprojects/geninitrd=5D_tmp_is_now_mounted_early=2C_so_no_need_to_?= =?utf8?q?duplicate=2E?= References: Message-ID: <2e48ae25c3ef36969f55494f5477a7ac29c65773_refs_heads_master@pld-linux.org> commit 2e48ae25c3ef36969f55494f5477a7ac29c65773 Author: Arkadiusz Mi?kiewicz Date: Mon Dec 17 15:44:14 2018 +0100 tmp is now mounted early, so no need to duplicate. mod-lvm.sh | 1 - 1 file changed, 1 deletion(-) --- diff --git a/mod-lvm.sh b/mod-lvm.sh index d39e96e..99abd42 100644 --- a/mod-lvm.sh +++ b/mod-lvm.sh @@ -139,7 +139,6 @@ initrd_gen_lvm() { done fi - mount_tmp mount_sys if [ "$LVMTOOLSVERSION" = "1" ]; then add_linuxrc <<-EOF ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/projects/geninitrd.git/commitdiff/2e48ae25c3ef36969f55494f5477a7ac29c65773 From arekm at pld-linux.org Mon Dec 17 19:33:11 2018 From: arekm at pld-linux.org (arekm) Date: Mon, 17 Dec 2018 19:33:11 +0100 Subject: =?utf8?q?=5Bpackages/percona-server=5D_-_up_to_5=2E7=2E24-26?= References: <304d59e85417282c45237a081d7827b475359c15_refs_heads_master@pld-linux.org> Message-ID: <9b0f67438fb89b67604174d8f40c80fb5f2ccc8d_refs_heads_master@pld-linux.org> commit 9b0f67438fb89b67604174d8f40c80fb5f2ccc8d Author: Arkadiusz Mi?kiewicz Date: Mon Dec 17 19:32:52 2018 +0100 - up to 5.7.24-26 percona-server.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- diff --git a/percona-server.spec b/percona-server.spec index 244c812..eb200cb 100644 --- a/percona-server.spec +++ b/percona-server.spec @@ -44,7 +44,7 @@ %endif %define rel 1 -%define percona_rel 24 +%define percona_rel 26 %include /usr/lib/rpm/macros.perl Summary: Percona Server: a very fast and reliable SQL database engine Summary(de.UTF-8): Percona Server: ist eine SQL-Datenbank @@ -55,12 +55,12 @@ Summary(ru.UTF-8): Percona Server - ??????? SQL-?????? Summary(uk.UTF-8): Percona Server - ??????? SQL-?????? Summary(zh_CN.UTF-8): Percona Server?????? Name: percona-server -Version: 5.7.23 +Version: 5.7.24 Release: %{percona_rel}.%{rel} License: GPL + Percona Server FLOSS Exception Group: Applications/Databases Source0: https://www.percona.com/downloads/Percona-Server-5.7/LATEST/source/tarball/%{name}-%{version}-%{percona_rel}.tar.gz -# Source0-md5: 5d8e7d4953217722335d3e7359978854 +# Source0-md5: bfe901f4681ce6735078180a7ccc6398 Source100: http://www.sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz # Source100-md5: 5cac34f3d78a9d612ca4301abfcbd666 %if %{without system_boost} ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/percona-server.git/commitdiff/9b0f67438fb89b67604174d8f40c80fb5f2ccc8d From arekm at pld-linux.org Mon Dec 17 19:33:29 2018 From: arekm at pld-linux.org (arekm) Date: Mon, 17 Dec 2018 19:33:29 +0100 Subject: DISTFILES: percona-server: percona-server-5.7.24-26.tar.gz sphinx-2.2.11-release.tar.gz boost_1_59_0.tar.bz2 Message-ID: <6754.1545071609@distfiles.pld-linux.org> Request by: arekm Files fetched: 1 STORED: https://www.percona.com/downloads/Percona-Server-5.7/LATEST/source/tarball/percona-server-5.7.24-26.tar.gz bfe901f4681ce6735078180a7ccc6398 percona-server-5.7.24-26.tar.gz Size: 81753898 bytes ALREADY GOT: http://www.sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz 5cac34f3d78a9d612ca4301abfcbd666 sphinx-2.2.11-release.tar.gz ALREADY GOT: http://downloads.sourceforge.net/boost/boost_1_59_0.tar.bz2 6aa9a5c6a4ca1016edd0ed1178e3cb87 boost_1_59_0.tar.bz2 -- Virtually Yours: distfiles. From atler at pld-linux.org Mon Dec 17 22:48:16 2018 From: atler at pld-linux.org (atler) Date: Mon, 17 Dec 2018 22:48:16 +0100 Subject: =?utf8?q?=5Bpackages/filesystem=5D_add_an=2Ccsb=2Ckm=2Cmi=2Cmy=2Csw_to_/usr/?= =?utf8?q?share/help=3B_rel_12?= References: Message-ID: commit bd1cdd555ee0867100be3c4875677cfdeab8e9e1 Author: Jan Palus Date: Mon Dec 17 22:46:11 2018 +0100 add an,csb,km,mi,my,sw to /usr/share/help; rel 12 filesystem.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/filesystem.spec b/filesystem.spec index d8b1e56..f2a85f6 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -6,7 +6,7 @@ Summary: Common directories Summary(pl.UTF-8): Wsp?lne katalogi Name: filesystem Version: 4.1 -Release: 11 +Release: 12 License: GPL Group: Base BuildRequires: automake @@ -97,7 +97,7 @@ install -d \ > %{name}.lang install -d $RPM_BUILD_ROOT/usr/share/help/C -for lang in af am ar as ast az be bg bn bn_IN br bs ca ca at valencia cmn crh cs cy da de dz el en_AU en_CA en_GB eo es es_AR es_CO et eu fa fi fr fur fy ga gl gu ha he hi hr hu hy ia id ig is it ja ka kk kn ko ku ky li lt lv mai mg mk ml mn mr ms nb nds ne nl nn nso oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr at latin sv ta te th tk tr ug uk ur uz vi wa xh yo zh_CN zh_HK zh_TW zu; do +for lang in af am an ar as ast az be bg bn bn_IN br bs ca ca at valencia cmn crh cs csb cy da de dz el en_AU en_CA en_GB eo es es_AR es_CO et eu fa fi fr fur fy ga gl gu ha he hi hr hu hy ia id ig is it ja ka kk km kn ko ku ky li lt lv mai mg mi mk ml mn mr ms my nb nds ne nl nn nso oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr at latin sw sv ta te th tk tr ug uk ur uz vi wa xh yo zh_CN zh_HK zh_TW zu; do install -d $RPM_BUILD_ROOT/usr/share/help/${lang} echo "%%lang($lang) %dir /usr/share/help/${lang}" >> %{name}.lang done ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/filesystem.git/commitdiff/bd1cdd555ee0867100be3c4875677cfdeab8e9e1 From atler at pld-linux.org Mon Dec 17 22:49:22 2018 From: atler at pld-linux.org (atler) Date: Mon, 17 Dec 2018 22:49:22 +0100 Subject: =?utf8?q?=5Bpackages/mate-applets=5D_up_to_1=2E20=2E3?= References: Message-ID: commit e049dacf79705f7b22fb250dd6342e4eda3d2d67 Author: Jan Palus Date: Mon Dec 17 22:48:19 2018 +0100 up to 1.20.3 - remove configure options dropped by upstream - disable silent rules mate-applets.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) --- diff --git a/mate-applets.spec b/mate-applets.spec index 461f19d..d00fd36 100644 --- a/mate-applets.spec +++ b/mate-applets.spec @@ -9,12 +9,12 @@ Summary(pl.UTF-8): Aplety MATE - ma?e aplikacje osadzaj?ce si? w panelu Summary(ru.UTF-8): ????????? ?????????, ?????????????? ? ?????? MATE Summary(uk.UTF-8): ???????? ????????, ?? ???????????? ? ?????? MATE Name: mate-applets -Version: 1.20.2 -Release: 2 +Version: 1.20.3 +Release: 1 License: GPL v2+ (applets), FDL (help) Group: X11/Applications Source0: http://pub.mate-desktop.org/releases/1.20/%{name}-%{version}.tar.xz -# Source0-md5: 01f189fd7cad20cd88e125179888a249 +# Source0-md5: c1273cce9d9bd9c45419518c3f682960 # check paths in Makefile before removing it! Patch0: m4_fix.patch Patch1: uidir.patch @@ -388,11 +388,9 @@ ale jest przydatny o tyle, ?e panele s? zawsze widoczne. %{__automake} %configure \ --libexecdir=%{matepanel_libexecdir} \ - --enable-networkmanager \ --disable-schemas-compile \ - --disable-static \ - --enable-timer-applet \ - --without-hal + --disable-silent-rules \ + --disable-static %{__make} @@ -406,6 +404,8 @@ rm -rf $RPM_BUILD_ROOT # not supported by glibc (as of glibc-2.24) %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{frp,jv,ku_IQ,pms} +%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/help/{es_CL,es_CR,es_DO,es_EC,es_ES,es_MX,es_NI,es_PA,es_PE,es_PR,es_SV,es_UY,es_VE,fil,fr_CA,frp,jv,kab,ks,ku_IQ,la,lb,pms,sc,ts,ur_PK,zh-Hans} + %find_lang %{name} %find_lang mate-accessx-status --with-mate %find_lang mate-battstat --with-mate ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mate-applets.git/commitdiff/e049dacf79705f7b22fb250dd6342e4eda3d2d67 From atler at pld-linux.org Mon Dec 17 22:49:27 2018 From: atler at pld-linux.org (atler) Date: Mon, 17 Dec 2018 22:49:27 +0100 Subject: DISTFILES: mate-applets: mate-applets-1.20.3.tar.xz Message-ID: <28628.1545083367@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: http://pub.mate-desktop.org/releases/1.20/mate-applets-1.20.3.tar.xz c1273cce9d9bd9c45419518c3f682960 mate-applets-1.20.3.tar.xz Size: 7719028 bytes -- Virtually Yours: distfiles. From arekm at pld-linux.org Tue Dec 18 09:52:21 2018 From: arekm at pld-linux.org (arekm) Date: Tue, 18 Dec 2018 09:52:21 +0100 Subject: PLD-doc: PLD-update-TODO - updated In-Reply-To: References: Message-ID: Author: arekm Date: Tue Dec 18 08:52:21 2018 GMT Module: PLD-doc Tag: HEAD ---- Log message: - updated ---- Files affected: PLD-doc: PLD-update-TODO (1.2309 -> 1.2310) ---- Diffs: ================================================================ Index: PLD-doc/PLD-update-TODO diff -u PLD-doc/PLD-update-TODO:1.2309 PLD-doc/PLD-update-TODO:1.2310 --- PLD-doc/PLD-update-TODO:1.2309 Sat Dec 15 15:45:11 2018 +++ PLD-doc/PLD-update-TODO Tue Dec 18 09:52:16 2018 @@ -1,4 +1,4 @@ -0ad(14) [OLD] r10803 [NEW] r09530-alpha-unix-build +0ad(14) [OLD] r10803 [NEW] r09786-alpha-unix-build 3store(12) [OLD] 2.2.22 [NEW] 3.0.7 4pane(8) [OLD] 0.8.0 [NEW] 5.0 BNFC(9) [OLD] 2.4.2.0 [NEW] 2.8.2 @@ -79,7 +79,6 @@ amavisd-new(14) [OLD] 2.10.1 [NEW] 20040701 amiwm(8) [OLD] 0.20pl48 [NEW] 0.21pl2 amsn(13) [OLD] 0.98.9 [NEW] 0.98.9-src -amtterm(9) [OLD] 1.3 [NEW] 1.6 anope(8) [OLD] 1.7.18 [NEW] 1.8.9 ansible(7) [OLD] 2.7.2 [NEW] 2.7.5 ant(59) [OLD] 1.10.5 [NEW] 1.10.5-src @@ -149,7 +148,7 @@ awesome2(9) [OLD] 2.3.6 [NEW] 4.2 ayam(9) [OLD] 1.8.2 [NEW] 1.26.beta babl(12) [OLD] 0.1.58 [NEW] 0.1.60 -bacula(30) [OLD] 9.2.1 [NEW] 9.2.2 +bacula(30) [OLD] 9.2.1 [NEW] 9.4.0 bakefile(10) [OLD] 0.2.11 [NEW] 1.2.5.1 bamf(19) [OLD] 0.2.104 [NEW] 0.5.4 bar-backup-archiver(13) [OLD] 0.14 [NEW] 0.20h @@ -193,7 +192,6 @@ bugzilla(12) [OLD] 3.3.3 [NEW] 5.1.2 buildbot(7) [OLD] 0.8.1 [NEW] 0.8.2 buildroot(7) [OLD] 2013.02 [NEW] 2018.11 -busybox(48) [OLD] 1.28.4 [NEW] 1.29.3 bwm-tools(8) [OLD] 0.2.1 [NEW] 200603080716 byobu(9) [OLD] 5.112 [NEW] 5.127 bzflag(16) [OLD] 2.4.0 [NEW] 2.4.2 @@ -239,8 +237,10 @@ chrony(9) [OLD] 3.3 [NEW] 3.4 chuck(9) [OLD] 1.1.5.6 [NEW] 1.4.0.0 cinelerra(22) [OLD] 4.4 [NEW] 4-src +cinnamon [OLD] 2.4.6 [NEW] 4.0.8 cinnamon-desktop [OLD] 3.4.2 [NEW] 4.0.1 cinnamon-menus [OLD] 3.4.0 [NEW] 4.0.0 +cinnamon-nemo [OLD] 3.4.6 [NEW] 4.0.6 circus(14) [OLD] 0.6.0 [NEW] 0.15.0 cito(9) [OLD] 0.3.0 [NEW] 0.4.0 cjs [OLD] 2.4.1 [NEW] 4.0.0 @@ -324,7 +324,7 @@ crossmingw32-std-threads [OLD] 0 [NEW] threads crossmingw32-xz(8) [OLD] 5.2.4 [NEW] 5.3.1alpha crossmingw64-gcc(17) [OLD] 6.5.0 [NEW] 8.2.0 -crossmipsel-egcs(10) [OLD] 1.0.2 [NEW] 1.1.2 +crossmipsel-egcs(10) [OLD] 1.0.2 [NEW] 1.1b crossmipsel-gcc(13) [OLD] 3.4.6 [NEW] 8.2.0 crossmipsel-uClibc(12) [OLD] 0.9.28 [NEW] 0.9.33.2 crossppc-gcc(17) [OLD] 4.4.0 [NEW] 8.2.0 @@ -342,6 +342,7 @@ csv2trainschedpdb(8) [OLD] 0.3 [NEW] 1.0 cups(20) [OLD] 2.2.9 [NEW] 2.3b7 cups-backend-pdf(12) [OLD] 2.6.1 [NEW] 3.0.1 +cups-filters(27) [OLD] 1.21.5 [NEW] 1.21.6 cutter(8) [OLD] 1.03 [NEW] 1.04 cvm(11) [OLD] 0.95 [NEW] 0.97 cvs-fast-export(12) [OLD] 1.40 [NEW] 1.44 @@ -351,7 +352,7 @@ dahdi-linux%{?_pld_builder:%{?with_kernel:-kernel}}(48) [OLD] 2.11.1 [NEW] 3.0.0 dahdi-tools(13) [OLD] 2.11.1 [NEW] 3.0.0 dangerdeep(10) [OLD] 0.3.0 [NEW] 0.013 -dar(19) [OLD] 2.5.9 [NEW] 2.5.18 +dar(19) [OLD] 2.5.9 [NEW] 2.6.0 darcs(12) [OLD] 2.5.2 [NEW] 2.14.1 darkhttpd(7) [OLD] 1.11 [NEW] 1.12 darkice(14) [OLD] 0.17.1 [NEW] 1.3 @@ -362,7 +363,7 @@ dcraw(9) [OLD] 9.27.0 [NEW] 9.28.0 dd_rhelp(7) [OLD] 0.1.2 [NEW] 0.3.0 ddpt(8) [OLD] 0.95 [NEW] 0.96r363 -debhelper(12) [OLD] 9.20160814 [NEW] 11.5.3 +debhelper(12) [OLD] 9.20160814 [NEW] 11.5.4 debiandoc-sgml(9) [OLD] 1.2.31 [NEW] 1.2.32 debianutils(8) [OLD] 4.8 [NEW] 4.8.6 debootstrap(10) [OLD] 1.0.90 [NEW] 1.0.111 @@ -383,6 +384,7 @@ diamond(14) [OLD] 4.0.195 [NEW] 4.0.515 dibbler(10) [OLD] 0.4.1 [NEW] 0.8.0rc1 dico(12) [OLD] 2.5 [NEW] 2.7 +diction(8) [OLD] 1.11 [NEW] 1.14 dietlibc(18) [OLD] 0.33 [NEW] 0.34 ding(8) [OLD] 1.7 [NEW] 1.8.1 diod [OLD] 1.0.14 [NEW] 1.0.24 @@ -420,7 +422,7 @@ dotproject(13) [OLD] 1.0.1 [NEW] 2.1.3 dpkg(13) [OLD] 1.18.10 [NEW] 1.19.2 dqlite(8) [OLD] 0.2.4 [NEW] 0.2.5 -drbd-utils(9) [OLD] 9.1.0 [NEW] 9.7.0 +drbd-utils(9) [OLD] 9.1.0 [NEW] 9.7.1 drbl(11) [OLD] 2.19.11 [NEW] 2.25.10 dreampie(8) [OLD] 1.1 [NEW] 1.1.1 drivel(8) [OLD] 2.0.3 [NEW] 3.0.5 @@ -437,6 +439,7 @@ dxpc(8) [OLD] 3.8.2 [NEW] 3.9.2.tgz e1000e(17) [OLD] 3.3.5.3 [NEW] 3.4.2.1 e16(13) [OLD] 0.16.8.2 [NEW] 1.0.19 +e2fsprogs(54) [OLD] 1.44.4 [NEW] 1.44.5 e4rat(7) [OLD] 0.2.1 [NEW] 0.2.3 earth3d(7) [OLD] 1.0.5 [NEW] 1.1.0 eclipse-plugins-findbugs(9) [OLD] 1.3.9.20090821 [NEW] 2.0.2.20121204 @@ -446,7 +449,7 @@ efax-gtk(8) [OLD] 3.0.10 [NEW] 3.2.13 efivar(14) [OLD] 36 [NEW] 37 efl(37) [OLD] 1.10.3 [NEW] 1.21.1 -eggdrop(12) [OLD] 1.8.3 [NEW] 1.8.4rc1 +eggdrop(12) [OLD] 1.8.3 [NEW] 1.8.4rc2 egl-wayland [OLD] 1.0.3 [NEW] 1.1.1 eiciel(8) [OLD] 0.9.8.1 [NEW] 0.9.12.1 electron(11) [OLD] 1.4.3 [NEW] 3.0.12 @@ -483,7 +486,7 @@ evolution(19) [OLD] 3.28.3 [NEW] 3.28.5 evolution-data-server(18) [OLD] 3.28.3 [NEW] 3.28.5 evolution-ews(8) [OLD] 3.28.3 [NEW] 3.28.5 -exaile(12) [OLD] 0.3.2.2 [NEW] 3.4.0.exe +exaile(12) [OLD] 0.3.2.2 [NEW] 3.4.0.2.dmg execline(14) [OLD] 2.1.5.0 [NEW] 2.5.0.1 exfat-utils(9) [OLD] 1.2.8 [NEW] 1.3.0 exim-lite(10) [OLD] 4.51 [NEW] 4.69 @@ -527,11 +530,10 @@ fonts-OTF-Adobe-SourceSerifPro(9) [OLD] 1.017 [NEW] 2.000 fonts-TTF-Google-croscore(8) [OLD] 1.23.0 [NEW] 1.31.0 fonts-thai-scalable(12) [OLD] 0.6.5 [NEW] 0.7.1 -fonttools [OLD] 3.24.1 [NEW] 3.34.0 -foomatic-db(11) [OLD] 20110615 [NEW] 20181214 +fonttools [OLD] 3.24.1 [NEW] 3.34.2 +foomatic-db(11) [OLD] 20110615 [NEW] 20181217 foomatic-db-engine(10) [OLD] 4.0.9 [NEW] 4.0.13 four-in-a-row(8) [OLD] 3.22.1 [NEW] 3.22.2 -fprintd(13) [OLD] 0.6.0 [NEW] 0.8.0 free-sa(9) [OLD] 1.6.2 [NEW] 2.0.0b6p7 freeciv(28) [OLD] 2.4.4 [NEW] 2.6.0 freecol(9) [OLD] 0.10.1 [NEW] 0.11.6 @@ -573,7 +575,7 @@ gdbm18(12) [OLD] 1.8.3 [NEW] 1.18.1 gdisk(8) [OLD] 1.0.3 [NEW] 1.0.4 gdmap(8) [OLD] 0.7.5 [NEW] 0.8.1 -geany(8) [OLD] 1.23.1 [NEW] 1.33 +geany(8) [OLD] 1.23.1 [NEW] 1.34 gedit(8) [OLD] 3.28.0 [NEW] 3.28.1 gedit-plugin-rgedit(12) [OLD] 0.7.1.0 [NEW] 0.8 geeqie(19) [OLD] 1.3 [NEW] 1.4 @@ -632,11 +634,12 @@ glabels(8) [OLD] 3.4.0 [NEW] 3.4.1 glade3(14) [OLD] 3.8.5 [NEW] 3.8.6 glew(8) [OLD] 1.13.0 [NEW] 20181010 +glew(8) [OLD] 1.13.0 [NEW] 20181010 glfw2(11) [OLD] 2.7.9 [NEW] 3.2.1 glib-openssl(8) [OLD] 2.50.3 [NEW] 2.50.8 -global(21) [OLD] 6.3.4 [NEW] 6.6.2 +global(21) [OLD] 6.3.4 [NEW] 6.6.3 globulation2(10) [OLD] 0.9.1 [NEW] 0.9.4.1 -gloox(8) [OLD] 1.0 [NEW] 1.0.x +gloox(8) [OLD] 1.0 [NEW] 1.0.21 glparchis(8) [OLD] 20061101 [NEW] 20181020 glpi [OLD] 9.3.0 [NEW] 9.4.0 glpk(8) [OLD] 4.64 [NEW] 4.65 @@ -700,7 +703,6 @@ gnuitar(8) [OLD] 0.3.1 [NEW] 0.3.2 gnumeric(26) [OLD] 1.12.2 [NEW] 1.12.44 gnupg(19) [OLD] 1.4.23 [NEW] 2.2.12 -gnupg2(16) [OLD] 2.2.11 [NEW] 2.2.12 gnuplot(24) [OLD] 4.6.6 [NEW] 5.2.5a gnuradio(12) [OLD] 3.7.9.2 [NEW] 3.7.13.4 gnurobbo(8) [OLD] 0.66 [NEW] 0.68 @@ -801,6 +803,7 @@ gxmms(15) [OLD] 0.2.1 [NEW] 0.3.0 h264enc(8) [OLD] 9.3.7 [NEW] 10.4.7 hadoop(15) [OLD] 0.20.2 [NEW] 3.1.1 +haproxy(17) [OLD] 1.8.14 [NEW] 1.8.15 harminv(8) [OLD] 1.3.1 [NEW] 1.4.1 hawkey [OLD] 0.6.4 [NEW] 1 hd2u(8) [OLD] 1.0.3 [NEW] 1.0.4 @@ -812,7 +815,7 @@ hfst(14) [OLD] 3.14.0 [NEW] 3.15.0 hfst-ospell(9) [OLD] 0.4.5 [NEW] 0.5.1 hhvm(40) [OLD] 3.3.7 [NEW] 3.29.1 -hitch(12) [OLD] 1.4.6 [NEW] 1.4.8 +hitch(12) [OLD] 1.4.6 [NEW] 1.5.0 hitori(8) [OLD] 3.22.3 [NEW] 3.22.4 hivex(20) [OLD] 1.3.14 [NEW] 1.3.15 hlint(7) [OLD] 1.9.36 [NEW] 2.1.12 @@ -1004,7 +1007,6 @@ kgcc(8) [OLD] 3.2.2 [NEW] 8.2.0 kguitar(8) [OLD] 0.5 [NEW] 0.5.1 kiax(11) [OLD] 0.8.5 [NEW] 0.8.51 -kicad [OLD] 5.0.1 [NEW] 5.0.2 kid3(14) [OLD] 3.5.1 [NEW] 3.6.2 kile(9) [OLD] 2.1.3 [NEW] 2.9.92 kio-extras(13) [OLD] 17.08.2 [NEW] 18.12.0 @@ -1069,7 +1071,7 @@ libcacard(12) [OLD] 2.5.3 [NEW] 2.6.1 libcaes [OLD] 20150104 [NEW] 20180929 libcangjie(13) [OLD] 1.3 [NEW] 1.3.tar.xz.sha256.txt -libcdata [OLD] 20150102 [NEW] 20180724 +libcdata [OLD] 20150102 [NEW] 20181216 libcdatetime [OLD] 20150101 [NEW] 20181004 libcec(15) [OLD] 2.1.4 [NEW] 4.0.3 libcerror [OLD] 20150101 [NEW] 20181117 @@ -1082,7 +1084,7 @@ libcnotify [OLD] 20150101 [NEW] 20180102 libcomps [OLD] 0.1.8 [NEW] 0.1.9 libconfini(8) [OLD] 1.8.3 [NEW] 1.8.3a -libconfuse(14) [OLD] 2.8 [NEW] 3.2.2.zip.md5 +libconfuse(14) [OLD] 2.8 [NEW] 3.2.zip.md5 libcpath [OLD] 20150101 [NEW] 20180720 libcsplit [OLD] 20150101 [NEW] 20180103 libcsystem [OLD] 20150101 [NEW] 20150629 @@ -1091,7 +1093,7 @@ libdazzle(7) [OLD] 3.28.0 [NEW] 3.28.5 libde265(13) [OLD] 1.0.2 [NEW] 1.0.3 libdigidocpp(23) [OLD] 3.13.8 [NEW] 3.13.8.1379.msi -libdnf [OLD] 0.11.1 [NEW] 0.24.1 +libdnf [OLD] 0.11.1 [NEW] 0.22.4 libdom(12) [OLD] 0.3.2 [NEW] 0.3.3 libdrm(8) [OLD] 2.4.95 [NEW] 2.4.96 libdsk(14) [OLD] 1.4.2 [NEW] 1.5.9 @@ -1108,19 +1110,19 @@ libferris(11) [OLD] 1.2.4 [NEW] 1.5.19 libfguid [OLD] 20150104 [NEW] 20180724 libfido2 [OLD] 0.1.0 [NEW] 0.3.0 -libfm(18) [OLD] 1.2.5 [NEW] 1.3.0.2 +libfm(18) [OLD] 1.2.5 [NEW] 1.3.1 libfmt(7) [OLD] 3.0.1 [NEW] 5.1.0 libframe(13) [OLD] 8.30 [NEW] 8.33 libfuse(9) [OLD] 2.9.8 [NEW] 3.3.0...master libfuse3(9) [OLD] 3.3.0 [NEW] 3.3.0...master libfvalue [OLD] 20150104 [NEW] 20180817 -libfwnt [OLD] 20150104 [NEW] 20180117 +libfwnt [OLD] 20150104 [NEW] 20181215 libgcroots [OLD] 0.2.3 [NEW] 0.3.1 libgda5(29) [OLD] 5.2.4 [NEW] 5.2.8 libgdata(8) [OLD] 0.17.8 [NEW] 0.17.9 libgdiplus(14) [OLD] 4.2 [NEW] 5.6 libgee(17) [OLD] 0.20.0 [NEW] 0.20.1 -libgeotiff(8) [OLD] 1.4.2 [NEW] 1.4.3RC2 +libgeotiff(8) [OLD] 1.4.2 [NEW] 1.4.3 libgnome-games-support(12) [OLD] 1.4.1 [NEW] 1.4.3 libgpg-error(12) [OLD] 1.32 [NEW] 1.33 libgsf(13) [OLD] 1.14.43 [NEW] 1.14.44 @@ -1162,7 +1164,6 @@ libodraw [OLD] 20150105 [NEW] 20171105 libofx(8) [OLD] 0.9.10 [NEW] 0.9.13 libopenmpt(16) [OLD] 0.3.4 [NEW] 0.3.13 -libopenraw(8) [OLD] 0.1.2 [NEW] 0.1.3 libopenshot(7) [OLD] 0.2.0 [NEW] 0.2.2 libopenshot-audio(8) [OLD] 0.1.6 [NEW] 0.1.7 libopensync02-plugin-python(9) [OLD] 0.22 [NEW] 0.36 @@ -1179,7 +1180,6 @@ libpsl(14) [OLD] 0.20.2 [NEW] 0.20.2...master libpst(12) [OLD] 0.6.70 [NEW] 0.6.72 libpwquality(14) [OLD] 1.4.0 [NEW] 1.4.0...master -libqalculate(8) [OLD] 0.9.7 [NEW] 2.0.0 libqb(14) [OLD] 1.0.3 [NEW] 1.0.3.sha256 libqpsd [OLD] 0 [NEW] Version libquvi-0.4(12) [OLD] 0.4.1 [NEW] 0.9.4 @@ -1197,15 +1197,15 @@ libsigrokdecode(12) [OLD] 0.5.1 [NEW] 0.5.2 libskk(15) [OLD] 1.0.2 [NEW] 1.0.5 libskv [OLD] 0 [NEW] Release -libsmdev [OLD] 20150105 [NEW] 20171112 -libsmraw [OLD] 20150105 [NEW] 20180123 +libsmdev [OLD] 20150105 [NEW] 20181215 +libsmraw [OLD] 20150105 [NEW] 20181215 libsolv [OLD] 0.6.34 [NEW] 0.7.2 libsvgtiny(12) [OLD] 0.1.6 [NEW] 0.1.7 libtermkey(12) [OLD] 0.18 [NEW] 0.20 libtheora(16) [OLD] 1.1.1 [NEW] 1.2.0alpha1 libthreadar(13) [OLD] 1.0.1 [NEW] 1.2.1 libtimidity(8) [OLD] 0.2.5 [NEW] 0.2.6 -libtomcrypt(13) [OLD] 1.18.1 [NEW] 1.18.2.pdf +libtomcrypt(13) [OLD] 1.18.1 [NEW] 1.18.2. libtomfloat(9) [OLD] 0.02 [NEW] 0.02. libtommath(9) [OLD] 1.0.1 [NEW] 1.0.1. libtompoly(9) [OLD] 0.04 [NEW] 0.04. @@ -1242,7 +1242,7 @@ links2(21) [OLD] 2.14 [NEW] 2.17 links2(24) [OLD] 2.1pre28 [NEW] 2.17 linux-gpib%{?_pld_builder:%{?with_kernel:-kernel}}(45) [OLD] 4.1.0 [NEW] 4.2.0 -linux-libc-headers(18) [OLD] 4.19.0 [NEW] 4.19.9 +linux-libc-headers(18) [OLD] 4.19.0 [NEW] 4.19.10 linuxconsoletools(8) [OLD] 1.5.1 [NEW] 1.6.0 live(16) [OLD] 2018.10.17 [NEW] 2018.12.14 lizardfs(13) [OLD] 3.11.3 [NEW] 3.12.0 @@ -1250,7 +1250,7 @@ lmp(8) [OLD] 0.2.99.10 [NEW] 0.3.0.pre1 lms(19) [OLD] 1.11.13 [NEW] 1.11.23 lockfile-progs(8) [OLD] 0.1.17 [NEW] 0.1.18 -log4cplus(15) [OLD] 1.2.0 [NEW] 2.0.2 +log4cplus(15) [OLD] 1.2.0 [NEW] 2.0.3 log4cpp(12) [OLD] 1.1.1 [NEW] 1.1.3 logcheck(8) [OLD] 1.3.15 [NEW] 1.3.19 loggedfs(8) [OLD] 0.5 [NEW] 0.9 @@ -1338,7 +1338,7 @@ micq(9) [OLD] 0.5.0.4 [NEW] 0.5.4.2 microdns(13) [OLD] 0.0.6 [NEW] 0.0.10 micropython(11) [OLD] 1.6 [NEW] 1.9.4 -milter-greylist(13) [OLD] 4.2.7 [NEW] 4.6 +milter-greylist(13) [OLD] 4.2.7 [NEW] 4.6.2 ming [OLD] 0.4.8 [NEW] 0_4_8 mini_httpd(8) [OLD] 1.19 [NEW] 1.30 mini_sendmail(8) [OLD] 1.3.6 [NEW] 1.3.9 @@ -1359,7 +1359,7 @@ mnemosyne(8) [OLD] 1.2 [NEW] 1.2.2 moc(14) [OLD] 2.5.0 [NEW] 2.5.2 moinmoin(12) [OLD] 1.5.9 [NEW] 1.9.10 -molden(8) [OLD] 4.6 [NEW] 5.9 +molden(8) [OLD] 4.6 [NEW] 5.9.1 mongo-c-driver(19) [OLD] 1.11.0 [NEW] 1.13.0 mono(20) [OLD] 4.8.1.0 [NEW] 5.16.0.220 mono-basic(9) [OLD] 4.6 [NEW] 4.7 @@ -1516,7 +1516,7 @@ notify-osd(9) [OLD] 0.9.30 [NEW] 0.9.34 nsd(9) [OLD] 2.2.1 [NEW] 4.1.26 nsgenbind(8) [OLD] 0.5 [NEW] 0.6 -nsis(10) [OLD] 2.34 [NEW] 3.03 +nsis(10) [OLD] 2.34 [NEW] 3.04 nsis-openvpn(9) [OLD] 2.0.9 [NEW] 2.1beta7 nslint(8) [OLD] 3.0a2 [NEW] 3.1 ntimed [OLD] 0 [NEW] Release @@ -1574,13 +1574,13 @@ opensched(8) [OLD] 0.3.8 [NEW] 0.4.4 openshot(7) [OLD] 2.4.2 [NEW] 2.4.3 openslp(13) [OLD] 2.0.0 [NEW] 2.0.0.a1 -opensmtpd(14) [OLD] 6.0.3p1 [NEW] 6.4.0p2 +opensmtpd(14) [OLD] 6.0.3p1 [NEW] 6.4.1p2 openssl-engine-ibmca(8) [OLD] 1.3.1 [NEW] 2.0.0 openssl-engine-ibmpkcs11(8) [OLD] 1.0.0 [NEW] 1.0.2 openssl-engine-pkcs11(10) [OLD] 0.2.2 [NEW] 0.2.2...master openssl102(34) [OLD] 1.0.2p [NEW] 1.1.1a -openswan(19) [OLD] 2.6.50 [NEW] 2.6.51.1 -opentsdb(7) [OLD] 2.1.0 [NEW] 2.4.0RC2 +openswan(19) [OLD] 2.6.50 [NEW] 2.6.51.2 +opentsdb(7) [OLD] 2.1.0 [NEW] 2.4.0 openvcpd(13) [OLD] 0.4 [NEW] 0.5 openvrml(12) [OLD] 0.15.9 [NEW] 0.18.9 oprofile(16) [OLD] 1.1.0 [NEW] 1.3.0 @@ -1592,6 +1592,7 @@ osmo(12) [OLD] 0.2.10 [NEW] 0.4.2 osquery [OLD] 1.5.1 [NEW] 3.3.1 ostree [OLD] 2017.7 [NEW] 2018.9 +otrs(15) [OLD] 3.3.7 [NEW] 6.0.15 otsanitizer(16) [OLD] 6.1.1 [NEW] 7.1.8 owfs(28) [OLD] 2.9p1 [NEW] 3.2p2 owncloudclient(23) [OLD] 2.3.3 [NEW] 2.5.1.10973 @@ -1630,7 +1631,7 @@ pcaudiolib [OLD] 1.0 [NEW] 1.1 pcb(9) [OLD] 20080202 [NEW] 20140316 pcl [OLD] 1.7.2 [NEW] 1.9.1 -pcmanfm(9) [OLD] 1.2.1 [NEW] 1.3.0 +pcmanfm(9) [OLD] 1.2.1 [NEW] 1.3.1 pcp [OLD] 4.1.0 [NEW] 4.2.0 pcsc-driver-gempc(8) [OLD] 1.0.7 [NEW] 1.0.8 pcsc-tools(13) [OLD] 1.4.27 [NEW] 1.5.4 @@ -1655,7 +1656,7 @@ perl-Apache-VMonitor(18) [OLD] 2.06 [NEW] 2.07 perl-App-FatPacker(15) [OLD] 0.010003 [NEW] 0.010007 perl-App-FatPacker-Simple(15) [OLD] 0.07 [NEW] 0.08 -perl-App-ModuleBuildTiny(15) [OLD] 0.010 [NEW] 0.024 +perl-App-ModuleBuildTiny(15) [OLD] 0.010 [NEW] 0.025 perl-App-Nopaste(15) [OLD] 0.33 [NEW] 1.012 perl-App-a2p(16) [OLD] 1.007 [NEW] 1.010 perl-App-mymeta_requires(14) [OLD] 0.005 [NEW] 0.006 @@ -2609,7 +2610,7 @@ php%{?php_suffix}-pecl-intl(11) [OLD] 1.1.2 [NEW] 3.0.0b1 php%{?php_suffix}-pecl-json_post(10) [OLD] 1.0.0 [NEW] 1.0.1 php%{?php_suffix}-pecl-jsonc(14) [OLD] 1.3.6 [NEW] 1.3.10 -php%{?php_suffix}-pecl-libsodium(16) [OLD] 1.0.7 [NEW] 2.0.16 +php%{?php_suffix}-pecl-libsodium(16) [OLD] 1.0.7 [NEW] 2.0.19 php%{?php_suffix}-pecl-lua(13) [OLD] 1.1.0 [NEW] 2.0.5 php%{?php_suffix}-pecl-mailparse(11) [OLD] 3.0.1 [NEW] 3.0.2 php%{?php_suffix}-pecl-newt(13) [OLD] 1.2.5 [NEW] 1.2.9 @@ -2645,7 +2646,7 @@ php-psr-log [OLD] 1.0.1 [NEW] 1.1.0 php-sebastian-diff [OLD] 1.1.0 [NEW] 3.0.1 php-sebastian-environment [OLD] 1.3.8 [NEW] 4.0.1 -php-seclib(16) [OLD] 0.3.5 [NEW] 1.0.12 +php-seclib(16) [OLD] 0.3.5 [NEW] 1.0.13 php-seld-cli-prompt [OLD] 1.0.2 [NEW] 1.0.3 php-seld-jsonlint [OLD] 1.5.0 [NEW] 1.7.1 php-solarium-Solarium [OLD] 3.1.2 [NEW] 3.3.0 @@ -2733,7 +2734,7 @@ psacct(13) [OLD] 6.6.1 [NEW] 6.6.4 psad(11) [OLD] 2.0.1 [NEW] 2.4.6 psi(9) [OLD] 1.3 [NEW] 1.4 -psi-plus(9) [OLD] 1.2.243 [NEW] 1.4.466 +psi-plus(9) [OLD] 1.2.243 [NEW] 1.4.483 psiconv(8) [OLD] 0.9.8 [NEW] 0.9.9 pstoedit(8) [OLD] 3.70 [NEW] 3.73 pstreams(8) [OLD] 0.5.2 [NEW] 1.0.1 @@ -2869,7 +2870,7 @@ python-gaphas(9) [OLD] 0.3.6 [NEW] 0.7.2 python-generateDS(9) [OLD] 2.3b [NEW] 2.30.8 python-geojson(8) [OLD] 1.0.1 [NEW] 2.4.1 -python-geopy(14) [OLD] 1.11.0 [NEW] 1.18.0 +python-geopy(14) [OLD] 1.11.0 [NEW] 1.18.1 python-gitlab(17) [OLD] 0.16 [NEW] 1.7.0 python-glanceclient(14) [OLD] 2.8.0 [NEW] 2.15.0 python-google-apputils(12) [OLD] 0.4.1 [NEW] 0.4.2 @@ -2883,7 +2884,7 @@ python-httpbin(15) [OLD] 0.5.0 [NEW] 0.7.0 python-httpretty(20) [OLD] 0.8.14 [NEW] 0.9.6 python-hunspell(15) [OLD] 0.4.1 [NEW] 0.5.5 -python-hypothesis(15) [OLD] 3.82.1 [NEW] 3.83.1 +python-hypothesis(15) [OLD] 3.82.1 [NEW] 3.84.0 python-ipaddr(11) [OLD] 2.1.11 [NEW] 2.2.0 python-irclib(11) [OLD] 0.4.5 [NEW] 0.4.8 python-isodate(16) [OLD] 0.5.4 [NEW] 0.6.0 @@ -2899,7 +2900,7 @@ python-kaa-imlib2(10) [OLD] 0.2.1 [NEW] 0.2.3 python-kaa-metadata(10) [OLD] 0.6.0 [NEW] 0.7.7 python-keyring(17) [OLD] 10.3.2 [NEW] 17.0.0 -python-keyrings.alt(16) [OLD] 2.2 [NEW] 3.1 +python-keyrings.alt(16) [OLD] 2.2 [NEW] 3.1.1 python-keystoneauth1(17) [OLD] 3.1.0 [NEW] 3.11.2 python-keystoneclient(14) [OLD] 3.13.0 [NEW] 3.18.0 python-kiwi(9) [OLD] 1.9.26 [NEW] 1.9.29 @@ -2956,7 +2957,7 @@ python-path(16) [OLD] 11.0.1 [NEW] 11.5.0 python-pathlib2(16) [OLD] 2.3.2 [NEW] 2.3.3 python-pbr(22) [OLD] 4.0.4 [NEW] 5.1.1 -python-peewee(12) [OLD] 2.3.2 [NEW] 3.7.1 +python-peewee(12) [OLD] 2.3.2 [NEW] 3.8.0 python-peppercorn(12) [OLD] 0.4 [NEW] 0.6 python-persistent(21) [OLD] 4.2.4.2 [NEW] 4.4.3 python-pickleshare [OLD] 0.7.4 [NEW] 0.7.5 @@ -2981,14 +2982,14 @@ python-pyflakes(17) [OLD] 1.6.0 [NEW] 2.0.0 python-pyftpdlib(15) [OLD] 1.5.1 [NEW] 1.5.4 python-pygit2(19) [OLD] 0.27.2 [NEW] 0.27.3 -python-pygments(17) [OLD] 2.2.0 [NEW] 2.3.0 +python-pygments(17) [OLD] 2.2.0 [NEW] 2.3.1 python-pyicu(14) [OLD] 1.9.6 [NEW] 2.2 python-pyilmbase(8) [OLD] 2.2.0 [NEW] 2.2.1 python-pyjwt(15) [OLD] 1.4.0 [NEW] 1.7.1 python-pykickstart(8) [OLD] 1.99.30 [NEW] 3.18 python-pylibmc(9) [OLD] 1.2.2 [NEW] 1.6.0 python-pylibpcap(8) [OLD] 0.4 [NEW] 0.6.4 -python-pylint-django(15) [OLD] 0.7.1 [NEW] 2.0.4 +python-pylint-django(15) [OLD] 0.7.1 [NEW] 2.0.5 python-pylint-plugin-utils(13) [OLD] 0.2.3 [NEW] 0.4 python-pylons-sphinx-themes(14) [OLD] 1.0.6 [NEW] 1.0.10 python-pyme(9) [OLD] 0.7.0 [NEW] 0.8.1 @@ -2998,7 +2999,7 @@ python-pymssql(8) [OLD] 0.8.0 [NEW] 1.0.2 python-pynsca(8) [OLD] 1.5 [NEW] 1.6 python-pyodbc(9) [OLD] 2.0.58 [NEW] 2.0.63 -python-pyopencl(22) [OLD] 2018.1.1 [NEW] 2018.2.1 +python-pyopencl(22) [OLD] 2018.1.1 [NEW] 2018.2.2 python-pyorbited(11) [OLD] 0.1.1 [NEW] 0.2.2 python-pyperclip(13) [OLD] 1.5.27 [NEW] 1.7.0 python-pyrad(11) [OLD] 1.1 [NEW] 2.1 @@ -3035,7 +3036,7 @@ python-rq(14) [OLD] 0.5.6 [NEW] 0.13.0 python-rtkit [OLD] 0.7.0 [NEW] 0.7.1 python-rtmidi(16) [OLD] 1.1.0 [NEW] 1.1.2 -python-scipy(16) [OLD] 1.1.0 [NEW] 1.2.0rc2. +python-scipy(16) [OLD] 1.1.0 [NEW] 1.2.0. python-secretstorage(16) [OLD] 2.3.1 [NEW] 3.1.0 python-selenium(12) [OLD] 3.11.0 [NEW] 3.141.0 python-send2trash(15) [OLD] 1.3.0 [NEW] 1.5.0 @@ -3100,7 +3101,7 @@ python-x2go(14) [OLD] 0.5.0.3 [NEW] 0.6.0.2 python-xdis(17) [OLD] 1.1.7 [NEW] 3.8.8 python-xhtml2pdf(16) [OLD] 0.1a4 [NEW] 0.2.3 -python-xlrd(9) [OLD] 0.9.3 [NEW] 1.1.0 +python-xlrd(9) [OLD] 0.9.3 [NEW] 1.2.0 python-xlsxwriter(8) [OLD] 0.5.3 [NEW] 1.1.2 python-xmpppy(8) [OLD] 0.4.1 [NEW] 0.5.0rc1 python-zc.lockfile(19) [OLD] 1.2.1 [NEW] 1.4 @@ -3158,7 +3159,7 @@ rate(8) [OLD] 0.9 [NEW] 0.811 ratpoison(8) [OLD] 1.4.5 [NEW] 1.4.9 rawrec(8) [OLD] 0.9.98 [NEW] 0.9.991 -rawtherapee(8) [OLD] 4.2 [NEW] 5.4 +rawtherapee(8) [OLD] 4.2 [NEW] 5.5 razorqt(12) [OLD] 0.3.0 [NEW] 0.4.1 rbldnsd(8) [OLD] 0.997a [NEW] 0.998 re-alpine(14) [OLD] 2.02 [NEW] 2.03 @@ -3207,7 +3208,7 @@ ruby-actionmailer [OLD] 3.2.19 [NEW] 5.2.2 ruby-actionpack [OLD] 3.2.19 [NEW] 5.2.2 ruby-actionwebservice [OLD] 1.1.6 [NEW] 1.2.6 -ruby-activemerchant [OLD] 1.9.3 [NEW] 1.88.0 +ruby-activemerchant [OLD] 1.9.3 [NEW] 1.89.0 ruby-activemodel [OLD] 3.2.19 [NEW] 5.2.2 ruby-activerdf_sparql [OLD] 1.3.4 [NEW] 1.3.6 ruby-activerecord [OLD] 3.2.19 [NEW] 5.2.2 @@ -3345,7 +3346,8 @@ ruby-mini_portile [OLD] 0.6.1 [NEW] 0.6.2 ruby-minitest [OLD] 4.7.5 [NEW] 5.11.3 ruby-mixlib-archive [OLD] 0.4.8 [NEW] 0.4.19 -ruby-mixlib-config [OLD] 2.1.0 [NEW] 2.2.13 +ruby-mixlib-config [OLD] 2.1.0 [NEW] 2.2.18 +ruby-mixlib-log [OLD] 2.0.4 [NEW] 2.0.9 ruby-mixlib-shellout [OLD] 2.0.0 [NEW] 2.4.4 ruby-mocha [OLD] 0.13.1 [NEW] 1.7.0 ruby-molinillo [OLD] 0.6.5 [NEW] 0.6.6 @@ -3369,7 +3371,7 @@ ruby-netrc [OLD] 0.7.9 [NEW] 0.11.0 ruby-nio4r [OLD] 2.1.0 [NEW] 2.3.1 ruby-nitro [OLD] 0.27.0 [NEW] 0.41.0 -ruby-nokogiri [OLD] 1.6.5 [NEW] 1.8.5 +ruby-nokogiri [OLD] 1.6.5 [NEW] 1.9.1 ruby-oauth [OLD] 0.3.6 [NEW] 0.5.4 ruby-odbc(8) [OLD] 0.997 [NEW] 0.99999 ruby-og [OLD] 0.27.0 [NEW] 0.41.0 @@ -3403,7 +3405,7 @@ ruby-rake-compiler [OLD] 0.8.3 [NEW] 1.0.5 ruby-ramaze [OLD] 2010.06.18 [NEW] 2012.12.08 ruby-rb-fsevent [OLD] 0.9.4 [NEW] 0.10.3 -ruby-rb-inotify [OLD] 0.9.5 [NEW] 0.9.10 +ruby-rb-inotify [OLD] 0.9.5 [NEW] 0.10.0 ruby-rbnacl [OLD] 3.3.0 [NEW] 6.0.0 ruby-rchardet [OLD] 1.3 [NEW] 1.8.0 ruby-rcodetools [OLD] 0.7.0 [NEW] 0.8.5.0 @@ -3510,12 +3512,11 @@ serd(8) [OLD] 0.28.0 [NEW] 0.30.0 serendipity(8) [OLD] 1.1.2 [NEW] 2.1.4 serviced [OLD] 1.1.9 [NEW] 1.6.3 -sg3_utils(8) [OLD] 1.42 [NEW] 1.45r796 +sg3_utils(8) [OLD] 1.42 [NEW] 1.45r799 sgmltools-lite(13) [OLD] 3.0.2 [NEW] 3.0.3 sha(9) [OLD] 1.0.4b [NEW] 1.1 shaderc [OLD] 0 [NEW] v2018.0 shake(8) [OLD] 0.999 [NEW] 1.0 -shared-mime-info(17) [OLD] 1.9 [NEW] 1.10 shc(8) [OLD] 3.8.7 [NEW] 3.8.9b shotwell(12) [OLD] 0.26.2 [NEW] 0.26.4 shrinksafe(9) [OLD] 1.2.2 [NEW] 1.14.2 @@ -3576,7 +3577,7 @@ srelay(8) [OLD] 0.4.8b5 [NEW] 0.4.8p3 srm(8) [OLD] 1.2.9 [NEW] 1.2.15 sshfs-fuse(9) [OLD] 3.5.0 [NEW] 3.5.0. -sshguard(8) [OLD] 1.5 [NEW] 2.2.0 +sshguard(8) [OLD] 1.5 [NEW] 2.3.0 sssd(20) [OLD] 1.13.4 [NEW] 2.0.0 stalonetray(8) [OLD] 0.8.1 [NEW] 0.8.3 stanse(14) [OLD] 1.0.0 [NEW] 1.2.2 @@ -3611,7 +3612,7 @@ syncevolution(9) [OLD] 1.3 [NEW] 1.5.3 synfig(8) [OLD] 0.64.2 [NEW] 1.2.2 synopsis(8) [OLD] 0.11 [NEW] 0.13 -sysdig%{?_pld_builder:%{?with_kernel:-kernel}} [OLD] 0.21.0 [NEW] 3 +sysdig%{?_pld_builder:%{?with_kernel:-kernel}} [OLD] 0.21.0 [NEW] agent/0.87.0 sysinfo(8) [OLD] 0.6.1 [NEW] 0.7 syslog-ng [OLD] 3.14.1 [NEW] 3.19.1 sysmon(10) [OLD] 0.92.2 [NEW] 0.93 @@ -3728,6 +3729,7 @@ utvideo(8) [OLD] 18.2.1 [NEW] 20.1.0 uwm(7) [OLD] 0.2.10 [NEW] 0.2.11 uwsgitop(7) [OLD] 0.8 [NEW] 0.10 +v4l-utils(12) [OLD] 1.16.2 [NEW] 1.16.3 vamps(8) [OLD] 0.99 [NEW] 0.99.2 varconf(8) [OLD] 0.6.5 [NEW] 1.0.1 varnish-libvmod-cookie(12) [OLD] 1.0 [NEW] 1.22 @@ -3746,7 +3748,7 @@ viewvc(10) [OLD] 1.1.26 [NEW] 1.1.26. vifm(9) [OLD] 0.7.2 [NEW] 0.10 viking(7) [OLD] 1.6.1 [NEW] 1.6.2 -vim(52) [OLD] 8.1.0553 [NEW] 8.1.0591 +vim(52) [OLD] 8.1.0553 [NEW] 8.1.0606 vim-plugin-checksyntax [OLD] 2.03 [NEW] 5.00 vim-plugin-flake8 [OLD] 1.4 [NEW] 1.6 vim-plugin-tagbar(8) [OLD] 2.6.1 [NEW] 2.7 @@ -3785,7 +3787,6 @@ wendzelnntpd(16) [OLD] 1.4.0 [NEW] 2.0.8 wesnoth(18) [OLD] 1.10.4 [NEW] 1.14.5 wfmath(9) [OLD] 0.3.7 [NEW] 1.0.2 -whipper(7) [OLD] 0.7.2 [NEW] 0.7.3 wicd(16) [OLD] 1.7.3 [NEW] 1.7.4 wiggle(8) [OLD] 1.0 [NEW] 1.1 wildmidi(13) [OLD] 0.4.2 [NEW] 0.4.3 @@ -3880,7 +3881,7 @@ xsoldier(10) [OLD] 1.5 [NEW] 1.8 xsp(10) [OLD] 4.2 [NEW] 4.5 xteddy(8) [OLD] 2.0.2 [NEW] 2.2 -xterm(8) [OLD] 338 [NEW] 339 +xterm(8) [OLD] 338 [NEW] 340 xtermcontrol(8) [OLD] 3.3 [NEW] 3.6 xye(9) [OLD] 0.10.0 [NEW] 0.12.2 xynth(8) [OLD] 0.7.91 [NEW] 0.10.82 @@ -3902,7 +3903,7 @@ zd1211-firmware(8) [OLD] 1.4 [NEW] 1.5 zeroinstall-injector(12) [OLD] 2.3.3 [NEW] 2.13 zeromq(17) [OLD] 4.2.5 [NEW] 4.3.0. -zim(8) [OLD] 0.63 [NEW] 0.68 +zim(8) [OLD] 0.63 [NEW] 0.69 zint(8) [OLD] 2.6.0 [NEW] 2.6.3 zita-ajbridge(7) [OLD] 0.7.0 [NEW] 0.8.2 zita-alsa-pcmi(7) [OLD] 0.2.0 [NEW] 0.3.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/PLD-doc/PLD-update-TODO?r1=1.2309&r2=1.2310 From arekm at pld-linux.org Tue Dec 18 12:30:21 2018 From: arekm at pld-linux.org (arekm) Date: Tue, 18 Dec 2018 12:30:21 +0100 Subject: =?utf8?q?=5Bpackages/geninitrd=5D_-_up_to_12787?= References: <7dbbcc6fee918cbca3054d9fe8fdea4f75d84b40_refs_heads_master@pld-linux.org> Message-ID: <14222dbdc924ab67dbe77b73e82d2e6845629072_refs_heads_master@pld-linux.org> commit 14222dbdc924ab67dbe77b73e82d2e6845629072 Author: Arkadiusz Mi?kiewicz Date: Tue Dec 18 12:30:10 2018 +0100 - up to 12787 geninitrd-git.patch | 940 +--------------------------------------------------- geninitrd.spec | 9 +- 2 files changed, 6 insertions(+), 943 deletions(-) --- diff --git a/geninitrd.spec b/geninitrd.spec index a068c6d..7945ab8 100644 --- a/geninitrd.spec +++ b/geninitrd.spec @@ -6,12 +6,12 @@ Summary: Creates an initial ramdisk image for preloading modules Summary(pl.UTF-8): Narz?dzie do tworzenia inicjalnego ramdysku u?ywanego przy starcie systemu Name: geninitrd -Version: 12757 -Release: 10 +Version: 12787 +Release: 1 License: GPL Group: Applications/System Source0: %{name}-%{version}.tar.gz -# Source0-md5: 3fb153489c3c245e5c1ee4bbc333acb4 +# Source0-md5: 35b12ef61ee1e29692d67afd94731697 Patch0: %{name}-git.patch Patch1: %{name}-static-dev.patch Patch2: %{name}-posix-sh.patch @@ -86,7 +86,7 @@ bie??cych informacji zawartych w /etc/modules.conf. %prep %setup -q -%patch0 -p1 +#%patch0 -p1 %patch1 -p1 %patch2 -p1 @@ -110,6 +110,7 @@ rm -rf $RPM_BUILD_ROOT %dir /lib/geninitrd /lib/geninitrd/functions +/lib/geninitrd/functions.initrd /lib/geninitrd/mod-*.sh %attr(755,root,root) /lib/geninitrd/extract-ikconfig diff --git a/geninitrd-git.patch b/geninitrd-git.patch index 172bc1f..cf82302 100644 --- a/geninitrd-git.patch +++ b/geninitrd-git.patch @@ -1,939 +1 @@ -commit a16a1beafe3929b47bc28208c375520771c84b08 -Author: Arkadiusz Mi?kiewicz -Date: Wed Jan 20 21:57:53 2016 +0100 - - Reorder compressors, so best (smallest image) is used first. Using best compression to avoid a need to play with kernel options to load bigger ramdisks. - -diff --git a/geninitrd b/geninitrd -index 7b962b5..a4de196 100755 ---- a/geninitrd -+++ b/geninitrd -@@ -1103,8 +1103,7 @@ sym_exists() { - # find best compressor (or forced one) for initrd - find_compressor() { - local mode="$1" -- # fastest initrd decompression speed is first -- local compressors='lzo gzip xz lzma bzip2' -+ local compressors='xz lzma bzip2 gzip lzo' - - # a specified one, take it - if ! is_yes "$mode"; then - -commit a52ae08eef1036b833da1cbecf27f04782a1d473 -Author: Arkadiusz Mi?kiewicz -Date: Sun Jan 31 17:00:15 2016 +0100 - - Always include partitions and containers when starting mdadm array. - -diff --git a/mod-md.sh b/mod-md.sh -index a0cd7aa..1c5c60c 100644 ---- a/mod-md.sh -+++ b/mod-md.sh -@@ -139,6 +139,8 @@ initrd_gen_md() { - - inst_exec $mdassemble /bin/mdassemble - -+ echo "DEVICE partitions containers" >> "$DESTDIR/etc/mdadm.conf" -+ - # LVM on RAID case - local dev_list_extra ex_dev - dev_list_extra=$(awk '/^DEVICE / { for (i=2; i<=NF; i++) { printf "%s ", $i; }; } ' /etc/mdadm.conf | xargs) - -commit 44c13508fd5b62e82335bea903690609a35de913 -Author: Arkadiusz Mi?kiewicz -Date: Sun Jan 31 17:03:18 2016 +0100 - - Allow containers in ex devices. - -diff --git a/mod-md.sh b/mod-md.sh -index 1c5c60c..d9093d4 100644 ---- a/mod-md.sh -+++ b/mod-md.sh -@@ -146,8 +146,8 @@ initrd_gen_md() { - dev_list_extra=$(awk '/^DEVICE / { for (i=2; i<=NF; i++) { printf "%s ", $i; }; } ' /etc/mdadm.conf | xargs) - new_dev_list_extra="" - for ex_dev in $dev_list_extra; do -- if [ "$ex_dev" = "partitions" ]; then -- echo "DEVICE partitions" >> "$DESTDIR/etc/mdadm.conf" -+ if [ "$ex_dev" = "partitions" -o "$ex_dev" = "containers" ]; then -+ echo "DEVICE $ex_dev" >> "$DESTDIR/etc/mdadm.conf" - # FIXME: find and copy partition devices from /proc/partitions - # - best if done at runtime, now initrd gen time - continue - -commit fee61d3f4dd96bfdca441a8ab524d9928309559e -Author: Arkadiusz Mi?kiewicz -Date: Fri Feb 26 18:15:14 2016 +0100 - - Check if kernel supports specified INITRDFS (tested with initramfs and romfs only though) - -diff --git a/geninitrd b/geninitrd -index a4de196..92a519d 100755 ---- a/geninitrd -+++ b/geninitrd -@@ -1097,7 +1097,7 @@ sym_exists() { - return 1 - fi - -- awk -vc=1 -vsymbol="$symbol" '$2 == "T" && $3 == symbol {c = 0} END {exit c}' $mapfile -+ awk -vc=1 -vsymbol="$symbol" '($2 == "T" || $2 == "t") && $3 == symbol {c = 0} END {exit c}' $mapfile - } - - # find best compressor (or forced one) for initrd -@@ -1400,24 +1400,46 @@ if [ -z "$INITRDFS" ]; then - fi - fi - --case "$INITRDFS" in -- ext2) -- [ -x /sbin/mke2fs ] || die "/sbin/mke2fs is missing" -- ;; -- rom|romfs) -- [ -x /sbin/genromfs ] || die "/sbin/genromfs is missing" -- ;; -- cram|cramfs) -- [ -x /sbin/mkcramfs ] || die "/sbin/mkcramfs is missing" -- ;; -- initramfs) -- [ -x /bin/cpio ] || die "/bin/cpio is missing" -- [ -x /usr/bin/find ] || die "/usr/bin/find is missing" -- ;; -- *) -- die "Filesystem $INITRDFS on initrd is not supported" -- ;; --esac -+check_initrd_fs() { -+ local s sfound sym p prog map=/boot/System.map-$kernel -+ case "$INITRDFS" in -+ ext2) -+ # TODO: symbols to check in case of ext2 used via ext3/4 subsystem -+ sym=init_ext2_fs -+ prog=/sbin/mke2fs -+ ;; -+ rom|romfs) -+ sym=init_romfs_fs -+ prog=/sbin/genromfs -+ ;; -+ cram|cramfs) -+ sym=init_cramfs_fs -+ prog=/sbin/mkcramfs -+ ;; -+ initramfs) -+ sym=__initramfs_start -+ prog="/bin/cpio /usr/bin/find" -+ ;; -+ *) -+ die "Filesystem $INITRDFS on initrd is not supported by geninitrd" -+ ;; -+ esac -+ -+ # only one is needed (for cases like ext2 via ext2 or via ext3 or via ext4 subsysytem) -+ sfound=0 -+ for s in $sym; do -+ sym_exists $map $s && sfound=1 -+ break -+ done -+ if [ "$sfound" -eq "0" ]; then -+ die "Filesystem $INITRDFS on initrd is not supported by kernel" -+ fi -+ -+ for p in $prog; do -+ [ ! -x "$p" ] && die "$prog is missing" -+ done -+} -+check_initrd_fs - - if [ -L "$target" ]; then - target=$(readlink -f "$target") - -commit 985c7aef65f1fd4a704ded7218fb2df010153080 -Author: Arkadiusz Mi?kiewicz -Date: Sat May 7 12:34:33 2016 +0200 - - Use uevent feature of new busybox instead of pure and racy mdev via hotplug - -diff --git a/mod-udev.sh b/mod-udev.sh -index 30114cd..422ef3e 100644 ---- a/mod-udev.sh -+++ b/mod-udev.sh -@@ -115,8 +115,9 @@ initrd_gen_stop_udevd() { - initrd_gen_mdev() { - debug "Setting up mdev..." - -- busybox_applet mdev -+ busybox_applet mdev uevent - ln -s busybox $DESTDIR/bin/mdev -+ ln -s busybox $DESTDIR/bin/uevent - - cat > $DESTDIR/etc/mdev.conf <<-'EOF' - # Provide user, group, and mode information for devices. If a regex matches -@@ -157,13 +158,13 @@ hd[a-z]* 0:6 660 - add_linuxrc <<-'EOF' - # \n needed in mdev.seq - echo > /dev/mdev.seq -- echo /bin/mdev > /proc/sys/kernel/hotplug -+ uevent mdev & - mdev -s - EOF - } - - initrd_gen_stop_mdev() { - add_linuxrc <<-'EOF' -- killall mdev > /dev/null 2>&1 -+ killall uevent > /dev/null 2>&1 - EOF - } - -commit 11202855dbaee5bc32209913df1ae8738c210c39 -Author: Arkadiusz Mi?kiewicz -Date: Sat May 14 00:36:02 2016 +0200 - - Make rootdev fallback work. - -diff --git a/geninitrd b/geninitrd -index 92a519d..771245e 100755 ---- a/geninitrd -+++ b/geninitrd -@@ -1004,7 +1004,11 @@ initrd_gen_initramfs_switchroot() { - - # XXX hack, fallback to rootdev from geninitrd time - if [ ! -e "$device" ]; then -+ EOF -+ add_linuxrc <<-EOF - device="$rootdev" -+ EOF -+ add_linuxrc <<-'EOF' - echo "DEVICE set to $device based on fstab entry from initrd gen time" - fi - - -commit 583a7f5f8783fb1f92b75ca9f651d675df016b73 -Author: Arkadiusz Mi?kiewicz -Date: Tue Jun 7 08:30:46 2016 +0200 - - Mount /run with 0755. - -diff --git a/geninitrd b/geninitrd -index 771245e..62e47ee 100755 ---- a/geninitrd -+++ b/geninitrd -@@ -273,7 +273,7 @@ mount_run() { - fi - - run_mounted=yes -- echo "mount -t tmpfs run /run" | add_linuxrc -+ echo "mount -t tmpfs run /run -o mode=0755" | add_linuxrc - } - - # unmount all mountpoints mounted by geninitrd - -commit 8c1bff4fcc5f9c5c60aea7ab168a96c7d6e93470 -Author: Arkadiusz Mi?kiewicz -Date: Tue Jun 7 08:36:48 2016 +0200 - - cryptsetup: Use 120s timeout when asking for password. - -diff --git a/mod-luks.sh b/mod-luks.sh -index 09e31d3..8e9bc46 100644 ---- a/mod-luks.sh -+++ b/mod-luks.sh -@@ -157,7 +157,7 @@ luks_crypttab() { - done - IFS="$old_IFS" - -- verbose "+ cryptsetup ${keyfile:+-d $keyfile} open --type luks $crypttab_opt '$src' '$dst'" -+ verbose "+ cryptsetup --timeout=120 ${keyfile:+-d $keyfile} open --type luks $crypttab_opt '$src' '$dst'" - add_linuxrc <<-EOF - debugshell - -@@ -184,7 +184,7 @@ luks_crypttab() { - crypt_status=\$(cryptsetup \$cryptsetup_opt status '$dst') - if [ "\${crypt_status%%is inactive.}" != "\$crypt_status" ]; then - # is inactive -- cryptsetup \$cryptsetup_opt ${keyfile:+-d $keyfile} open --type luks $crypttab_opt "\$luksdev" '$dst' <&1 -+ cryptsetup \$cryptsetup_opt ${keyfile:+-d $keyfile} --timeout 120 open --type luks $crypttab_opt "\$luksdev" '$dst' <&1 - fi - fi - - -commit 7e3c63ed836b899d5217506e408b35284b6a00bc -Author: Arkadiusz Mi?kiewicz -Date: Tue Jun 7 16:52:17 2016 +0200 - - Also mount /run as noexec,nosuid,nodev (as suggested by qboosh). - -diff --git a/geninitrd b/geninitrd -index 62e47ee..e94ca12 100755 ---- a/geninitrd -+++ b/geninitrd -@@ -273,7 +273,7 @@ mount_run() { - fi - - run_mounted=yes -- echo "mount -t tmpfs run /run -o mode=0755" | add_linuxrc -+ echo "mount -t tmpfs run /run -o mode=0755,noexec,nosuid,nodev" | add_linuxrc - } - - # unmount all mountpoints mounted by geninitrd - -commit b13c409df04d048f45d246603a779e39f2fed2b4 -Author: Elan Ruusam?e -Date: Wed Jun 29 22:48:43 2016 +0300 - - accept rootfs= kernel commandline argument - -diff --git a/geninitrd b/geninitrd -index e94ca12..432999c 100755 ---- a/geninitrd -+++ b/geninitrd -@@ -1580,6 +1580,9 @@ add_linuxrc <<-'EOF' - if [ "${arg##root=}" != "${arg}" ]; then - ROOT=${arg##root=} - fi -+ if [ "${arg##rootfs=}" != "${arg}" ]; then -+ ROOTFS=${arg##rootfs=} -+ fi - if [ "${arg##rootflags=}" != "${arg}" ]; then - ROOTFLAGS=${arg##rootflags=} - fi - -commit 16e8a388f3184e59475429cf3fb7e69dd281045d -Author: Elan Ruusam?e -Date: Wed Jun 29 22:55:58 2016 +0300 - - use git-for-each-ref to find last tag - - omits two commands from pipeline - -diff --git a/make-tag.sh b/make-tag.sh -index 6f54325..87aba64 100755 ---- a/make-tag.sh -+++ b/make-tag.sh -@@ -1,7 +1,8 @@ - #!/bin/sh - set -e - rev=$(git rev-parse HEAD) --last_tag=$(git tag -l | grep -E '^[0-9]+' | sort -V | tail -n1) -+ref=$(git for-each-ref 'refs/tags' --format='%(refname)' --sort=taggerdate | tail -n1) -+last_tag=${ref#refs/tags/} - - if [ -n "$1" ]; then - tag="$1" - -commit ce3a6bd6821fad3e6e60fb35a8153f95128e7160 -Author: Elan Ruusam?e -Date: Wed Jun 29 22:58:16 2016 +0300 - - git tag -l - - "git tags" was my local alias i didn't even realize it's not git builtin :) - -diff --git a/RELEASE b/RELEASE -index 4f71b51..3c7639a 100644 ---- a/RELEASE -+++ b/RELEASE -@@ -2,7 +2,7 @@ HOW TO MAKE A RELEASE - - before making a release: - --- run make dist, create package with resulting tarball to check that code is -+- run "make dist", create package with resulting tarball to check that code is - stable enough for a release - - to make a release: -@@ -14,7 +14,7 @@ in short: - in details: - - run 'make tag' - - fill git shortlog into annotate tag commit message: -- $ git shortlog $(git tags | sort -nr | head -n1)..HEAD -+ $ git shortlog $(git tag -l | sort -nr | head -n1)..HEAD - - run 'make dist' - - verify produced tarball with updating geninitrd.spec:master - - push tarball to distfiles - -commit ac6b67a86f7eb4c2d5758920bd9101e863655970 -Author: Tomasz Pala -Date: Sun Aug 14 12:03:51 2016 +0200 - - newer platforms use xHCI, newer kernels require PCI over HCD modules - https://marc.info/?l=git-commits-head&m=141276811802511&w=2 - -diff --git a/geninitrd.sysconfig b/geninitrd.sysconfig -index e141a0a..e88cda5 100644 ---- a/geninitrd.sysconfig -+++ b/geninitrd.sysconfig -@@ -3,7 +3,7 @@ - #BASICMODULES="-tuxonice_compress" - - ## Basic modules to include USB keyboard --#BASICMODULES="usbhid ehci-hcd uhci-hcd ohci-hcd" -+#BASICMODULES="usbhid xhci-pci ehci-pci ehci-hcd uhci-hcd ohci-hcd" - - ## Modules that should be loaded before anything (i.e. jbd for ext3) - #PREMODS="" - -commit 9e77ea77b2359a828325983e58c8a4b39c8b6648 -Author: Tomasz Pala -Date: Sun Aug 14 17:54:37 2016 +0200 - - hid-generic required as well - -diff --git a/geninitrd.sysconfig b/geninitrd.sysconfig -index e88cda5..ccf177c 100644 ---- a/geninitrd.sysconfig -+++ b/geninitrd.sysconfig -@@ -3,7 +3,7 @@ - #BASICMODULES="-tuxonice_compress" - - ## Basic modules to include USB keyboard --#BASICMODULES="usbhid xhci-pci ehci-pci ehci-hcd uhci-hcd ohci-hcd" -+#BASICMODULES="hid-generic usbhid xhci-pci ehci-pci ehci-hcd uhci-hcd ohci-hcd" - - ## Modules that should be loaded before anything (i.e. jbd for ext3) - #PREMODS="" - -commit 0d9c261f8a81bbe23bb097ae14002dce0fcaaa41 -Author: Tomasz Pala -Date: Sun Aug 14 20:10:24 2016 +0200 - - save precious scrollback buffer contents when data can be fetched later - -diff --git a/geninitrd b/geninitrd -index 432999c..0b838e6 100755 ---- a/geninitrd -+++ b/geninitrd -@@ -992,7 +992,7 @@ initrd_gen_initramfs_switchroot() { - ' /proc/partitions)" - - if [ -z "$device" ]; then -- if [ "$DEBUGINITRD" ]; then -+ if [ "$DEBUGINITRD" -a "$DEBUGINITRD" != 'sh' ]; then - cat /proc/partitions - fi - device=$ROOT -@@ -1041,7 +1041,7 @@ initrd_gen_initramfs_switchroot() { - busybox_applet dmesg - busybox_applet tail - add_linuxrc <<-'EOF' -- if [ "$DEBUGINITRD" ]; then -+ if [ "$DEBUGINITRD" -a "$DEBUGINITRD" != 'sh' ]; then - echo "Last 20 lines of dmesg:" - dmesg | tail -n 20 - fi - -commit 6ed0f7b1ebdba0a6aaed765e3f4c293ac09f975b -Author: Tomasz Pala -Date: Sun Aug 14 22:01:15 2016 +0200 - - save 19 lines of debug output (debugrd) - -diff --git a/geninitrd b/geninitrd -index 0b838e6..d152eec 100755 ---- a/geninitrd -+++ b/geninitrd -@@ -937,59 +937,40 @@ initrd_gen_initramfs_switchroot() { - add_linuxrc <<-'EOF' - device= - eval "$(busybox awk -v root="$ROOT" ' -- # http://9fans.net/archive/2006/09/261 -- function h2d(str, hstr, res, num, n, digit, i) { -- hstr = "0123456789abdcef"; -- res = 0; -+ function h2d(str, hstr, res, num, n, digit, i) { # http://9fans.net/archive/2006/09/261 -+ hstr = "0123456789abdcef"; res = 0; - n = split(tolower(str), digit, ""); - - for (i = 1; i <= n; i++) { - num = index(hstr, digit[i]) - 1; - res = res + (num * 16 ^ (n - i)); - } -- - return res; - } - BEGIN { -- - num_pattern_short = "[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]"; - num_pattern = "[0-9a-fA-F]" num_pattern_short; - dev_pattern = "[hms][a-z][a-z]([0-9])+"; -- partition = ""; -- min = -1; maj = -1; -- -- # see if we have /dev/hdX or hdX, we can just take partition name -- if (root ~ "^\/dev\/" dev_pattern "$" || root ~ "^" dev_pattern "$") { -- partition = root -- sub("^/dev/", "", partition); -- -- } else { -- # unify values first -- if (root ~ "^" num_pattern_short "$") { -- # change "303" => "0x0303" -+ partition = ""; min = -1; maj = -1; -+ -+ if (root ~ "^\/dev\/" dev_pattern "$" || root ~ "^" dev_pattern "$") { # see if we have /dev/hdX or hdX, we can just take partition name -+ partition = root; sub("^/dev/", "", partition); -+ } else { # unify values first -+ if (root ~ "^" num_pattern_short "$") { # change "303" => "0x0303" - root = "0x0" root -- } else if (root ~ "^" num_pattern "$") { -- # change "0303" => "0x0303" -+ } else if (root ~ "^" num_pattern "$") { # change "0303" => "0x0303" - root = "0x" root - } -- - maj = h2d(substr(root, 3, 2)); - min = h2d(substr(root, 5, 2)); - } - } -- - partition && $4 == partition { maj = $1; min = $2; } - $1 == maj && $2 == min { partition = $4; } -- - END { -- if (maj >= 0 && min >= 0) { -- printf("maj=%s; min=%s;\n", maj, min); -- } -- if (partition) { -- printf("device=/dev/%s;\n", partition); -- } -- } -- ' /proc/partitions)" -+ if (maj >= 0 && min >= 0) { printf("maj=%s; min=%s;\n", maj, min); } -+ if (partition) { printf("device=/dev/%s;\n", partition); } -+ }' /proc/partitions)" - - if [ -z "$device" ]; then - if [ "$DEBUGINITRD" -a "$DEBUGINITRD" != 'sh' ]; then - -commit 9d45e9b492b0114bf5a536918b5ca511e8c5dcef -Author: Elan Ruusam?e -Date: Mon Aug 15 23:43:06 2016 +0300 - - revert bogus commit - - no actual change recorded, instead some formatting fuckup - - Revert "save 19 lines of debug output (debugrd)" - - This reverts commit 6ed0f7b1ebdba0a6aaed765e3f4c293ac09f975b. - -diff --git a/geninitrd b/geninitrd -index d152eec..0b838e6 100755 ---- a/geninitrd -+++ b/geninitrd -@@ -937,40 +937,59 @@ initrd_gen_initramfs_switchroot() { - add_linuxrc <<-'EOF' - device= - eval "$(busybox awk -v root="$ROOT" ' -- function h2d(str, hstr, res, num, n, digit, i) { # http://9fans.net/archive/2006/09/261 -- hstr = "0123456789abdcef"; res = 0; -+ # http://9fans.net/archive/2006/09/261 -+ function h2d(str, hstr, res, num, n, digit, i) { -+ hstr = "0123456789abdcef"; -+ res = 0; - n = split(tolower(str), digit, ""); - - for (i = 1; i <= n; i++) { - num = index(hstr, digit[i]) - 1; - res = res + (num * 16 ^ (n - i)); - } -+ - return res; - } - BEGIN { -+ - num_pattern_short = "[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]"; - num_pattern = "[0-9a-fA-F]" num_pattern_short; - dev_pattern = "[hms][a-z][a-z]([0-9])+"; -- partition = ""; min = -1; maj = -1; -- -- if (root ~ "^\/dev\/" dev_pattern "$" || root ~ "^" dev_pattern "$") { # see if we have /dev/hdX or hdX, we can just take partition name -- partition = root; sub("^/dev/", "", partition); -- } else { # unify values first -- if (root ~ "^" num_pattern_short "$") { # change "303" => "0x0303" -+ partition = ""; -+ min = -1; maj = -1; -+ -+ # see if we have /dev/hdX or hdX, we can just take partition name -+ if (root ~ "^\/dev\/" dev_pattern "$" || root ~ "^" dev_pattern "$") { -+ partition = root -+ sub("^/dev/", "", partition); -+ -+ } else { -+ # unify values first -+ if (root ~ "^" num_pattern_short "$") { -+ # change "303" => "0x0303" - root = "0x0" root -- } else if (root ~ "^" num_pattern "$") { # change "0303" => "0x0303" -+ } else if (root ~ "^" num_pattern "$") { -+ # change "0303" => "0x0303" - root = "0x" root - } -+ - maj = h2d(substr(root, 3, 2)); - min = h2d(substr(root, 5, 2)); - } - } -+ - partition && $4 == partition { maj = $1; min = $2; } - $1 == maj && $2 == min { partition = $4; } -+ - END { -- if (maj >= 0 && min >= 0) { printf("maj=%s; min=%s;\n", maj, min); } -- if (partition) { printf("device=/dev/%s;\n", partition); } -- }' /proc/partitions)" -+ if (maj >= 0 && min >= 0) { -+ printf("maj=%s; min=%s;\n", maj, min); -+ } -+ if (partition) { -+ printf("device=/dev/%s;\n", partition); -+ } -+ } -+ ' /proc/partitions)" - - if [ -z "$device" ]; then - if [ "$DEBUGINITRD" -a "$DEBUGINITRD" != 'sh' ]; then - -commit 512f35991fc4b3f9c12469094f6c52c56e0309dd -Author: Tomasz Pala -Date: Mon Aug 29 19:31:57 2016 +0200 - - Revert "revert bogus commit" - - This 'formatting fuckup' was the point for saving scrollback buffer. - As you probably don't put it together, issuing debuginitrd throws all that function - contents to your face during boot. - - This reverts commit 9d45e9b492b0114bf5a536918b5ca511e8c5dcef. - -diff --git a/geninitrd b/geninitrd -index 0b838e6..d152eec 100755 ---- a/geninitrd -+++ b/geninitrd -@@ -937,59 +937,40 @@ initrd_gen_initramfs_switchroot() { - add_linuxrc <<-'EOF' - device= - eval "$(busybox awk -v root="$ROOT" ' -- # http://9fans.net/archive/2006/09/261 -- function h2d(str, hstr, res, num, n, digit, i) { -- hstr = "0123456789abdcef"; -- res = 0; -+ function h2d(str, hstr, res, num, n, digit, i) { # http://9fans.net/archive/2006/09/261 -+ hstr = "0123456789abdcef"; res = 0; - n = split(tolower(str), digit, ""); - - for (i = 1; i <= n; i++) { - num = index(hstr, digit[i]) - 1; - res = res + (num * 16 ^ (n - i)); - } -- - return res; - } - BEGIN { -- - num_pattern_short = "[0-9a-fA-F][0-9a-fA-F][0-9a-fA-F]"; - num_pattern = "[0-9a-fA-F]" num_pattern_short; - dev_pattern = "[hms][a-z][a-z]([0-9])+"; -- partition = ""; -- min = -1; maj = -1; -- -- # see if we have /dev/hdX or hdX, we can just take partition name -- if (root ~ "^\/dev\/" dev_pattern "$" || root ~ "^" dev_pattern "$") { -- partition = root -- sub("^/dev/", "", partition); -- -- } else { -- # unify values first -- if (root ~ "^" num_pattern_short "$") { -- # change "303" => "0x0303" -+ partition = ""; min = -1; maj = -1; -+ -+ if (root ~ "^\/dev\/" dev_pattern "$" || root ~ "^" dev_pattern "$") { # see if we have /dev/hdX or hdX, we can just take partition name -+ partition = root; sub("^/dev/", "", partition); -+ } else { # unify values first -+ if (root ~ "^" num_pattern_short "$") { # change "303" => "0x0303" - root = "0x0" root -- } else if (root ~ "^" num_pattern "$") { -- # change "0303" => "0x0303" -+ } else if (root ~ "^" num_pattern "$") { # change "0303" => "0x0303" - root = "0x" root - } -- - maj = h2d(substr(root, 3, 2)); - min = h2d(substr(root, 5, 2)); - } - } -- - partition && $4 == partition { maj = $1; min = $2; } - $1 == maj && $2 == min { partition = $4; } -- - END { -- if (maj >= 0 && min >= 0) { -- printf("maj=%s; min=%s;\n", maj, min); -- } -- if (partition) { -- printf("device=/dev/%s;\n", partition); -- } -- } -- ' /proc/partitions)" -+ if (maj >= 0 && min >= 0) { printf("maj=%s; min=%s;\n", maj, min); } -+ if (partition) { printf("device=/dev/%s;\n", partition); } -+ }' /proc/partitions)" - - if [ -z "$device" ]; then - if [ "$DEBUGINITRD" -a "$DEBUGINITRD" != 'sh' ]; then - -commit dfc0f1befd64d2c3864d5a279110d76bb680d1c2 -Author: Tomasz Pala -Date: Mon Aug 29 22:32:32 2016 +0200 - - warn about btrfs not fully supported by geninitrd - - Before mounting multidevice btrfs filesystem, `btrfs device scan' needs to - be executed, otherwise filesystem won't mount. Without the btrfs binary, - one might instruct kernel in command line insted, but this is also not - supported (blkid finds single device only). Since there is dracut, just - notice user about this shortcoming, so he could properly configure - bootloader by manually appending appropriate devices when needed. - -diff --git a/geninitrd b/geninitrd -index d152eec..1649787 100755 ---- a/geninitrd -+++ b/geninitrd -@@ -432,6 +432,7 @@ find_depmod() { - smodule=$(basename_module $modpath) - case "$smodule" in - btrfs) -+ warn "mounting multidevice btrfs volume requires rootfsflags=device=/dev/...,device=/dev/... kernel option" - find_depmod "-libcrc32c" - ;; - crc-t10dif) - -commit 60086bea663782db0e65205f248683620f7ece5f -Author: Arkadiusz Mi?kiewicz -Date: Mon Nov 13 10:29:41 2017 +0100 - - Add support for zstd(.spec) compression. - -diff --git a/geninitrd b/geninitrd -index 1649787..0a18298 100755 ---- a/geninitrd -+++ b/geninitrd -@@ -46,7 +46,7 @@ proc_partitions=no - usage() { - echo "Usage: $PROGRAM [--version] [-v] [-f] [--ifneeded] [--preload ]" - echo " [--with=] [--image-version] [--fstab=] [--nocompress]" -- echo " [--compress=yes|xz|lzma|bzip2|gzip|lzo]" -+ echo " [--compress=yes|zstd|xz|lzma|bzip2|gzip|lzo]" - echo " [--nostrip ] [--strip PATH/strip] [--strip=PATH/strip]" - echo " [--initrdfs=rom|initramfs|ext2|cram] [--modules-conf=]" - echo " [--with-bootsplash] [--without-bootsplash]" -@@ -1089,7 +1089,7 @@ sym_exists() { - # find best compressor (or forced one) for initrd - find_compressor() { - local mode="$1" -- local compressors='xz lzma bzip2 gzip lzo' -+ local compressors='zstd xz lzma bzip2 gzip lzo' - - # a specified one, take it - if ! is_yes "$mode"; then -@@ -1121,6 +1121,10 @@ find_compressor() { - sym=unlzo - prog=/usr/bin/lzop - ;; -+ zstd) -+ sym=zstd -+ prog=/usr/bin/zstd -+ ;; - none|no) - # any existing sym will work - sym=initrd_load -@@ -1163,6 +1167,9 @@ compress_image() { - lzo) - lzop -9 < "$IMAGE" > "$tmp" || return $? - ;; -+ zstd) -+ zstd -9 < "$IMAGE" > "$tmp" || return $? -+ ;; - none|no) - cat < "$IMAGE" > "$tmp" || return $? - ;; - -commit b5a01dda8ca06f88b1210f806f3ac6da7c0019f0 -Author: Arkadiusz Mi?kiewicz -Date: Fri May 4 15:50:18 2018 +0200 - - ext4 can use crc32 but has it in softdep only - -diff --git a/geninitrd b/geninitrd -index 0a18298..c75c22b 100755 ---- a/geninitrd -+++ b/geninitrd -@@ -435,6 +435,9 @@ find_depmod() { - warn "mounting multidevice btrfs volume requires rootfsflags=device=/dev/...,device=/dev/... kernel option" - find_depmod "-libcrc32c" - ;; -+ ext4) -+ find_depmod "-libcrc32c" -+ ;; - crc-t10dif) - find_depmod "-crct10dif-pclmul" - find_depmod "-crct10dif" - -commit 256e0bedb591a982ce87fb2ca1b38e1353d5b33a -Author: Arkadiusz Mi?kiewicz -Date: Fri Aug 10 10:40:59 2018 +0200 - - ramdisk_size warning makes no sense for initramfs. - -diff --git a/geninitrd b/geninitrd -index c75c22b..025674d 100755 ---- a/geninitrd -+++ b/geninitrd -@@ -1759,14 +1759,16 @@ case "$INITRDFS" in - die "Filesystem $INITRDFS not supported by $PROGRAM" - esac - --CONFIG_BLK_DEV_RAM_SIZE=$(ikconfig | awk -F= '/^CONFIG_BLK_DEV_RAM_SIZE/{print $2}') --if [ -z "$CONFIG_BLK_DEV_RAM_SIZE" ]; then -- CONFIG_BLK_DEV_RAM_SIZE=4096 -- warn "No CONFIG_BLK_DEV_RAM_SIZE detected, fallback to $CONFIG_BLK_DEV_RAM_SIZE" --fi -+if [ "$INITRDFS" != "initramfs" ]; then -+ CONFIG_BLK_DEV_RAM_SIZE=$(ikconfig | awk -F= '/^CONFIG_BLK_DEV_RAM_SIZE/{print $2}') -+ if [ -z "$CONFIG_BLK_DEV_RAM_SIZE" ]; then -+ CONFIG_BLK_DEV_RAM_SIZE=4096 -+ warn "No CONFIG_BLK_DEV_RAM_SIZE detected, fallback to $CONFIG_BLK_DEV_RAM_SIZE" -+ fi - --if [ "$IMAGESIZE" -gt $CONFIG_BLK_DEV_RAM_SIZE ]; then -- warn "Your image size is larger than $CONFIG_BLK_DEV_RAM_SIZE, Be sure to boot kernel with ramdisk_size=$IMAGESIZE!" -+ if [ "$IMAGESIZE" -gt $CONFIG_BLK_DEV_RAM_SIZE ]; then -+ warn "Your image size is larger than $CONFIG_BLK_DEV_RAM_SIZE, Be sure to boot kernel with ramdisk_size=$IMAGESIZE!" -+ fi - fi - - if ! is_no "$COMPRESS"; then - -commit 7d4fa91c4a63900ed829b088d2513a60ac764ddd -Author: Arkadiusz Mi?kiewicz -Date: Mon Aug 13 22:49:31 2018 +0200 - - Drop forced luks type as latest tools support luks2, too. Leave it for cryptsetup autodetection. - -diff --git a/mod-luks.sh b/mod-luks.sh -index 8e9bc46..99ff4a6 100644 ---- a/mod-luks.sh -+++ b/mod-luks.sh -@@ -157,7 +157,7 @@ luks_crypttab() { - done - IFS="$old_IFS" - -- verbose "+ cryptsetup --timeout=120 ${keyfile:+-d $keyfile} open --type luks $crypttab_opt '$src' '$dst'" -+ verbose "+ cryptsetup --timeout=120 ${keyfile:+-d $keyfile} open $crypttab_opt '$src' '$dst'" - add_linuxrc <<-EOF - debugshell - -@@ -184,7 +184,7 @@ luks_crypttab() { - crypt_status=\$(cryptsetup \$cryptsetup_opt status '$dst') - if [ "\${crypt_status%%is inactive.}" != "\$crypt_status" ]; then - # is inactive -- cryptsetup \$cryptsetup_opt ${keyfile:+-d $keyfile} --timeout 120 open --type luks $crypttab_opt "\$luksdev" '$dst' <&1 -+ cryptsetup \$cryptsetup_opt ${keyfile:+-d $keyfile} --timeout 120 open $crypttab_opt "\$luksdev" '$dst' <&1 - fi - fi - - -commit 042e65b6bf2018ce17fcc275b0f4da26ef2de2ff -Author: Arkadiusz Mi?kiewicz -Date: Tue Aug 14 13:09:55 2018 +0200 - - libpthread dlopens libgcc_s.so.1, so install it. - -diff --git a/geninitrd b/geninitrd -index 025674d..50be081 100755 ---- a/geninitrd -+++ b/geninitrd -@@ -538,15 +538,20 @@ inst_exec() { - - inst "$@" $dest - -- local obj lib libs libdir -+ local obj lib libs libs_additional libdir - for obj in "$@"; do - case "$obj" in - /lib/ld-linux.so.2 | /lib64/ld-linux-x86-64.so.2 | /libx32/ld-linux-x32.so.2) - continue -+ ;; -+ /lib/libpthread.so* | /lib64/libpthread.so* | /libx32/libpthread.so*) -+ libs_additional="${obj%/libpthread*}/libgcc_s.so.1" -+ ;; - esac - -+ - libs=$(ldd "$obj" | awk '/statically|linux-(gate|vdso)\.so/{next} NF == 2 {print $1} /=/{print $3}' | sort -u) -- for lib in $libs; do -+ for lib in $libs $libs_additional; do - libdir=$(cd $(dirname "$lib"); pwd) - if [ ! -f "$DESTDIR/$lib" ]; then - inst_d $libdir - -commit 99634b923a68cb279eae5fd72286dcb9e52f8f25 -Author: Arkadiusz Mi?kiewicz -Date: Tue Aug 14 13:32:41 2018 +0200 - - cryptsetup needs /var/run/cryptsetup dir. - -diff --git a/mod-luks.sh b/mod-luks.sh -index 99ff4a6..4a93aa7 100644 ---- a/mod-luks.sh -+++ b/mod-luks.sh -@@ -89,6 +89,7 @@ initrd_gen_luks() { - - inst_d /bin - inst_exec $cryptsetup /bin/cryptsetup -+ inst_d /var/run/cryptsetup - - mount_dev - mount_sys - -commit 32b9509df0d88c0814a0dfef2465a46ade008b28 -Author: Arkadiusz Mi?kiewicz -Date: Tue Aug 14 13:57:58 2018 +0200 - - Include more modules for luks. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809686#10 - -diff --git a/mod-luks.sh b/mod-luks.sh -index 4a93aa7..9fbf583 100644 ---- a/mod-luks.sh -+++ b/mod-luks.sh -@@ -67,6 +67,10 @@ find_modules_luks() { - # TODO: autodetect - find_module "aes" - find_module "cbc" -+ find_module "-af-alg" -+ find_module "-algif_hash" -+ find_module "-algif_skcipher" -+ find_module "-loop" - - # recurse - dev=$(awk -vLUKSNAME="$LUKSNAME" '$1 == LUKSNAME { print $2 }' /etc/crypttab) - -commit 4fa03792dc42a77bfa98449828c87b3d23fd0a17 -Author: Arkadiusz Mi?kiewicz -Date: Tue Aug 14 14:08:52 2018 +0200 - - Fix condition for --debug mode which adds additional text after 'inactive' text. - -diff --git a/mod-luks.sh b/mod-luks.sh -index 9fbf583..ff877f7 100644 ---- a/mod-luks.sh -+++ b/mod-luks.sh -@@ -187,7 +187,7 @@ luks_crypttab() { - - if [ -e "\$luksdev" ]; then - crypt_status=\$(cryptsetup \$cryptsetup_opt status '$dst') -- if [ "\${crypt_status%%is inactive.}" != "\$crypt_status" ]; then -+ if [ "\${crypt_status%%is inactive*}" != "\$crypt_status" ]; then - # is inactive - cryptsetup \$cryptsetup_opt ${keyfile:+-d $keyfile} --timeout 120 open $crypttab_opt "\$luksdev" '$dst' <&1 - fi +; nothing here for now ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/geninitrd.git/commitdiff/14222dbdc924ab67dbe77b73e82d2e6845629072 From arekm at pld-linux.org Tue Dec 18 12:30:32 2018 From: arekm at pld-linux.org (arekm) Date: Tue, 18 Dec 2018 12:30:32 +0100 Subject: DISTFILES: geninitrd: geninitrd-12787.tar.gz Message-ID: <18093.1545132632@distfiles.pld-linux.org> Request by: arekm Files fetched: 1 STORED: no-url://geninitrd-12787.tar.gz 35b12ef61ee1e29692d67afd94731697 geninitrd-12787.tar.gz Size: 124389 bytes -- Virtually Yours: distfiles. From arekm at pld-linux.org Tue Dec 18 12:30:37 2018 From: arekm at pld-linux.org (arekm) Date: Tue, 18 Dec 2018 12:30:37 +0100 Subject: =?utf8?q?=5Bprojects/geninitrd=5D_Created_tag_12787?= Message-ID: <154513263729.18143.9483490759164180545@pld-linux.org> The unsigned tag '12787' was created. Tagger: Arkadiusz Mi?kiewicz Date: Tue 18 Dec 2018 12:26:09 +0100 Arkadiusz Mi?kiewicz (20): Reorder compressors, so best (smallest image) is used first. Using best compression to avoid a need to play with kernel options to load bigger ramdisks. Always include partitions and containers when starting mdadm array. Allow containers in ex devices. Check if kernel supports specified INITRDFS (tested with initramfs and romfs only though) Use uevent feature of new busybox instead of pure and racy mdev via hotplug Make rootdev fallback work. Mount /run with 0755. cryptsetup: Use 120s timeout when asking for password. Also mount /run as noexec,nosuid,nodev (as suggested by qboosh). Add support for zstd(.spec) compression. ext4 can use crc32 but has it in softdep only ramdisk_size warning makes no sense for initramfs. Drop forced luks type as latest tools support luks2, too. Leave it for cryptsetup autodetection. libpthread dlopens libgcc_s.so.1, so install it. cryptsetup needs /var/run/cryptsetup dir. Include more modules for luks. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809686#10 Fix condition for --debug mode which adds additional text after 'inactive' text. Mechanism for waiting until devices are available (wired for mod-md for now). Bit ugly but working. Use mdadm instead of mdassemble (since mdadm 4.1 dropped mdassemble). tmp is now mounted early, so no need to duplicate. Elan Ruusam?e (4): accept rootfs= kernel commandline argument use git-for-each-ref to find last tag git tag -l revert bogus commit Tomasz Pala (6): newer platforms use xHCI, newer kernels require PCI over HCD modules https://marc.info/?l=git-commits-head&m=141276811802511&w=2 hid-generic required as well save precious scrollback buffer contents when data can be fetched later save 19 lines of debug output (debugrd) Revert "revert bogus commit" warn about btrfs not fully supported by geninitrd Changes since the last tag '12757': Arkadiusz Mi?kiewicz (20): Reorder compressors, so best (smallest image) is used first. Using best compression to avoid a need to play with kernel options to load bigger ramdisks. Always include partitions and containers when starting mdadm array. Allow containers in ex devices. Check if kernel supports specified INITRDFS (tested with initramfs and romfs only though) Use uevent feature of new busybox instead of pure and racy mdev via hotplug Make rootdev fallback work. Mount /run with 0755. cryptsetup: Use 120s timeout when asking for password. Also mount /run as noexec,nosuid,nodev (as suggested by qboosh). Add support for zstd(.spec) compression. ext4 can use crc32 but has it in softdep only ramdisk_size warning makes no sense for initramfs. Drop forced luks type as latest tools support luks2, too. Leave it for cryptsetup autodetection. libpthread dlopens libgcc_s.so.1, so install it. cryptsetup needs /var/run/cryptsetup dir. Include more modules for luks. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809686#10 Fix condition for --debug mode which adds additional text after 'inactive' text. Mechanism for waiting until devices are available (wired for mod-md for now). Bit ugly but working. Use mdadm instead of mdassemble (since mdadm 4.1 dropped mdassemble). tmp is now mounted early, so no need to duplicate. Elan Ruusam?e (4): accept rootfs= kernel commandline argument use git-for-each-ref to find last tag git tag -l revert bogus commit Tomasz Pala (6): newer platforms use xHCI, newer kernels require PCI over HCD modules https://marc.info/?l=git-commits-head&m=141276811802511&w=2 hid-generic required as well save precious scrollback buffer contents when data can be fetched later save 19 lines of debug output (debugrd) Revert "revert bogus commit" warn about btrfs not fully supported by geninitrd From arekm at pld-linux.org Tue Dec 18 12:31:39 2018 From: arekm at pld-linux.org (arekm) Date: Tue, 18 Dec 2018 12:31:39 +0100 Subject: =?utf8?q?=5Bpackages/mdadm=5D_-_rel_1?= References: Message-ID: <6248b885ea5d2fe1464c88b1ffe59e5545addd3f_refs_heads_master@pld-linux.org> commit 6248b885ea5d2fe1464c88b1ffe59e5545addd3f Author: Arkadiusz Mi?kiewicz Date: Tue Dec 18 12:31:33 2018 +0100 - rel 1 mdadm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/mdadm.spec b/mdadm.spec index 3a89526..608eb4b 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -8,7 +8,7 @@ Summary: Tool for creating and maintaining software RAID devices Summary(pl.UTF-8): Narz?dzie do tworzenia i obs?ugi programowych macierzy RAID Name: mdadm Version: 4.1 -Release: 0.1 +Release: 1 License: GPL v2+ Group: Base Source0: https://www.kernel.org/pub/linux/utils/raid/mdadm/%{name}-%{version}.tar.xz @@ -57,7 +57,7 @@ alternatywa dla pakietu raidtools. Summary: Tool for maintaining software RAID devices - initrd version Summary(pl.UTF-8): Narz?dzie do obs?ugi programowych macierzy RAID, wersja dla initrd Group: Base -Conflicts: geninitrd < 10000.10 +Conflicts: geninitrd < 12787 %description initrd Tool for maintaining software RAID devices - statically linked for ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mdadm.git/commitdiff/6248b885ea5d2fe1464c88b1ffe59e5545addd3f From arekm at pld-linux.org Tue Dec 18 14:34:41 2018 From: arekm at pld-linux.org (arekm) Date: Tue, 18 Dec 2018 14:34:41 +0100 Subject: =?utf8?q?=5Bprojects/geninitrd=5D_Install_blkid_in_/sbin_because_udevd_expec?= =?utf8?q?ts_it_to_be_there=2E?= References: <2e48ae25c3ef36969f55494f5477a7ac29c65773_refs_heads_master@pld-linux.org> Message-ID: <33cc4751b8f80fc3b800928b9ad93866b2569915_refs_heads_master@pld-linux.org> commit 33cc4751b8f80fc3b800928b9ad93866b2569915 Author: Arkadiusz Mi?kiewicz Date: Tue Dec 18 14:33:12 2018 +0100 Install blkid in /sbin because udevd expects it to be there. geninitrd | 2 +- mod-blkid.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) --- diff --git a/geninitrd b/geninitrd index a79b9c3..118333c 100755 --- a/geninitrd +++ b/geninitrd @@ -1530,7 +1530,7 @@ chmod a+rx "$RCFILE" ln -s linuxrc $DESTDIR/init # create dirs that we really need -inst_d /{lib,bin,etc,dev{,/pts,/shm},loopfs,var,proc,run,sys,tmp} +inst_d /{lib,bin,sbin,etc,dev{,/pts,/shm},loopfs,var,proc,run,sys,tmp} modules_install "$MODULES" diff --git a/mod-blkid.sh b/mod-blkid.sh index 8ee2a48..92df9ae 100644 --- a/mod-blkid.sh +++ b/mod-blkid.sh @@ -22,12 +22,12 @@ initrd_gen_blkid() { fi verbose "Adding BLKID support to initrd" - inst_exec $blkid /bin/blkid + inst_exec $blkid /sbin/blkid initrd_gen_devices add_linuxrc <<-'EOF' # if built with blkid change ROOT=LABEL=something into ROOT=/dev/device parsed by blkid if [ "${ROOT##LABEL=}" != "${ROOT}" -o "${ROOT##UUID=}" != "${ROOT}" ]; then - blkid="$(/bin/blkid -t $ROOT -o device -l)" + blkid="$(/sbin/blkid -t $ROOT -o device -l)" if [ -n "$blkid" ]; then ROOT=$blkid fi ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/projects/geninitrd.git/commitdiff/dc5ca733ed6fe57dfa39d4598a6586069e41d0b0 From arekm at pld-linux.org Tue Dec 18 14:34:46 2018 From: arekm at pld-linux.org (arekm) Date: Tue, 18 Dec 2018 14:34:46 +0100 Subject: =?utf8?q?=5Bprojects/geninitrd=5D_Install_mdadm_in_/sbin_because_udevd_expec?= =?utf8?q?ts_it_to_be_there=2E?= References: <2e48ae25c3ef36969f55494f5477a7ac29c65773_refs_heads_master@pld-linux.org> Message-ID: commit dc5ca733ed6fe57dfa39d4598a6586069e41d0b0 Author: Arkadiusz Mi?kiewicz Date: Tue Dec 18 14:34:38 2018 +0100 Install mdadm in /sbin because udevd expects it to be there. mod-md.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/mod-md.sh b/mod-md.sh index 2b6f587..a358517 100644 --- a/mod-md.sh +++ b/mod-md.sh @@ -133,7 +133,7 @@ initrd_gen_md() { fi verbose "Setting up mdadm..." - inst_exec $mdadm /bin/mdadm + inst_exec $mdadm /sbin/mdadm echo "DEVICE partitions containers" >> "$DESTDIR/etc/mdadm.conf" @@ -181,7 +181,7 @@ initrd_gen_md() { echo "wait_for_files $cr_dev_list" | add_linuxrc add_linuxrc <<-'EOF' - mdadm --assemble --scan + /sbin/mdadm --assemble --scan if [ "$DEBUGINITRD" ]; then [ -e /proc/mdstat ] && echo "/proc/mdstat contents:" && cat /proc/mdstat ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/projects/geninitrd.git/commitdiff/dc5ca733ed6fe57dfa39d4598a6586069e41d0b0 From arekm at pld-linux.org Tue Dec 18 14:39:01 2018 From: arekm at pld-linux.org (arekm) Date: Tue, 18 Dec 2018 14:39:01 +0100 Subject: =?utf8?q?=5Bprojects/geninitrd=5D_udevd_uses_ata=5Fid_and_scsi=5Fid=2C_so_in?= =?utf8?q?stall_these=2E?= References: Message-ID: <3d81f1cd0bc557ad9a1f157b403f0396866c648c_refs_heads_master@pld-linux.org> commit 3d81f1cd0bc557ad9a1f157b403f0396866c648c Author: Arkadiusz Mi?kiewicz Date: Tue Dec 18 14:38:55 2018 +0100 udevd uses ata_id and scsi_id, so install these. mod-udev.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- diff --git a/mod-udev.sh b/mod-udev.sh index 422ef3e..a2491ee 100644 --- a/mod-udev.sh +++ b/mod-udev.sh @@ -41,9 +41,11 @@ setup_mod_udev() { initrd_gen_udev() { verbose "Setting up udev..." - inst_d /sbin /etc/udev + inst_d /sbin /etc/udev /lib/udev inst_exec $udevd /sbin/udevd inst_exec $udevadm /sbin/udevadm + inst_exec /lib/udev/ata_id /lib/udev/ata_id + inst_exec /lib/udev/scsi_id /lib/udev/scsi_id inst /etc/udev/udev.conf /etc/udev/udev.conf # standard udev rules inst_rules 50-udev-default.rules 60-persistent-storage.rules 61-persistent-storage-edd.rules 80-drivers.rules 95-udev-late.rules \ ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/projects/geninitrd.git/commitdiff/3d81f1cd0bc557ad9a1f157b403f0396866c648c From arekm at pld-linux.org Tue Dec 18 14:43:29 2018 From: arekm at pld-linux.org (arekm) Date: Tue, 18 Dec 2018 14:43:29 +0100 Subject: =?utf8?q?=5Bprojects/geninitrd=5D_Use_existing_mechanism_for_installing_udev?= =?utf8?q?_apps_but_install_regular_variants=2C_too_if_initrd-variants?= References: <3d81f1cd0bc557ad9a1f157b403f0396866c648c_refs_heads_master@pld-linux.org> Message-ID: <21ad0f7980ce6a0135e4a3c37a94472ed4f1320c_refs_heads_master@pld-linux.org> commit 21ad0f7980ce6a0135e4a3c37a94472ed4f1320c Author: Arkadiusz Mi?kiewicz Date: Tue Dec 18 14:43:20 2018 +0100 Use existing mechanism for installing udev apps but install regular variants, too if initrd-variants don't exist. mod-udev.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/mod-udev.sh b/mod-udev.sh index a2491ee..87f4b68 100644 --- a/mod-udev.sh +++ b/mod-udev.sh @@ -44,8 +44,6 @@ initrd_gen_udev() { inst_d /sbin /etc/udev /lib/udev inst_exec $udevd /sbin/udevd inst_exec $udevadm /sbin/udevadm - inst_exec /lib/udev/ata_id /lib/udev/ata_id - inst_exec /lib/udev/scsi_id /lib/udev/scsi_id inst /etc/udev/udev.conf /etc/udev/udev.conf # standard udev rules inst_rules 50-udev-default.rules 60-persistent-storage.rules 61-persistent-storage-edd.rules 80-drivers.rules 95-udev-late.rules \ @@ -57,6 +55,8 @@ initrd_gen_udev() { for e in ata_id cdrom_id collect firmware scsi_id v4l_id; do if [ -e "$initrd_dir/udev/$e" ]; then inst_exec $initrd_dir/udev/$e /lib/udev/$e + elif [ -e "/lib/udev/$e" ]; then + inst_exec /lib/udev/$e /lib/udev/$e fi done ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/projects/geninitrd.git/commitdiff/21ad0f7980ce6a0135e4a3c37a94472ed4f1320c From arekm at pld-linux.org Tue Dec 18 14:44:57 2018 From: arekm at pld-linux.org (arekm) Date: Tue, 18 Dec 2018 14:44:57 +0100 Subject: =?utf8?q?=5Bpackages/geninitrd=5D_-_rel_2=3B_new_git_commits?= References: <14222dbdc924ab67dbe77b73e82d2e6845629072_refs_heads_master@pld-linux.org> Message-ID: <3a06c815578251108e2d7a337689d300589484ee_refs_heads_master@pld-linux.org> commit 3a06c815578251108e2d7a337689d300589484ee Author: Arkadiusz Mi?kiewicz Date: Tue Dec 18 14:44:51 2018 +0100 - rel 2; new git commits geninitrd-git.patch | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++- geninitrd.spec | 9 +--- 2 files changed, 122 insertions(+), 8 deletions(-) --- diff --git a/geninitrd.spec b/geninitrd.spec index 7945ab8..0ca39df 100644 --- a/geninitrd.spec +++ b/geninitrd.spec @@ -1,13 +1,8 @@ -# TODO: -# - BUG: you can't set in /etc/mdadm.conf: -# DEVICE partitions containers -# (which is default BTW if none set). Generation of initrd will fail -# Summary: Creates an initial ramdisk image for preloading modules Summary(pl.UTF-8): Narz?dzie do tworzenia inicjalnego ramdysku u?ywanego przy starcie systemu Name: geninitrd Version: 12787 -Release: 1 +Release: 2 License: GPL Group: Applications/System Source0: %{name}-%{version}.tar.gz @@ -86,7 +81,7 @@ bie??cych informacji zawartych w /etc/modules.conf. %prep %setup -q -#%patch0 -p1 +%patch0 -p1 %patch1 -p1 %patch2 -p1 diff --git a/geninitrd-git.patch b/geninitrd-git.patch index cf82302..842a0e5 100644 --- a/geninitrd-git.patch +++ b/geninitrd-git.patch @@ -1 +1,120 @@ -; nothing here for now +commit 33cc4751b8f80fc3b800928b9ad93866b2569915 +Author: Arkadiusz Mi?kiewicz +Date: Tue Dec 18 14:33:12 2018 +0100 + + Install blkid in /sbin because udevd expects it to be there. + +diff --git a/geninitrd b/geninitrd +index a79b9c3..118333c 100755 +--- a/geninitrd ++++ b/geninitrd +@@ -1530,7 +1530,7 @@ chmod a+rx "$RCFILE" + ln -s linuxrc $DESTDIR/init + + # create dirs that we really need +-inst_d /{lib,bin,etc,dev{,/pts,/shm},loopfs,var,proc,run,sys,tmp} ++inst_d /{lib,bin,sbin,etc,dev{,/pts,/shm},loopfs,var,proc,run,sys,tmp} + + modules_install "$MODULES" + +diff --git a/mod-blkid.sh b/mod-blkid.sh +index 8ee2a48..92df9ae 100644 +--- a/mod-blkid.sh ++++ b/mod-blkid.sh +@@ -22,12 +22,12 @@ initrd_gen_blkid() { + fi + verbose "Adding BLKID support to initrd" + +- inst_exec $blkid /bin/blkid ++ inst_exec $blkid /sbin/blkid + initrd_gen_devices + add_linuxrc <<-'EOF' + # if built with blkid change ROOT=LABEL=something into ROOT=/dev/device parsed by blkid + if [ "${ROOT##LABEL=}" != "${ROOT}" -o "${ROOT##UUID=}" != "${ROOT}" ]; then +- blkid="$(/bin/blkid -t $ROOT -o device -l)" ++ blkid="$(/sbin/blkid -t $ROOT -o device -l)" + if [ -n "$blkid" ]; then + ROOT=$blkid + fi + +commit dc5ca733ed6fe57dfa39d4598a6586069e41d0b0 +Author: Arkadiusz Mi?kiewicz +Date: Tue Dec 18 14:34:38 2018 +0100 + + Install mdadm in /sbin because udevd expects it to be there. + +diff --git a/mod-md.sh b/mod-md.sh +index 2b6f587..a358517 100644 +--- a/mod-md.sh ++++ b/mod-md.sh +@@ -133,7 +133,7 @@ initrd_gen_md() { + fi + verbose "Setting up mdadm..." + +- inst_exec $mdadm /bin/mdadm ++ inst_exec $mdadm /sbin/mdadm + + echo "DEVICE partitions containers" >> "$DESTDIR/etc/mdadm.conf" + +@@ -181,7 +181,7 @@ initrd_gen_md() { + + echo "wait_for_files $cr_dev_list" | add_linuxrc + add_linuxrc <<-'EOF' +- mdadm --assemble --scan ++ /sbin/mdadm --assemble --scan + + if [ "$DEBUGINITRD" ]; then + [ -e /proc/mdstat ] && echo "/proc/mdstat contents:" && cat /proc/mdstat + +commit 3d81f1cd0bc557ad9a1f157b403f0396866c648c +Author: Arkadiusz Mi?kiewicz +Date: Tue Dec 18 14:38:55 2018 +0100 + + udevd uses ata_id and scsi_id, so install these. + +diff --git a/mod-udev.sh b/mod-udev.sh +index 422ef3e..a2491ee 100644 +--- a/mod-udev.sh ++++ b/mod-udev.sh +@@ -41,9 +41,11 @@ setup_mod_udev() { + initrd_gen_udev() { + verbose "Setting up udev..." + +- inst_d /sbin /etc/udev ++ inst_d /sbin /etc/udev /lib/udev + inst_exec $udevd /sbin/udevd + inst_exec $udevadm /sbin/udevadm ++ inst_exec /lib/udev/ata_id /lib/udev/ata_id ++ inst_exec /lib/udev/scsi_id /lib/udev/scsi_id + inst /etc/udev/udev.conf /etc/udev/udev.conf + # standard udev rules + inst_rules 50-udev-default.rules 60-persistent-storage.rules 61-persistent-storage-edd.rules 80-drivers.rules 95-udev-late.rules \ + +commit 21ad0f7980ce6a0135e4a3c37a94472ed4f1320c +Author: Arkadiusz Mi?kiewicz +Date: Tue Dec 18 14:43:20 2018 +0100 + + Use existing mechanism for installing udev apps but install regular variants, too if initrd-variants don't exist. + +diff --git a/mod-udev.sh b/mod-udev.sh +index a2491ee..87f4b68 100644 +--- a/mod-udev.sh ++++ b/mod-udev.sh +@@ -44,8 +44,6 @@ initrd_gen_udev() { + inst_d /sbin /etc/udev /lib/udev + inst_exec $udevd /sbin/udevd + inst_exec $udevadm /sbin/udevadm +- inst_exec /lib/udev/ata_id /lib/udev/ata_id +- inst_exec /lib/udev/scsi_id /lib/udev/scsi_id + inst /etc/udev/udev.conf /etc/udev/udev.conf + # standard udev rules + inst_rules 50-udev-default.rules 60-persistent-storage.rules 61-persistent-storage-edd.rules 80-drivers.rules 95-udev-late.rules \ +@@ -57,6 +55,8 @@ initrd_gen_udev() { + for e in ata_id cdrom_id collect firmware scsi_id v4l_id; do + if [ -e "$initrd_dir/udev/$e" ]; then + inst_exec $initrd_dir/udev/$e /lib/udev/$e ++ elif [ -e "/lib/udev/$e" ]; then ++ inst_exec /lib/udev/$e /lib/udev/$e + fi + done + ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/geninitrd.git/commitdiff/3a06c815578251108e2d7a337689d300589484ee From qboosh at pld-linux.org Tue Dec 18 18:16:13 2018 From: qboosh at pld-linux.org (qboosh) Date: Tue, 18 Dec 2018 18:16:13 +0100 Subject: =?utf8?q?=5Bpackages/mate-user-share=5D_-_updated_remaining_glib2_dependency?= References: Message-ID: <81e06a965026358419803b158455df65bfa247d1_refs_heads_master@pld-linux.org> commit 81e06a965026358419803b158455df65bfa247d1 Author: Jakub Bogusz Date: Tue Dec 18 18:20:48 2018 +0100 - updated remaining glib2 dependency mate-user-share.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/mate-user-share.spec b/mate-user-share.spec index c4ef465..ed21d2d 100644 --- a/mate-user-share.spec +++ b/mate-user-share.spec @@ -36,7 +36,7 @@ Requires: apache-mod_authz_groupfile >= 2.2 Requires: apache-mod_authz_user >= 2.2 Requires: apache-mod_dav >= 2.2 Requires: apache-mod_dnssd >= 0.6 -Requires: glib2 >= 1:2.36.0 +Requires: glib2 >= 1:2.50.0 Requires: gtk+3 >= 3.22 Requires: libnotify >= 0.7.0 %{?with_bluetooth:Requires: mate-bluetooth-libs >= 1.2.0} ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mate-user-share.git/commitdiff/81e06a965026358419803b158455df65bfa247d1 From qboosh at pld-linux.org Tue Dec 18 18:32:16 2018 From: qboosh at pld-linux.org (qboosh) Date: Tue, 18 Dec 2018 18:32:16 +0100 Subject: =?utf8?q?=5Bpackages/mate-utils=5D_-_honour_system_=5Flibexecdir_setting=3B_?= =?utf8?q?release_2?= References: Message-ID: <96bb7cfe067b0de908343fa7f9ef50e05d837642_refs_heads_master@pld-linux.org> commit 96bb7cfe067b0de908343fa7f9ef50e05d837642 Author: Jakub Bogusz Date: Tue Dec 18 18:36:50 2018 +0100 - honour system _libexecdir setting; release 2 mate-utils.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) --- diff --git a/mate-utils.spec b/mate-utils.spec index d9cf112..6aa622c 100644 --- a/mate-utils.spec +++ b/mate-utils.spec @@ -2,7 +2,7 @@ Summary: MATE utility programs Summary(pl.UTF-8): Programy u?ytkowe dla ?rodowiska MATE Name: mate-utils Version: 1.20.1 -Release: 1 +Release: 2 License: LGPL v2+ (libmatedict), GPL v2+ (programs), FDL (documentation) Group: X11/Applications/Multimedia Source0: http://pub.mate-desktop.org/releases/1.20/%{name}-%{version}.tar.xz @@ -39,7 +39,9 @@ Requires: libmatedict = %{version}-%{release} Requires: mate-panel >= 1.17.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _libexecdir %{_libdir}/mate-panel +# use the same libexecdir as mate-panel +# (better solution: store mate-panel libexecdir in libmatepanelapplet-*.pc and read it here) +%define matepanel_libexecdir %{_libexecdir}/mate-panel %description MATE utility programs. @@ -116,6 +118,7 @@ To narz?dzie pozwala na zrobienie zrzutu ekranu biurka. %{__autoheader} %{__automake} %configure \ + --libexecdir=%{matepanel_libexecdir} \ --enable-gtk-doc \ --disable-silent-rules \ --disable-static \ @@ -166,7 +169,7 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_bindir}/mate-disk-usage-analyzer %attr(755,root,root) %{_bindir}/mate-search-tool %attr(755,root,root) %{_bindir}/mate-system-log -%attr(755,root,root) %{_libexecdir}/mate-dictionary-applet +%attr(755,root,root) %{matepanel_libexecdir}/mate-dictionary-applet %{_datadir}/appdata/mate-dictionary.appdata.xml %{_datadir}/appdata/mate-disk-usage-analyzer.appdata.xml %{_datadir}/appdata/mate-search-tool.appdata.xml ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mate-utils.git/commitdiff/96bb7cfe067b0de908343fa7f9ef50e05d837642 From qboosh at pld-linux.org Tue Dec 18 21:03:21 2018 From: qboosh at pld-linux.org (qboosh) Date: Tue, 18 Dec 2018 21:03:21 +0100 Subject: =?utf8?q?=5Bpackages/boost=5D_Created_branch_DEVEL-boost-1=2E69?= Message-ID: <154516340193.27346.7128313058596251314@pld-linux.org> The branch 'DEVEL-boost-1.69' was created. Summary of new commits: c0b2576... - boost 1.69.0 - boost::signals replaced by header-only boo From qboosh at pld-linux.org Tue Dec 18 21:03:27 2018 From: qboosh at pld-linux.org (qboosh) Date: Tue, 18 Dec 2018 21:03:27 +0100 Subject: =?utf8?q?=5Bpackages/boost/DEVEL-boost-1=2E69=5D_-_boost_1=2E69=2E0_-_boost?= =?utf8?q?=3A=3Asignals_replaced_by_header-only_boost=3A=3Asignals2_library?= =?utf8?q?=2C_needs_minor_porting?= References: <154516340193.27346.7128313058596251314@pld-linux.org> Message-ID: commit c0b2576220f9dfe829699ab16cfc66edeae02eb7 Author: Jakub Bogusz Date: Tue Dec 18 21:07:52 2018 +0100 - boost 1.69.0 - boost::signals replaced by header-only boost::signals2 library, needs minor porting - removed outdated x32-context patch boost-x32-context.patch | 57 ------------------------------------------------- boost.spec | 33 ++++------------------------ 2 files changed, 4 insertions(+), 86 deletions(-) --- diff --git a/boost.spec b/boost.spec index e28c0d5..9b3645d 100644 --- a/boost.spec +++ b/boost.spec @@ -12,15 +12,14 @@ Summary: The Boost C++ Libraries Summary(pl.UTF-8): Biblioteki C++ "Boost" Name: boost -Version: 1.68.0 +Version: 1.69.0 Release: 1 License: Boost Software License and others Group: Libraries Source0: http://downloads.sourceforge.net/boost/%{name}_%{fver}.tar.bz2 -# Source0-md5: 7fbd1890f571051f2a209681d57d486a +# Source0-md5: a1332494397bf48332cb152abfefcec2 Patch0: %{name}-link.patch -Patch1: %{name}-x32-context.patch -Patch2: %{name}-clean-gcc-flags.patch +Patch1: %{name}-clean-gcc-flags.patch # FC Patches: Patch201: %{name}-python-abi_letters.patch # https://svn.boost.org/trac/boost/ticket/5637 @@ -44,6 +43,7 @@ BuildRequires: python3-devel BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.734 BuildRequires: zlib-devel +Obsoletes: boost-signals BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define specflags -DBOOST_IOSTREAMS_USE_DEPRECATED=1 @@ -84,7 +84,6 @@ Requires: %{name}-locale = %{version}-%{release} Requires: %{name}-log = %{version}-%{release} Requires: %{name}-program_options = %{version}-%{release} Requires: %{name}-regex = %{version}-%{release} -Requires: %{name}-signals = %{version}-%{release} Requires: %{name}-system = %{version}-%{release} Requires: %{name}-test = %{version}-%{release} Requires: %{name}-thread = %{version}-%{release} @@ -385,20 +384,6 @@ Shared library for Boost C++ regular expressions. %description regex -l pl.UTF-8 Biblioteka wsp??dzielona do obs?ugi wyra?e? regularnych w C++. -%package signals -Summary: Signals & slots callback implementation -Summary(pl.UTF-8): Implementacja sygna??w i slot?w -Group: Libraries -Obsoletes: boost < 1.33 - -%description signals -The boost::signals library is an implementation of a signals and slots -system. - -%description signals -l pl.UTF-8 -Biblioteka boost::signals jest implementacj? systemu sygna??w i -slot?w. - %package system Summary: Support for getting system specific error codes Summary(pl.UTF-8): Wsparcie dla pobierania specyficznych dla systemu kod?w b??d?w @@ -482,7 +467,6 @@ Dokumentacja dla biblioteki Boost C++. %setup -q -n %{name}_%{fver} %patch0 -p1 %patch1 -p1 -%patch2 -p1 %patch201 -p1 %patch203 -p0 @@ -637,9 +621,6 @@ rm -rf $RPM_BUILD_ROOT %post regex -p /sbin/ldconfig %postun regex -p /sbin/ldconfig -%post signals -p /sbin/ldconfig -%postun signals -p /sbin/ldconfig - %post system -p /sbin/ldconfig %postun system -p /sbin/ldconfig @@ -691,7 +672,6 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_libdir}/libboost_regex.so %attr(755,root,root) %{_libdir}/libboost_random.so %attr(755,root,root) %{_libdir}/libboost_serialization.so -%attr(755,root,root) %{_libdir}/libboost_signals.so %attr(755,root,root) %{_libdir}/libboost_stacktrace_*.so %attr(755,root,root) %{_libdir}/libboost_system.so %attr(755,root,root) %{_libdir}/libboost_thread.so @@ -727,7 +707,6 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libboost_random.a %{_libdir}/libboost_regex.a %{_libdir}/libboost_serialization.a -%{_libdir}/libboost_signals.a %{_libdir}/libboost_stacktrace_*.a %{_libdir}/libboost_system.a %{_libdir}/libboost_test_exec_monitor.a @@ -832,10 +811,6 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libboost_regex.so.*.*.* -%files signals -%defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libboost_signals.so.*.*.* - %files system %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libboost_system.so.*.*.* diff --git a/boost-x32-context.patch b/boost-x32-context.patch deleted file mode 100644 index 0cdec5b..0000000 --- a/boost-x32-context.patch +++ /dev/null @@ -1,57 +0,0 @@ ---- boost_1_58_0/libs/context/src/asm/jump_i386_sysv_elf_gas.S -+++ boost_1_58_0/libs/context/src/asm/jump_i386_sysv_elf_gas.S -@@ -17,6 +17,10 @@ - * * - ****************************************************************************************/ - -+#ifdef __x86_64__ -+#include "jump_x86_64_sysv_elf_gas.S" -+#else -+ - .text - .globl jump_fcontext - .align 2 -@@ -88,3 +92,5 @@ - - /* Mark that we don't need executable stack. */ - .section .note.GNU-stack,"",%progbits -+ -+#endif ---- boost_1_58_0/libs/context/src/asm/make_i386_sysv_elf_gas.S -+++ boost_1_58_0/libs/context/src/asm/make_i386_sysv_elf_gas.S -@@ -17,6 +17,10 @@ - * * - ****************************************************************************************/ - -+#ifdef __x86_64__ -+#include "make_x86_64_sysv_elf_gas.S" -+#else -+ - .text - .globl make_fcontext - .align 2 -@@ -75,3 +79,5 @@ - - /* Mark that we don't need executable stack. */ - .section .note.GNU-stack,"",%progbits -+ -+#endif ---- boost_1_61_0/libs/context/src/asm/ontop_i386_sysv_elf_gas.S.orig 2016-05-05 23:11:09.000000000 +0200 -+++ boost_1_61_0/libs/context/src/asm/ontop_i386_sysv_elf_gas.S 2016-05-15 19:29:14.464562018 +0200 -@@ -17,6 +17,10 @@ - * * - *****************************************************************************************/ - -+#ifdef __x86_64__ -+#include "ontop_x86_64_sysv_elf_gas.S" -+#else -+ - .text - .globl ontop_fcontext - .align 2 -@@ -59,3 +63,5 @@ - - /* Mark that we don't need executable stack. */ - .section .note.GNU-stack,"",%progbits -+ -+#endif ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/boost.git/commitdiff/c0b2576220f9dfe829699ab16cfc66edeae02eb7 From qboosh at pld-linux.org Tue Dec 18 21:03:40 2018 From: qboosh at pld-linux.org (qboosh) Date: Tue, 18 Dec 2018 21:03:40 +0100 Subject: DISTFILES: boost: boost_1_69_0.tar.bz2 Message-ID: <27429.1545163420@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: http://downloads.sourceforge.net/boost/boost_1_69_0.tar.bz2 a1332494397bf48332cb152abfefcec2 boost_1_69_0.tar.bz2 Size: 95078138 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Tue Dec 18 21:42:06 2018 From: qboosh at pld-linux.org (qboosh) Date: Tue, 18 Dec 2018 21:42:06 +0100 Subject: DISTFILES: libgxps: libgxps-0.3.0.tar.xz Message-ID: <7916.1545165726@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: http://ftp.gnome.org/pub/GNOME/sources/libgxps/0.3/libgxps-0.3.0.tar.xz f4362c436c6ff99d7b3ea95c05989e44 libgxps-0.3.0.tar.xz Size: 93000 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Tue Dec 18 21:42:01 2018 From: qboosh at pld-linux.org (qboosh) Date: Tue, 18 Dec 2018 21:42:01 +0100 Subject: =?utf8?q?=5Bpackages/libgxps=5D_-_updated_to_0=2E3=2E0=3B_uses_meson_now?= References: Message-ID: <24e5433140a1aa32304c5600e6fa5a58a45b47e7_refs_heads_master@pld-linux.org> commit 24e5433140a1aa32304c5600e6fa5a58a45b47e7 Author: Jakub Bogusz Date: Tue Dec 18 21:46:37 2018 +0100 - updated to 0.3.0; uses meson now libgxps.spec | 63 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 28 deletions(-) --- diff --git a/libgxps.spec b/libgxps.spec index 6d7b1ca..fbcf972 100644 --- a/libgxps.spec +++ b/libgxps.spec @@ -1,34 +1,39 @@ +# +# Conditional build: +%bcond_without static_libs # static library + Summary: XPS documents library Summary(pl.UTF-8): Biblioteka do obs?ugi dokument?w XPS Name: libgxps -Version: 0.2.5 +Version: 0.3.0 Release: 1 License: LGPL v2.1+ Group: Libraries -Source0: http://ftp.gnome.org/pub/GNOME/sources/libgxps/0.2/%{name}-%{version}.tar.xz -# Source0-md5: c10e1ef5b2d61c88f4da2bd252a9e239 -URL: http://live.gnome.org/libgxps -BuildRequires: autoconf >= 2.57 -BuildRequires: automake >= 1:1.10 +Source0: http://ftp.gnome.org/pub/GNOME/sources/libgxps/0.3/%{name}-%{version}.tar.xz +# Source0-md5: f4362c436c6ff99d7b3ea95c05989e44 +URL: https://wiki.gnome.org/Projects/libgxps BuildRequires: cairo-devel >= 1.10.0 BuildRequires: freetype-devel >= 2 -BuildRequires: glib2-devel >= 1:2.24.0 -BuildRequires: gnome-common +BuildRequires: glib2-devel >= 1:2.36.0 BuildRequires: gobject-introspection-devel >= 0.10.1 BuildRequires: gtk-doc >= 1.14 BuildRequires: lcms2-devel >= 2 BuildRequires: libarchive-devel >= 2.8.0 BuildRequires: libjpeg-devel BuildRequires: libpng-devel -BuildRequires: libtiff-devel -BuildRequires: libtool +BuildRequires: libtiff-devel >= 4 BuildRequires: libxslt-progs +BuildRequires: meson >= 0.36.0 +BuildRequires: ninja BuildRequires: pkgconfig +BuildRequires: rpmbuild(macros) >= 1.727 +BuildRequires: sed >= 4.0 BuildRequires: tar >= 1:1.22 BuildRequires: xz Requires: cairo >= 1.10.0 -Requires: glib2 >= 1:2.24.0 +Requires: glib2 >= 1:2.36.0 Requires: libarchive >= 2.8.0 +Requires: libtiff >= 4 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -45,7 +50,7 @@ Summary(pl.UTF-8): Pliki nag??wkowe biblioteki libgxps Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: cairo-devel >= 1.10.0 -Requires: glib2-devel >= 1:2.24.0 +Requires: glib2-devel >= 1:2.36.0 Requires: libarchive-devel >= 2.8.0 %description devel @@ -84,26 +89,21 @@ Dokumentacja API biblioteki libgxps. %prep %setup -q +%if %{with static_libs} +%{__sed} -i -e 's/shared_library/library/' libgxps/meson.build +%endif + %build -%{__libtoolize} -%{__aclocal} -I m4 -%{__autoconf} -%{__autoheader} -%{__automake} -%configure \ - --with-html-dir=%{_gtkdocdir} \ - --enable-gtk-doc \ - --disable-silent-rules -%{__make} +%meson build \ + -Denable-gtk-doc=true \ + -Denable-man=true + +%meson_build -C build %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ - DESTDIR=$RPM_BUILD_ROOT - -# obsoleted by pkg-config -%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la +%meson_install -C build %clean rm -rf $RPM_BUILD_ROOT @@ -113,7 +113,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog NEWS README TODO +%doc AUTHORS MAINTAINERS NEWS README TODO %attr(755,root,root) %{_bindir}/xpstojpeg %attr(755,root,root) %{_bindir}/xpstopdf %attr(755,root,root) %{_bindir}/xpstopng @@ -122,6 +122,11 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_libdir}/libgxps.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libgxps.so.2 %{_libdir}/girepository-1.0/GXPS-0.1.typelib +%{_mandir}/man1/xpstojpeg.1* +%{_mandir}/man1/xpstopdf.1* +%{_mandir}/man1/xpstopng.1* +%{_mandir}/man1/xpstops.1* +%{_mandir}/man1/xpstosvg.1* %files devel %defattr(644,root,root,755) @@ -130,9 +135,11 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/libgxps %{_pkgconfigdir}/libgxps.pc +%if %{with static_libs} %files static %defattr(644,root,root,755) %{_libdir}/libgxps.a +%endif %files apidocs %defattr(644,root,root,755) ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/libgxps.git/commitdiff/24e5433140a1aa32304c5600e6fa5a58a45b47e7 From atler at pld-linux.org Tue Dec 18 22:40:44 2018 From: atler at pld-linux.org (atler) Date: Tue, 18 Dec 2018 22:40:44 +0100 Subject: =?utf8?q?=5Bpackages/glib2=5D_up_to_2=2E58=2E2?= References: <7d0e7dad4c0bdbd0a2316db4638289e664a66f1b_refs_heads_master@pld-linux.org> Message-ID: commit c4ebc6ef5abc4b2508f89699f19b62c035af8c62 Author: Jan Palus Date: Tue Dec 18 22:40:34 2018 +0100 up to 2.58.2 glib2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/glib2.spec b/glib2.spec index e7580cc..3fc3229 100644 --- a/glib2.spec +++ b/glib2.spec @@ -19,13 +19,13 @@ Summary(pt_BR.UTF-8): Conjunto de fun??es gr?ficas utilit?rias Summary(tr.UTF-8): Yararl? ufak yordamlar kitapl??? Summary(zh_CN.UTF-8): ??????? Name: glib2 -Version: 2.58.1 +Version: 2.58.2 Release: 1 Epoch: 1 License: LGPL v2+ Group: Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/glib/2.58/glib-%{version}.tar.xz -# Source0-md5: 4fd2ead128a408c89b9153dfdb99f9a5 +# Source0-md5: 8483db194fd8a4653394a1413df97a4c Patch0: %{name}-makefile.patch URL: http://www.gtk.org/ BuildRequires: autoconf >= 2.62 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/glib2.git/commitdiff/c4ebc6ef5abc4b2508f89699f19b62c035af8c62 From atler at pld-linux.org Tue Dec 18 22:40:51 2018 From: atler at pld-linux.org (atler) Date: Tue, 18 Dec 2018 22:40:51 +0100 Subject: DISTFILES: glib2: glib-2.58.2.tar.xz Message-ID: <27079.1545169251@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: http://ftp.gnome.org/pub/GNOME/sources/glib/2.58/glib-2.58.2.tar.xz 8483db194fd8a4653394a1413df97a4c glib-2.58.2.tar.xz Size: 4862612 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Tue Dec 18 22:41:32 2018 From: atler at pld-linux.org (atler) Date: Tue, 18 Dec 2018 22:41:32 +0100 Subject: =?utf8?q?=5Bpackages/cups-filters=5D_up_to_1=2E21=2E6?= References: Message-ID: <04b828163e0745c0ce261992df33999d83513b35_refs_heads_master@pld-linux.org> commit 04b828163e0745c0ce261992df33999d83513b35 Author: Jan Palus Date: Tue Dec 18 22:41:21 2018 +0100 up to 1.21.6 cups-filters.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/cups-filters.spec b/cups-filters.spec index b2746fd..1837b00 100644 --- a/cups-filters.spec +++ b/cups-filters.spec @@ -11,7 +11,7 @@ Summary: OpenPrinting CUPS filters and backends Summary(pl.UTF-8): Filtry i backendy CUPS-a z projektu OpenPrinting Name: cups-filters -Version: 1.21.5 +Version: 1.21.6 Release: 1 # For a breakdown of the licensing, see COPYING file # GPLv2: filters: commandto*, imagetoraster, pdftops, rasterto*, @@ -25,7 +25,7 @@ Release: 1 License: GPL v2, GPL v2+, GPL v3, GPL v3+, LGPL v2+, MIT Group: Applications/Printing Source0: http://www.openprinting.org/download/cups-filters/%{name}-%{version}.tar.xz -# Source0-md5: cdf101d2c0ad6b9fe499395cda3e99c6 +# Source0-md5: 852a18e51051e44a5993012e98e4e7b3 Patch0: %{name}-dbus.patch Patch1: %{name}-php.patch Patch2: %{name}-php7.patch ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/cups-filters.git/commitdiff/04b828163e0745c0ce261992df33999d83513b35 From atler at pld-linux.org Tue Dec 18 22:41:42 2018 From: atler at pld-linux.org (atler) Date: Tue, 18 Dec 2018 22:41:42 +0100 Subject: DISTFILES: cups-filters: cups-filters-1.21.6.tar.xz Message-ID: <27594.1545169302@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: http://www.openprinting.org/download/cups-filters/cups-filters-1.21.6.tar.xz 852a18e51051e44a5993012e98e4e7b3 cups-filters-1.21.6.tar.xz Size: 1474944 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Tue Dec 18 23:26:51 2018 From: atler at pld-linux.org (atler) Date: Tue, 18 Dec 2018 23:26:51 +0100 Subject: =?utf8?q?=5Bpackages/xorg-driver-video-nvidia=5D_up_to_415=2E25?= References: <8fa8bba024bc1fffb4244a9c42e8d2c5134266ce_refs_heads_master@pld-linux.org> Message-ID: <09ebb64d5bef4e5566c6fdd243df3ce1cb0535f2_refs_heads_master@pld-linux.org> commit 09ebb64d5bef4e5566c6fdd243df3ce1cb0535f2 Author: Jan Palus Date: Tue Dec 18 23:22:00 2018 +0100 up to 415.25 xorg-driver-video-nvidia.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/xorg-driver-video-nvidia.spec b/xorg-driver-video-nvidia.spec index 5f491b2..fb305f8 100644 --- a/xorg-driver-video-nvidia.spec +++ b/xorg-driver-video-nvidia.spec @@ -40,13 +40,13 @@ Summary(hu.UTF-8): Linux meghajt?k nVidia GeForce/Quadro chipekhez Summary(pl.UTF-8): Sterowniki do kart graficznych nVidia GeForce/Quadro Name: %{pname}%{?_pld_builder:%{?with_kernel:-kernel}}%{_alt_kernel} # when updating version here, keep nvidia-settings.spec in sync as well -Version: 415.23 +Version: 415.25 Release: %{rel}%{?_pld_builder:%{?with_kernel:@%{_kernel_ver_str}}} Epoch: 1 License: nVidia Binary Group: X11 Source0: http://us.download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x86_64-%{version}.run -# Source0-md5: a4b389c5d5ac4d7656afa8794193426d +# Source0-md5: f93b6681de0eb52e3eb63c28fdf13170 Source2: %{pname}-xinitrc.sh Source3: gl.pc.in Source4: 10-nvidia.conf ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-video-nvidia.git/commitdiff/09ebb64d5bef4e5566c6fdd243df3ce1cb0535f2 From atler at pld-linux.org Tue Dec 18 23:27:17 2018 From: atler at pld-linux.org (atler) Date: Tue, 18 Dec 2018 23:27:17 +0100 Subject: DISTFILES: xorg-driver-video-nvidia: NVIDIA-Linux-x86_64-415.25.run Message-ID: <10453.1545172037@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: http://us.download.nvidia.com/XFree86/Linux-x86_64/415.25/NVIDIA-Linux-x86_64-415.25.run f93b6681de0eb52e3eb63c28fdf13170 NVIDIA-Linux-x86_64-415.25.run Size: 108599932 bytes -- Virtually Yours: distfiles. From glen at pld-linux.org Wed Dec 19 11:07:28 2018 From: glen at pld-linux.org (glen) Date: Wed, 19 Dec 2018 11:07:28 +0100 Subject: =?utf8?q?=5Bpackages/phpMyAdmin=5D_up_to_4=2E8=2E4=3A_resolve_phpMyAdmin_4?= =?utf8?q?=2E0_-_4=2E8=2E3_vulnerability=3B_CVE-2018-19968=2C_PMASA-2018-6?= References: Message-ID: <5052d2c7dddf83baf45df64c50bb232b0578a8f8_refs_heads_master@pld-linux.org> commit 5052d2c7dddf83baf45df64c50bb232b0578a8f8 Author: Elan Ruusam?e Date: Wed Dec 19 12:01:29 2018 +0200 up to 4.8.4: resolve phpMyAdmin 4.0 - 4.8.3 vulnerability; CVE-2018-19968, PMASA-2018-6 - http://cve.circl.lu/cve/CVE-2018-19968 - https://www.phpmyadmin.net/security/PMASA-2018-6/ "Solution: Upgrade to phpMyAdmin 4.8.4 or newer or apply patch listed below." phpMyAdmin.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 78802e0..25557ec 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -4,12 +4,12 @@ Summary: phpMyAdmin - web-based MySQL administration Summary(pl.UTF-8): phpMyAdmin - administracja bazami MySQL przez WWW Name: phpMyAdmin -Version: 4.8.2 -Release: 0.1 +Version: 4.8.4 +Release: 1 License: GPL v2 Group: Applications/Databases/Interfaces Source0: https://files.phpmyadmin.net/phpMyAdmin/%{version}/%{name}-%{version}-all-languages.tar.xz -# Source0-md5: 047b340a038b89e9e34f426084101f03 +# Source0-md5: 866bc7436db6b0214bcb90f799c1724d Source1: apache.conf Source2: %{name}-lighttpd.conf Patch0: %{name}-config.patch ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/phpMyAdmin.git/commitdiff/5052d2c7dddf83baf45df64c50bb232b0578a8f8 From glen at pld-linux.org Wed Dec 19 11:07:37 2018 From: glen at pld-linux.org (glen) Date: Wed, 19 Dec 2018 11:07:37 +0100 Subject: DISTFILES: phpMyAdmin: phpMyAdmin-4.8.4-all-languages.tar.xz Message-ID: <27100.1545214057@distfiles.pld-linux.org> Request by: glen Files fetched: 1 STORED: https://files.phpmyadmin.net/phpMyAdmin/4.8.4/phpMyAdmin-4.8.4-all-languages.tar.xz 866bc7436db6b0214bcb90f799c1724d phpMyAdmin-4.8.4-all-languages.tar.xz Size: 6012216 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Wed Dec 19 12:05:31 2018 From: atler at pld-linux.org (atler) Date: Wed, 19 Dec 2018 12:05:31 +0100 Subject: =?utf8?q?=5Bpackages/libinput=5D_up_to_1=2E12=2E4?= References: Message-ID: commit d0d810bd2a9376e77ba781834269e759caee16cb Author: Jan Palus Date: Wed Dec 19 12:05:20 2018 +0100 up to 1.12.4 libinput.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/libinput.spec b/libinput.spec index 1962519..4d7e029 100644 --- a/libinput.spec +++ b/libinput.spec @@ -13,12 +13,12 @@ Summary: Input device library Summary(pl.UTF-8): Biblioteka urz?dze? wej?ciowych Name: libinput -Version: 1.12.3 +Version: 1.12.4 Release: 1 License: MIT Group: Libraries Source0: https://www.freedesktop.org/software/libinput/%{name}-%{version}.tar.xz -# Source0-md5: 083d6bf311d5e1e3a62440dc634bb8f0 +# Source0-md5: 8d3c7a7467a45a3ba544d1a745267d38 URL: https://www.freedesktop.org/wiki/Software/libinput/ BuildRequires: check-devel >= 0.9.10 BuildRequires: libevdev-devel >= 1.3 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/libinput.git/commitdiff/d0d810bd2a9376e77ba781834269e759caee16cb From atler at pld-linux.org Wed Dec 19 12:05:39 2018 From: atler at pld-linux.org (atler) Date: Wed, 19 Dec 2018 12:05:39 +0100 Subject: DISTFILES: libinput: libinput-1.12.4.tar.xz Message-ID: <13743.1545217539@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: https://www.freedesktop.org/software/libinput/libinput-1.12.4.tar.xz 8d3c7a7467a45a3ba544d1a745267d38 libinput-1.12.4.tar.xz Size: 519596 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Wed Dec 19 12:14:32 2018 From: atler at pld-linux.org (atler) Date: Wed, 19 Dec 2018 12:14:32 +0100 Subject: =?utf8?q?=5Bpackages/nvidia-settings=5D_up_to_415=2E25?= References: <6747ec47e4f17cb51e0caef892b3b01eff241ebe_refs_heads_master@pld-linux.org> Message-ID: commit f26f29edc3e985da19e5935c861def9ccfa10367 Author: Jan Palus Date: Wed Dec 19 12:14:15 2018 +0100 up to 415.25 nvidia-settings.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/nvidia-settings.spec b/nvidia-settings.spec index 91394a7..1da5afc 100644 --- a/nvidia-settings.spec +++ b/nvidia-settings.spec @@ -9,12 +9,12 @@ Summary: Tool for configuring the NVIDIA driver Summary(pl.UTF-8): Narz?dzie do konfigurowania sterownika NVIDIA Name: nvidia-settings # keep the version in sync with xorg-driver-video-nvidia.spec -Version: 415.23 +Version: 415.25 Release: 1 License: GPL v2 (with MIT parts) Group: X11/Applications Source0: https://download.nvidia.com/XFree86/nvidia-settings/%{name}-%{version}.tar.bz2 -# Source0-md5: a008805b7715898d325455b58155a3d4 +# Source0-md5: b9dca558df9f69eaf879466311a1e2bc Source1: %{name}.desktop Source2: %{name}.png Source3: %{name}-autostart.desktop ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/nvidia-settings.git/commitdiff/f26f29edc3e985da19e5935c861def9ccfa10367 From atler at pld-linux.org Wed Dec 19 12:14:38 2018 From: atler at pld-linux.org (atler) Date: Wed, 19 Dec 2018 12:14:38 +0100 Subject: DISTFILES: nvidia-settings: nvidia-settings-415.25.tar.bz2 Message-ID: <16337.1545218078@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: https://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-415.25.tar.bz2 b9dca558df9f69eaf879466311a1e2bc nvidia-settings-415.25.tar.bz2 Size: 1121689 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Wed Dec 19 12:32:55 2018 From: atler at pld-linux.org (atler) Date: Wed, 19 Dec 2018 12:32:55 +0100 Subject: =?utf8?q?=5Bpackages/filesystem=5D_package_all_help_locale_supported_by_glib?= =?utf8?q?c=3B_rel_13?= References: Message-ID: <419ca6566a47e1a67ec6219f8e0780fb1449807c_refs_heads_master@pld-linux.org> commit 419ca6566a47e1a67ec6219f8e0780fb1449807c Author: Jan Palus Date: Wed Dec 19 12:31:49 2018 +0100 package all help locale supported by glibc; rel 13 filesystem.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/filesystem.spec b/filesystem.spec index f2a85f6..6ffe33d 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -6,7 +6,7 @@ Summary: Common directories Summary(pl.UTF-8): Wsp?lne katalogi Name: filesystem Version: 4.1 -Release: 12 +Release: 13 License: GPL Group: Base BuildRequires: automake @@ -97,7 +97,7 @@ install -d \ > %{name}.lang install -d $RPM_BUILD_ROOT/usr/share/help/C -for lang in af am an ar as ast az be bg bn bn_IN br bs ca ca at valencia cmn crh cs csb cy da de dz el en_AU en_CA en_GB eo es es_AR es_CO et eu fa fi fr fur fy ga gl gu ha he hi hr hu hy ia id ig is it ja ka kk km kn ko ku ky li lt lv mai mg mi mk ml mn mr ms my nb nds ne nl nn nso oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr at latin sw sv ta te th tk tr ug uk ur uz vi wa xh yo zh_CN zh_HK zh_TW zu; do +for lang in aa aa at saaho af ak am an ang anp ar ar_TN as ast az az_IR be be at latin bem be at tarask bg bho bn bn_IN bo br brx bs byn ca ca at valencia ce chr ckb cmn crh cs csb cv cy da de de_AT de_CH doi dv dz el en en_AU en at boldquot en_CA en_GB en_NZ en at quot en at shaw en_US eo es es_AR es_CL es_CO es_CR es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE et eu fa ff fi fil fo fr fr_BE fr_CA fr_CH fur fy ga gd gez gl gu gv ha he hi hne hr hsb ht hu hy ia id ig ik is it it_CH iu ja ka kg kk kl km kn ko kok ks ks at devanagari ku kw ky la lb lg li ln lo locale.alias lt lv mai mg mhr mi mk ml mn mni mr ms mt my nb nds ne nl nl_BE nn nr nso oc om or pa pap pl ps pt pt_BR quz rm ro ru rw sa sat sc sd sd at devanagari se shn si sid sk sl so sq sr sr at ije sr at ijekavian sr at ijekavianlatin sr at latin sr at Latn ss st sv sw szl ta te tg th ti tig tk tl tlh tn tr ts tt tt at iqtelif ug uk ur uz uz at cyrillic ve vi wa wal wo xh yi yo zh_CN zh_HK zh_TW zu; do install -d $RPM_BUILD_ROOT/usr/share/help/${lang} echo "%%lang($lang) %dir /usr/share/help/${lang}" >> %{name}.lang done ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/filesystem.git/commitdiff/419ca6566a47e1a67ec6219f8e0780fb1449807c From atler at pld-linux.org Wed Dec 19 12:34:17 2018 From: atler at pld-linux.org (atler) Date: Wed, 19 Dec 2018 12:34:17 +0100 Subject: =?utf8?q?=5Bpackages/mate-calc=5D_up_to_1=2E20=2E3?= References: Message-ID: commit bb80f74b1c33976bd40e77a3eb2809fb66d7b22f Author: Jan Palus Date: Wed Dec 19 12:34:07 2018 +0100 up to 1.20.3 mate-calc.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) --- diff --git a/mate-calc.spec b/mate-calc.spec index f71127f..59ed3a8 100644 --- a/mate-calc.spec +++ b/mate-calc.spec @@ -1,12 +1,12 @@ Summary: MATE Desktop calculator Summary(pl.UTF-8): Kalkulator dla ?rodowiska MATE Desktop Name: mate-calc -Version: 1.20.2 +Version: 1.20.3 Release: 1 License: GPL v2+ Group: X11/Applications Source0: http://pub.mate-desktop.org/releases/1.20/%{name}-%{version}.tar.xz -# Source0-md5: f4788a4efe253cfa8bc5a6b395d54a9c +# Source0-md5: 3c17b98f30c7fee01614384615498082 URL: http://mate-desktop.org/ BuildRequires: autoconf >= 2.62 BuildRequires: automake >= 1:1.9 @@ -65,6 +65,7 @@ desktop-file-install \ $RPM_BUILD_ROOT%{_desktopdir}/*.desktop %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{es_ES,frp,ku_IQ,pms} +%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/help/{frp,ku_IQ,pms} %find_lang %{name} --with-mate @@ -85,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_bindir}/mate-calculator %{_mandir}/man1/mate-calc.1* %{_mandir}/man1/mate-calc-cmd.1* -%{_datadir}/appdata/mate-calc.appdata.xml +%{_datadir}/metainfo/mate-calc.appdata.xml %{_datadir}/glib-2.0/schemas/org.mate.calc.gschema.xml %{_datadir}/mate-calc %{_desktopdir}/mate-calc.desktop ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mate-calc.git/commitdiff/bb80f74b1c33976bd40e77a3eb2809fb66d7b22f From atler at pld-linux.org Wed Dec 19 12:34:22 2018 From: atler at pld-linux.org (atler) Date: Wed, 19 Dec 2018 12:34:22 +0100 Subject: DISTFILES: mate-calc: mate-calc-1.20.3.tar.xz Message-ID: <21125.1545219262@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: http://pub.mate-desktop.org/releases/1.20/mate-calc-1.20.3.tar.xz 3c17b98f30c7fee01614384615498082 mate-calc-1.20.3.tar.xz Size: 608180 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Wed Dec 19 12:34:44 2018 From: atler at pld-linux.org (atler) Date: Wed, 19 Dec 2018 12:34:44 +0100 Subject: =?utf8?q?=5Bpackages/mate-applets=5D_package_more_help_locale?= References: Message-ID: commit ebbb6f1f9bf976591c70b2b9a2b0f28c1d249902 Author: Jan Palus Date: Wed Dec 19 12:34:25 2018 +0100 package more help locale mate-applets.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/mate-applets.spec b/mate-applets.spec index d00fd36..b42e22c 100644 --- a/mate-applets.spec +++ b/mate-applets.spec @@ -404,7 +404,7 @@ rm -rf $RPM_BUILD_ROOT # not supported by glibc (as of glibc-2.24) %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{frp,jv,ku_IQ,pms} -%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/help/{es_CL,es_CR,es_DO,es_EC,es_ES,es_MX,es_NI,es_PA,es_PE,es_PR,es_SV,es_UY,es_VE,fil,fr_CA,frp,jv,kab,ks,ku_IQ,la,lb,pms,sc,ts,ur_PK,zh-Hans} +%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/help/{es_ES,frp,jv,kab,ku_IQ,pms,ur_PK,zh-Hans} %find_lang %{name} %find_lang mate-accessx-status --with-mate ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mate-applets.git/commitdiff/ebbb6f1f9bf976591c70b2b9a2b0f28c1d249902 From qboosh at pld-linux.org Wed Dec 19 16:46:50 2018 From: qboosh at pld-linux.org (qboosh) Date: Wed, 19 Dec 2018 16:46:50 +0100 Subject: =?utf8?q?=5Bpackages/poppler=5D_-_updated_to_0=2E72=2E0_=28crash_fixes=3B_ne?= =?utf8?q?w_libpoppler_soname=29?= References: <89fbe7ee38d7af9456dd0cba00ad7a083568cd41_refs_heads_master@pld-linux.org> Message-ID: <953a3e47c9f201b6dd6619d457e42dd5071a4c7b_refs_heads_master@pld-linux.org> commit 953a3e47c9f201b6dd6619d457e42dd5071a4c7b Author: Jakub Bogusz Date: Wed Dec 19 16:51:27 2018 +0100 - updated to 0.72.0 (crash fixes; new libpoppler soname) poppler.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- diff --git a/poppler.spec b/poppler.spec index 27aefb7..c1c8c95 100644 --- a/poppler.spec +++ b/poppler.spec @@ -11,12 +11,12 @@ Summary: PDF rendering library Summary(pl.UTF-8): Biblioteka renderuj?ca PDF Name: poppler -Version: 0.69.0 +Version: 0.72.0 Release: 1 License: GPL v2+ Group: Libraries Source0: https://poppler.freedesktop.org/%{name}-%{version}.tar.xz -# Source0-md5: 0881d921de62673ab558872dadc2b27b +# Source0-md5: 5a18b02019daf33559eceb30e5ee2b6b Patch0: %{name}-gtkdocdir.patch URL: https://poppler.freedesktop.org/ %{?with_qt5:BuildRequires: Qt5Core-devel >= %{qt5_ver}} @@ -73,7 +73,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: curl-devel Requires: lcms2-devel >= 2 -Requires: libstdc++-devel >= 6:4.7 +Requires: libstdc++-devel >= 6:5.0 Requires: nss-devel >= 3.19 Conflicts: poppler0.61-devel @@ -317,7 +317,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README* %attr(755,root,root) %{_libdir}/libpoppler.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libpoppler.so.80 +%attr(755,root,root) %ghost %{_libdir}/libpoppler.so.83 %files devel %defattr(644,root,root,755) ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/poppler.git/commitdiff/953a3e47c9f201b6dd6619d457e42dd5071a4c7b From qboosh at pld-linux.org Wed Dec 19 16:46:58 2018 From: qboosh at pld-linux.org (qboosh) Date: Wed, 19 Dec 2018 16:46:58 +0100 Subject: DISTFILES: poppler: poppler-0.72.0.tar.xz Message-ID: <32576.1545234418@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://poppler.freedesktop.org/poppler-0.72.0.tar.xz 5a18b02019daf33559eceb30e5ee2b6b poppler-0.72.0.tar.xz Size: 1492912 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Wed Dec 19 17:22:13 2018 From: qboosh at pld-linux.org (qboosh) Date: Wed, 19 Dec 2018 17:22:13 +0100 Subject: =?utf8?q?=5Bpackages/atril=5D_-_use_consistent_gtk+3_version?= References: <6145c2ab6c3bf9e2b7137cbfeec8532b4f3cd714_refs_heads_master@pld-linux.org> Message-ID: <163c72429808d4a09c4b852b3c973b866b50fc37_refs_heads_master@pld-linux.org> commit 163c72429808d4a09c4b852b3c973b866b50fc37 Author: Jakub Bogusz Date: Wed Dec 19 17:26:48 2018 +0100 - use consistent gtk+3 version atril.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/atril.spec b/atril.spec index a9d6dae..b37a9ce 100644 --- a/atril.spec +++ b/atril.spec @@ -64,7 +64,7 @@ Suggests: atril-backend-dvi Suggests: atril-backend-pdf Suggests: atril-backend-ps Suggests: atril-backend-xps -Suggests: gtk+3-cups >= 3.14 +Suggests: gtk+3-cups >= 3.22 # sr at Latn vs. sr at latin Obsoletes: mate-document-viewer Conflicts: glibc-misc < 6:2.7 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/atril.git/commitdiff/163c72429808d4a09c4b852b3c973b866b50fc37 From qboosh at pld-linux.org Wed Dec 19 17:58:50 2018 From: qboosh at pld-linux.org (qboosh) Date: Wed, 19 Dec 2018 17:58:50 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-boost=5D_-_updated_to_1=2E69=2E0?= References: <2f2b715e93f9f3988eb65fa41314d4218f63a4a3_refs_heads_master@pld-linux.org> Message-ID: <927ac320745ba4c40b9b0f0394d3f9c66aeaa266_refs_heads_master@pld-linux.org> commit 927ac320745ba4c40b9b0f0394d3f9c66aeaa266 Author: Jakub Bogusz Date: Wed Dec 19 18:03:27 2018 +0100 - updated to 1.69.0 crossmingw32-boost.spec | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) --- diff --git a/crossmingw32-boost.spec b/crossmingw32-boost.spec index 89a77d6..fb55fca 100644 --- a/crossmingw32-boost.spec +++ b/crossmingw32-boost.spec @@ -8,13 +8,13 @@ Summary: The Boost C++ Libraries - MinGW32 cross version Summary(pl.UTF-8): Biblioteki C++ "Boost" - wersja skro?na dla MinGW32 Name: crossmingw32-%{realname} -Version: 1.68.0 +Version: 1.69.0 %define fver %(echo %{version} | tr . _) Release: 1 License: Boost Software License and others Group: Development/Libraries Source0: http://downloads.sourceforge.net/boost/%{realname}_%{fver}.tar.bz2 -# Source0-md5: 7fbd1890f571051f2a209681d57d486a +# Source0-md5: a1332494397bf48332cb152abfefcec2 URL: http://www.boost.org/ BuildRequires: crossmingw32-bzip2 BuildRequires: crossmingw32-gcc-c++ @@ -48,7 +48,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define filterout_c -f[-a-z0-9=]* %define filterout_cxx -f[-a-z0-9=]* -%define abi_tag mgw*-mt-x32-1_68 +%define abi_tag mgw*-mt-x32-1_69 %description The Boost web site provides free peer-reviewed portable C++ source @@ -170,7 +170,6 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libboost_random-%{abi_tag}.dll.a %{_libdir}/libboost_regex-%{abi_tag}.dll.a %{?with_serialization:%{_libdir}/libboost_serialization-%{abi_tag}.dll.a} -%{_libdir}/libboost_signals-%{abi_tag}.dll.a %{_libdir}/libboost_stacktrace_basic-%{abi_tag}.dll.a %{_libdir}/libboost_stacktrace_noop-%{abi_tag}.dll.a %{_libdir}/libboost_system-%{abi_tag}.dll.a @@ -211,7 +210,6 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libboost_random-%{abi_tag}.a %{_libdir}/libboost_regex-%{abi_tag}.a %{?with_serialization:%{_libdir}/libboost_serialization-%{abi_tag}.a} -%{_libdir}/libboost_signals-%{abi_tag}.a %{_libdir}/libboost_stacktrace_basic-%{abi_tag}.a %{_libdir}/libboost_stacktrace_noop-%{abi_tag}.a %{_libdir}/libboost_system-%{abi_tag}.a @@ -248,7 +246,6 @@ rm -rf $RPM_BUILD_ROOT %{_dlldir}/libboost_random-%{abi_tag}.dll %{_dlldir}/libboost_regex-%{abi_tag}.dll %{?with_serialization:%{_dlldir}/libboost_serialization-%{abi_tag}.dll} -%{_dlldir}/libboost_signals-%{abi_tag}.dll %{_dlldir}/libboost_stacktrace_basic-%{abi_tag}.dll %{_dlldir}/libboost_stacktrace_noop-%{abi_tag}.dll %{_dlldir}/libboost_system-%{abi_tag}.dll ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-boost.git/commitdiff/927ac320745ba4c40b9b0f0394d3f9c66aeaa266 From qboosh at pld-linux.org Wed Dec 19 18:03:31 2018 From: qboosh at pld-linux.org (qboosh) Date: Wed, 19 Dec 2018 18:03:31 +0100 Subject: =?utf8?q?=5Bpackages/proj=5D_Created_branch_DEVEL-proj-5?= Message-ID: <154523901172.26228.11276612216373921569@pld-linux.org> The branch 'DEVEL-proj-5' was created. Summary of new commits: 232f8f8... - updated to 5.2.0 (new soname, API incompatibilities) From qboosh at pld-linux.org Wed Dec 19 18:03:36 2018 From: qboosh at pld-linux.org (qboosh) Date: Wed, 19 Dec 2018 18:03:36 +0100 Subject: =?utf8?q?=5Bpackages/proj/DEVEL-proj-5=5D_-_updated_to_5=2E2=2E0_=28new_sona?= =?utf8?q?me=2C_API_incompatibilities=29?= References: <154523901172.26228.11276612216373921569@pld-linux.org> Message-ID: <232f8f8e07846e51fe22f94310bfdc5ca0a83289_refs_heads_DEVEL-proj-5@pld-linux.org> commit 232f8f8e07846e51fe22f94310bfdc5ca0a83289 Author: Jakub Bogusz Date: Wed Dec 19 18:08:06 2018 +0100 - updated to 5.2.0 (new soname, API incompatibilities) proj.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) --- diff --git a/proj.spec b/proj.spec index 144e855..0826a99 100644 --- a/proj.spec +++ b/proj.spec @@ -5,12 +5,12 @@ Summary: Cartographic projection software Summary(pl.UTF-8): Oprogramowanie do rzut?w kartograficznych Name: proj -Version: 4.9.3 +Version: 5.2.0 Release: 1 Group: Libraries License: MIT Source0: http://download.osgeo.org/proj/%{name}-%{version}.tar.gz -# Source0-md5: d598336ca834742735137c5674b214a1 +# Source0-md5: ad285c7d03cbb138d9246e10e1f3191c Source1: http://download.osgeo.org/proj/%{name}-pdf-docs.tar.gz # Source1-md5: 7c8f48f0fddf0d5730f4b27b3f09e6c1 Patch0: %{name}-am.patch @@ -112,14 +112,16 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc AUTHORS COPYING ChangeLog NEWS README %attr(755,root,root) %{_libdir}/libproj.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libproj.so.12 +%attr(755,root,root) %ghost %{_libdir}/libproj.so.13 %dir %{_datadir}/proj %{_datadir}/proj/CH %{_datadir}/proj/GL27 %{_datadir}/proj/IGNF +%{_datadir}/proj/ITRF20?? %{_datadir}/proj/nad27 %{_datadir}/proj/nad83 %{_datadir}/proj/nad.lst +%{_datadir}/proj/null %{_datadir}/proj/world %{_datadir}/proj/epsg %{_datadir}/proj/esri @@ -133,7 +135,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libproj.la %{_includedir}/geodesic.h %{_includedir}/org_proj4_PJ.h -%{_includedir}/org_proj4_Projections.h +%{_includedir}/proj.h %{_includedir}/proj_api.h %{_includedir}/projects.h %{_pkgconfigdir}/proj.pc @@ -146,14 +148,18 @@ rm -rf $RPM_BUILD_ROOT %files progs %defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/cct %attr(755,root,root) %{_bindir}/cs2cs %attr(755,root,root) %{_bindir}/geod +%attr(755,root,root) %{_bindir}/gie %attr(755,root,root) %{_bindir}/invgeod %attr(755,root,root) %{_bindir}/invproj %attr(755,root,root) %{_bindir}/nad2bin %attr(755,root,root) %{_bindir}/proj +%{_mandir}/man1/cct.1* %{_mandir}/man1/cs2cs.1* %{_mandir}/man1/geod.1* +%{_mandir}/man1/gie.1* %{_mandir}/man1/proj.1* %files doc ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/proj.git/commitdiff/232f8f8e07846e51fe22f94310bfdc5ca0a83289 From qboosh at pld-linux.org Wed Dec 19 18:03:42 2018 From: qboosh at pld-linux.org (qboosh) Date: Wed, 19 Dec 2018 18:03:42 +0100 Subject: DISTFILES: proj: proj-5.2.0.tar.gz proj-pdf-docs.tar.gz Message-ID: <26330.1545239022@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: http://download.osgeo.org/proj/proj-5.2.0.tar.gz ad285c7d03cbb138d9246e10e1f3191c proj-5.2.0.tar.gz Size: 1398188 bytes ALREADY GOT: http://download.osgeo.org/proj/proj-pdf-docs.tar.gz 7c8f48f0fddf0d5730f4b27b3f09e6c1 proj-pdf-docs.tar.gz -- Virtually Yours: distfiles. From qboosh at pld-linux.org Wed Dec 19 18:12:13 2018 From: qboosh at pld-linux.org (qboosh) Date: Wed, 19 Dec 2018 18:12:13 +0100 Subject: =?utf8?q?=5Bpackages/libgeotiff=5D_-_updated_to_1=2E4=2E3?= References: <6ec752a03e286cb4459f866a238400198bf004a3_refs_heads_master@pld-linux.org> Message-ID: <6d0590a23736f2deeb2528237f29a128f57042ea_refs_heads_master@pld-linux.org> commit 6d0590a23736f2deeb2528237f29a128f57042ea Author: Jakub Bogusz Date: Wed Dec 19 18:16:47 2018 +0100 - updated to 1.4.3 libgeotiff.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- diff --git a/libgeotiff.spec b/libgeotiff.spec index a5ad402..f386216 100644 --- a/libgeotiff.spec +++ b/libgeotiff.spec @@ -1,12 +1,12 @@ Summary: GeoTIFF library Summary(pl.UTF-8): Biblioteka GeoTIFF Name: libgeotiff -Version: 1.4.2 -Release: 3 +Version: 1.4.3 +Release: 1 License: MIT, partially Public Domain (see LICENSE) Group: Libraries Source0: http://download.osgeo.org/geotiff/libgeotiff/%{name}-%{version}.tar.gz -# Source0-md5: 96ab80e0d4eff7820579957245d844f8 +# Source0-md5: 234bd119b1f2334d44a0ceb0a8e66496 Patch0: %{name}-opt.patch URL: http://geotiff.osgeo.org/ BuildRequires: autoconf >= 2.59 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/libgeotiff.git/commitdiff/6d0590a23736f2deeb2528237f29a128f57042ea From qboosh at pld-linux.org Wed Dec 19 18:12:24 2018 From: qboosh at pld-linux.org (qboosh) Date: Wed, 19 Dec 2018 18:12:24 +0100 Subject: DISTFILES: libgeotiff: libgeotiff-1.4.3.tar.gz Message-ID: <29881.1545239544@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.4.3.tar.gz 234bd119b1f2334d44a0ceb0a8e66496 libgeotiff-1.4.3.tar.gz Size: 1864829 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Wed Dec 19 18:47:03 2018 From: atler at pld-linux.org (atler) Date: Wed, 19 Dec 2018 18:47:03 +0100 Subject: =?utf8?q?=5Bpackages/mate-control-center=5D_up_to_1=2E20=2E4?= References: <8dc9f54ed35157ded1bc66cad0abfa8671349bdd_refs_heads_master@pld-linux.org> Message-ID: <6a77ac62a25b2a3f6ef92a262dd300488d861f5a_refs_heads_master@pld-linux.org> commit 6a77ac62a25b2a3f6ef92a262dd300488d861f5a Author: Jan Palus Date: Wed Dec 19 18:46:53 2018 +0100 up to 1.20.4 mate-control-center.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- diff --git a/mate-control-center.spec b/mate-control-center.spec index 452829a..abe55a8 100644 --- a/mate-control-center.spec +++ b/mate-control-center.spec @@ -5,12 +5,12 @@ Summary: MATE Desktop control-center Summary(pl.UTF-8): Centrum sterowania ?rodowiska MATE Desktop Name: mate-control-center -Version: 1.20.3 +Version: 1.20.4 Release: 1 License: LGPL v2+ (libmate-slab), GPL v2+ (the rest) Group: X11/Applications Source0: http://pub.mate-desktop.org/releases/1.20/%{name}-%{version}.tar.xz -# Source0-md5: 3e9757a2b1840895cd5a96c89bca8b29 +# Source0-md5: 26e02fe9ff891e74acde69454511fb01 URL: http://wiki.mate-desktop.org/mate-control-center BuildRequires: autoconf >= 2.53 BuildRequires: automake >= 1:1.9 @@ -139,6 +139,7 @@ rm -rf $RPM_BUILD_ROOT %{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.la %{__rm} $RPM_BUILD_ROOT%{_libdir}/window-manager-settings/libmarco.la %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{es_ES,frp,ku_IQ,jv,pms} +%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/help/{frp,ku_IQ} desktop-file-install \ --remove-category="MATE" \ ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mate-control-center.git/commitdiff/6a77ac62a25b2a3f6ef92a262dd300488d861f5a From atler at pld-linux.org Wed Dec 19 18:47:12 2018 From: atler at pld-linux.org (atler) Date: Wed, 19 Dec 2018 18:47:12 +0100 Subject: DISTFILES: mate-control-center: mate-control-center-1.20.4.tar.xz Message-ID: <8683.1545241632@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: http://pub.mate-desktop.org/releases/1.20/mate-control-center-1.20.4.tar.xz 26e02fe9ff891e74acde69454511fb01 mate-control-center-1.20.4.tar.xz Size: 1534080 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Wed Dec 19 19:11:27 2018 From: qboosh at pld-linux.org (qboosh) Date: Wed, 19 Dec 2018 19:11:27 +0100 Subject: =?utf8?q?=5Bpackages/v4l-utils=5D_-_don=27t_try_to_strip_strange_objects_in_?= =?utf8?q?rc=5Fkeymaps=3B_release_2?= References: Message-ID: commit eb367d896d4d858e7d706c7556fa9d2158c7dcf4 Author: Jakub Bogusz Date: Wed Dec 19 19:16:05 2018 +0100 - don't try to strip strange objects in rc_keymaps; release 2 v4l-utils.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) --- diff --git a/v4l-utils.spec b/v4l-utils.spec index 5ffedbd..e319f23 100644 --- a/v4l-utils.spec +++ b/v4l-utils.spec @@ -6,7 +6,7 @@ Summary: Collection of Video4Linux utilities Summary(pl.UTF-8): Zbi?r narz?dzi do urz?dze? Video4Linux Name: v4l-utils Version: 1.16.2 -Release: 1 +Release: 2 License: GPL v2+ (utilities), LGPL v2.1+ (libraries) Group: Applications/System Source0: https://linuxtv.org/downloads/v4l-utils/%{name}-%{version}.tar.bz2 @@ -37,6 +37,9 @@ BuildRequires: xorg-lib-libX11-devel Requires: libv4l = %{version}-%{release} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +# ELF files with some special architecture inside +%define _noautostrip /lib/udev/rc_keymaps/.* + %description A series of utilities for media devices, allowing to handle the proprietary formats available at most webcams (libv4l), and providing @@ -167,6 +170,9 @@ install contrib/xc3028-firmware/firmware-tool $RPM_BUILD_ROOT%{_bindir}/xc3028-f %find_lang libdvbv5 %find_lang v4l-utils +# for find-debuginfo.sh +export EXCLUDE_FROM_STRIP="%{_noautostrip}" + %clean rm -rf $RPM_BUILD_ROOT ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/v4l-utils.git/commitdiff/eb367d896d4d858e7d706c7556fa9d2158c7dcf4 From qboosh at pld-linux.org Wed Dec 19 19:16:21 2018 From: qboosh at pld-linux.org (qboosh) Date: Wed, 19 Dec 2018 19:16:21 +0100 Subject: =?utf8?q?=5Bpackages/cfitsio=5D_-_updated_to_3=2E450_=28security_fixes=2C_ne?= =?utf8?q?w_soname=29_-_added_ldflags_patch_=28for_as-needed_to_work=29?= References: Message-ID: <2c1b67f88e7ea14dde9d39e247e340f69c3b2712_refs_heads_master@pld-linux.org> commit 2c1b67f88e7ea14dde9d39e247e340f69c3b2712 Author: Jakub Bogusz Date: Wed Dec 19 19:20:57 2018 +0100 - updated to 3.450 (security fixes, new soname) - added ldflags patch (for as-needed to work) cfitsio-ldflags.patch | 11 +++++++++++ cfitsio.spec | 20 ++++++++++++++------ 2 files changed, 25 insertions(+), 6 deletions(-) --- diff --git a/cfitsio.spec b/cfitsio.spec index 58bdc3f..a6a6d01 100644 --- a/cfitsio.spec +++ b/cfitsio.spec @@ -1,15 +1,20 @@ +# TODO: gsiftp support? Summary: CFITSIO Interface Library Summary(pl.UTF-8): Biblioteka interfejsu CFITSIO Name: cfitsio -Version: 3.420 +Version: 3.450 %define sver %(echo %{version} | tr -d .) -Release: 2 +Release: 1 License: MIT-like Group: Libraries Source0: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/%{name}%{sver}.tar.gz -# Source0-md5: 26e5c0dfb85b8d00f536e706305caa13 +# Source0-md5: f470849bb43561d9a9b1925eeb7f7f0d Patch0: %{name}-zlib.patch +Patch1: %{name}-ldflags.patch URL: https://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html +BuildRequires: autoconf +BuildRequires: bzip2-devel +BuildRequires: curl-devel BuildRequires: gcc-g77 BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -52,12 +57,15 @@ Statyczna wersja biblioteki CFITSIO. %prep %setup -q -n %{name} %patch0 -p1 +%patch1 -p1 # enforce headers from system zlib %{__rm} zlib/{crc32.h,deflate.h,inffast.h,inffixed.h,inflate.h,inftrees.h,zconf.h,zlib.h,zutil.h} %build -%configure +%{__autoconf} +%configure \ + --with-bzip2 %{__make} shared @@ -79,11 +87,11 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc License.txt README docs/changes.txt %attr(755,root,root) %{_libdir}/libcfitsio.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libcfitsio.so.5 +%attr(755,root,root) %ghost %{_libdir}/libcfitsio.so.7 %files devel %defattr(644,root,root,755) -%doc docs/{cfitsio.doc,cfitsio.ps,fitsio.doc,fitsio.ps,quick.ps} +%doc docs/{cfortran.doc,cfitsio.ps,fitsio.doc,fitsio.ps,quick.ps} %attr(755,root,root) %{_libdir}/libcfitsio.so %{_includedir}/drvrsmem.h %{_includedir}/fitsio*.h diff --git a/cfitsio-ldflags.patch b/cfitsio-ldflags.patch new file mode 100644 index 0000000..1fa2474 --- /dev/null +++ b/cfitsio-ldflags.patch @@ -0,0 +1,11 @@ +--- cfitsio/configure.in.orig 2018-05-09 21:16:00.000000000 +0200 ++++ cfitsio/configure.in 2018-12-19 18:34:11.086617382 +0100 +@@ -175,7 +175,7 @@ + fi + fi + AC_PROG_CC +-LDFLAGS="$CFLAGS" ++LDFLAGS="$LDFLAGS $CFLAGS" + LDFLAGS_BIN="$LDFLAGS" + + if test "x$FC" = "xnone" ; then ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/cfitsio.git/commitdiff/2c1b67f88e7ea14dde9d39e247e340f69c3b2712 From qboosh at pld-linux.org Wed Dec 19 19:18:26 2018 From: qboosh at pld-linux.org (qboosh) Date: Wed, 19 Dec 2018 19:18:26 +0100 Subject: DISTFILES: cfitsio: cfitsio3450.tar.gz Message-ID: <18928.1545243506@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio3450.tar.gz f470849bb43561d9a9b1925eeb7f7f0d cfitsio3450.tar.gz Size: 4738748 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Wed Dec 19 20:01:15 2018 From: qboosh at pld-linux.org (qboosh) Date: Wed, 19 Dec 2018 20:01:15 +0100 Subject: =?utf8?q?=5Bpackages/libraw=5D_-_updated_to_0=2E18=2E13_=28+demosaic_packs_0?= =?utf8?q?=2E18=2E8=29_-_fixes_CVE-2017-13735_CVE-2017-14265_CVE-2018-10528_?= =?utf8?q?C?= References: <0cfd1611e9ee5cbb32dd9e78f603a889dc948e39_refs_heads_master@pld-linux.org> Message-ID: <499be3d06b1ffc3992c365b0354a40ea7b6cc8be_refs_heads_master@pld-linux.org> commit 499be3d06b1ffc3992c365b0354a40ea7b6cc8be Author: Jakub Bogusz Date: Wed Dec 19 20:05:48 2018 +0100 - updated to 0.18.13 (+demosaic packs 0.18.8) - fixes CVE-2017-13735 CVE-2017-14265 CVE-2018-10528 CVE-2018-10529 libraw.spec | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) --- diff --git a/libraw.spec b/libraw.spec index 12dd431..bc7a7d6 100644 --- a/libraw.spec +++ b/libraw.spec @@ -11,7 +11,8 @@ Summary: LibRaw - a library for reading RAW files Summary(pl.UTF-8): LibRaw - biblioteka do odczytu plik?w RAW Name: libraw -Version: 0.18.1 +Version: 0.18.13 +%define demosaic_ver 0.18.8 Release: 1 %if %{with gpl3} License: GPL v3+ @@ -24,14 +25,14 @@ License: LGPL v2.1 or CDDL v1.0 %endif Group: Libraries #Source0Download: http://www.libraw.org/download#stable -Source0: http://www.libraw.org/data/LibRaw-%{version}.tar.gz -# Source0-md5: 93d7a3fee17aa847bf976bff93cec7c7 -Source1: http://www.libraw.org/data/LibRaw-demosaic-pack-GPL2-%{version}.tar.gz -# Source1-md5: d72112a0df65baa45254fa7517dd6e33 -Source2: http://www.libraw.org/data/LibRaw-demosaic-pack-GPL3-%{version}.tar.gz -# Source2-md5: 8242ca0eef8daadc9fa450c25ee275ba +Source0: https://www.libraw.org/data/LibRaw-%{version}.tar.gz +# Source0-md5: b7b65b3f05f4b4b570b07799b1a5a467 +Source1: https://www.libraw.org/data/LibRaw-demosaic-pack-GPL2-%{demosaic_ver}.tar.gz +# Source1-md5: 68b821b4a72054d0c0908e4d7b16fcfe +Source2: https://www.libraw.org/data/LibRaw-demosaic-pack-GPL3-%{demosaic_ver}.tar.gz +# Source2-md5: 260cd142472027c8f7710a1a4edc9975 Patch0: %{name}-zlib.patch -URL: http://www.libraw.org/ +URL: https://www.libraw.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake %{?with_openmp:BuildRequires: gcc >= 6:4.2} @@ -108,12 +109,12 @@ Statyczna biblioteka LibRaw. %patch0 -p1 %if %{with gpl2} -for f in LibRaw-demosaic-pack-GPL2-%{version}/{COPYRIGHT,Changelog,README} ; do +for f in LibRaw-demosaic-pack-GPL2-%{demosaic_ver}/{COPYRIGHT,Changelog,README} ; do cp -p $f $(basename $f).demosaic-pack-GPL2 done %endif %if %{with gpl3} -for f in LibRaw-demosaic-pack-GPL3-%{version}/{COPYRIGHT,Changelog,README} ; do +for f in LibRaw-demosaic-pack-GPL3-%{demosaic_ver}/{COPYRIGHT,Changelog,README} ; do cp -p $f $(basename $f).demosaic-pack-GPL3 done %endif @@ -124,8 +125,8 @@ done %{__autoconf} %{__automake} %configure \ - --enable-demosaic-pack-gpl2=%{?with_gpl2:LibRaw-demosaic-pack-GPL2-%{version}}%{!?with_gpl2:no} \ - --enable-demosaic-pack-gpl3=%{?with_gpl3:LibRaw-demosaic-pack-GPL3-%{version}}%{!?with_gpl3:no} \ + --enable-demosaic-pack-gpl2=%{?with_gpl2:LibRaw-demosaic-pack-GPL2-%{demosaic_ver}}%{!?with_gpl2:no} \ + --enable-demosaic-pack-gpl3=%{?with_gpl3:LibRaw-demosaic-pack-GPL3-%{demosaic_ver}}%{!?with_gpl3:no} \ %{!?with_openmp:--disable-openmp} \ %{?with_zlib:--enable-zlib} ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/libraw.git/commitdiff/499be3d06b1ffc3992c365b0354a40ea7b6cc8be From qboosh at pld-linux.org Wed Dec 19 20:01:26 2018 From: qboosh at pld-linux.org (qboosh) Date: Wed, 19 Dec 2018 20:01:26 +0100 Subject: DISTFILES: libraw: LibRaw-0.18.13.tar.gz LibRaw-demosaic-pack-GPL2-0.18.8.tar.gz LibRaw-demosaic-pack-GPL3-0.18.8.tar.gz Message-ID: <1693.1545246086@distfiles.pld-linux.org> Request by: qboosh Files fetched: 3 STORED: https://www.libraw.org/data/LibRaw-0.18.13.tar.gz b7b65b3f05f4b4b570b07799b1a5a467 LibRaw-0.18.13.tar.gz Size: 1287631 bytes STORED: https://www.libraw.org/data/LibRaw-demosaic-pack-GPL2-0.18.8.tar.gz 68b821b4a72054d0c0908e4d7b16fcfe LibRaw-demosaic-pack-GPL2-0.18.8.tar.gz Size: 30868 bytes STORED: https://www.libraw.org/data/LibRaw-demosaic-pack-GPL3-0.18.8.tar.gz 260cd142472027c8f7710a1a4edc9975 LibRaw-demosaic-pack-GPL3-0.18.8.tar.gz Size: 39002 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Wed Dec 19 20:16:57 2018 From: atler at pld-linux.org (atler) Date: Wed, 19 Dec 2018 20:16:57 +0100 Subject: =?utf8?q?=5Bpackages/VirtualBox=5D_up_to_6=2E0=2E0?= References: <849da46a471275fca6ebc5c566287def81048218_refs_heads_master@pld-linux.org> Message-ID: commit ebc5ec73372f7623c2ce6fbc0a1e661d3bb75175 Author: Jan Palus Date: Wed Dec 19 20:16:34 2018 +0100 up to 6.0.0 16-no-update.patch | 50 ++++++++++++++++++++++++++---------------------- VirtualBox-kerndir.patch | 11 ----------- VirtualBox.spec | 23 +++++++++++----------- pld-guest.patch | 47 ++++++++++++++++++++++++++++++++++++++------- 4 files changed, 79 insertions(+), 52 deletions(-) --- diff --git a/VirtualBox.spec b/VirtualBox.spec index 0c7bd49..56d9f01 100644 --- a/VirtualBox.spec +++ b/VirtualBox.spec @@ -47,14 +47,14 @@ exit 1 Summary: VirtualBox - x86 hardware virtualizer Summary(pl.UTF-8): VirtualBox - wirtualizator sprz?tu x86 Name: %{pname}%{?_pld_builder:%{?with_kernel:-kernel}}%{_alt_kernel} -Version: 5.2.22 +Version: 6.0.0 Release: %{rel}%{?_pld_builder:%{?with_kernel:@%{_kernel_ver_str}}} License: GPL v2 Group: Applications/Emulators Source0: http://download.virtualbox.org/virtualbox/%{version}/%{pname}-%{version}.tar.bz2 -# Source0-md5: c9c2f162ac5f99d28d8c0ca43b19ed01 +# Source0-md5: 7008d8ea52e62f50cd9990152326d8d7 Source1: http://download.virtualbox.org/virtualbox/%{version}/VBoxGuestAdditions_%{version}.iso -# Source1-md5: 86499eebfff3513e8919d2df32806ec9 +# Source1-md5: 5f1ec97d69c2ecd1c55895e3bca574ae Source2: vboxservice.init Source3: vboxservice.service Source4: vboxservice.sysconfig @@ -81,7 +81,6 @@ Patch13: %{pname}-no-scrextend.patch Patch14: %{pname}-multipython.patch Patch15: %{pname}-lightdm-1.19.2.patch Patch16: %{pname}-no-vboxvideo.patch -Patch17: %{pname}-kerndir.patch URL: http://www.virtualbox.org/ %if %{with userspace} %ifarch %{x8664} @@ -146,7 +145,7 @@ BuildRequires: libxslt-progs >= 1.1.17 %{?with_lightdm:BuildRequires: lightdm-libs-qt5-devel} BuildRequires: makeself BuildRequires: mkisofs -BuildRequires: openssl-devel >= 0.9.8 +BuildRequires: openssl-devel >= 1.0.1 BuildRequires: pam-devel BuildRequires: pixman-devel BuildRequires: pkgconfig @@ -550,7 +549,6 @@ cd ../..\ %patch14 -p0 %patch15 -p0 %patch16 -p0 -%patch17 -p1 %{__sed} -i -e 's, at VBOX_DOC_PATH@,%{_docdir}/%{name}-%{version},' \ -e 's/Categories=.*/Categories=Utility;Emulator;/' src/VBox/Installer/common/virtualbox.desktop.in @@ -567,7 +565,7 @@ cd PLD-MODULE-BUILD ../src/VBox/Additions/linux/export_modules.sh guest-modules.tar.gz tar -zxf guest-modules.tar.gz -C GuestDrivers -../src/VBox/HostDrivers/linux/export_modules.sh host-modules.tar.gz --without-hardening +../src/VBox/HostDrivers/linux/export_modules.sh --file host-modules.tar.gz --without-hardening tar -zxf host-modules.tar.gz -C HostDrivers cd - %endif @@ -930,6 +928,7 @@ dkms remove -m vboxhost -v %{version}-%{rel} --rpm_safe_upgrade --all || : %attr(755,root,root) %{_libdir}/%{pname}/VBoxDD2.so %attr(755,root,root) %{_libdir}/%{pname}/VBoxDDU.so %attr(755,root,root) %{_libdir}/%{pname}/VBoxDragAndDropSvc.so +%attr(755,root,root) %{_libdir}/%{pname}/VBoxGlobal.so %attr(755,root,root) %{_libdir}/%{pname}/VBoxGuestControlSvc.so %attr(755,root,root) %{_libdir}/%{pname}/VBoxGuestPropSvc.so %attr(755,root,root) %{_libdir}/%{pname}/VBoxHostChannel.so @@ -940,6 +939,7 @@ dkms remove -m vboxhost -v %{version}-%{rel} --rpm_safe_upgrade --all || : %attr(755,root,root) %{_libdir}/%{pname}/VBoxPython*.so %attr(755,root,root) %{_libdir}/%{pname}/VBoxREM.so %attr(755,root,root) %{_libdir}/%{pname}/VBoxRT.so +%attr(755,root,root) %{_libdir}/%{pname}/VBoxSVGA3D.so %attr(755,root,root) %{_libdir}/%{pname}/VBoxSharedClipboard.so %attr(755,root,root) %{_libdir}/%{pname}/VBoxSharedCrOpenGL.so %attr(755,root,root) %{_libdir}/%{pname}/VBoxSharedFolders.so @@ -968,6 +968,8 @@ dkms remove -m vboxhost -v %{version}-%{rel} --rpm_safe_upgrade --all || : %attr(755,root,root) %{_libdir}/%{pname}/VBoxVMMPreload %attr(755,root,root) %{_libdir}/%{pname}/VBoxVolInfo %attr(755,root,root) %{_libdir}/%{pname}/VBoxXPCOMIPCD +%attr(755,root,root) %{_libdir}/%{pname}/VirtualBoxVM +%attr(755,root,root) %{_libdir}/%{pname}/bldRTLdrCheckImports %attr(755,root,root) %{_libdir}/%{pname}/iPxeBaseBin %if %{with doc} %attr(755,root,root) %{_libdir}/%{pname}/VBoxManageHelp @@ -975,11 +977,14 @@ dkms remove -m vboxhost -v %{version}-%{rel} --rpm_safe_upgrade --all || : %dir %{_libdir}/%{pname}/tools %attr(755,root,root) %{_libdir}/%{pname}/tools/RTCat %attr(755,root,root) %{_libdir}/%{pname}/tools/RTChMod +%attr(755,root,root) %{_libdir}/%{pname}/tools/RTCp %attr(755,root,root) %{_libdir}/%{pname}/tools/RTDbgSymCache +%attr(755,root,root) %{_libdir}/%{pname}/tools/RTFuzzMaster %attr(755,root,root) %{_libdir}/%{pname}/tools/RTGzip %attr(755,root,root) %{_libdir}/%{pname}/tools/RTHttp %attr(755,root,root) %{_libdir}/%{pname}/tools/RTIsoMaker %attr(755,root,root) %{_libdir}/%{pname}/tools/RTKrnlModInfo +%attr(755,root,root) %{_libdir}/%{pname}/tools/RTLdrCheckImports %attr(755,root,root) %{_libdir}/%{pname}/tools/RTLdrFlt %attr(755,root,root) %{_libdir}/%{pname}/tools/RTLs %attr(755,root,root) %{_libdir}/%{pname}/tools/RTManifest @@ -1007,10 +1012,6 @@ dkms remove -m vboxhost -v %{version}-%{rel} --rpm_safe_upgrade --all || : %{_libdir}/%{pname}/VBoxBugReport %{_libdir}/%{pname}/VBoxCpuReport -%{_libdir}/%{pname}/VBoxDD2R0.debug -%{_libdir}/%{pname}/VBoxDD2R0.r0 -%{_libdir}/%{pname}/VBoxDD2RC.debug -%{_libdir}/%{pname}/VBoxDD2RC.rc %{_libdir}/%{pname}/VBoxDDRC.debug %{_libdir}/%{pname}/VBoxDDRC.rc %{_libdir}/%{pname}/VBoxDDR0.debug diff --git a/16-no-update.patch b/16-no-update.patch index b6d70f4..e914773 100644 --- a/16-no-update.patch +++ b/16-no-update.patch @@ -21,7 +21,7 @@ diff a/src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.cpp b/src/VBox/Fron #ifdef VBOX_GUI_WITH_NETWORK_MANAGER m_pool[UIActionIndex_M_Application_S_NetworkAccessManager] = new UIActionSimpleNetworkAccessManager(this); - m_pool[UIActionIndex_M_Application_S_CheckForUpdates] = new UIActionSimpleCheckForUpdates(this); - #endif /* VBOX_GUI_WITH_NETWORK_MANAGER */ + #endif m_pool[UIActionIndex_M_Application_S_ResetWarnings] = new UIActionSimpleResetWarnings(this); m_pool[UIActionIndex_M_Application_S_Close] = new UIActionSimplePerformClose(this); @@ -1033,8 +1033,6 @@ @@ -30,7 +30,7 @@ diff a/src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.cpp b/src/VBox/Fron gNetworkManager, &UINetworkManager::show, Qt::UniqueConnection); - connect(action(UIActionIndex_M_Application_S_CheckForUpdates), &UIAction::triggered, - gUpdateManager, &UIUpdateManager::sltForceCheck, Qt::UniqueConnection); - #endif /* VBOX_GUI_WITH_NETWORK_MANAGER */ + #endif connect(action(UIActionIndex_M_Application_S_ResetWarnings), &UIAction::triggered, &msgCenter(), &UIMessageCenter::sltResetSuppressedMessages, Qt::UniqueConnection); --- VirtualBox-5.0.0/src/VBox/./Frontends/VirtualBox/src/globals/UIActionPool.h.orig 2015-07-09 20:13:36.439757556 +0200 @@ -43,40 +43,33 @@ diff a/src/VBox/Frontends/VirtualBox/src/net/UIUpdateManager.cpp b/src/VBox/Fron #endif /* VBOX_GUI_WITH_NETWORK_MANAGER */ UIActionIndex_M_Application_S_ResetWarnings, UIActionIndex_M_Application_S_Close, ---- VirtualBox-5.0.0/src/VBox/./Frontends/VirtualBox/src/selector/UISelectorWindow.cpp.orig 2015-07-09 20:09:22.239478146 +0200 -+++ VirtualBox-5.0.0/src/VBox/./Frontends/VirtualBox/src/selector/UISelectorWindow.cpp 2015-07-09 20:17:20.635207663 +0200 -@@ -1211,8 +1211,6 @@ +--- VirtualBox-5.0.0/src/VBox/./Frontends/VirtualBox/src/globals/UIActionPoolManager.cpp.orig 2015-07-09 20:09:22.239478146 +0200 ++++ VirtualBox-5.0.0/src/VBox/./Frontends/VirtualBox/src/globals/UIActionPoolManager.cpp 2015-07-09 20:17:20.635207663 +0200 +@@ -1211,9 +1211,6 @@ /* 'About' action goes to Application menu: */ - pMenu->addAction(actionPool()->action(UIActionIndex_M_Application_S_About)); + pMenu->addAction(action(UIActionIndex_M_Application_S_About)); # ifdef VBOX_GUI_WITH_NETWORK_MANAGER - /* 'Check for Updates' action goes to Application menu: */ -- pMenu->addAction(actionPool()->action(UIActionIndex_M_Application_S_CheckForUpdates)); +- if (gEDataManager->applicationUpdateEnabled()) +- pMenu->addAction(action(UIActionIndex_M_Application_S_CheckForUpdates)); /* 'Network Access Manager' action goes to Application menu: */ - pMenu->addAction(actionPool()->action(UIActionIndex_M_Application_S_NetworkAccessManager)); - # endif /* VBOX_GUI_WITH_NETWORK_MANAGER */ -@@ -1303,7 +1301,6 @@ - addAction(actionPool()->action(UIActionIndexST_M_File_S_ShowMediumManager)); - # ifdef VBOX_GUI_WITH_NETWORK_MANAGER - addAction(actionPool()->action(UIActionIndex_M_Application_S_NetworkAccessManager)); -- addAction(actionPool()->action(UIActionIndex_M_Application_S_CheckForUpdates)); - # endif /* VBOX_GUI_WITH_NETWORK_MANAGER */ - addAction(actionPool()->action(UIActionIndex_M_Application_S_ResetWarnings)); - addAction(actionPool()->action(UIActionIndexST_M_File_S_Close)); + pMenu->addAction(action(UIActionIndex_M_Application_S_NetworkAccessManager)); + # endif @@ -1368,9 +1365,6 @@ # ifdef VBOX_GUI_WITH_NETWORK_MANAGER /* 'Network Access Manager' action goes to 'File' menu: */ - pMenu->addAction(actionPool()->action(UIActionIndex_M_Application_S_NetworkAccessManager)); + pMenu->addAction(action(UIActionIndex_M_Application_S_NetworkAccessManager)); - /* 'Check for Updates' action goes to 'File' menu: */ - if (gEDataManager->applicationUpdateEnabled()) -- pMenu->addAction(actionPool()->action(UIActionIndex_M_Application_S_CheckForUpdates)); - # endif /* VBOX_GUI_WITH_NETWORK_MANAGER */ - /* 'Reset Warnings' action goes 'File' menu: */ - pMenu->addAction(actionPool()->action(UIActionIndex_M_Application_S_ResetWarnings)); +- pMenu->addAction(action(UIActionIndex_M_Application_S_CheckForUpdates)); + # endif + /* Separator after tool actions of the 'File' menu: */ + pMenu->addSeparator(); diff a/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp b/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp --- a/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp +++ b/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp @@ -557,6 +557,10 @@ bool UISettingsDialogGlobal::isPageAvailable(int iPageId) - #endif /* !VBOX_WITH_NETFLT */ + #endif break; } + case GlobalSettingsPageType_Update: @@ -86,3 +79,14 @@ diff a/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp b default: break; } +--- VirtualBox-6.0.0/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.cpp.orig 2018-12-19 19:53:33.019049148 +0100 ++++ VirtualBox-6.0.0/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserModel.cpp 2018-12-19 19:53:56.902224273 +0100 +@@ -1366,8 +1366,6 @@ + m_pContextMenuGlobal->addAction(actionPool()->action(UIActionIndexST_M_File_S_ShowCloudProfileManager)); + # ifdef VBOX_GUI_WITH_NETWORK_MANAGER + m_pContextMenuGlobal->addAction(actionPool()->action(UIActionIndex_M_Application_S_NetworkAccessManager)); +- if (gEDataManager->applicationUpdateEnabled()) +- m_pContextMenuGlobal->addAction(actionPool()->action(UIActionIndex_M_Application_S_CheckForUpdates)); + # endif + #endif /* !VBOX_WS_MAC */ + } diff --git a/VirtualBox-kerndir.patch b/VirtualBox-kerndir.patch deleted file mode 100644 index 2f6a345..0000000 --- a/VirtualBox-kerndir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- VirtualBox-5.2.2/src/VBox/Installer/linux/Makefile.include.header.orig 2017-11-25 14:42:43.336204931 +0100 -+++ VirtualBox-5.2.2/src/VBox/Installer/linux/Makefile.include.header 2017-11-25 14:43:00.666146939 +0100 -@@ -136,7 +136,7 @@ - endif # neq($(KERNELRELEASE),) - - # Kernel build folder --KERN_DIR := /lib/modules/$(KERN_VER)/build -+KERN_DIR ?= /lib/modules/$(KERN_VER)/build - ifneq ($(shell if test -d $(KERN_DIR); then echo yes; fi),yes) - $(error Error: unable to find the headers of the Linux kernel to build against. \ - Specify KERN_VER= (currently $(KERN_VER)) and run Make again) diff --git a/pld-guest.patch b/pld-guest.patch index b4c3201..c00812c 100644 --- a/pld-guest.patch +++ b/pld-guest.patch @@ -8,17 +8,50 @@ { "netbsd", "NetBSD" }, { "netware", "Netware" }, { "solaris", "Solaris" }, ---- VirtualBox-4.2.12/./src/VBox/Frontends/VirtualBox/VirtualBox1.qrc~ 2013-04-12 13:37:50.000000000 +0300 -+++ VirtualBox-4.2.12/./src/VBox/Frontends/VirtualBox/VirtualBox1.qrc 2013-05-13 15:51:14.323890458 +0300 +--- VirtualBox-4.2.12/./src/VBox/Frontends/VirtualBox/VirtualBox2.qrc~ 2013-04-12 13:37:50.000000000 +0300 ++++ VirtualBox-4.2.12/./src/VBox/Frontends/VirtualBox/VirtualBox2.qrc 2013-05-13 15:51:14.323890458 +0300 @@ -26,6 +26,8 @@ images/os_netware.png - images/os_openbsd.png images/os_openbsd_64.png + images/os_openbsd.png + images/os_pld.png + images/os_pld_64.png - images/os_opensuse.png images/os_opensuse_64.png - images/os_oracle.png + images/os_opensuse.png + images/os_oracle_64.png +--- VirtualBox-4.2.12/./src/VBox/Frontends/VirtualBox/VirtualBox2_x2.qrc~ 2013-04-12 13:37:50.000000000 +0300 ++++ VirtualBox-4.2.12/./src/VBox/Frontends/VirtualBox/VirtualBox2_x2.qrc 2013-05-13 15:51:14.323890458 +0300 +@@ -26,6 +26,8 @@ + images/x2/os_netware_x2.png + images/x2/os_openbsd_64_x2.png + images/x2/os_openbsd_x2.png ++ images/os_pld.png ++ images/os_pld_64.png + images/x2/os_opensuse_64_x2.png + images/x2/os_opensuse_x2.png + images/x2/os_oracle_64_x2.png +--- VirtualBox-4.2.12/./src/VBox/Frontends/VirtualBox/VirtualBox2_x3.qrc~ 2013-04-12 13:37:50.000000000 +0300 ++++ VirtualBox-4.2.12/./src/VBox/Frontends/VirtualBox/VirtualBox2_x3.qrc 2013-05-13 15:51:14.323890458 +0300 +@@ -26,6 +26,8 @@ + images/x3/os_netware_x3.png + images/x3/os_openbsd_64_x3.png + images/x3/os_openbsd_x3.png ++ images/os_pld.png ++ images/os_pld_64.png + images/x3/os_opensuse_64_x3.png + images/x3/os_opensuse_x3.png + images/x3/os_oracle_64_x3.png +--- VirtualBox-4.2.12/./src/VBox/Frontends/VirtualBox/VirtualBox2_x4.qrc~ 2013-04-12 13:37:50.000000000 +0300 ++++ VirtualBox-4.2.12/./src/VBox/Frontends/VirtualBox/VirtualBox2_x4.qrc 2013-05-13 15:51:14.323890458 +0300 +@@ -26,6 +26,8 @@ + images/x4/os_netware_x4.png + images/x4/os_openbsd_64_x4.png + images/x4/os_openbsd_x4.png ++ images/os_pld.png ++ images/os_pld_64.png + images/x4/os_opensuse_64_x4.png + images/x4/os_opensuse_x4.png + images/x4/os_oracle_64_x4.png --- VirtualBox-5.1.2/src/VBox/Main/src-all/Global.cpp.orig 2016-07-29 19:25:16.731328887 +0200 +++ VirtualBox-5.1.2/src/VBox/Main/src-all/Global.cpp 2016-07-29 19:31:59.252427682 +0200 @@ -321,6 +321,17 @@ @@ -27,13 +60,13 @@ + { "Linux", "Linux", "PLD", "PLD Linux (32-bit)", + VBOXOSTYPE_Linux26, VBOXOSHINT_RTCUTC | VBOXOSHINT_USBTABLET | VBOXOSHINT_X2APIC, -+ 512, 16, 8 * _1G64, NetworkAdapterType_I82540EM, 0, StorageControllerType_PIIX4, StorageBus_IDE, ++ 512, 16, 8 * _1G64, GraphicsControllerType_VMSVGA, NetworkAdapterType_I82540EM, 0, StorageControllerType_PIIX4, StorageBus_IDE, + StorageControllerType_IntelAhci, StorageBus_SATA, ChipsetType_PIIX3, AudioControllerType_AC97, AudioCodecType_AD1980 }, + + { "Linux", "Linux", "PLD_64", "PLD Linux (64-bit)", + VBOXOSTYPE_Linux26_x64, VBOXOSHINT_64BIT | VBOXOSHINT_HWVIRTEX | VBOXOSHINT_IOAPIC | VBOXOSHINT_RTCUTC + | VBOXOSHINT_USBTABLET | VBOXOSHINT_X2APIC, -+ 1024, 16, 8 * _1G64, NetworkAdapterType_I82540EM, 0, StorageControllerType_PIIX4, StorageBus_IDE, ++ 1024, 16, 8 * _1G64, GraphicsControllerType_VMSVGA, NetworkAdapterType_I82540EM, 0, StorageControllerType_PIIX4, StorageBus_IDE, + StorageControllerType_IntelAhci, StorageBus_SATA, ChipsetType_PIIX3, AudioControllerType_AC97, AudioCodecType_AD1980 }, + { "Solaris", "Solaris", "Solaris", "Oracle Solaris 10 5/09 and earlier (32-bit)", ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/VirtualBox.git/commitdiff/ebc5ec73372f7623c2ce6fbc0a1e661d3bb75175 From atler at pld-linux.org Wed Dec 19 20:17:12 2018 From: atler at pld-linux.org (atler) Date: Wed, 19 Dec 2018 20:17:12 +0100 Subject: =?utf8?q?=5Bpackages/VirtualBox-Extension-Pack=5D_up_to_6=2E0=2E0?= References: <523b02797572a1781c1272254571db35c5d35273_refs_heads_master@pld-linux.org> Message-ID: <2939132609be21456e9c7f2b42d7f08d0c976d73_refs_heads_master@pld-linux.org> commit 2939132609be21456e9c7f2b42d7f08d0c976d73 Author: Jan Palus Date: Wed Dec 19 20:17:03 2018 +0100 up to 6.0.0 VirtualBox-Extension-Pack.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/VirtualBox-Extension-Pack.spec b/VirtualBox-Extension-Pack.spec index 02da225..e2ff673 100644 --- a/VirtualBox-Extension-Pack.spec +++ b/VirtualBox-Extension-Pack.spec @@ -1,11 +1,11 @@ Summary: VirtualBox - support for USB 2.0, RDP server and the PXE bootloader Name: VirtualBox-Extension-Pack -Version: 5.2.22 +Version: 6.0.0 Release: 1 License: Free for non-commercial use, non-distributable Group: Applications/Emulators Source0: http://download.virtualbox.org/virtualbox/%{version}/Oracle_VM_VirtualBox_Extension_Pack-%{version}.vbox-extpack -# NoSource0-md5: 274dc6411404667f554efde703cbeeea +# NoSource0-md5: 7935ebb840ce6cd3b0cc73ca2295b3c0 NoSource: 0 URL: http://www.virtualbox.org/ BuildRequires: rpmbuild(macros) >= 1.379 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/VirtualBox-Extension-Pack.git/commitdiff/2939132609be21456e9c7f2b42d7f08d0c976d73 From atler at pld-linux.org Wed Dec 19 20:17:34 2018 From: atler at pld-linux.org (atler) Date: Wed, 19 Dec 2018 20:17:34 +0100 Subject: DISTFILES: VirtualBox: VirtualBox-6.0.0.tar.bz2 VBoxGuestAdditions_6.0.0.iso Message-ID: <7130.1545247054@distfiles.pld-linux.org> Request by: atler Files fetched: 2 STORED: http://download.virtualbox.org/virtualbox/6.0.0/VirtualBox-6.0.0.tar.bz2 7008d8ea52e62f50cd9990152326d8d7 VirtualBox-6.0.0.tar.bz2 Size: 154322106 bytes STORED: http://download.virtualbox.org/virtualbox/6.0.0/VBoxGuestAdditions_6.0.0.iso 5f1ec97d69c2ecd1c55895e3bca574ae VBoxGuestAdditions_6.0.0.iso Size: 79245312 bytes -- Virtually Yours: distfiles. From glen at pld-linux.org Wed Dec 19 22:34:03 2018 From: glen at pld-linux.org (glen) Date: Wed, 19 Dec 2018 22:34:03 +0100 Subject: =?utf8?q?=5Bpackages/dokuwiki-plugin-data=5D_up_to_2017-02-08?= References: <49046ef8b41bc1ad4f82f0b5b8fe88ef179a64f9_refs_heads_master@pld-linux.org> Message-ID: <2225cb3b4cb8e4faacdd9f6903cd8663e13b3914_refs_heads_master@pld-linux.org> commit 2225cb3b4cb8e4faacdd9f6903cd8663e13b3914 Author: Elan Ruusam?e Date: Tue Mar 28 22:49:21 2017 +0300 up to 2017-02-08 dokuwiki-plugin-data.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) --- diff --git a/dokuwiki-plugin-data.spec b/dokuwiki-plugin-data.spec index 2885e79..d448f59 100644 --- a/dokuwiki-plugin-data.spec +++ b/dokuwiki-plugin-data.spec @@ -1,4 +1,4 @@ -%define subver 2016-03-11 +%define subver 2017-02-08 %define ver %(echo %{subver} | tr -d -) %define plugin data %define php_min_version 5.3.0 @@ -9,10 +9,8 @@ Version: %{ver} Release: 0.1 License: GPL v2 Group: Applications/WWW -# using master snapshot, upstream doesn't tag their code -# https://github.com/splitbrain/dokuwiki-plugin-data/issues/206 -Source0: https://github.com/splitbrain/dokuwiki-plugin-%{plugin}/archive/master/%{plugin}-%{subver}.tar.gz -# Source0-md5: eea5c5398f01db4f2b4f22c71d601aea +Source0: https://github.com/splitbrain/dokuwiki-plugin-%{plugin}/archive/%{subver}/%{plugin}-%{subver}.tar.gz +# Source0-md5: 0ec0720f8b4430377b66db1c9f57b9ea URL: https://www.dokuwiki.org/plugin:data Patch2: separator-style.patch Patch3: separate-rpmdb.patch ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/dokuwiki-plugin-data.git/commitdiff/93a728bd37d001dc0a9b1c46aa301c919a77454b From glen at pld-linux.org Wed Dec 19 22:34:08 2018 From: glen at pld-linux.org (glen) Date: Wed, 19 Dec 2018 22:34:08 +0100 Subject: =?utf8?q?=5Bpackages/dokuwiki-plugin-data=5D_up_to_2018-04-09=3B_drop_migrat?= =?utf8?q?ions_from_20120716-3?= References: <49046ef8b41bc1ad4f82f0b5b8fe88ef179a64f9_refs_heads_master@pld-linux.org> Message-ID: <93a728bd37d001dc0a9b1c46aa301c919a77454b_refs_heads_master@pld-linux.org> commit 93a728bd37d001dc0a9b1c46aa301c919a77454b Author: Elan Ruusam?e Date: Wed Dec 19 23:21:32 2018 +0200 up to 2018-04-09; drop migrations from 20120716-3 dokuwiki-plugin-data.spec | 41 ++++++----------------------------------- 1 file changed, 6 insertions(+), 35 deletions(-) --- diff --git a/dokuwiki-plugin-data.spec b/dokuwiki-plugin-data.spec index d448f59..b79e50a 100644 --- a/dokuwiki-plugin-data.spec +++ b/dokuwiki-plugin-data.spec @@ -1,16 +1,16 @@ -%define subver 2017-02-08 +%define subver 2018-04-09 %define ver %(echo %{subver} | tr -d -) %define plugin data -%define php_min_version 5.3.0 +%define php_min_version 5.6.0 %include /usr/lib/rpm/macros.php Summary: DokuWiki Structured Data Plugin Name: dokuwiki-plugin-%{plugin} Version: %{ver} -Release: 0.1 +Release: 1 License: GPL v2 Group: Applications/WWW Source0: https://github.com/splitbrain/dokuwiki-plugin-%{plugin}/archive/%{subver}/%{plugin}-%{subver}.tar.gz -# Source0-md5: 0ec0720f8b4430377b66db1c9f57b9ea +# Source0-md5: 2191494977b65946431f5c0ce123f977 URL: https://www.dokuwiki.org/plugin:data Patch2: separator-style.patch Patch3: separate-rpmdb.patch @@ -91,44 +91,15 @@ if [ -f %{dokuconf}/local.php ]; then touch %{dokuconf}/local.php fi -%triggerun -- %{name} < 20100322-0.5 -# move to new location -mv /var/lib/dokuwiki/cache/dataplugin.sqlite %{metadir}/data.sqlite - -# perform new indexes add manually -sqlite %{metadir}/data.sqlite <<'EOF' -CREATE TABLE opts (opt,val); -CREATE UNIQUE INDEX idx_opt ON opts(opt); -INSERT INTO opts VALUES ('dbversion', 1); -EOF -chown root:http %{metadir}/data.sqlite -chmod 660 %{metadir}/data.sqlite - -%triggerun -- %{name} < 20120716-3 -if [ -f %{metadir}/data.sqlite3 ]; then - # already migrated - exit 0 -fi -# perform sqlite2 -> sqlite3 migration of both tools present -if [ ! -x /usr/bin/sqlite ] || [ ! -x /usr/bin/sqlite3 ]; then - echo >&2 "data plugin: To migrate db from sqlite2 to sqlite3 you need to install 'sqlite' and 'sqlite3' packages" - exit 0 -fi - -sqlite %{metadir}/data.sqlite .dump > %{metadir}/data.dump -sqlite3 %{metadir}/data.dump.new < %{metadir}/data.dump -mv %{metadir}/data.sqlite3{.new,} -chown root:http %{metadir}/data.sqlite3 -chmod 660 %{metadir}/data.sqlite3 - %files -f %{name}.lang %defattr(644,root,root,755) %doc README %dir %{plugindir} +%{plugindir}/*.css %{plugindir}/*.js %{plugindir}/*.php +%{plugindir}/*.svg %{plugindir}/*.txt -%{plugindir}/*.css %{plugindir}/admin %{plugindir}/conf %{plugindir}/db ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/dokuwiki-plugin-data.git/commitdiff/93a728bd37d001dc0a9b1c46aa301c919a77454b From glen at pld-linux.org Wed Dec 19 22:34:10 2018 From: glen at pld-linux.org (glen) Date: Wed, 19 Dec 2018 22:34:10 +0100 Subject: DISTFILES: dokuwiki-plugin-data: data-2018-04-09.tar.gz Message-ID: <20453.1545255250@distfiles.pld-linux.org> Request by: glen Files fetched: 1 STORED: https://github.com/splitbrain/dokuwiki-plugin-data/archive/2018-04-09/data-2018-04-09.tar.gz 2191494977b65946431f5c0ce123f977 data-2018-04-09.tar.gz Size: 47291 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Wed Dec 19 22:34:55 2018 From: atler at pld-linux.org (atler) Date: Wed, 19 Dec 2018 22:34:55 +0100 Subject: =?utf8?q?=5Bpackages/intellij-idea-ultimate=5D_up_to_2018=2E3=2E2?= References: <806eca2d5d4701c51376f80489e45dd3828141e8_refs_heads_master@pld-linux.org> Message-ID: commit ec9dce3a6b3997b372a750640d82be8880cab03b Author: Jan Palus Date: Wed Dec 19 22:34:24 2018 +0100 up to 2018.3.2 intellij-idea-ultimate.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/intellij-idea-ultimate.spec b/intellij-idea-ultimate.spec index ef967e8..d7239be 100644 --- a/intellij-idea-ultimate.spec +++ b/intellij-idea-ultimate.spec @@ -3,12 +3,12 @@ %include /usr/lib/rpm/macros.java Summary: IntelliJ IDEA - The Most Intelligent Java IDE Name: intellij-idea-ultimate -Version: 2018.3.1 +Version: 2018.3.2 Release: 1 License: IntelliJ IDEA Commercial Group: Development/Tools Source0: http://download.jetbrains.com/idea/ideaIU-%{version}.tar.gz -# NoSource0-md5: 3ac6dc1b30884336b8d1b51416766814 +# NoSource0-md5: 06dac318478f95335c142bebab586de5 NoSource: 0 Source1: %{product}.desktop Patch0: xdg-paths.patch ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/intellij-idea-ultimate.git/commitdiff/ec9dce3a6b3997b372a750640d82be8880cab03b From glen at pld-linux.org Wed Dec 19 22:43:30 2018 From: glen at pld-linux.org (glen) Date: Wed, 19 Dec 2018 22:43:30 +0100 Subject: =?utf8?q?=5Bpackages/dokuwiki-plugin-include=5D_up_to_2018-11-29?= References: Message-ID: commit c55b5566ca62d7705a7d68c0420f78ed6c777eca Author: Elan Ruusam?e Date: Wed Dec 19 23:43:03 2018 +0200 up to 2018-11-29 dokuwiki-plugin-include.spec | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) --- diff --git a/dokuwiki-plugin-include.spec b/dokuwiki-plugin-include.spec index 66a34b3..4c3947c 100644 --- a/dokuwiki-plugin-include.spec +++ b/dokuwiki-plugin-include.spec @@ -1,13 +1,17 @@ +%define subver 2018-11-29 +%define ver %(echo %{subver} | tr -d -) %define plugin include +%define php_min_version 5.3.0 +%include /usr/lib/rpm/macros.php Summary: DokuWiki Include Plugin Summary(pl.UTF-8): Wtyczka Include (do??czania) dla DokuWiki Name: dokuwiki-plugin-%{plugin} -Version: 20150613 +Version: %{ver} Release: 1 License: GPL v2 Group: Applications/WWW -Source0: https://github.com/dokufreaks/plugin-include/archive/master/%{plugin}-%{version}.tar.gz -# Source0-md5: 83496db2a6fe1aef5f15aad444bff232 +Source0: https://github.com/dokufreaks/plugin-include/archive/%{subver}/%{plugin}-%{subver}.tar.gz +# Source0-md5: 91ba150278c8c6680c08af87cb8a1657 URL: https://www.dokuwiki.org/plugin:include BuildRequires: rpmbuild(macros) >= 1.520 Requires: dokuwiki >= 20080505 @@ -30,10 +34,15 @@ do??czy? inn? stron? wiki do bie??cej. %prep %setup -qc -mv *-%{plugin}-*/* . +mv *-%{plugin}-*/{.??*,*} . +# nothing to do with tests +rm -r _test +rm .travis.yml + +%build version=$(awk '/date/{print $2}' plugin.info.txt) -if [ "$(echo "$version" | tr -d -)" != %{version} ]; then +if [ $(echo "$version" | tr -d -) != %{version} ]; then : %%{version} mismatch exit 1 fi @@ -43,7 +52,6 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{plugindir} cp -a . $RPM_BUILD_ROOT%{plugindir} %{__rm} $RPM_BUILD_ROOT%{plugindir}/{COPYING,README} -%{__rm} -r $RPM_BUILD_ROOT%{plugindir}/_test # find locales %find_lang %{name}.lang ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/dokuwiki-plugin-include.git/commitdiff/c55b5566ca62d7705a7d68c0420f78ed6c777eca From glen at pld-linux.org Wed Dec 19 22:43:37 2018 From: glen at pld-linux.org (glen) Date: Wed, 19 Dec 2018 22:43:37 +0100 Subject: DISTFILES: dokuwiki-plugin-include: include-2018-11-29.tar.gz Message-ID: <23452.1545255817@distfiles.pld-linux.org> Request by: glen Files fetched: 1 STORED: https://github.com/dokufreaks/plugin-include/archive/2018-11-29/include-2018-11-29.tar.gz 91ba150278c8c6680c08af87cb8a1657 include-2018-11-29.tar.gz Size: 45654 bytes -- Virtually Yours: distfiles. From glen at pld-linux.org Wed Dec 19 22:46:14 2018 From: glen at pld-linux.org (glen) Date: Wed, 19 Dec 2018 22:46:14 +0100 Subject: =?utf8?q?=5Bpackages/dokuwiki=5D_conflicts_with_dokuwiki-plugin-include_olde?= =?utf8?q?r_than_20181129?= References: <3d0ad93b3f36f1d33b1e748051b76d1527cee9be_refs_heads_master@pld-linux.org> Message-ID: commit a4d744baf3d6476c8ea03b877a4ba5c8ecfcdc28 Author: Elan Ruusam?e Date: Wed Dec 19 23:45:55 2018 +0200 conflicts with dokuwiki-plugin-include older than 20181129 dokuwiki.spec | 1 + 1 file changed, 1 insertion(+) --- diff --git a/dokuwiki.spec b/dokuwiki.spec index b9e69c6..94eb651 100644 --- a/dokuwiki.spec +++ b/dokuwiki.spec @@ -64,6 +64,7 @@ Obsoletes: dokuwiki-plugin-jquery Obsoletes: dokuwiki-plugin-showlogin2 Conflicts: dokuwiki-plugin-gallery < 20161222 Conflicts: dokuwiki-plugin-icalevents < 20120909 +Conflicts: dokuwiki-plugin-include < 20181129 Conflicts: dokuwiki-plugin-odt < 20170218 # can use gz compression to store attic pages Suggests: php(zlib) ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/dokuwiki.git/commitdiff/a4d744baf3d6476c8ea03b877a4ba5c8ecfcdc28 From glen at pld-linux.org Wed Dec 19 22:47:53 2018 From: glen at pld-linux.org (glen) Date: Wed, 19 Dec 2018 22:47:53 +0100 Subject: =?utf8?q?=5Bpackages/digidoc4-client=5D_update_BR_with_cleanbuild?= References: <87e87f2a5d0020ac8a28ddaf1dcc8584e0eca23c_refs_heads_master@pld-linux.org> Message-ID: <436d7517c8ca2041ed67c19bbe92f54d7295726d_refs_heads_master@pld-linux.org> commit 436d7517c8ca2041ed67c19bbe92f54d7295726d Author: Elan Ruusam?e Date: Tue Dec 11 19:57:12 2018 +0200 update BR with cleanbuild - qt5-build -- "/usr/lib64/qt5/bin/moc" - qt5-qmake -- "/usr/lib64/qt5/bin/qmake" digidoc4-client.spec | 2 ++ 1 file changed, 2 insertions(+) --- diff --git a/digidoc4-client.spec b/digidoc4-client.spec index f5dee42..3e6663b 100644 --- a/digidoc4-client.spec +++ b/digidoc4-client.spec @@ -27,7 +27,9 @@ BuildRequires: Qt5Widgets-devel BuildRequires: cmake >= 3.5 BuildRequires: libdigidocpp-devel >= 3.13.8 BuildRequires: pcsc-lite-devel +BuildRequires: qt5-build BuildRequires: qt5-linguist +BuildRequires: qt5-qmake BuildRequires: rpmbuild(macros) >= 1.596 Requires(post,postun): gtk-update-icon-cache Requires(post,postun): hicolor-icon-theme ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/digidoc4-client.git/commitdiff/6ede7126a35eba2fe1d8a7b32b59c5c36e949a4e From glen at pld-linux.org Wed Dec 19 22:47:58 2018 From: glen at pld-linux.org (glen) Date: Wed, 19 Dec 2018 22:47:58 +0100 Subject: =?utf8?q?=5Bpackages/digidoc4-client=5D_BR_openldap-devel?= References: <87e87f2a5d0020ac8a28ddaf1dcc8584e0eca23c_refs_heads_master@pld-linux.org> Message-ID: <6ede7126a35eba2fe1d8a7b32b59c5c36e949a4e_refs_heads_master@pld-linux.org> commit 6ede7126a35eba2fe1d8a7b32b59c5c36e949a4e Author: Elan Ruusam?e Date: Wed Dec 19 23:47:43 2018 +0200 BR openldap-devel digidoc4-client.spec | 1 + 1 file changed, 1 insertion(+) --- diff --git a/digidoc4-client.spec b/digidoc4-client.spec index 3e6663b..a20e59c 100644 --- a/digidoc4-client.spec +++ b/digidoc4-client.spec @@ -26,6 +26,7 @@ BuildRequires: Qt5UiTools-devel BuildRequires: Qt5Widgets-devel BuildRequires: cmake >= 3.5 BuildRequires: libdigidocpp-devel >= 3.13.8 +BuildRequires: openldap-devel BuildRequires: pcsc-lite-devel BuildRequires: qt5-build BuildRequires: qt5-linguist ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/digidoc4-client.git/commitdiff/6ede7126a35eba2fe1d8a7b32b59c5c36e949a4e From glen at pld-linux.org Wed Dec 19 23:10:19 2018 From: glen at pld-linux.org (glen) Date: Wed, 19 Dec 2018 23:10:19 +0100 Subject: =?utf8?q?=5Bpackages/dokuwiki-plugin-meta=5D_up_to_2015-07-24?= References: <68d6d6b98511cc0adf23d1283b68260b21adcdd2_refs_heads_master@pld-linux.org> Message-ID: <8c1d31410f41bd06cb6db0c9972e53a8e4edb985_refs_heads_master@pld-linux.org> commit 8c1d31410f41bd06cb6db0c9972e53a8e4edb985 Author: Elan Ruusam?e Date: Thu Dec 20 00:09:56 2018 +0200 up to 2015-07-24 dokuwiki-plugin-meta.spec | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) --- diff --git a/dokuwiki-plugin-meta.spec b/dokuwiki-plugin-meta.spec index e5b8d18..c4f9471 100644 --- a/dokuwiki-plugin-meta.spec +++ b/dokuwiki-plugin-meta.spec @@ -1,15 +1,20 @@ +%define subver 2015-07-24 +%define ver %(echo %{subver} | tr -d -) %define plugin meta +%define php_min_version 5.3.0 +%include /usr/lib/rpm/macros.php Summary: Dokuwiki Plugin to Set Metadata Name: dokuwiki-plugin-%{plugin} -Version: 20060415 +Version: %{ver} Release: 1 License: GPL v2 Group: Applications/WWW -Source0: http://www.chimeric.de/_src/plugin-meta.tgz -# Source0-md5: 81f428efcce5b0193bf0be51c8919e1c -URL: http://www.dokuwiki.org/plugin:meta +Source0: https://github.com/dokufreaks/plugin-meta/archive/8752219/%{plugin}-%{subver}.tar.gz +# Source0-md5: c335f4ffd1ca022948955093a4d84dea +URL: https://www.dokuwiki.org/plugin:meta BuildRequires: rpmbuild(macros) >= 1.520 Requires: dokuwiki >= 20061106 +Requires: php(core) >= %{php_min_version} BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -26,9 +31,13 @@ as the author of a blog entry. %prep %setup -qc -mv %{plugin}/* . +mv *-%{plugin}-*/* . -version=$(awk -F"'" '/date/&&/=>/{print $4}' syntax.php) +# nothing to do with tests +%{__rm} -r _test + +%build +version=$(awk '/^date/{print $2}' plugin.info.txt) if [ "$(echo "$version" | tr -d -)" != %{version} ]; then : %%{version} mismatch exit 1 @@ -46,3 +55,4 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %dir %{plugindir} %{plugindir}/*.php +%{plugindir}/*.txt ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/dokuwiki-plugin-meta.git/commitdiff/8c1d31410f41bd06cb6db0c9972e53a8e4edb985 From glen at pld-linux.org Wed Dec 19 23:10:26 2018 From: glen at pld-linux.org (glen) Date: Wed, 19 Dec 2018 23:10:26 +0100 Subject: DISTFILES: dokuwiki-plugin-meta: meta-2015-07-24.tar.gz Message-ID: <31791.1545257425@distfiles.pld-linux.org> Request by: glen Files fetched: 1 STORED: https://github.com/dokufreaks/plugin-meta/archive/8752219/meta-2015-07-24.tar.gz c335f4ffd1ca022948955093a4d84dea meta-2015-07-24.tar.gz Size: 2992 bytes -- Virtually Yours: distfiles. From hawk at pld-linux.org Wed Dec 19 23:36:17 2018 From: hawk at pld-linux.org (hawk) Date: Wed, 19 Dec 2018 23:36:17 +0100 Subject: PLD-doc: uid_gid.db.txt - gid 184 for dehydrated In-Reply-To: References: Message-ID: Author: hawk Date: Wed Dec 19 22:36:17 2018 GMT Module: PLD-doc Tag: HEAD ---- Log message: - gid 184 for dehydrated ---- Files affected: PLD-doc: uid_gid.db.txt (1.399 -> 1.400) ---- Diffs: ================================================================ Index: PLD-doc/uid_gid.db.txt diff -u PLD-doc/uid_gid.db.txt:1.399 PLD-doc/uid_gid.db.txt:1.400 --- PLD-doc/uid_gid.db.txt:1.399 Wed Sep 5 17:26:55 2018 +++ PLD-doc/uid_gid.db.txt Wed Dec 19 23:36:12 2018 @@ -18,7 +18,6 @@ 407 Unused Group IDs, but UID reserved, use these if you need only Group -184 267 268 273 @@ -562,6 +561,7 @@ 181 builder pld-builder 182 input setup Used on input devices, set up by udev >= 218 183 xrdp xrdp Group for users allowed to login via XRDP +184 dehydrated dehydrated Group for users allowed to read SSL certificates and keys generated by dehydrated 185 haproxy haproxy 186 siets siets Siets search engine and crawler 187 ais openais ================================================================ ---- CVS-web: http://cvs.pld-linux.org/PLD-doc/uid_gid.db.txt?r1=1.399&r2=1.400 From hawk at pld-linux.org Wed Dec 19 23:48:26 2018 From: hawk at pld-linux.org (hawk) Date: Wed, 19 Dec 2018 23:48:26 +0100 Subject: =?utf8?q?=5Bpackages/dehydrated=5D_-_run_always_via_sudo_as_root=3Adehydrate?= =?utf8?q?d_to_allow_dehydrated_group___to_read_certificates_and_keys=2C_?= References: <6c4740610133e2b8aba450a1a9cd4377a30e1b9e_refs_heads_master@pld-linux.org> Message-ID: commit e91f3230f38cc6642d9d0853ab0990f8ecec8d9c Author: Marcin Krol Date: Wed Dec 19 22:46:13 2018 +0000 - run always via sudo as root:dehydrated to allow dehydrated group to read certificates and keys, this is useful for services which are not running as root but use SSL certificates (ie. ejabberd) dehydrated.spec | 23 +++++++++++++++++++---- pld.patch | 44 +++++++++++++++++++++++++++++++++----------- sudoers | 1 + 3 files changed, 53 insertions(+), 15 deletions(-) --- diff --git a/dehydrated.spec b/dehydrated.spec index 803058e..b8672ba 100644 --- a/dehydrated.spec +++ b/dehydrated.spec @@ -1,7 +1,7 @@ Summary: letsencrypt/acme client implemented as a shell-script Name: dehydrated Version: 0.6.2 -Release: 1 +Release: 2 License: MIT Group: Applications/Networking Source0: https://github.com/lukas2511/dehydrated/archive/v%{version}/%{name}-%{version}.tar.gz @@ -12,6 +12,7 @@ Source3: nginx.conf Source5: hook.sh Source6: hook-dns-01.sh Source7: crontab +Source8: sudoers Patch0: pld.patch URL: https://dehydrated.io/ BuildRequires: rpmbuild(macros) >= 1.713 @@ -23,7 +24,11 @@ Requires: grep Requires: mktemp Requires: openssl-tools Requires: sed +Requires: sudo Requires: webapps +Requires(postun): /usr/sbin/groupdel +Requires(pre): /usr/bin/getgid +Requires(pre): /usr/sbin/groupadd Suggests: webserver(access) Suggests: webserver(alias) BuildArch: noarch @@ -52,7 +57,7 @@ Current features: %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_sbindir},%{_sysconfdir}/certs,/etc/cron.d} \ +install -d $RPM_BUILD_ROOT{%{_sbindir},%{_sysconfdir}/certs,/etc/{cron,sudoers}.d} \ $RPM_BUILD_ROOT/var/lib/%{name}/{accounts,acme-challenge,certs} install -p %{name} $RPM_BUILD_ROOT%{_sbindir} @@ -62,10 +67,19 @@ cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/nginx.conf cp -p docs/examples/config $RPM_BUILD_ROOT%{_sysconfdir} cp -p docs/examples/domains.txt $RPM_BUILD_ROOT%{_sysconfdir} cp -p %{SOURCE7} $RPM_BUILD_ROOT/etc/cron.d/%{name} +cp -p %{SOURCE8} $RPM_BUILD_ROOT/etc/sudoers.d/%{name} install -p %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir} install -p %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir} cp -p $RPM_BUILD_ROOT%{_sysconfdir}/{apache,httpd}.conf +%pre +%groupadd -g 184 dehydrated + +%postun +if [ "$1" = "0" ]; then + %groupremove dehydrated +fi + %clean rm -rf $RPM_BUILD_ROOT @@ -97,6 +111,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc README.md CHANGELOG LICENSE %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name} +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sudoers.d/%{name} %dir %attr(750,root,http) %{_sysconfdir} %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf @@ -109,6 +124,6 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_sbindir}/%{name} %dir %attr(751,root,root) /var/lib/%{name} %dir %attr(700,root,root) /var/lib/%{name}/accounts -%dir %attr(700,root,root) /var/lib/%{name}/certs +%dir %attr(750,root,dehydrated) /var/lib/%{name}/certs # challenges written here, need to be readable by webserver -%dir %attr(751,root,root) /var/lib/%{name}/acme-challenge +%dir %attr(751,dehydrated,root) /var/lib/%{name}/acme-challenge diff --git a/pld.patch b/pld.patch index c02a0c3..a46fc29 100644 --- a/pld.patch +++ b/pld.patch @@ -1,12 +1,22 @@ ---- dehydrated-0.3.1/dehydrated 2016-11-22 19:57:26.978516490 +0200 -+++ dehydrated-0.3.1/dehydrated 2016-11-22 20:01:59.118747292 +0200 +diff -ur dehydrated-0.6.2.orig/dehydrated dehydrated-0.6.2/dehydrated +--- dehydrated-0.6.2.orig/dehydrated 2018-04-25 21:22:40.000000000 +0000 ++++ dehydrated-0.6.2/dehydrated 2018-12-19 22:44:07.875403000 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash - # letsencrypt.sh by lukas2511 - # Source: https://github.com/lukas2511/letsencrypt.sh -@@ -94,7 +94,7 @@ + # dehydrated by lukas2511 + # Source: https://dehydrated.io +@@ -11,7 +11,7 @@ + [[ -n "${ZSH_VERSION:-}" ]] && set -o SH_WORD_SPLIT && set +o FUNCTION_ARGZERO && set -o NULL_GLOB && set -o noglob + [[ -z "${ZSH_VERSION:-}" ]] && shopt -s nullglob && set -f + +-umask 077 # paranoid umask, we're creating private keys ++umask 027 # allow root and dehydrated group only to protect private keys + + # Close weird external file descriptors + exec 3>&- +@@ -112,7 +112,7 @@ load_config() { # Check for config in various locations if [[ -z "${CONFIG:-}" ]]; then @@ -15,7 +25,18 @@ if [[ -f "${check_config}/config" ]]; then BASEDIR="${check_config}" CONFIG="${check_config}/config" -@@ -224,7 +224,7 @@ load_config() { +@@ -148,8 +148,8 @@ + IP_VERSION= + CHAINCACHE= + AUTO_CLEANUP="no" +- DEHYDRATED_USER= +- DEHYDRATED_GROUP= ++ DEHYDRATED_USER="root" ++ DEHYDRATED_GROUP="dehydrated" + API="auto" + + if [[ -z "${CONFIG:-}" ]]; then +@@ -228,7 +228,7 @@ # Create new account directory or symlink to account directory from old CA CAHASH="$(echo "${CA}" | urlbase64)" @@ -24,7 +45,7 @@ if [[ ! -e "${ACCOUNTDIR}/${CAHASH}" ]]; then OLDCAHASH="$(echo "${OLDCA}" | urlbase64)" mkdir -p "${ACCOUNTDIR}" -@@ -249,10 +249,10 @@ load_config() { +@@ -253,10 +253,10 @@ mv "${BASEDIR}/private_key.json" "${ACCOUNT_KEY_JSON}" fi @@ -37,9 +58,10 @@ [[ -z "${LOCKFILE}" ]] && LOCKFILE="${BASEDIR}/lock" [[ -z "${OPENSSL_CNF}" ]] && OPENSSL_CNF="$("${OPENSSL}" version -d | cut -d\" -f2)/openssl.cnf" [[ -n "${PARAM_LOCKFILE_SUFFIX:-}" ]] && LOCKFILE="${LOCKFILE}-${PARAM_LOCKFILE_SUFFIX}" ---- dehydrated-0.3.1/docs/examples/config 2016-10-17 22:32:37.370663315 +0300 -+++ dehydrated-0.3.1/docs/examples/config 2016-11-22 20:02:34.173827857 +0200 -@@ -37,13 +37,13 @@ +diff -ur dehydrated-0.6.2.orig/docs/examples/config dehydrated-0.6.2/docs/examples/config +--- dehydrated-0.6.2.orig/docs/examples/config 2018-04-25 21:22:40.000000000 +0000 ++++ dehydrated-0.6.2/docs/examples/config 2018-12-19 22:42:55.015403000 +0000 +@@ -47,13 +47,13 @@ #DOMAINS_TXT="${BASEDIR}/domains.txt" # Output directory for generated certificates @@ -55,7 +77,7 @@ # Default keysize for private keys (default: 4096) #KEYSIZE="4096" -@@ -61,7 +61,7 @@ +@@ -77,7 +77,7 @@ # # BASEDIR and WELLKNOWN variables are exported and can be used in an external program # default: diff --git a/sudoers b/sudoers new file mode 100644 index 0000000..c30c7ed --- /dev/null +++ b/sudoers @@ -0,0 +1 @@ +root ALL = (root:dehydrated) /usr/sbin/dehydrated ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/dehydrated.git/commitdiff/e91f3230f38cc6642d9d0853ab0990f8ecec8d9c From hawk at pld-linux.org Wed Dec 19 23:50:40 2018 From: hawk at pld-linux.org (hawk) Date: Wed, 19 Dec 2018 23:50:40 +0100 Subject: =?utf8?q?=5Bpackages/dehydrated=5D_-_fix_user/group_order_in_files?= References: Message-ID: commit b21cd0a37f6472a91e2622919394ad226183fb70 Author: Marcin Krol Date: Wed Dec 19 22:50:16 2018 +0000 - fix user/group order in files dehydrated.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/dehydrated.spec b/dehydrated.spec index b8672ba..276990d 100644 --- a/dehydrated.spec +++ b/dehydrated.spec @@ -126,4 +126,4 @@ rm -rf $RPM_BUILD_ROOT %dir %attr(700,root,root) /var/lib/%{name}/accounts %dir %attr(750,root,dehydrated) /var/lib/%{name}/certs # challenges written here, need to be readable by webserver -%dir %attr(751,dehydrated,root) /var/lib/%{name}/acme-challenge +%dir %attr(751,root,dehydrated) /var/lib/%{name}/acme-challenge ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/dehydrated.git/commitdiff/b21cd0a37f6472a91e2622919394ad226183fb70 From atler at pld-linux.org Wed Dec 19 23:57:48 2018 From: atler at pld-linux.org (atler) Date: Wed, 19 Dec 2018 23:57:48 +0100 Subject: =?utf8?q?=5Bpackages/mate-desktop=5D_up_to_1=2E20=2E4?= References: Message-ID: <84a569a4418b547ac20421d0e5a38afbd0dbe847_refs_heads_master@pld-linux.org> commit 84a569a4418b547ac20421d0e5a38afbd0dbe847 Author: Jan Palus Date: Wed Dec 19 23:57:27 2018 +0100 up to 1.20.4 mate-desktop.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/mate-desktop.spec b/mate-desktop.spec index d7347c8..64a1c38 100644 --- a/mate-desktop.spec +++ b/mate-desktop.spec @@ -5,12 +5,12 @@ Summary: Shared code for mate-panel, mate-session, mate-file-manager, etc. Summary(pl.UTF-8): Kod wsp??dzielony przez pakiety mate-panel, mate-session, mate-file-manager itd. Name: mate-desktop -Version: 1.20.3 +Version: 1.20.4 Release: 1 License: LGPL v2+ with MIT parts (library), GPL v2+ (mate-about) Group: X11/Applications Source0: http://pub.mate-desktop.org/releases/1.20/%{name}-%{version}.tar.xz -# Source0-md5: d8bbf40d1ab2e6e20e142f3558ac3f25 +# Source0-md5: 1fe38c2ec1d1a4e0ae46f17c6ca41611 URL: http://wiki.mate-desktop.org/mate-desktop BuildRequires: autoconf >= 2.50 BuildRequires: automake >= 1:1.9 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mate-desktop.git/commitdiff/84a569a4418b547ac20421d0e5a38afbd0dbe847 From atler at pld-linux.org Wed Dec 19 23:57:53 2018 From: atler at pld-linux.org (atler) Date: Wed, 19 Dec 2018 23:57:53 +0100 Subject: DISTFILES: mate-desktop: mate-desktop-1.20.4.tar.xz Message-ID: <13408.1545260273@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: http://pub.mate-desktop.org/releases/1.20/mate-desktop-1.20.4.tar.xz 1fe38c2ec1d1a4e0ae46f17c6ca41611 mate-desktop-1.20.4.tar.xz Size: 951368 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Wed Dec 19 23:58:01 2018 From: atler at pld-linux.org (atler) Date: Wed, 19 Dec 2018 23:58:01 +0100 Subject: =?utf8?q?=5Bpackages/marco=5D_up_to_1=2E20=2E3?= References: <88e83f1839b93d5649398f06c5c02e466371704f_refs_heads_master@pld-linux.org> Message-ID: <8735d3cdb4d3fbb83a43baaf3624a7d5dacac435_refs_heads_master@pld-linux.org> commit 8735d3cdb4d3fbb83a43baaf3624a7d5dacac435 Author: Jan Palus Date: Wed Dec 19 23:57:53 2018 +0100 up to 1.20.3 marco.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/marco.spec b/marco.spec index ab8ab38..3aa1ac1 100644 --- a/marco.spec +++ b/marco.spec @@ -5,12 +5,12 @@ Summary: MATE Desktop window manager Summary(pl.UTF-8): Zarz?dca okien ?rodowiska MATE Desktop Name: marco -Version: 1.20.2 +Version: 1.20.3 Release: 1 License: LGPL v2+ and GPL v2+ Group: X11/Window Managers Source0: http://pub.mate-desktop.org/releases/1.20/%{name}-%{version}.tar.xz -# Source0-md5: e6f41fd3816755c6ad9c440b184bce59 +# Source0-md5: a572efabae36bbef7a52435360018d87 URL: http://wiki.mate-desktop.org/mate-window-manager BuildRequires: autoconf >= 2.50 BuildRequires: automake ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/marco.git/commitdiff/8735d3cdb4d3fbb83a43baaf3624a7d5dacac435 From atler at pld-linux.org Wed Dec 19 23:58:06 2018 From: atler at pld-linux.org (atler) Date: Wed, 19 Dec 2018 23:58:06 +0100 Subject: DISTFILES: marco: marco-1.20.3.tar.xz Message-ID: <13656.1545260286@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: http://pub.mate-desktop.org/releases/1.20/marco-1.20.3.tar.xz a572efabae36bbef7a52435360018d87 marco-1.20.3.tar.xz Size: 1424272 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Thu Dec 20 05:45:20 2018 From: qboosh at pld-linux.org (qboosh) Date: Thu, 20 Dec 2018 05:45:20 +0100 Subject: =?utf8?q?=5Bpackages/kernel-tools=5D_-_one_more_fix_in_perf-update_patch_=28?= =?utf8?q?sync_arch-tests=2Ec_condition_with_Build=2C_where_bp-modify=2Eo_de?= =?utf8?q?pen?= References: <51522bd6239796645a08ad0203ff5adf3fd249a4_refs_heads_master@pld-linux.org> Message-ID: <678217c047e0aabb7bb730faf95b183a68440f4f_refs_heads_master@pld-linux.org> commit 678217c047e0aabb7bb730faf95b183a68440f4f Author: Jakub Bogusz Date: Thu Dec 20 05:49:54 2018 +0100 - one more fix in perf-update patch (sync arch-tests.c condition with Build, where bp-modify.o depends on CONFIG_X86_64, which means 64-bit ABI) kernel-tools-perf-update.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) --- diff --git a/kernel-tools-perf-update.patch b/kernel-tools-perf-update.patch index 76d4453..77c2ca6 100644 --- a/kernel-tools-perf-update.patch +++ b/kernel-tools-perf-update.patch @@ -8,3 +8,14 @@ /* HAVE_ARCH_X86_64_SUPPORT is used in'arch/x86/util/unwind-libunwind.c' * for x86_32, we undef it to compile code for x86_32 only. */ +--- linux-4.19/tools/perf/arch/x86/tests/arch-tests.c.orig 2018-10-22 08:37:37.000000000 +0200 ++++ linux-4.19/tools/perf/arch/x86/tests/arch-tests.c 2018-12-19 21:33:34.463629513 +0100 +@@ -24,7 +24,7 @@ + .func = test__insn_x86, + }, + #endif +-#if defined(__x86_64__) ++#if defined(__x86_64__) && !defined(__ILP32__) + { + .desc = "x86 bp modify", + .func = test__bp_modify, ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/kernel-tools.git/commitdiff/678217c047e0aabb7bb730faf95b183a68440f4f From hawk at pld-linux.org Thu Dec 20 10:22:34 2018 From: hawk at pld-linux.org (hawk) Date: Thu, 20 Dec 2018 10:22:34 +0100 Subject: =?utf8?q?=5Bpackages/perl-Net-SMTP-SSL=5D_-_updated_to_1=2E04?= References: <78145b03e0cf462bc881e0cb1663baffb4a87183_refs_heads_master@pld-linux.org> Message-ID: commit b30dffed1b2c52581b3987461ab60a1c840b55af Author: Marcin Krol Date: Thu Dec 20 09:22:14 2018 +0000 - updated to 1.04 perl-Net-SMTP-SSL.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/perl-Net-SMTP-SSL.spec b/perl-Net-SMTP-SSL.spec index 742d418..cbe1fea 100644 --- a/perl-Net-SMTP-SSL.spec +++ b/perl-Net-SMTP-SSL.spec @@ -8,13 +8,13 @@ Summary: Net::SMTP::SSL - An SMTP client supporting SSL Summary(pl.UTF-8): Net::SMTP::SSL - klient SMTP obs?uguj?cy SSL Name: perl-Net-SMTP-SSL -Version: 1.03 +Version: 1.04 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Net/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: 75c80e6af5583630ba074b25c0b5ee84 +# Source0-md5: 62b49c961043898b43b041dafbc1b389 URL: http://search.cpan.org/dist/Net-SMTP-SSL/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/perl-Net-SMTP-SSL.git/commitdiff/b30dffed1b2c52581b3987461ab60a1c840b55af From hawk at pld-linux.org Thu Dec 20 10:22:40 2018 From: hawk at pld-linux.org (hawk) Date: Thu, 20 Dec 2018 10:22:40 +0100 Subject: DISTFILES: perl-Net-SMTP-SSL: Net-SMTP-SSL-1.04.tar.gz Message-ID: <3902.1545297760@distfiles.pld-linux.org> Request by: hawk Files fetched: 1 STORED: http://www.cpan.org/modules/by-module/Net/Net-SMTP-SSL-1.04.tar.gz 62b49c961043898b43b041dafbc1b389 Net-SMTP-SSL-1.04.tar.gz Size: 2457 bytes -- Virtually Yours: distfiles. From arekm at pld-linux.org Thu Dec 20 11:12:44 2018 From: arekm at pld-linux.org (arekm) Date: Thu, 20 Dec 2018 11:12:44 +0100 Subject: =?utf8?q?=5Bpackages/percona-server=5D_-_up_to_5=2E7=2E24-27?= References: <9b0f67438fb89b67604174d8f40c80fb5f2ccc8d_refs_heads_master@pld-linux.org> Message-ID: <7908725a1e9b1fed4372ae977cab3dc8dafcc30b_refs_heads_master@pld-linux.org> commit 7908725a1e9b1fed4372ae977cab3dc8dafcc30b Author: Arkadiusz Mi?kiewicz Date: Thu Dec 20 11:12:33 2018 +0100 - up to 5.7.24-27 percona-server.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/percona-server.spec b/percona-server.spec index eb200cb..8ec70b3 100644 --- a/percona-server.spec +++ b/percona-server.spec @@ -44,7 +44,7 @@ %endif %define rel 1 -%define percona_rel 26 +%define percona_rel 27 %include /usr/lib/rpm/macros.perl Summary: Percona Server: a very fast and reliable SQL database engine Summary(de.UTF-8): Percona Server: ist eine SQL-Datenbank @@ -60,7 +60,7 @@ Release: %{percona_rel}.%{rel} License: GPL + Percona Server FLOSS Exception Group: Applications/Databases Source0: https://www.percona.com/downloads/Percona-Server-5.7/LATEST/source/tarball/%{name}-%{version}-%{percona_rel}.tar.gz -# Source0-md5: bfe901f4681ce6735078180a7ccc6398 +# Source0-md5: 67dbcfe11202be3486ac54018c217ab5 Source100: http://www.sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz # Source100-md5: 5cac34f3d78a9d612ca4301abfcbd666 %if %{without system_boost} ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/percona-server.git/commitdiff/7908725a1e9b1fed4372ae977cab3dc8dafcc30b From arekm at pld-linux.org Thu Dec 20 11:13:01 2018 From: arekm at pld-linux.org (arekm) Date: Thu, 20 Dec 2018 11:13:01 +0100 Subject: DISTFILES: percona-server: percona-server-5.7.24-27.tar.gz sphinx-2.2.11-release.tar.gz boost_1_59_0.tar.bz2 Message-ID: <10862.1545300781@distfiles.pld-linux.org> Request by: arekm Files fetched: 1 STORED: https://www.percona.com/downloads/Percona-Server-5.7/LATEST/source/tarball/percona-server-5.7.24-27.tar.gz 67dbcfe11202be3486ac54018c217ab5 percona-server-5.7.24-27.tar.gz Size: 81757023 bytes ALREADY GOT: http://www.sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz 5cac34f3d78a9d612ca4301abfcbd666 sphinx-2.2.11-release.tar.gz ALREADY GOT: http://downloads.sourceforge.net/boost/boost_1_59_0.tar.bz2 6aa9a5c6a4ca1016edd0ed1178e3cb87 boost_1_59_0.tar.bz2 -- Virtually Yours: distfiles. From arekm at pld-linux.org Thu Dec 20 12:42:43 2018 From: arekm at pld-linux.org (arekm) Date: Thu, 20 Dec 2018 12:42:43 +0100 Subject: =?utf8?q?=5Bpackages/sed=5D_-_up_to_4=2E6?= References: Message-ID: <9496f36c4402203c7eae3ad5daa216ce34428a79_refs_heads_master@pld-linux.org> commit 9496f36c4402203c7eae3ad5daa216ce34428a79 Author: Arkadiusz Mi?kiewicz Date: Thu Dec 20 12:42:37 2018 +0100 - up to 4.6 sed.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/sed.spec b/sed.spec index a30a766..5f3ab3a 100644 --- a/sed.spec +++ b/sed.spec @@ -13,12 +13,12 @@ Summary(ru.UTF-8): ????????? ???????? ?????? GNU Summary(tr.UTF-8): GNU dosya i?leme arac? Summary(uk.UTF-8): ????????? ???????? ?????? GNU Name: sed -Version: 4.5 +Version: 4.6 Release: 1 License: GPL v3+ Group: Applications/Text Source0: http://ftp.gnu.org/gnu/sed/%{name}-%{version}.tar.xz -# Source0-md5: ade8f8c2c548bf41f74db2dcfc37e4e3 +# Source0-md5: a72a4f045a04681f18d7889924d53b8e Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2 # Source1-md5: 5cd651063bfc00a82d820ba018672351 Patch0: %{name}-info.patch ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/sed.git/commitdiff/9496f36c4402203c7eae3ad5daa216ce34428a79 From arekm at pld-linux.org Thu Dec 20 12:42:51 2018 From: arekm at pld-linux.org (arekm) Date: Thu, 20 Dec 2018 12:42:51 +0100 Subject: DISTFILES: sed: sed-4.6.tar.xz sed-non-english-man-pages.tar.bz2 Message-ID: <17242.1545306171@distfiles.pld-linux.org> Request by: arekm Files fetched: 1 STORED: http://ftp.gnu.org/gnu/sed/sed-4.6.tar.xz a72a4f045a04681f18d7889924d53b8e sed-4.6.tar.xz Size: 1297724 bytes ALREADY GOT: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/sed-non-english-man-pages.tar.bz2 5cd651063bfc00a82d820ba018672351 sed-non-english-man-pages.tar.bz2 -- Virtually Yours: distfiles. From atler at pld-linux.org Thu Dec 20 16:43:24 2018 From: atler at pld-linux.org (atler) Date: Thu, 20 Dec 2018 16:43:24 +0100 Subject: =?utf8?q?=5Bpackages/mate-icon-theme=5D_up_to_1=2E20=2E3?= References: <17af5f76e70a7562945a693d3b27bd28c69a0bb3_refs_heads_master@pld-linux.org> Message-ID: <2eb36444f304264c36b6000efc63f9cd141a7412_refs_heads_master@pld-linux.org> commit 2eb36444f304264c36b6000efc63f9cd141a7412 Author: Jan Palus Date: Thu Dec 20 16:42:44 2018 +0100 up to 1.20.3 mate-icon-theme.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/mate-icon-theme.spec b/mate-icon-theme.spec index f5ad2fc..37de14b 100644 --- a/mate-icon-theme.spec +++ b/mate-icon-theme.spec @@ -1,12 +1,12 @@ Summary: Icon theme for MATE Desktop Summary(pl.UTF-8): Motyw ikon dla ?rodowiska MATE Desktop Name: mate-icon-theme -Version: 1.20.2 +Version: 1.20.3 Release: 1 License: LGPL v3 or CC-BY-SA v3.0 Group: Themes Source0: http://pub.mate-desktop.org/releases/1.20/%{name}-%{version}.tar.xz -# Source0-md5: f9c785f8060aa6f45461c520bd70e588 +# Source0-md5: d78fd23336f642f52f37a5d6f8a9893a URL: http://wiki.mate-desktop.org/mate-icon-theme BuildRequires: autoconf >= 2.53 BuildRequires: automake >= 1:1.9 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mate-icon-theme.git/commitdiff/2eb36444f304264c36b6000efc63f9cd141a7412 From atler at pld-linux.org Thu Dec 20 16:43:32 2018 From: atler at pld-linux.org (atler) Date: Thu, 20 Dec 2018 16:43:32 +0100 Subject: DISTFILES: mate-icon-theme: mate-icon-theme-1.20.3.tar.xz Message-ID: <12008.1545320612@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: http://pub.mate-desktop.org/releases/1.20/mate-icon-theme-1.20.3.tar.xz d78fd23336f642f52f37a5d6f8a9893a mate-icon-theme-1.20.3.tar.xz Size: 20559744 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Thu Dec 20 16:43:37 2018 From: atler at pld-linux.org (atler) Date: Thu, 20 Dec 2018 16:43:37 +0100 Subject: =?utf8?q?=5Bpackages/mate-media=5D_up_to_1=2E20=2E2?= References: <4eb2fb7508dfdae23134b6a2a5c8ebf98ab3c929_refs_heads_master@pld-linux.org> Message-ID: commit c1bbda69ad342464b79ec42f095196a64c68835f Author: Jan Palus Date: Thu Dec 20 16:43:29 2018 +0100 up to 1.20.2 mate-media.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- diff --git a/mate-media.spec b/mate-media.spec index cb387bf..ba08354 100644 --- a/mate-media.spec +++ b/mate-media.spec @@ -1,12 +1,12 @@ Summary: MATE media programs Summary(pl.UTF-8): Programy multimedialne dla ?rodowiska MATE Name: mate-media -Version: 1.20.1 +Version: 1.20.2 Release: 1 License: GPL v2+ (volume control, sound theme), FDL (documentation) Group: X11/Applications/Multimedia Source0: http://pub.mate-desktop.org/releases/1.20/%{name}-%{version}.tar.xz -# Source0-md5: 07fe9dcfe25ec40ec8148d5257cc22f9 +# Source0-md5: feb88f05ceeb555df76f2c295c0fb130 URL: https://github.com/mate-desktop/mate-media BuildRequires: autoconf >= 2.60 BuildRequires: automake >= 1:1.9 @@ -67,7 +67,7 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{es_ES,frp,jv,ku_IQ,pms} +%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{es_ES,frp,jv,kab,ku_IQ,pms} desktop-file-install \ --remove-category="MATE" \ ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mate-media.git/commitdiff/c1bbda69ad342464b79ec42f095196a64c68835f From atler at pld-linux.org Thu Dec 20 16:43:43 2018 From: atler at pld-linux.org (atler) Date: Thu, 20 Dec 2018 16:43:43 +0100 Subject: DISTFILES: mate-media: mate-media-1.20.2.tar.xz Message-ID: <12307.1545320623@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: http://pub.mate-desktop.org/releases/1.20/mate-media-1.20.2.tar.xz feb88f05ceeb555df76f2c295c0fb130 mate-media-1.20.2.tar.xz Size: 502408 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Thu Dec 20 16:43:51 2018 From: atler at pld-linux.org (atler) Date: Thu, 20 Dec 2018 16:43:51 +0100 Subject: =?utf8?q?=5Bpackages/mate-menus=5D_up_to_1=2E20=2E2?= References: Message-ID: <81348c827151abb6781f0dd4dbefe93fa2b36cbf_refs_heads_master@pld-linux.org> commit 81348c827151abb6781f0dd4dbefe93fa2b36cbf Author: Jan Palus Date: Thu Dec 20 16:43:40 2018 +0100 up to 1.20.2 mate-menus.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- diff --git a/mate-menus.spec b/mate-menus.spec index 4cce76c..5ba9589 100644 --- a/mate-menus.spec +++ b/mate-menus.spec @@ -1,13 +1,13 @@ Summary: Displays menus for MATE Desktop Summary(pl.UTF-8): Wy?wietlanie menu w ?rodowisku MATE Desktop Name: mate-menus -Version: 1.20.1 +Version: 1.20.2 Release: 1 # only (unpackaged) python example is GPL License: LGPL v2+ Group: X11/Applications Source0: http://pub.mate-desktop.org/releases/1.20/%{name}-%{version}.tar.xz -# Source0-md5: ae605c3736956c5f2dd4f984f3dd0296 +# Source0-md5: 94adb0b2c01ca468b05b833e3e744d05 Patch0: xdg-menu-prefix-compat.patch URL: http://wiki.mate-desktop.org/mate-menus BuildRequires: autoconf >= 2.62 @@ -100,7 +100,7 @@ rm -rf $RPM_BUILD_ROOT # empty dir rmdir $RPM_BUILD_ROOT%{_datadir}/mate-menus # not supported by glibc -%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{es_ES,frp,jv,ku_IQ,nah,pms} +%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{es_ES,frp,jv,kab,ku_IQ,nah,pms} %find_lang %{name} ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mate-menus.git/commitdiff/81348c827151abb6781f0dd4dbefe93fa2b36cbf From atler at pld-linux.org Thu Dec 20 16:43:57 2018 From: atler at pld-linux.org (atler) Date: Thu, 20 Dec 2018 16:43:57 +0100 Subject: DISTFILES: mate-menus: mate-menus-1.20.2.tar.xz Message-ID: <12914.1545320637@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: http://pub.mate-desktop.org/releases/1.20/mate-menus-1.20.2.tar.xz 94adb0b2c01ca468b05b833e3e744d05 mate-menus-1.20.2.tar.xz Size: 361872 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Thu Dec 20 17:17:26 2018 From: qboosh at pld-linux.org (qboosh) Date: Thu, 20 Dec 2018 17:17:26 +0100 Subject: =?utf8?q?=5Bpackages/wcslib=5D_-_updated_to_6=2E2_=28new_soname=29?= References: Message-ID: <9e1ea661dbdecf395366519fbc31444eb7328bc9_refs_heads_master@pld-linux.org> commit 9e1ea661dbdecf395366519fbc31444eb7328bc9 Author: Jakub Bogusz Date: Thu Dec 20 17:22:05 2018 +0100 - updated to 6.2 (new soname) wcslib.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- diff --git a/wcslib.spec b/wcslib.spec index e8a2dba..7043636 100644 --- a/wcslib.spec +++ b/wcslib.spec @@ -5,12 +5,12 @@ Summary: WCSLIB - an implementation of the FITS WCS standard Summary(pl.UTF-8): WCSLIB - implementacja standardu FITS WCS Name: wcslib -Version: 5.18 -Release: 2 +Version: 6.2 +Release: 1 License: LGPL v3+ Group: Libraries Source0: ftp://ftp.atnf.csiro.au/pub/software/wcslib/%{name}-%{version}.tar.bz2 -# Source0-md5: 67a78354be74eca4f17d3e0853d5685f +# Source0-md5: f2848d5f12299b89a821208fb5d00bce URL: http://www.atnf.csiro.au/people/mcalabre/WCS/wcslib BuildRequires: cfitsio-devel BuildRequires: flex >= 2.5.9 @@ -94,9 +94,9 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_bindir}/wcsgrid %attr(755,root,root) %{_bindir}/wcsware %attr(755,root,root) %{_libdir}/libpgsbox.so.*.* -%attr(755,root,root) %ghost %{_libdir}/libpgsbox.so.5 +%attr(755,root,root) %ghost %{_libdir}/libpgsbox.so.6 %attr(755,root,root) %{_libdir}/libwcs.so.*.* -%attr(755,root,root) %ghost %{_libdir}/libwcs.so.5 +%attr(755,root,root) %ghost %{_libdir}/libwcs.so.6 %{_mandir}/man1/HPXcvt.1* %{_mandir}/man1/fitshdr.1* %{_mandir}/man1/wcsgrid.1* ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/wcslib.git/commitdiff/9e1ea661dbdecf395366519fbc31444eb7328bc9 From qboosh at pld-linux.org Thu Dec 20 17:17:41 2018 From: qboosh at pld-linux.org (qboosh) Date: Thu, 20 Dec 2018 17:17:41 +0100 Subject: DISTFILES: wcslib: wcslib-6.2.tar.bz2 Message-ID: <3222.1545322661@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-6.2.tar.bz2 f2848d5f12299b89a821208fb5d00bce wcslib-6.2.tar.bz2 Size: 2377603 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Thu Dec 20 17:19:17 2018 From: qboosh at pld-linux.org (qboosh) Date: Thu, 20 Dec 2018 17:19:17 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-gettext=5D_-_release_4?= References: Message-ID: <301e5050e96f42f569f811275d3019bcc877e7e9_refs_heads_master@pld-linux.org> commit 301e5050e96f42f569f811275d3019bcc877e7e9 Author: Jakub Bogusz Date: Thu Dec 20 17:23:54 2018 +0100 - release 4 crossmingw32-gettext.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/crossmingw32-gettext.spec b/crossmingw32-gettext.spec index 09aee7d..1bed2e5 100644 --- a/crossmingw32-gettext.spec +++ b/crossmingw32-gettext.spec @@ -3,7 +3,7 @@ Summary: gettext libraries - cross MinGW32 version Summary(pl.UTF-8): Biblioteki gettext - wersja skro?na dla MinGW32 Name: crossmingw32-%{realname} Version: 0.19.8.1 -Release: 3 +Release: 4 License: LGPL v2+ Group: Development/Libraries Source0: http://ftp.gnu.org/gnu/gettext/%{realname}-%{version}.tar.lz ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-gettext.git/commitdiff/301e5050e96f42f569f811275d3019bcc877e7e9 From qboosh at pld-linux.org Thu Dec 20 17:50:15 2018 From: qboosh at pld-linux.org (qboosh) Date: Thu, 20 Dec 2018 17:50:15 +0100 Subject: =?utf8?q?=5Bpackages/gnuastro=5D_-_updated_to_0=2E7_=28new_soname=29_-_updat?= =?utf8?q?ed_info_patch_-_added_sh_patch_=28fix_echo_UB=29?= References: <8fa665ef287af8f9c75babc39bf4bbefc47fd35a_refs_heads_master@pld-linux.org> Message-ID: <635d3ed9f3ca974d17ef06374492c33f68b028cc_refs_heads_master@pld-linux.org> commit 635d3ed9f3ca974d17ef06374492c33f68b028cc Author: Jakub Bogusz Date: Thu Dec 20 17:54:50 2018 +0100 - updated to 0.7 (new soname) - updated info patch - added sh patch (fix echo UB) gnuastro-info.patch | 490 ++++++++++++++++++++++++++++++---------------------- gnuastro-sh.patch | 11 ++ gnuastro.spec | 13 +- 3 files changed, 304 insertions(+), 210 deletions(-) --- diff --git a/gnuastro.spec b/gnuastro.spec index c54e9a9..b875cb7 100644 --- a/gnuastro.spec +++ b/gnuastro.spec @@ -5,13 +5,14 @@ Summary: GNU Astronomy Utilities Summary(pl.UTF-8): Narz?dzia astronomiczne GNU Name: gnuastro -Version: 0.5 -Release: 2 +Version: 0.7 +Release: 1 License: GPL v3+ Group: Applications/Science Source0: http://ftp.gnu.org/gnu/gnuastro/%{name}-%{version}.tar.lz -# Source0-md5: 2ed4ed0357a373c19291b1c67fd8bd8f +# Source0-md5: f0c852755e3ca6a3ade66d5b6fa580c8 Patch0: %{name}-info.patch +Patch1: %{name}-sh.patch URL: http://www.gnu.org/software/gnuastro/ BuildRequires: autoconf >= 2.69 BuildRequires: automake @@ -22,6 +23,7 @@ BuildRequires: gsl-devel BuildRequires: help2man BuildRequires: libgit2-devel BuildRequires: libjpeg-devel +BuildRequires: libtiff-devel BuildRequires: libtool >= 2:2 BuildRequires: lzip BuildRequires: tar >= 1:1.22 @@ -76,6 +78,7 @@ Statyczna biblioteka Gnuastro. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build # regenerate for as-needed to work @@ -126,11 +129,12 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_bindir}/astmknoise %attr(755,root,root) %{_bindir}/astmkprof %attr(755,root,root) %{_bindir}/astnoisechisel +%attr(755,root,root) %{_bindir}/astsegment %attr(755,root,root) %{_bindir}/aststatistics %attr(755,root,root) %{_bindir}/asttable %attr(755,root,root) %{_bindir}/astwarp %attr(755,root,root) %{_libdir}/libgnuastro.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libgnuastro.so.3 +%attr(755,root,root) %ghost %{_libdir}/libgnuastro.so.5 %dir %{_sysconfdir}/gnuastro %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gnuastro/ast*.conf %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gnuastro/gnuastro.conf @@ -148,6 +152,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/astmknoise.1* %{_mandir}/man1/astmkprof.1* %{_mandir}/man1/astnoisechisel.1* +%{_mandir}/man1/astsegment.1* %{_mandir}/man1/aststatistics.1* %{_mandir}/man1/asttable.1* %{_mandir}/man1/astwarp.1* diff --git a/gnuastro-info.patch b/gnuastro-info.patch index 63058f8..b20243e 100644 --- a/gnuastro-info.patch +++ b/gnuastro-info.patch @@ -1,93 +1,102 @@ ---- gnuastro-0.5/doc/gnuastro.texi.orig 2017-12-22 13:35:03.000000000 +0100 -+++ gnuastro-0.5/doc/gnuastro.texi 2018-03-04 08:17:34.176850007 +0100 -@@ -44,54 +44,54 @@ +--- gnuastro-0.7/doc/gnuastro.texi.orig 2018-08-08 14:30:59.000000000 +0200 ++++ gnuastro-0.7/doc/gnuastro.texi 2018-12-19 21:30:37.749829833 +0100 +@@ -44,60 +44,60 @@ @c To include in the info directory. @dircategory Astronomy @direntry -* Gnuastro: (gnuastro). GNU Astronomy Utilities. -* libgnuastro: (gnuastro)Gnuastro library. Full Gnuastro library doc. +* Gnuastro: (gnuastro). GNU Astronomy Utilities -+* libgnuastro: (gnuastro)Gnuastro library. Full Gnuastro library doc. ++* libgnuastro: (gnuastro)Gnuastro library. Full Gnuastro library doc --* help-gnuastro: (gnuastro)help-gnuastro mailing list. Getting help. -+* help-gnuastro: (gnuastro)help-gnuastro mailing list. Getting help. + * help-gnuastro: (gnuastro)help-gnuastro mailing list. Getting help. -* bug-gnuastro: (gnuastro)Report a bug. How to report bugs +* bug-gnuastro: (gnuastro)Report a bug. How to report bugs -* Arithmetic: (gnuastro)Arithmetic. Arithmetic operations on pixels. -* astarithmetic: (gnuastro)Invoking astarithmetic. Options to Arithmetic. -+* Arithmetic: (gnuastro)Arithmetic. Arithmetic operations on pixels. -+* astarithmetic: (gnuastro)astarithmetic. Options to Arithmetic. ++* Arithmetic: (gnuastro)Arithmetic. Arithmetic operations on pixels ++* astarithmetic: (gnuastro)astarithmetic. Options to Arithmetic. -* BuildProgram: (gnuastro)BuildProgram. Compile and run programs using Gnuastro's library. -* astbuildprog: (gnuastro)Invoking astbuildprog. Options to BuildProgram. -+* BuildProgram: (gnuastro)BuildProgram. Compile and run programs using Gnuastro's library. -+* astbuildprog: (gnuastro)astbuildprog. Options to BuildProgram. ++* BuildProgram: (gnuastro)BuildProgram. Compile and run programs using Gnuastro's library ++* astbuildprog: (gnuastro)astbuildprog. Options to BuildProgram -* ConvertType: (gnuastro)ConvertType. Convert different file types. -* astconvertt: (gnuastro)Invoking astconvertt. Options to ConvertType. -+* ConvertType: (gnuastro)ConvertType. Convert different file types. -+* astconvertt: (gnuastro)astconvertt. Options to ConvertType. ++* ConvertType: (gnuastro)ConvertType. Convert different file types ++* astconvertt: (gnuastro)astconvertt. Options to ConvertType -* Convolve: (gnuastro)Convolve. Convolve an input file with kernel. -* astconvolve: (gnuastro)Invoking astconvolve. Options to Convolve. -+* Convolve: (gnuastro)Convolve. Convolve an input file with kernel. -+* astconvolve: (gnuastro)astconvolve. Options to Convolve. ++* Convolve: (gnuastro)Convolve. Convolve an input file with kernel ++* astconvolve: (gnuastro)astconvolve. Options to Convolve -* CosmicCalculator: (gnuastro)CosmicCalculator. For cosmological params. -* astcosmiccal: (gnuastro)Invoking astcosmiccal. Options to CosmicCalculator. -+* CosmicCalculator: (gnuastro)CosmicCalculator. For cosmological params. -+* astcosmiccal: (gnuastro)astcosmiccal. Options to CosmicCalculator. ++* CosmicCalculator: (gnuastro)CosmicCalculator. For cosmological params ++* astcosmiccal: (gnuastro)astcosmiccal. Options to CosmicCalculator -* Crop: (gnuastro)Crop. Crop region(s) from image(s). -* astcrop: (gnuastro)Invoking astcrop. Options to Crop. -+* Crop: (gnuastro)Crop. Crop region(s) from image(s). -+* astcrop: (gnuastro)astcrop. Options to Crop. ++* Crop: (gnuastro)Crop. Crop region(s) from image(s) ++* astcrop: (gnuastro)astcrop. Options to Crop -* Fits: (gnuastro)Fits. View and manipulate FITS extensions and keywords. -* astfits: (gnuastro)Invoking astfits. Options to Fits. -+* Fits: (gnuastro)Fits. View and manipulate FITS extensions and keywords. -+* astfits: (gnuastro)astfits. Options to Fits. ++* Fits: (gnuastro)Fits. View and manipulate FITS extensions and keywords ++* astfits: (gnuastro)astfits. Options to Fits -* MakeCatalog: (gnuastro)MakeCatalog. Make a catalog from labeled image. -* astmkcatalog: (gnuastro)Invoking astmkcatalog. Options to MakeCatalog. -+* MakeCatalog: (gnuastro)MakeCatalog. Make a catalog from labeled image. -+* astmkcatalog: (gnuastro)astmkcatalog. Options to MakeCatalog. ++* MakeCatalog: (gnuastro)MakeCatalog. Make a catalog from labeled image ++* astmkcatalog: (gnuastro)astmkcatalog. Options to MakeCatalog -* MakeNoise: (gnuastro)MakeNoise. Make (add) noise to an image. -* astmknoise: (gnuastro)Invoking astmknoise. Options to MakeNoise. -+* MakeNoise: (gnuastro)MakeNoise. Make (add) noise to an image. -+* astmknoise: (gnuastro)astmknoise. Options to MakeNoise. ++* MakeNoise: (gnuastro)MakeNoise. Make (add) noise to an image ++* astmknoise: (gnuastro)astmknoise. Options to MakeNoise -* MakeProfiles: (gnuastro)MakeProfiles. Make mock profiles. -* astmkprof: (gnuastro)Invoking astmkprof. Options to MakeProfiles. -+* MakeProfiles: (gnuastro)MakeProfiles. Make mock profiles. -+* astmkprof: (gnuastro)astmkprof. Options to MakeProfiles. ++* MakeProfiles: (gnuastro)MakeProfiles. Make mock profiles ++* astmkprof: (gnuastro)astmkprof. Options to MakeProfiles + +-* Match: (gnuastro)Match. Match two separate catalogs. +-* astmatch: (gnuastro)Invoking astmatch. Options to Match. ++* Match: (gnuastro)Match. Match two separate catalogs ++* astmatch: (gnuastro)astmatch. Options to Match -* NoiseChisel: (gnuastro)NoiseChisel. Detect signal in noise. -* astnoisechisel: (gnuastro)Invoking astnoisechisel. Options to NoiseChisel. -+* NoiseChisel: (gnuastro)NoiseChisel. Detect signal in noise. -+* astnoisechisel: (gnuastro)astnoisechisel. Options to NoiseChisel. ++* NoiseChisel: (gnuastro)NoiseChisel. Detect signal in noise ++* astnoisechisel: (gnuastro)astnoisechisel. Options to NoiseChisel. + +-* Segment: (gnuastro)Segment. Segment detections based on signal structure. +-* astsegment: (gnuastro)Invoking astsegment. Options to Segment. ++* Segment: (gnuastro)Segment. Segment detections based on signal structure. ++* astsegment: (gnuastro)astsegment. Options to Segment -* Statistics: (gnuastro)Statistics. Get image Statistics. -* aststatistics: (gnuastro)Invoking aststatistics. Options to Statistics. -+* Statistics: (gnuastro)Statistics. Get image Statistics. -+* aststatistics: (gnuastro)aststatistics. Options to Statistics. ++* Statistics: (gnuastro)Statistics. Get image Statistics ++* aststatistics: (gnuastro)aststatistics. Options to Statistics -* Table: (gnuastro)Table. Read and write FITS binary or ASCII tables. -* asttable: (gnuastro)Invoking asttable. Options to Table. -+* Table: (gnuastro)Table. Read and write FITS binary or ASCII tables. -+* asttable: (gnuastro)asttable. Options to Table. ++* Table: (gnuastro)Table. Read and write FITS binary or ASCII tables ++* asttable: (gnuastro)asttable. Options to Table -* Warp: (gnuastro)Warp. Warp a dataset to a new grid. -* astwarp: (gnuastro)Invoking astwarp. Options to Warp. -+* Warp: (gnuastro)Warp. Warp a dataset to a new grid. -+* astwarp: (gnuastro)astwarp. Options to Warp. ++* Warp: (gnuastro)Warp. Warp a dataset to a new grid ++* astwarp: (gnuastro)astwarp. Options to Warp @end direntry -@@ -343,7 +343,7 @@ +@@ -353,7 +353,7 @@ Fits @@ -96,7 +105,7 @@ Invoking Fits -@@ -354,11 +354,11 @@ +@@ -364,11 +364,11 @@ * Recognized file formats:: Recognized file formats * Color:: Some explanations on color. @@ -110,7 +119,7 @@ Data manipulation -@@ -372,7 +372,7 @@ +@@ -382,7 +382,7 @@ * Crop modes:: Basic modes to define crop region. * Crop section syntax:: How to define a section to crop. * Blank pixels:: Pixels with no value. @@ -119,7 +128,7 @@ Invoking Crop -@@ -383,7 +383,7 @@ +@@ -393,7 +393,7 @@ * Reverse polish notation:: The current notation style for Arithmetic * Arithmetic operators:: List of operators known to Arithmetic @@ -128,7 +137,7 @@ Convolve -@@ -391,7 +391,7 @@ +@@ -401,7 +401,7 @@ * Frequency domain and Fourier operations:: Using frequencies in input. * Spatial vs. Frequency domain:: When to use which? * Convolution kernel:: How to specify the convolution kernel. @@ -137,7 +146,7 @@ Spatial domain convolution -@@ -416,7 +416,7 @@ +@@ -426,7 +426,7 @@ * Warping basics:: Basics of coordinate transformation. * Merging multiple warpings:: How to merge multiple matrices. * Resampling:: Warping an image is re-sampling it. @@ -146,7 +155,7 @@ Data analysis -@@ -430,7 +430,7 @@ +@@ -441,7 +441,7 @@ * Histogram and Cumulative Frequency Plot:: Basic definitions. * Sigma clipping:: Definition of @mymath{\sigma}-clipping. * Sky value:: Definition and derivation of the Sky value. @@ -155,16 +164,25 @@ Sky value -@@ -441,7 +441,7 @@ +@@ -452,7 +452,7 @@ NoiseChisel - * NoiseChisel changes after publication:: Changes to the software after publication. + * NoiseChisel changes after publication:: NoiseChisel updates after paper's publication. -* Invoking astnoisechisel:: Options and arguments for NoiseChisel. +* astnoisechisel:: Options and arguments for NoiseChisel. Invoking NoiseChisel -@@ -456,7 +456,7 @@ +@@ -463,7 +463,7 @@ + Segment + + * Segment changes after publication:: Segment updates after paper's publication. +-* Invoking astsegment:: Inputs, outputs and options to Segment ++* astsegment:: Inputs, outputs and options to Segment + + Invoking Segment + +@@ -477,7 +477,7 @@ * Quantifying measurement limits:: For comparing different catalogs. * Measuring elliptical parameters:: Estimating elliptical parameters. * Adding new columns to MakeCatalog:: How to add new columns. @@ -173,7 +191,7 @@ Invoking MakeCatalog -@@ -467,7 +467,7 @@ +@@ -488,7 +488,7 @@ Match @@ -182,7 +200,7 @@ Modeling and fitting -@@ -480,7 +480,7 @@ +@@ -501,7 +501,7 @@ * If convolving afterwards:: Considerations for convolving later. * Flux Brightness and magnitude:: About these measures of energy. * Profile magnitude:: Definition of total profile magnitude. @@ -191,7 +209,7 @@ Modeling basics -@@ -501,7 +501,7 @@ +@@ -522,7 +522,7 @@ MakeNoise * Noise basics:: Noise concepts and definitions. @@ -200,7 +218,7 @@ Noise basics -@@ -518,7 +518,7 @@ +@@ -539,7 +539,7 @@ * Distance on a 2D curved space:: Distances in 2D for simplicity * Extending distance concepts to 3D:: Going to 3D (our real universe). @@ -209,7 +227,7 @@ Invoking CosmicCalculator -@@ -540,7 +540,7 @@ +@@ -561,7 +561,7 @@ BuildProgram @@ -218,7 +236,7 @@ Gnuastro library -@@ -769,7 +769,7 @@ +@@ -803,7 +803,7 @@ See @ref{Known issues} if you confront any complications. For each program there is an `Invoke ProgramName' sub-section in this book which explains how the programs should be run on the command-line (for example @@ -227,7 +245,16 @@ by running @command{$ info astprogname} (for example @command{info asttable}). The `Invoke ProgramName' sub-section starts with a few examples of each program and goes on to explain the invocation details. See -@@ -2420,7 +2420,7 @@ +@@ -1835,7 +1835,7 @@ + @ref{Convolve}. If you only want practical information on running a + program, for example its options/configuration, input(s) and output(s), + please consult the subsection titled ``Invoking ProgramName'', for example +-see @ref{Invoking astnoisechisel}. For an explanation of the conventions we ++see @ref{astnoisechisel}. For an explanation of the conventions we + use in the example codes through the book, please see @ref{Conventions}. + + @menu +@@ -2392,7 +2392,7 @@ @key{}. You don't need to start from the top of the manual every time. For example, @@ -236,7 +263,7 @@ general, all programs have such an ``Invoking ProgramName'' section in this book. These sections are specifically for the description of inputs, outputs and configuration options of each program. You can access them -@@ -3008,7 +3008,7 @@ +@@ -2976,7 +2976,7 @@ that since this is done through matrix multiplication, order matters in the separate operations. In fact through Warp's @option{--matrix} option, you can directly request your desired final warp and don't have to break it up @@ -245,7 +272,7 @@ Fortunately these datasets are already aligned to the same pixel grid, so you don't actually need the files that were just generated. You can safely -@@ -3346,8 +3346,8 @@ +@@ -3467,8 +3467,8 @@ below will print some basic information about the distribution (minimum, maximum, median and etc), along with a cute little ASCII histogram to visually help you understand the distribution on the command-line without @@ -256,7 +283,7 @@ coarse and general information on the input dataset. It is also useful when working on a server (where you may not have graphic user interface), and finally, its fast. -@@ -3386,7 +3386,7 @@ +@@ -3539,7 +3539,7 @@ @end example We can now feed this catalog into MakeProfiles to build the apertures for @@ -265,7 +292,7 @@ important for this particular job is @option{--mforflatpix}, it tells MakeProfiles that the values in the magnitude column should be used for each pixel of a flat profile. Without it, MakeProfiles would build the -@@ -5371,7 +5371,7 @@ +@@ -6851,7 +6851,7 @@ The command-line text that you type is passed onto the shell (or program managing the command-line) as a string of characters. See the ``Invoking ProgramName'' sections in this manual for some examples of commands with @@ -274,7 +301,7 @@ broken up into separate @emph{tokens} or @emph{words} by any @emph{metacharacters} (like space, tab, @command{|}, @command{>} or @command{;}) that might exist in the text. To learn more, please see the -@@ -5624,7 +5624,7 @@ +@@ -7104,7 +7104,7 @@ On the other hand, some options can be called multiple times in one run of a program and can thus take multiple values (for example see the @@ -283,7 +310,7 @@ order of stored values is the same order that you specified on the command-line. -@@ -6185,7 +6185,7 @@ +@@ -7674,7 +7674,7 @@ programs which don't rely on that value as an input at footnote{One example of a program which uses the value given to @option{--output} as an input is ConvertType, this value specifies the type of the output through the value @@ -292,7 +319,7 @@ output}. -@@ -6754,8 +6754,8 @@ +@@ -8242,8 +8242,8 @@ property. One such property can be the object's magnitude, which is the sum of pixels with that label, or its center can be defined as the light-weighted average value of those pixels. Many such properties can be @@ -303,7 +330,7 @@ As a summary, for each labeled region (or, galaxy) we have one @emph{row} and for each measured property we have one @emph{column}. This high-level -@@ -7819,8 +7819,7 @@ +@@ -9315,8 +9315,7 @@ whole file (grouping of extensions). Subsequent extensions may contain data along with their own separate meta-data. All of Gnuastro's programs also follow this convention: the main dataset (image or table) is in the second @@ -313,7 +340,7 @@ The meta-data contain information about the data, for example which region of the sky an image corresponds to, the units of the data, what telescope, -@@ -7861,10 +7860,10 @@ +@@ -9357,10 +9356,10 @@ within one HDU. @menu @@ -326,7 +353,7 @@ @subsection Invoking Fits Fits can print or manipulate the FITS file HDUs (extensions), meta-data -@@ -7976,7 +7975,7 @@ +@@ -9472,7 +9471,7 @@ @@ -335,7 +362,7 @@ @subsubsection HDU manipulation Each header data unit, or HDU (also known as an extension), in a FITS file is an independent dataset (data + meta-data). Multiple HDUs can be stored -@@ -8024,7 +8023,7 @@ +@@ -9520,7 +9519,7 @@ @end table @@ -344,7 +371,7 @@ @subsubsection Keyword manipulation The meta-data in each header data unit, or HDU (also known as extension, see @ref{Fits}) is stored as ``keyword''s. Each keyword consists of a name, -@@ -8281,7 +8280,7 @@ +@@ -9777,7 +9776,7 @@ @menu * Recognized file formats:: Recognized file formats * Color:: Some explanations on color. @@ -353,7 +380,7 @@ @end menu @node Recognized file formats, Color, ConvertType, ConvertType -@@ -8412,7 +8411,7 @@ +@@ -9928,7 +9927,7 @@ color channel. In ConvertType, the recognized extensions for plain text files are @@ -362,7 +389,7 @@ you just give these extensions, (and not a full filename) as output, then automatic output will be preformed to determine the final output name (see @ref{Automatic output}). Besides these, when the format of a file cannot be -@@ -8449,7 +8448,7 @@ +@@ -9965,7 +9964,7 @@ @end table @@ -371,7 +398,7 @@ @subsection Color @cindex RGB -@@ -8522,7 +8521,7 @@ +@@ -10038,7 +10037,7 @@ are approximately the same file size. @@ -380,7 +407,7 @@ @subsection Invoking ConvertType ConvertType will convert any recognized input file type to any -@@ -8801,14 +8800,14 @@ +@@ -10326,14 +10325,14 @@ formats) is only one command away from AWK (or any other tool you want to use). Just like a plain text file that you read with the @command{cat} command. You can pipe the output of Table into any other tool for @@ -398,7 +425,7 @@ @subsection Invoking Table Table will read/write, select, convert, or show the information of the -@@ -8975,7 +8974,7 @@ +@@ -10509,7 +10508,7 @@ Besides cropping postage stamps around certain coordinates, Crop can also crop arbitrary polygons from an image (or a set of tiles by stitching the relevant parts of different tiles within the polygon), see @@ -407,7 +434,7 @@ out rectangular regions through the @option{--section} option from one image, see @ref{Crop section syntax}. -@@ -8983,7 +8982,7 @@ +@@ -10517,7 +10516,7 @@ * Crop modes:: Basic modes to define crop region. * Crop section syntax:: How to define a section to crop. * Blank pixels:: Pixels with no value. @@ -416,16 +443,16 @@ @end menu @node Crop modes, Crop section syntax, Crop, Crop -@@ -9010,7 +9009,7 @@ +@@ -10544,7 +10543,7 @@ the @emph{mode} in Crop, you define the standard that the given coordinates - must be interpretted. Here, the different ways to specify the crop region + must be interpreted. Here, the different ways to specify the crop region are discussed within each standard. For the full list options, please see - at ref{Invoking astcrop}. + at ref{astcrop}. When the crop is defined by its center, the respective (integer) central pixel position will be found internally according to the FITS standard. To -@@ -9023,8 +9022,7 @@ +@@ -10557,8 +10556,7 @@ center (your primary target). This can be very convenient when your input catalog/coordinates originated from another survey/filter which is not fully covered by your input image, to learn more about this feature, please @@ -435,7 +462,7 @@ @table @asis @item Image coordinates -@@ -9059,7 +9057,7 @@ +@@ -10593,7 +10591,7 @@ The latter option (@option{--polygon}) is a higher-level method to define any convex polygon (with any number of vertices) with floating point @@ -444,7 +471,7 @@ for its syntax. @end table -@@ -9105,7 +9103,7 @@ +@@ -10639,7 +10637,7 @@ @item Vertices of a single crop The @option{--polygon} option is a high-level method to define any convex polygon (with any number of vertices). Please see the description of this @@ -453,7 +480,7 @@ @end table @cartouche -@@ -9182,7 +9180,7 @@ +@@ -10716,7 +10714,7 @@ the command-line works. @@ -462,7 +489,7 @@ @subsection Blank pixels @cindex Blank pixel -@@ -9218,7 +9216,7 @@ +@@ -10752,7 +10750,7 @@ @option{--zeroisnotblank} option. @@ -471,7 +498,7 @@ @subsection Invoking Crop Crop will crop a region from an image. If in WCS mode, it will also -@@ -9295,7 +9293,7 @@ +@@ -10829,7 +10827,7 @@ * Crop output:: The outputs of Crop. @end menu @@ -480,7 +507,7 @@ @subsubsection Crop options The options can be classified into the following contexts: Input, -@@ -9563,7 +9561,7 @@ +@@ -11105,7 +11103,7 @@ @@ -488,8 +515,8 @@ + at node Crop output, , Crop options, astcrop @subsubsection Crop output - The string given to @option{--output} option will be interpretted depending -@@ -9617,7 +9615,7 @@ + The string given to @option{--output} option will be interpreted depending +@@ -11159,7 +11157,7 @@ A @code{0} if the central few pixels (value to the @option{--checkcenter} option) are blank and @code{1} if they aren't. When the crop was not defined by its center (see @ref{Crop modes}), or @option{--checkcenter} was @@ -498,7 +525,7 @@ checked and this column will be given a value of @code{-1}. @end enumerate -@@ -9654,13 +9652,13 @@ +@@ -11196,13 +11194,13 @@ polish or post-fix notation, see @ref{Reverse polish notation} and will work on the native data types of the input images/data to reduce CPU and RAM resources, see @ref{Numeric data types}. For more information on how to run @@ -514,7 +541,7 @@ @end menu @node Reverse polish notation, Arithmetic operators, Arithmetic, Arithmetic -@@ -9724,7 +9722,7 @@ +@@ -11266,7 +11264,7 @@ @@ -523,7 +550,7 @@ @subsection Arithmetic operators The recognized operators in Arithmetic are listed below. See @ref{Reverse -@@ -10148,7 +10146,7 @@ +@@ -11922,7 +11920,7 @@ @end cartouche @@ -532,7 +559,7 @@ @subsection Invoking Arithmetic Arithmetic will do pixel to pixel arithmetic operations on the individual -@@ -10339,7 +10337,7 @@ +@@ -12113,7 +12111,7 @@ On an image, convolution can be thought of as a process to blur or remove the contrast in an image. If you are already familiar with the concept and just want to run Convolve, you can jump to @ref{Convolution kernel} and @@ -541,7 +568,7 @@ definitions and concepts of convolution. There are generally two methods to convolve an image. The first and -@@ -10389,7 +10387,7 @@ +@@ -12163,7 +12161,7 @@ * Frequency domain and Fourier operations:: Using frequencies in input. * Spatial vs. Frequency domain:: When to use which? * Convolution kernel:: How to specify the convolution kernel. @@ -550,7 +577,7 @@ @end menu @node Spatial domain convolution, Frequency domain and Fourier operations, Convolve, Convolve -@@ -11477,7 +11475,7 @@ +@@ -13258,7 +13256,7 @@ frequency domain convolution will significantly improve the processing time, see @ref{Oversampling}. @@ -559,7 +586,7 @@ @subsection Convolution kernel All the programs that need convolution will need to be given a -@@ -11504,7 +11502,7 @@ +@@ -13285,7 +13283,7 @@ process}. All the programs that do convolution will normalize the kernel internally, so if you choose this option, you don't have to worry about normalizing the kernel. Only within Convolve, there is an @@ -568,7 +595,7 @@ @end itemize -@@ -11549,7 +11547,7 @@ +@@ -13330,7 +13328,7 @@ @end table @@ -577,7 +604,7 @@ @subsection Invoking Convolve Convolve an input image with a known kernel or make the kernel necessary to -@@ -11806,7 +11804,7 @@ +@@ -13587,7 +13585,7 @@ * Warping basics:: Basics of coordinate transformation. * Merging multiple warpings:: How to merge multiple matrices. * Resampling:: Warping an image is re-sampling it. @@ -586,7 +613,7 @@ @end menu @node Warping basics, Merging multiple warpings, Warp, Warp -@@ -11996,7 +11994,7 @@ +@@ -13777,7 +13775,7 @@ @@ -595,7 +622,7 @@ @subsection Resampling @cindex Pixel -@@ -12090,7 +12088,7 @@ +@@ -13871,7 +13869,7 @@ applications, see @ref{PSF}. @@ -604,7 +631,7 @@ @subsection Invoking Warp Warp an input dataset into a new grid. Any homographic warp (for example -@@ -12282,11 +12280,11 @@ +@@ -14063,11 +14061,11 @@ @item --hstartwcs=INT Specify the first header keyword number (line) that should be used to read @@ -618,7 +645,7 @@ @item -k @itemx --keepwcs -@@ -12375,7 +12373,7 @@ +@@ -14157,7 +14155,7 @@ * Histogram and Cumulative Frequency Plot:: Basic definitions. * Sigma clipping:: Definition of @mymath{\sigma}-clipping. * Sky value:: Definition and derivation of the Sky value. @@ -627,7 +654,7 @@ @end menu -@@ -12398,7 +12396,7 @@ +@@ -14180,7 +14178,7 @@ directly within @TeX{} (the same tool that generates your document).}, or it can be shown with ASCII characters on the command-line, which is very crude, but good enough for a fast and on-the-go analysis, see the example @@ -636,7 +663,7 @@ @cindex Intervals, histogram @cindex Bin width, histogram -@@ -12437,8 +12435,8 @@ +@@ -14219,8 +14217,8 @@ Statistics program), the number reported for each bin is the total number of data points until the larger interval value for that bin. You can see an example histogram and cumulative frequency plot of a single dataset under @@ -647,7 +674,7 @@ So as a summary, both the histogram and cumulative frequency plot in Statistics will work with bins. Within each bin/interval, the lower value -@@ -12550,7 +12548,7 @@ +@@ -14332,7 +14330,7 @@ @@ -656,7 +683,7 @@ @subsection Sky value @cindex Sky -@@ -12829,7 +12827,7 @@ +@@ -14611,7 +14609,7 @@ @@ -665,10 +692,30 @@ @subsection Invoking Statistics Statistics will print statistical measures of an input dataset (table -@@ -13446,10 +13444,10 @@ +@@ -15294,8 +15292,8 @@ + a more complete introduction to NoiseChisel in this book. However, + published papers cannot be updated any more, but the software has + evolved/changed. The changes since publication are documented in +- at ref{NoiseChisel changes after publication}. Afterwards, in @ref{Invoking +-astnoisechisel}, the details of running NoiseChisel and its options are ++ at ref{NoiseChisel changes after publication}. Afterwards, in @ref{astnoisechisel}, ++the details of running NoiseChisel and its options are + discussed. + + As discussed above, detection is one of the most important steps for your +@@ -15304,7 +15302,7 @@ + @ref{MakeCatalog}). We thus strongly recommend that after reading the + papers above and the respective sections of Gnuastro's book, you play a + little with the settings (in the order presented in the paper and +- at ref{Invoking astnoisechisel}) on a dataset you are familiar with and ++ at ref{astnoisechisel}) on a dataset you are familiar with and + inspect all the check images (options starting with @option{--check}) to + see the effect of each parameter. + +@@ -15331,10 +15329,10 @@ @menu - * NoiseChisel changes after publication:: Changes to the software after publication. + * NoiseChisel changes after publication:: NoiseChisel updates after paper's publication. -* Invoking astnoisechisel:: Options and arguments for NoiseChisel. +* astnoisechisel:: Options and arguments for NoiseChisel. @end menu @@ -677,71 +724,111 @@ + at node NoiseChisel changes after publication, astnoisechisel, NoiseChisel, NoiseChisel @subsection NoiseChisel changes after publication - Before using NoiseChisel it is strongly recommended to read -@@ -13457,7 +13455,7 @@ - gain a good understanding of what it does and how each parameter influences - the output. Thanks to that paper, there is no need to go into the details - of the major processing steps. Hence we can just dive into the details of --running NoiseChisel in @ref{Invoking astnoisechisel}. -+running NoiseChisel in @ref{astnoisechisel}. - - However, the paper cannot undergo any further updates, but NoiseChisel will - evolve: better algorithms or steps will be found, thus options will be -@@ -13549,7 +13547,7 @@ - + NoiseChisel was initially introduced in +@@ -15448,7 +15446,7 @@ @end itemize + - at node Invoking astnoisechisel, , NoiseChisel changes after publication, NoiseChisel + at node astnoisechisel, , NoiseChisel changes after publication, NoiseChisel @subsection Invoking NoiseChisel - NoiseChisel will detect and segment signal in noise producing a -@@ -13651,7 +13649,7 @@ - * NoiseChisel output:: NoiseChisel's output format. + NoiseChisel will detect signal in noise producing a multi-extension dataset +@@ -15566,7 +15564,7 @@ + * NoiseChisel output:: NoiseChisel's output options and format. @end menu -- at node General NoiseChisel options, Detection options, Invoking astnoisechisel, Invoking astnoisechisel -+ at node General NoiseChisel options, Detection options, astnoisechisel, astnoisechisel - @subsubsection General NoiseChisel options - - The options discussed in this section are mainly regarding the input(s), -@@ -13834,7 +13832,7 @@ - catalog). You can then run MakeCatalog on A normally, see - @ref{MakeCatalog}. To run MakeCatalog on B, you simply set the object and - clump labels images to those that NoiseChisel produced for A, see -- at ref{Invoking astmkcatalog}. -+ at ref{astmkcatalog}. - - @item --continueaftercheck - Continue NoiseChisel after any of the options starting with -@@ -13853,7 +13851,7 @@ +- at node NoiseChisel input, Detection options, Invoking astnoisechisel, Invoking astnoisechisel ++ at node NoiseChisel input, Detection options, astnoisechisel, astnoisechisel + @subsubsection NoiseChisel input + The options here can be used to configure the inputs and output of +@@ -15706,7 +15704,7 @@ + that is discussed in that section. @end table -- at node Detection options, Segmentation options, General NoiseChisel options, Invoking astnoisechisel -+ at node Detection options, Segmentation options, General NoiseChisel options, astnoisechisel +- at node Detection options, NoiseChisel output, NoiseChisel input, Invoking astnoisechisel ++ at node Detection options, NoiseChisel output, NoiseChisel input, astnoisechisel @subsubsection Detection options Detection is the process of separating the pixels in the image into two -@@ -14163,7 +14161,7 @@ - @end table +@@ -16056,7 +16054,7 @@ -- at node Segmentation options, NoiseChisel output, Detection options, Invoking astnoisechisel -+ at node Segmentation options, NoiseChisel output, Detection options, astnoisechisel - @subsubsection Segmentation options - Segmentation is the process of (possibly) breaking up a detection into -@@ -14294,7 +14292,7 @@ +- at node NoiseChisel output, , Detection options, Invoking astnoisechisel ++ at node NoiseChisel output, , Detection options, astnoisechisel + @subsubsection NoiseChisel output + + NoiseChisel's output is a multi-extension FITS file. The main +@@ -16314,16 +16312,16 @@ + those papers were published). Therefore this book is the definitive + reference. To help in the transition from those papers to the software you + are using, see @ref{Segment changes after publication}. Finally, in +- at ref{Invoking astsegment}, we'll discuss Segment's inputs, outputs and ++ at ref{astsegment}, we'll discuss Segment's inputs, outputs and + configuration options. + + + @menu + * Segment changes after publication:: Segment updates after paper's publication. +-* Invoking astsegment:: Inputs, outputs and options to Segment ++* astsegment:: Inputs, outputs and options to Segment + @end menu + +- at node Segment changes after publication, Invoking astsegment, Segment, Segment ++ at node Segment changes after publication, astsegment, Segment, Segment + @subsection Segment changes after publication + + Segment's main algorithm and working strategy were initially defined and +@@ -16418,7 +16416,7 @@ + @end itemize + + +- at node Invoking astsegment, , Segment changes after publication, Segment ++ at node astsegment, , Segment changes after publication, Segment + @subsection Invoking Segment + + Segment will identify substructure within the detected regions of an input +@@ -16484,7 +16482,7 @@ + * Segment output:: Outputs of Segment + @end menu + +- at node Segment input, Segmentation options, Invoking astsegment, Invoking astsegment ++ at node Segment input, Segmentation options, astsegment, astsegment + @subsubsection Segment input + + Besides the input dataset (for example astronomical image), Segment also +@@ -16692,7 +16690,7 @@ @end table -- at node NoiseChisel output, , Segmentation options, Invoking astnoisechisel -+ at node NoiseChisel output, , Segmentation options, astnoisechisel - @subsubsection NoiseChisel output +- at node Segmentation options, Segment output, Segment input, Invoking astsegment ++ at node Segmentation options, Segment output, Segment input, astsegment + @subsubsection Segmentation options + + The options below can be used to configure every step of the segmentation +@@ -16852,7 +16850,7 @@ + + @end table - The default name and directory of the outputs are explained in -@@ -14442,7 +14440,7 @@ +- at node Segment output, , Segmentation options, Invoking astsegment ++ at node Segment output, , Segmentation options, astsegment + @subsubsection Segment output + + The main output of Segment are two label datasets (with integer types, +@@ -17034,8 +17032,8 @@ + will be ignored by MakeCatalog. In other words, the number of rows in + MakeCatalog's output is already known before running it. + +-Before getting into the details of running MakeCatalog (in @ref{Invoking +-astmkcatalog}, we'll start with a discussion on the basics of its approach ++Before getting into the details of running MakeCatalog (in @ref{astmkcatalog}, ++we'll start with a discussion on the basics of its approach + to separating detection from measurements in @ref{Detection and catalog + production}. A very important factor in any measurement is understanding + its validity range, or limits. Therefore in @ref{Quantifying measurement +@@ -17052,7 +17050,7 @@ * Quantifying measurement limits:: For comparing different catalogs. * Measuring elliptical parameters:: Estimating elliptical parameters. * Adding new columns to MakeCatalog:: How to add new columns. @@ -750,7 +837,7 @@ @end menu @node Detection and catalog production, Quantifying measurement limits, MakeCatalog, MakeCatalog -@@ -14920,7 +14918,7 @@ +@@ -17549,7 +17547,7 @@ @@ -759,7 +846,7 @@ @subsection Adding new columns to MakeCatalog MakeCatalog is designed to allow easy addition of different measurements -@@ -14948,7 +14946,7 @@ +@@ -17577,7 +17575,7 @@ in @file{main.h} (hopefully the comments in the code are clear enough). In all these different places, the final columns are sorted in the same @@ -768,7 +855,7 @@ column/option to be easily found in all steps. Therefore in adding your new option, be sure to keep it in the same relative place in the list in all the separate places (it doesn't necessarily have to be in the end), and -@@ -15012,7 +15010,7 @@ +@@ -17647,7 +17645,7 @@ @@ -776,62 +863,53 @@ + at node astmkcatalog, , Adding new columns to MakeCatalog, MakeCatalog @subsection Invoking MakeCatalog - MakeCatalog will make a catalog from an input image and at least on labeled -@@ -15113,7 +15111,7 @@ - * MakeCatalog output columns:: How to specify the columns in the output. + MakeCatalog will do measurements and produce a catalog from a labeled +@@ -17709,7 +17707,7 @@ + * MakeCatalog output file:: File names of MakeCatalog's output table. @end menu -- at node MakeCatalog input files, MakeCatalog general settings, Invoking astmkcatalog, Invoking astmkcatalog -+ at node MakeCatalog input files, MakeCatalog general settings, astmkcatalog, astmkcatalog - @subsubsection MakeCatalog input files - - MakeCatalog needs multiple images as input: a values image, one (or two) -@@ -15121,7 +15119,7 @@ - described in this section allow you to identify them. If you use the - default output of NoiseChisel (see @ref{NoiseChisel output}) you don't have - to worry about any of these options and just give NoiseChisel's output file --to MakeCatalog as described in @ref{Invoking astmkcatalog}. -+to MakeCatalog as described in @ref{astmkcatalog}. - - @table @option - -@@ -15138,7 +15136,7 @@ - than zero will be used. If this extension contains the @code{WCLUMPS} - keyword with a value of @code{yes}, @code{1}, or @code{y} (not case - sensitive), then MakeCatalog will also build a clumps catalog, see -- at ref{Invoking astmkcatalog}. -+ at ref{astmkcatalog}. - - @item -C STR - @itemx --clumpsfile=STR -@@ -15171,7 +15169,7 @@ - +- at node MakeCatalog inputs and basic settings, Upper-limit settings, Invoking astmkcatalog, Invoking astmkcatalog ++ at node MakeCatalog inputs and basic settings, Upper-limit settings, astmkcatalog, astmkcatalog + @subsubsection MakeCatalog inputs and basic settings + + MakeCatalog works by using a localized/labeled dataset (see +@@ -17785,7 +17783,7 @@ + To summarize: if the input file to MakeCatalog is the default/full output + of Segment (see @ref{Segment output}) you don't have to worry about any of + the @option{--*file} options below. You can just give Segment's output file +-to MakeCatalog as described in @ref{Invoking astmkcatalog}. To feed ++to MakeCatalog as described in @ref{astmkcatalog}. To feed + NoiseChisel's output into MakeCatalog, just change the labeled dataset's + header (with @option{--hdu=DETECTIONS}). The full list of input dataset + options and general setting options are described below. +@@ -17878,7 +17876,7 @@ + @end table -- at node MakeCatalog general settings, Upper-limit magnitude settings, MakeCatalog input files, Invoking astmkcatalog -+ at node MakeCatalog general settings, Upper-limit magnitude settings, MakeCatalog input files, astmkcatalog - @subsubsection MakeCatalog general settings +- at node Upper-limit settings, MakeCatalog output columns, MakeCatalog inputs and basic settings, Invoking astmkcatalog ++ at node Upper-limit settings, MakeCatalog output columns, MakeCatalog inputs and basic settings, astmkcatalog + @subsubsection Upper-limit settings - Some of the columns require particular settings (for example the zero point -@@ -15236,7 +15234,7 @@ + The upper-limit magnitude was discussed in @ref{Quantifying measurement +@@ -18016,7 +18014,7 @@ @end table -- at node Upper-limit magnitude settings, MakeCatalog output columns, MakeCatalog general settings, Invoking astmkcatalog -+ at node Upper-limit magnitude settings, MakeCatalog output columns, MakeCatalog general settings, astmkcatalog - @subsubsection Upper-limit magnitude settings +- at node MakeCatalog output columns, MakeCatalog output file, Upper-limit settings, Invoking astmkcatalog ++ at node MakeCatalog output columns, MakeCatalog output file, Upper-limit settings, astmkcatalog + @subsubsection MakeCatalog output columns + The final group of options particular to MakeCatalog are those that specify +@@ -18378,7 +18376,7 @@ -@@ -15346,7 +15344,7 @@ - @end table -- at node MakeCatalog output columns, , Upper-limit magnitude settings, Invoking astmkcatalog -+ at node MakeCatalog output columns, , Upper-limit magnitude settings, astmkcatalog - @subsubsection MakeCatalog output columns +- at node MakeCatalog output file, , MakeCatalog output columns, Invoking astmkcatalog ++ at node MakeCatalog output file, , MakeCatalog output columns, astmkcatalog + @subsubsection MakeCatalog output file - The final group of options particular to MakeCatalog are those that specify -@@ -15650,10 +15648,10 @@ + When complete, MakeCatalog will store its measurements as a table. If an +@@ -18481,10 +18479,10 @@ orientation. @menu @@ -844,7 +922,7 @@ @subsection Invoking Match When given two catalogs, Match finds the rows that are nearest to each -@@ -15932,7 +15930,7 @@ +@@ -18774,7 +18772,7 @@ * If convolving afterwards:: Considerations for convolving later. * Flux Brightness and magnitude:: About these measures of energy. * Profile magnitude:: Definition of total profile magnitude. @@ -853,7 +931,7 @@ @end menu -@@ -16343,7 +16341,7 @@ +@@ -19184,7 +19182,7 @@ also remove all discrete Fourier transform artifacts (blurred sides) from the final image. To facilitate this shift, MakeProfiles has the options @option{--xshift}, @option{--yshift} and @option{--prepforconv}, see @@ -862,7 +940,7 @@ -@@ -16425,7 +16423,7 @@ +@@ -19266,7 +19264,7 @@ magnitude. @@ -871,7 +949,7 @@ @subsection Profile magnitude @cindex Brightness -@@ -16466,7 +16464,7 @@ +@@ -19307,7 +19305,7 @@ @@ -880,7 +958,7 @@ @subsection Invoking MakeProfiles MakeProfiles will make any number of profiles specified in a catalog either -@@ -16546,7 +16544,7 @@ +@@ -19387,7 +19385,7 @@ * MakeProfiles log file:: A description of the optional log file. @end menu @@ -889,7 +967,7 @@ @subsubsection MakeProfiles catalog The catalog containing information about each profile can be in the FITS ASCII, FITS binary, or plain text formats (see @ref{Tables}). Its columns -@@ -16674,7 +16672,7 @@ +@@ -19521,7 +19519,7 @@ @end table @@ -898,7 +976,7 @@ @subsubsection MakeProfiles profile settings The profile parameters that differ between each created profile are -@@ -16853,7 +16851,7 @@ +@@ -19700,7 +19698,7 @@ @end table @@ -907,7 +985,7 @@ @subsubsection MakeProfiles output dataset MakeProfiles takes an input catalog uses basic properties that are defined there to build a dataset, for example a 2D image containing the profiles in -@@ -17067,7 +17065,7 @@ +@@ -19914,7 +19912,7 @@ @end table @@ -916,7 +994,7 @@ @subsubsection MakeProfiles log file Besides the final merged dataset of all the profiles, or the individual -@@ -17122,16 +17120,16 @@ +@@ -19969,16 +19967,16 @@ with MakeProfiles, see @ref{MakeProfiles}. Below, the general principles and concepts to help understand how noise is quantified is discussed. MakeNoise options and argument are then discussed in @@ -936,7 +1014,7 @@ @subsection Noise basics @cindex Noise -@@ -17409,7 +17407,7 @@ +@@ -20267,7 +20265,7 @@ @end cartouche @@ -945,7 +1023,7 @@ @subsection Invoking MakeNoise MakeNoise will add noise to an existing image. The executable name is -@@ -17526,7 +17524,7 @@ +@@ -20384,7 +20382,7 @@ extra-galactic astronomy, cosmological calculations are necessary. In Gnuastro, CosmicCalculator is in charge of such calculations. Before discussing how CosmicCalculator is called and operates (in @@ -954,7 +1032,7 @@ mostly self sufficient review of the basics and the equations used in the analysis. In @ref{Distance on a 2D curved space} the basic idea of understanding distances in a curved and expanding 2D universe (which -@@ -17543,7 +17541,7 @@ +@@ -20401,7 +20399,7 @@ @menu * Distance on a 2D curved space:: Distances in 2D for simplicity * Extending distance concepts to 3D:: Going to 3D (our real universe). @@ -963,7 +1041,7 @@ @end menu @node Distance on a 2D curved space, Extending distance concepts to 3D, CosmicCalculator, CosmicCalculator -@@ -17779,7 +17777,7 @@ +@@ -20637,7 +20635,7 @@ @dispmath{ds^2=c^2dt^2-a^2(t)ds_s^2 = c^2dt^2-a^2(t)(d\chi^2+r^2d\phi^2).} @@ -972,7 +1050,7 @@ @subsection Extending distance concepts to 3D The concepts of @ref{Distance on a 2D curved space} are here extended to a -@@ -17836,7 +17834,7 @@ +@@ -20694,7 +20692,7 @@ @@ -981,7 +1059,7 @@ @subsection Invoking CosmicCalculator CosmicCalculator will calculate cosmological variables based on the -@@ -17888,7 +17886,7 @@ +@@ -20746,7 +20744,7 @@ * CosmicCalculator specific calculations:: Requesting specific outputs. @end menu @@ -990,7 +1068,7 @@ @subsubsection CosmicCalculator input options The inputs to CosmicCalculator can be specified with the following options: -@@ -17920,11 +17918,11 @@ +@@ -20778,11 +20776,11 @@ @@ -1004,7 +1082,7 @@ calculations can be useful when you don't want any specific value, but just a general view. In other contexts (for example in a batch script or during a discussion), you know exactly what you want and don't want to be -@@ -18680,10 +18678,10 @@ +@@ -21586,10 +21584,10 @@ @end cartouche @menu diff --git a/gnuastro-sh.patch b/gnuastro-sh.patch new file mode 100644 index 0000000..70a796c --- /dev/null +++ b/gnuastro-sh.patch @@ -0,0 +1,11 @@ +--- gnuastro-0.7/configure.ac.orig 2018-08-08 12:36:45.000000000 +0200 ++++ gnuastro-0.7/configure.ac 2018-12-20 05:45:37.682824046 +0100 +@@ -401,7 +401,7 @@ + outname=libtool_shell_test + cprog=libtool_shell_test.c + echo "#include " > $cprog +- echo "int main(void){printf(\"success\\n\"); return 0;}" >> $cprog ++ printf 'int main(void){printf("success\\n"); return 0;}\n' >> $cprog + ltargs="--quiet --tag=CC --mode=link $CC $cprog -O3 -o $outname" + AS_IF( sh -c "$gnulibtool_exec $ltargs" > /dev/null 2>&1, + [libtool_shell="sh"], ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/gnuastro.git/commitdiff/635d3ed9f3ca974d17ef06374492c33f68b028cc From qboosh at pld-linux.org Thu Dec 20 17:50:23 2018 From: qboosh at pld-linux.org (qboosh) Date: Thu, 20 Dec 2018 17:50:23 +0100 Subject: DISTFILES: gnuastro: gnuastro-0.7.tar.lz Message-ID: <7919.1545324623@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: http://ftp.gnu.org/gnu/gnuastro/gnuastro-0.7.tar.lz f0c852755e3ca6a3ade66d5b6fa580c8 gnuastro-0.7.tar.lz Size: 3276094 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Thu Dec 20 18:09:12 2018 From: qboosh at pld-linux.org (qboosh) Date: Thu, 20 Dec 2018 18:09:12 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-pthreads-w32=5D_-_added_sched_patch_=28fix?= =?utf8?q?_include_for_pid=5Ft_in_sched=2Eh=29=3B_release_4?= References: <8442f4abe5143be86c1e54d6400317384431845d_refs_heads_master@pld-linux.org> Message-ID: commit cf154bb78fa984382917811b04fdc155ffddaf37 Author: Jakub Bogusz Date: Thu Dec 20 18:13:47 2018 +0100 - added sched patch (fix include for pid_t in sched.h); release 4 crossmingw32-pthreads-w32-sched.patch | 13 +++++++++++++ crossmingw32-pthreads-w32.spec | 4 +++- 2 files changed, 16 insertions(+), 1 deletion(-) --- diff --git a/crossmingw32-pthreads-w32.spec b/crossmingw32-pthreads-w32.spec index 0b0c2c2..c0a83d5 100644 --- a/crossmingw32-pthreads-w32.spec +++ b/crossmingw32-pthreads-w32.spec @@ -3,12 +3,13 @@ Summary(pl.UTF-8): Implementacja komponentu POSIX Threads dla Win32 - wersja skr Name: crossmingw32-pthreads-w32 Version: 2.9.1 %define dver %(echo %{version} | tr . -) -Release: 3 +Release: 4 License: LGPL v2.1 Group: Development/Libraries Source0: ftp://sourceware.org/pub/pthreads-win32/pthreads-w32-%{dver}-release.tar.gz # Source0-md5: 36ba827d6aa0fa9f9ae740a35626e2e3 Patch0: %{name}-timespec.patch +Patch1: %{name}-sched.patch URL: http://www.sourceware.org/pthreads-win32/ BuildRequires: crossmingw32-gcc BuildRequires: sed >= 4.0 @@ -84,6 +85,7 @@ POSIX Threads - biblioteka DLL dla Windows. %prep %setup -q -n pthreads-w32-%{dver}-release %patch0 -p1 +%patch1 -p1 mkdir lib diff --git a/crossmingw32-pthreads-w32-sched.patch b/crossmingw32-pthreads-w32-sched.patch new file mode 100644 index 0000000..376c0ff --- /dev/null +++ b/crossmingw32-pthreads-w32-sched.patch @@ -0,0 +1,13 @@ +--- pthreads-w32-2-9-1-release/sched.h.orig 2011-06-29 07:10:02.000000000 +0200 ++++ pthreads-w32-2-9-1-release/sched.h 2018-12-20 18:00:33.452320552 +0100 +@@ -117,9 +117,9 @@ + #endif /* PTW32_SCHED_LEVEL >= PTW32_SCHED_LEVEL_MAX */ + + #if (defined(__MINGW64__) || defined(__MINGW32__)) || defined(_UWIN) +-# if PTW32_SCHED_LEVEL >= PTW32_SCHED_LEVEL_MAX + /* For pid_t */ + # include ++# if PTW32_SCHED_LEVEL >= PTW32_SCHED_LEVEL_MAX + /* Required by Unix 98 */ + # include + # else ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-pthreads-w32.git/commitdiff/cf154bb78fa984382917811b04fdc155ffddaf37 From qboosh at pld-linux.org Thu Dec 20 18:13:33 2018 From: qboosh at pld-linux.org (qboosh) Date: Thu, 20 Dec 2018 18:13:33 +0100 Subject: =?utf8?q?=5Bpackages/CCfits=5D_-_release_2_=28cfitsio_soname_change=29?= References: <3a3c187c53e1377c7720d4da2068f69fd2bc016d_refs_heads_master@pld-linux.org> Message-ID: <810e33585e856105cbc7854872537510657d1673_refs_heads_master@pld-linux.org> commit 810e33585e856105cbc7854872537510657d1673 Author: Jakub Bogusz Date: Thu Dec 20 18:18:07 2018 +0100 - release 2 (cfitsio soname change) CCfits.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/CCfits.spec b/CCfits.spec index c00c4b5..9efc23e 100644 --- a/CCfits.spec +++ b/CCfits.spec @@ -6,7 +6,7 @@ Summary: Object oriented C++ interface to CFITSIO library Summary(pl.UTF-8): Zorientowany obiektowo interfejs C++ do biblioteki CFITSIO Name: CCfits Version: 2.5 -Release: 1 +Release: 2 License: MIT-like Group: Libraries Source0: https://heasarc.gsfc.nasa.gov/fitsio/ccfits/%{name}-%{version}.tar.gz ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/CCfits.git/commitdiff/810e33585e856105cbc7854872537510657d1673 From qboosh at pld-linux.org Thu Dec 20 18:17:01 2018 From: qboosh at pld-linux.org (qboosh) Date: Thu, 20 Dec 2018 18:17:01 +0100 Subject: =?utf8?q?=5Bpackages/ufraw=5D_-_release_10_=28cfitsio_soname_change=29?= References: <66fdc3c68f2164557002aab359174a5bdb8112ee_refs_heads_master@pld-linux.org> Message-ID: commit b05a99c4f131bd0e152d9593cae1f3e6e14e1cb6 Author: Jakub Bogusz Date: Thu Dec 20 18:21:37 2018 +0100 - release 10 (cfitsio soname change) ufraw.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/ufraw.spec b/ufraw.spec index 868a250..9009c11 100644 --- a/ufraw.spec +++ b/ufraw.spec @@ -7,7 +7,7 @@ Summary: RAW photo loader Summary(pl.UTF-8): Narz?dzie do wczytywania zdj?? w formacie RAW Name: ufraw Version: 0.22 -Release: 9 +Release: 10 License: GPL v2+ Group: Applications/Graphics Source0: http://downloads.sourceforge.net/ufraw/%{name}-%{version}.tar.gz ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/ufraw.git/commitdiff/b05a99c4f131bd0e152d9593cae1f3e6e14e1cb6 From qboosh at pld-linux.org Thu Dec 20 18:59:52 2018 From: qboosh at pld-linux.org (qboosh) Date: Thu, 20 Dec 2018 18:59:52 +0100 Subject: =?utf8?q?=5Bpackages/luminance-hdr=5D_-_release_3_=28cfitsio_soname_change?= =?utf8?q?=29?= References: <18bd1138c4deb145cfffa09798a404a74c832f58_refs_heads_master@pld-linux.org> Message-ID: <11d6ee5d71ec61b9aa555df5a1e7e5ad8bfdc24a_refs_heads_master@pld-linux.org> commit 11d6ee5d71ec61b9aa555df5a1e7e5ad8bfdc24a Author: Jakub Bogusz Date: Thu Dec 20 19:04:28 2018 +0100 - release 3 (cfitsio soname change) luminance-hdr.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/luminance-hdr.spec b/luminance-hdr.spec index f656edc..8b723e8 100644 --- a/luminance-hdr.spec +++ b/luminance-hdr.spec @@ -9,7 +9,7 @@ Summary: Luminance HDR - HDR Image compositor Summary(pl.UTF-8): Luminance HDR - narz?dzie do sk?adania obraz?w HDR Name: luminance-hdr Version: 2.5.1 -Release: 2 +Release: 3 License: GPL v2+ Group: X11/Applications/Graphics Source0: http://downloads.sourceforge.net/qtpfsgui/%{name}-%{version}.tar.bz2 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/luminance-hdr.git/commitdiff/11d6ee5d71ec61b9aa555df5a1e7e5ad8bfdc24a From atler at pld-linux.org Thu Dec 20 19:02:21 2018 From: atler at pld-linux.org (atler) Date: Thu, 20 Dec 2018 19:02:21 +0100 Subject: =?utf8?q?=5Bpackages/VirtualBox=5D_add_patch_to_workaround_sed_4=2E6_regress?= =?utf8?q?ion/changed_behavior?= References: Message-ID: <504aafd6cd463e579621cdbef227d1700ef3a8bb_refs_heads_master@pld-linux.org> commit 504aafd6cd463e579621cdbef227d1700ef3a8bb Author: Jan Palus Date: Thu Dec 20 18:56:24 2018 +0100 add patch to workaround sed 4.6 regression/changed behavior sample input (include/VBox/Graphics/VBoxVideoGuest.h) DECLHIDDEN(int) VBoxHGSMIGetModeHints(PHGSMIGUESTCOMMANDCONTEXT pCtx, unsigned cScreens, VBVAMODEHINT *paHints); incorrect output: LC_ALL=C sed -f ./src/VBox/Additions/linux/drm/indent.sed include/VBox/Graphics/VBoxVideoGuest.h ... int hgsmi_get_mode_hints(PHGSMIGUESTCOMMANDCONTEXT ctx, unsigned screens, struct vbva_modehint *hints); ... correct output: LC_ALL=C.UTF-8 sed -f ./src/VBox/Additions/linux/drm/indent.sed include/VBox/Graphics/VBoxVideoGuest.h ... int hgsmi_get_mode_hints(struct gen_pool * ctx, unsigned screens, struct vbva_modehint *hints); ... PHGSMIGUESTCOMMANDCONTEXT -> struct gen_pool * is not done VirtualBox-sed-4.6.patch | 11 +++++++++++ VirtualBox.spec | 2 ++ 2 files changed, 13 insertions(+) --- diff --git a/VirtualBox.spec b/VirtualBox.spec index 56d9f01..5f4dc88 100644 --- a/VirtualBox.spec +++ b/VirtualBox.spec @@ -81,6 +81,7 @@ Patch13: %{pname}-no-scrextend.patch Patch14: %{pname}-multipython.patch Patch15: %{pname}-lightdm-1.19.2.patch Patch16: %{pname}-no-vboxvideo.patch +Patch17: %{pname}-sed-4.6.patch URL: http://www.virtualbox.org/ %if %{with userspace} %ifarch %{x8664} @@ -549,6 +550,7 @@ cd ../..\ %patch14 -p0 %patch15 -p0 %patch16 -p0 +%patch17 -p1 %{__sed} -i -e 's, at VBOX_DOC_PATH@,%{_docdir}/%{name}-%{version},' \ -e 's/Categories=.*/Categories=Utility;Emulator;/' src/VBox/Installer/common/virtualbox.desktop.in diff --git a/VirtualBox-sed-4.6.patch b/VirtualBox-sed-4.6.patch new file mode 100644 index 0000000..8b08e48 --- /dev/null +++ b/VirtualBox-sed-4.6.patch @@ -0,0 +1,11 @@ +--- VirtualBox-6.0.0/src/VBox/Additions/linux/export_modules.sh.orig 2018-12-20 18:52:22.251544899 +0100 ++++ VirtualBox-6.0.0/src/VBox/Additions/linux/export_modules.sh 2018-12-20 18:52:43.561388418 +0100 +@@ -16,7 +16,7 @@ + # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. + # + +-export LC_ALL=C ++export LC_ALL=C.UTF-8 + + # The below is GNU-specific. See VBox.sh for the longer Solaris/OS X version. + TARGET=`readlink -e -- "${0}"` || exit 1 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/VirtualBox.git/commitdiff/504aafd6cd463e579621cdbef227d1700ef3a8bb From atler at pld-linux.org Thu Dec 20 19:09:20 2018 From: atler at pld-linux.org (atler) Date: Thu, 20 Dec 2018 19:09:20 +0100 Subject: =?utf8?q?=5Bpackages/VirtualBox=5D_rel_2?= References: <504aafd6cd463e579621cdbef227d1700ef3a8bb_refs_heads_master@pld-linux.org> Message-ID: <57852ec15ea547287562db638cf8e02f36eebe71_refs_heads_master@pld-linux.org> commit 57852ec15ea547287562db638cf8e02f36eebe71 Author: Jan Palus Date: Thu Dec 20 19:09:03 2018 +0100 rel 2 VirtualBox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/VirtualBox.spec b/VirtualBox.spec index 5f4dc88..931e37d 100644 --- a/VirtualBox.spec +++ b/VirtualBox.spec @@ -42,7 +42,7 @@ exit 1 %define qtver 5.6.0 -%define rel 1 +%define rel 2 %define pname VirtualBox Summary: VirtualBox - x86 hardware virtualizer Summary(pl.UTF-8): VirtualBox - wirtualizator sprz?tu x86 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/VirtualBox.git/commitdiff/57852ec15ea547287562db638cf8e02f36eebe71 From qboosh at pld-linux.org Thu Dec 20 20:44:58 2018 From: qboosh at pld-linux.org (qboosh) Date: Thu, 20 Dec 2018 20:44:58 +0100 Subject: =?utf8?q?=5Bpackages/qpdf=5D_-_BR=3A_libjpeg-devel?= References: Message-ID: commit bb49b9d24f3f0cf61c76a99a8a773deff1635177 Author: Jakub Bogusz Date: Thu Dec 20 20:49:37 2018 +0100 - BR: libjpeg-devel qpdf.spec | 1 + 1 file changed, 1 insertion(+) --- diff --git a/qpdf.spec b/qpdf.spec index 02d0331..a48d273 100644 --- a/qpdf.spec +++ b/qpdf.spec @@ -12,6 +12,7 @@ Group: Applications/Publishing Source0: http://downloads.sourceforge.net/qpdf/%{name}-%{version}.tar.gz # Source0-md5: a11c1f99753934be7d60c0ab43821bbc URL: http://qpdf.sourceforge.net/ +BuildRequires: libjpeg-devel BuildRequires: libstdc++-devel BuildRequires: make >= 3.81 BuildRequires: pcre-devel ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/qpdf.git/commitdiff/bb49b9d24f3f0cf61c76a99a8a773deff1635177 From qboosh at pld-linux.org Thu Dec 20 21:58:00 2018 From: qboosh at pld-linux.org (qboosh) Date: Thu, 20 Dec 2018 21:58:00 +0100 Subject: =?utf8?q?=5Bpackages/liblouis=5D_-_updated_to_3=2E8=2E0_=28note=3A_new_sonam?= =?utf8?q?e=29_-_updated_info_patch?= References: Message-ID: commit da89ed705109231aaa01ca157d2a7c7cf90ecd50 Author: Jakub Bogusz Date: Thu Dec 20 22:02:39 2018 +0100 - updated to 3.8.0 (note: new soname) - updated info patch liblouis-info.patch | 8 ++++---- liblouis.spec | 18 +++++++++++++----- 2 files changed, 17 insertions(+), 9 deletions(-) --- diff --git a/liblouis.spec b/liblouis.spec index e05e915..f17e8dd 100644 --- a/liblouis.spec +++ b/liblouis.spec @@ -6,13 +6,13 @@ Summary: Braille translator and back-translator library Summary(pl.UTF-8): Biblioteka t?umacz?ca na i z alfabetu Braille'a Name: liblouis -Version: 3.2.0 -Release: 2 +Version: 3.8.0 +Release: 1 License: LGPL v2.1+ (library), GPL v3+ (tools) Group: Libraries #Source0Download: http://liblouis.org/downloads/ Source0: https://github.com/liblouis/liblouis/releases/download/v%{version}/%{name}-%{version}.tar.gz -# Source0-md5: bff9275955610815803a86248c5e712f +# Source0-md5: 3ea9f961d22258b16b55f0c55763dbcb Patch0: %{name}-info.patch URL: http://liblouis.org/ BuildRequires: help2man @@ -20,6 +20,7 @@ BuildRequires: pkgconfig %{?with_python2:BuildRequires: python-modules >= 1:2.6} %{?with_python3:BuildRequires: python3-modules >= 1:3.2} BuildRequires: rpmbuild(macros) >= 1.714 +BuildRequires: sed >= 4.0 BuildRequires: texinfo >= 5 BuildRequires: yaml-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -86,12 +87,14 @@ Wi?zania Pythona 3 oparte na ctypes do biblioteki liblouis. %setup -q %patch0 -p1 +%{__sed} -i -e '1s,/usr/bin/env bash,/bin/bash,' tools/lou_maketable.d/lou_maketable.in + %build %configure \ --enable-ucs4 %{__make} -j1 \ - dlname="liblouis.so.12" + dlname="liblouis.so.17" %if %{with python2} cd python @@ -156,16 +159,18 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_bindir}/lou_checkyaml %attr(755,root,root) %{_bindir}/lou_compare %attr(755,root,root) %{_bindir}/lou_debug +%attr(755,root,root) %{_bindir}/lou_tableinfo %attr(755,root,root) %{_bindir}/lou_trace %attr(755,root,root) %{_bindir}/lou_translate %attr(755,root,root) %{_libdir}/liblouis.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/liblouis.so.14 +%attr(755,root,root) %ghost %{_libdir}/liblouis.so.17 %{_datadir}/liblouis %{_mandir}/man1/lou_allround.1* %{_mandir}/man1/lou_checkhyphens.1* %{_mandir}/man1/lou_checktable.1* %{_mandir}/man1/lou_checkyaml.1* %{_mandir}/man1/lou_debug.1* +%{_mandir}/man1/lou_tableinfo.1* %{_mandir}/man1/lou_trace.1* %{_mandir}/man1/lou_translate.1* @@ -194,6 +199,9 @@ rm -rf $RPM_BUILD_ROOT %files -n python3-louis %defattr(644,root,root,755) %doc python/README +%attr(755,root,root) %{_bindir}/lou_maketable +# FIXME: should be in %{_datadir} or %{_libexecdir} +%{_bindir}/lou_maketable.d %dir %{py3_sitescriptdir}/louis %{py3_sitescriptdir}/louis/__init__.py %{py3_sitescriptdir}/louis/__pycache__ diff --git a/liblouis-info.patch b/liblouis-info.patch index 625ee86..20bbe23 100644 --- a/liblouis-info.patch +++ b/liblouis-info.patch @@ -1,13 +1,13 @@ ---- liblouis-2.5.3/doc/liblouis.texi.orig 2013-06-21 14:13:16.000000000 +0200 -+++ liblouis-2.5.3/doc/liblouis.texi 2013-10-04 20:09:54.107770348 +0200 -@@ -4,9 +4,9 @@ +--- liblouis-3.8.0/doc/liblouis.texi.orig 2018-12-20 21:35:09.955506856 +0100 ++++ liblouis-3.8.0/doc/liblouis.texi 2018-12-20 21:35:44.488839795 +0100 +@@ -5,9 +5,9 @@ @include version.texi @settitle Liblouis User's and Programmer's Manual - at dircategory Misc + at dircategory Miscellaneous: @direntry --* Liblouis: (liblouis). A braille translator and back-translator +-* Liblouis: (liblouis). A braille translator and back-translator +* Liblouis: (liblouis). A braille translator and back-translator @end direntry ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/liblouis.git/commitdiff/da89ed705109231aaa01ca157d2a7c7cf90ecd50 From qboosh at pld-linux.org Thu Dec 20 21:58:10 2018 From: qboosh at pld-linux.org (qboosh) Date: Thu, 20 Dec 2018 21:58:10 +0100 Subject: DISTFILES: liblouis: liblouis-3.8.0.tar.gz Message-ID: <25190.1545339490@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://github.com/liblouis/liblouis/releases/download/v3.8.0/liblouis-3.8.0.tar.gz 3ea9f961d22258b16b55f0c55763dbcb liblouis-3.8.0.tar.gz Size: 13871961 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Thu Dec 20 22:45:26 2018 From: atler at pld-linux.org (atler) Date: Thu, 20 Dec 2018 22:45:26 +0100 Subject: =?utf8?q?=5Bpackages/mate-notification-daemon=5D_up_to_1=2E20=2E2?= References: <725c6803a57c4753a37d9ae4521ddc61b8625519_refs_heads_master@pld-linux.org> Message-ID: <7acea8b40ed9a726c12fbbcdaff935619c1d389f_refs_heads_master@pld-linux.org> commit 7acea8b40ed9a726c12fbbcdaff935619c1d389f Author: Jan Palus Date: Thu Dec 20 22:45:14 2018 +0100 up to 1.20.2 mate-notification-daemon.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- diff --git a/mate-notification-daemon.spec b/mate-notification-daemon.spec index 550fc6b..e35dd8c 100644 --- a/mate-notification-daemon.spec +++ b/mate-notification-daemon.spec @@ -6,12 +6,12 @@ Summary: Notification daemon for MATE Desktop Summary(pl.UTF-8): Demon powiadomie? dla ?rodowiska MATE Desktop Name: mate-notification-daemon -Version: 1.20.1 +Version: 1.20.2 Release: 1 License: GPL v2+ Group: Applications/System Source0: http://pub.mate-desktop.org/releases/1.20/%{name}-%{version}.tar.xz -# Source0-md5: 917b307454c289c852c2b678511e484e +# Source0-md5: 1064bb17bec370a774c32fca99746547 URL: http://wiki.mate-desktop.org/mate-notification-daemon BuildRequires: autoconf >= 2.63 BuildRequires: automake >= 1:1.10 @@ -83,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT DESTDIR=$RPM_BUILD_ROOT %{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/engines/lib*.la -%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{frp,ku_IQ} +%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{frp,kab,ku_IQ} desktop-file-install \ --remove-category="MATE" \ ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mate-notification-daemon.git/commitdiff/7acea8b40ed9a726c12fbbcdaff935619c1d389f From atler at pld-linux.org Thu Dec 20 22:45:33 2018 From: atler at pld-linux.org (atler) Date: Thu, 20 Dec 2018 22:45:33 +0100 Subject: DISTFILES: mate-notification-daemon: mate-notification-daemon-1.20.2.tar.xz Message-ID: <30294.1545342333@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: http://pub.mate-desktop.org/releases/1.20/mate-notification-daemon-1.20.2.tar.xz 1064bb17bec370a774c32fca99746547 mate-notification-daemon-1.20.2.tar.xz Size: 350680 bytes -- Virtually Yours: distfiles. From arekm at pld-linux.org Fri Dec 21 04:24:34 2018 From: arekm at pld-linux.org (arekm) Date: Fri, 21 Dec 2018 04:24:34 +0100 Subject: PLD-doc: PLD-update-TODO - updated In-Reply-To: References: Message-ID: Author: arekm Date: Fri Dec 21 03:24:34 2018 GMT Module: PLD-doc Tag: HEAD ---- Log message: - updated ---- Files affected: PLD-doc: PLD-update-TODO (1.2310 -> 1.2311) ---- Diffs: ================================================================ Index: PLD-doc/PLD-update-TODO diff -u PLD-doc/PLD-update-TODO:1.2310 PLD-doc/PLD-update-TODO:1.2311 --- PLD-doc/PLD-update-TODO:1.2310 Tue Dec 18 09:52:16 2018 +++ PLD-doc/PLD-update-TODO Fri Dec 21 04:24:29 2018 @@ -3,7 +3,7 @@ 4pane(8) [OLD] 0.8.0 [NEW] 5.0 BNFC(9) [OLD] 2.4.2.0 [NEW] 2.8.2 CGAL [OLD] 4.7 [NEW] 4.13 -CImg(8) [OLD] 1.7.9 [NEW] 2.4.2 +CImg(8) [OLD] 1.7.9 [NEW] 2.4.3 CodeIgniter [OLD] 2.2.2 [NEW] 3.1.9 CoinOsi(15) [OLD] 0.106.10 [NEW] 0.107.9 CoinUtils(13) [OLD] 2.9.17 [NEW] 2.10.14 @@ -42,7 +42,6 @@ Smarty-plugin-gettext [OLD] 1.4.0 [NEW] 13) SysVinit(19) [OLD] 2.90 [NEW] 2.93 SystemPreferences(7) [OLD] 1.0.2 [NEW] 1.2.0 -TeXmacs(8) [OLD] 1.0.7 [NEW] 1.0.7.18 Thunar(13) [OLD] 1.8.0 [NEW] 1.8.2 Thunar-volman(9) [OLD] 0.9.0 [NEW] 0.9.1 WebGUI(9) [OLD] 7.3.20 [NEW] 7.10.31 @@ -79,6 +78,7 @@ amavisd-new(14) [OLD] 2.10.1 [NEW] 20040701 amiwm(8) [OLD] 0.20pl48 [NEW] 0.21pl2 amsn(13) [OLD] 0.98.9 [NEW] 0.98.9-src +amtterm(9) [OLD] 1.3 [NEW] 1.6 anope(8) [OLD] 1.7.18 [NEW] 1.8.9 ansible(7) [OLD] 2.7.2 [NEW] 2.7.5 ant(59) [OLD] 1.10.5 [NEW] 1.10.5-src @@ -92,12 +92,12 @@ apache-mod_gnutls(10) [OLD] 0.5.9 [NEW] 0.5.10 apache-mod_jk(12) [OLD] 1.2.37 [NEW] 1.2.46 apache-mod_mono(13) [OLD] 3.12 [NEW] 3.13 -apache-mod_qos(9) [OLD] 11.59 [NEW] 11.60 +apache-mod_qos(9) [OLD] 11.59 [NEW] 11.61 apache-mod_wsgi [OLD] 4.5.7 [NEW] 4.6.5 apache1-mod_limitipconn(9) [OLD] 0.04 [NEW] 0.24 apache1-mod_log_sql(13) [OLD] 1.99 [NEW] 1.101 apache1-mod_macro(10) [OLD] 1.1.2 [NEW] 1.2.1 -apache1-mod_roaming(23) [OLD] 1.0.2 [NEW] 2.0.0 +apache1-mod_roaming(23) [OLD] 1.0.2 [NEW] 2.0b1 apcupsd(17) [OLD] 3.14.13 [NEW] 3.14.14 apertium(8) [OLD] 3.4.2 [NEW] 3.5.2 apertium-dict-dan-nor(9) [OLD] 1.0.0 [NEW] 1.3.0 @@ -167,10 +167,11 @@ bftpd(8) [OLD] 2.6 [NEW] 5.0 bglibs(8) [OLD] 1.106 [NEW] 2.04 bibclean(11) [OLD] 2.11.4 [NEW] 2.15 -bigloo(12) [OLD] 4.0b [NEW] 4.3d +bigloo(12) [OLD] 4.0b [NEW] 4.3e bigsister(18) [OLD] 1.02 [NEW] 1.12 bijiben(8) [OLD] 3.28.0 [NEW] 3.28.4.1 bird(16) [OLD] 1.6.4 [NEW] 2.0.2 +bison(15) [OLD] 3.2.2 [NEW] 3.2.3 bitlbee(15) [OLD] 3.2 [NEW] 3.5.1 blitz(8) [OLD] 0.9 [NEW] 0.10 bluefish(10) [OLD] 2.2.2 [NEW] 2.2.10 @@ -191,7 +192,7 @@ bugwarrior(11) [OLD] 1.0.2 [NEW] 1.6.0 bugzilla(12) [OLD] 3.3.3 [NEW] 5.1.2 buildbot(7) [OLD] 0.8.1 [NEW] 0.8.2 -buildroot(7) [OLD] 2013.02 [NEW] 2018.11 +buildroot(7) [OLD] 2013.02 [NEW] 2018.11.1 bwm-tools(8) [OLD] 0.2.1 [NEW] 200603080716 byobu(9) [OLD] 5.112 [NEW] 5.127 bzflag(16) [OLD] 2.4.0 [NEW] 2.4.2 @@ -237,7 +238,6 @@ chrony(9) [OLD] 3.3 [NEW] 3.4 chuck(9) [OLD] 1.1.5.6 [NEW] 1.4.0.0 cinelerra(22) [OLD] 4.4 [NEW] 4-src -cinnamon [OLD] 2.4.6 [NEW] 4.0.8 cinnamon-desktop [OLD] 3.4.2 [NEW] 4.0.1 cinnamon-menus [OLD] 3.4.0 [NEW] 4.0.0 cinnamon-nemo [OLD] 3.4.6 [NEW] 4.0.6 @@ -279,9 +279,9 @@ convirt(10) [OLD] 0.9 [NEW] 2.0.1 coppermine-gallery(9) [OLD] 1.4.26 [NEW] 1.5.46 corosync(24) [OLD] 2.4.4 [NEW] 3.0.0 -courier(19) [OLD] 1.0.4 [NEW] 1.0.4.20181210 +courier(19) [OLD] 1.0.4 [NEW] 1.0.5 courier-authlib(12) [OLD] 0.69.0 [NEW] 0.69.0.20181018 -courier-imap(22) [OLD] 5.0.4 [NEW] 5.0.4.20181210 +courier-imap(22) [OLD] 5.0.4 [NEW] 5.0.5 courier-sox(14) [OLD] 0.12 [NEW] 0.12.20180428 cpanminus(12) [OLD] 1.7040 [NEW] 1.7044 cpp-netlib(11) [OLD] 0.11.1 [NEW] 0.12.0 @@ -318,13 +318,14 @@ crossmingw32-allegro(9) [OLD] 4.3.1 [NEW] 5.1.11 crossmingw32-cairomm(9) [OLD] 1.12.2 [NEW] 1.15.5 crossmingw32-gcc(21) [OLD] 6.5.0 [NEW] 8.2.0 +crossmingw32-glib2(19) [OLD] 2.58.1 [NEW] 2.58.2 crossmingw32-libwebp(9) [OLD] 1.0.0 [NEW] 1.0.1 crossmingw32-lua40(9) [OLD] 4.0.1 [NEW] 5.3.5 crossmingw32-lua50(9) [OLD] 5.0.3 [NEW] 5.3.5 crossmingw32-std-threads [OLD] 0 [NEW] threads crossmingw32-xz(8) [OLD] 5.2.4 [NEW] 5.3.1alpha crossmingw64-gcc(17) [OLD] 6.5.0 [NEW] 8.2.0 -crossmipsel-egcs(10) [OLD] 1.0.2 [NEW] 1.1b +crossmipsel-egcs(10) [OLD] 1.0.2 [NEW] 1.1.2 crossmipsel-gcc(13) [OLD] 3.4.6 [NEW] 8.2.0 crossmipsel-uClibc(12) [OLD] 0.9.28 [NEW] 0.9.33.2 crossppc-gcc(17) [OLD] 4.4.0 [NEW] 8.2.0 @@ -342,7 +343,6 @@ csv2trainschedpdb(8) [OLD] 0.3 [NEW] 1.0 cups(20) [OLD] 2.2.9 [NEW] 2.3b7 cups-backend-pdf(12) [OLD] 2.6.1 [NEW] 3.0.1 -cups-filters(27) [OLD] 1.21.5 [NEW] 1.21.6 cutter(8) [OLD] 1.03 [NEW] 1.04 cvm(11) [OLD] 0.95 [NEW] 0.97 cvs-fast-export(12) [OLD] 1.40 [NEW] 1.44 @@ -405,6 +405,7 @@ docsis(8) [OLD] 0.9.5 [NEW] 0.9.6 dokuwiki-plugin-diffpreview [OLD] %(echo [NEW] v1.0.0 dokuwiki-plugin-gitlab [OLD] %(echo [NEW] gitlab +dokuwiki-plugin-meta [OLD] %(echo [NEW] meta dokuwiki-plugin-orphanswanted [OLD] %(echo [NEW] orphanswanted dokuwiki-plugin-pageredirect [OLD] 20160924 [NEW] 20170512 dokuwiki-plugin-showlogin2 [OLD] %(echo [NEW] Version @@ -452,7 +453,7 @@ eggdrop(12) [OLD] 1.8.3 [NEW] 1.8.4rc2 egl-wayland [OLD] 1.0.3 [NEW] 1.1.1 eiciel(8) [OLD] 0.9.8.1 [NEW] 0.9.12.1 -electron(11) [OLD] 1.4.3 [NEW] 3.0.12 +electron(11) [OLD] 1.4.3 [NEW] 3.0.13 elektra(34) [OLD] 0.8.23 [NEW] 0.8.25 elementary(24) [OLD] 1.10.3 [NEW] 1.17.1 elfio(8) [OLD] 2.1 [NEW] 3.3 @@ -486,7 +487,7 @@ evolution(19) [OLD] 3.28.3 [NEW] 3.28.5 evolution-data-server(18) [OLD] 3.28.3 [NEW] 3.28.5 evolution-ews(8) [OLD] 3.28.3 [NEW] 3.28.5 -exaile(12) [OLD] 0.3.2.2 [NEW] 3.4.0.2.dmg +exaile(12) [OLD] 0.3.2.2 [NEW] 3.4.0.exe execline(14) [OLD] 2.1.5.0 [NEW] 2.5.0.1 exfat-utils(9) [OLD] 1.2.8 [NEW] 1.3.0 exim-lite(10) [OLD] 4.51 [NEW] 4.69 @@ -531,7 +532,7 @@ fonts-TTF-Google-croscore(8) [OLD] 1.23.0 [NEW] 1.31.0 fonts-thai-scalable(12) [OLD] 0.6.5 [NEW] 0.7.1 fonttools [OLD] 3.24.1 [NEW] 3.34.2 -foomatic-db(11) [OLD] 20110615 [NEW] 20181217 +foomatic-db(11) [OLD] 20110615 [NEW] 20181220 foomatic-db-engine(10) [OLD] 4.0.9 [NEW] 4.0.13 four-in-a-row(8) [OLD] 3.22.1 [NEW] 3.22.2 free-sa(9) [OLD] 1.6.2 [NEW] 2.0.0b6p7 @@ -685,7 +686,7 @@ gnome-shell(27) [OLD] 3.28.0 [NEW] 3.28.3 gnome-shell-extensions(12) [OLD] 3.24.1 [NEW] 3.24.3 gnome-speech(18) [OLD] 0.4.23 [NEW] 0.4.25 -gnome-subtitles(13) [OLD] 0.8 [NEW] 1.4.1 +gnome-subtitles(13) [OLD] 0.8 [NEW] 1.4.2 gnome-system-monitor(12) [OLD] 3.28.0 [NEW] 3.28.2 gnome-terminal(13) [OLD] 3.24.0 [NEW] 3.24.2 gnome-todo(8) [OLD] 3.28.0 [NEW] 3.28.1 @@ -738,6 +739,7 @@ grantlee(13) [OLD] 0.5.1 [NEW] 5.1.0 grap(8) [OLD] 1.43 [NEW] 1.45 graphite-web [OLD] 0.9.15 [NEW] 1.1.4 +graphite2(8) [OLD] 1.3.12 [NEW] 1.3.13 grass(17) [OLD] 7.4.0 [NEW] 7.4.3 graylog-collector-sidecar(10) [OLD] 0.1.4 [NEW] 1.0.0 grcm(8) [OLD] 0.1.6 [NEW] 2.0.0 @@ -807,14 +809,13 @@ harminv(8) [OLD] 1.3.1 [NEW] 1.4.1 hawkey [OLD] 0.6.4 [NEW] 1 hd2u(8) [OLD] 1.0.3 [NEW] 1.0.4 -hdf-eos5(16) [OLD] 5.1.15 [NEW] 5.1.16 hdf5(17) [OLD] 1.8.20 [NEW] 1.8.21 headerdoc(16) [OLD] 8.9.5 [NEW] 8.9.28 heimdal(15) [OLD] 7.5.0 [NEW] 7.5.0...heimdal hevea(17) [OLD] 2.23 [NEW] 2.32 hfst(14) [OLD] 3.14.0 [NEW] 3.15.0 hfst-ospell(9) [OLD] 0.4.5 [NEW] 0.5.1 -hhvm(40) [OLD] 3.3.7 [NEW] 3.29.1 +hhvm(40) [OLD] 3.3.7 [NEW] 3.30.1 hitch(12) [OLD] 1.4.6 [NEW] 1.5.0 hitori(8) [OLD] 3.22.3 [NEW] 3.22.4 hivex(20) [OLD] 1.3.14 [NEW] 1.3.15 @@ -832,7 +833,7 @@ httpie(7) [OLD] 0.7.2 [NEW] 1.0.2 httrack(11) [OLD] 3.44.1 [NEW] 3.49.2 hugin(8) [OLD] 2016.0.0 [NEW] 2018.0.0 -hwinfo(12) [OLD] 21.12 [NEW] 21.62 +hwinfo(12) [OLD] 21.12 [NEW] 21.63 hwsd [OLD] 2.0.0 [NEW] 2.0.1 hydra [OLD] 8.6 [NEW] 8.6.tar.gz">redirected. hylafax(8) [OLD] 6.0.6 [NEW] 6.0.7 @@ -1084,7 +1085,7 @@ libcnotify [OLD] 20150101 [NEW] 20180102 libcomps [OLD] 0.1.8 [NEW] 0.1.9 libconfini(8) [OLD] 1.8.3 [NEW] 1.8.3a -libconfuse(14) [OLD] 2.8 [NEW] 3.2.zip.md5 +libconfuse(14) [OLD] 2.8 [NEW] 3.2.2.zip.md5 libcpath [OLD] 20150101 [NEW] 20180720 libcsplit [OLD] 20150101 [NEW] 20180103 libcsystem [OLD] 20150101 [NEW] 20150629 @@ -1100,9 +1101,9 @@ libdsm(14) [OLD] 0.2.7 [NEW] 0.3.0. libe-book(12) [OLD] 0.1.2 [NEW] 0.1.3 libebml(8) [OLD] 1.3.5 [NEW] 1.3.6 -libetpan [OLD] 1.7.2 [NEW] 1.9.1 +libetpan [OLD] 1.7.2 [NEW] 1.9.2 libewf [OLD] 20150107 [NEW] 20171104 -libfabric(19) [OLD] 1.6.2 [NEW] 1.7.0rc1 +libfabric(19) [OLD] 1.6.2 [NEW] 1.7.0rc2 libfad(8) [OLD] 0.9.6 [NEW] 0.84 libfcache [OLD] 20150104 [NEW] 20181011 libfdata [OLD] 20150104 [NEW] 20181124 @@ -1122,10 +1123,9 @@ libgdata(8) [OLD] 0.17.8 [NEW] 0.17.9 libgdiplus(14) [OLD] 4.2 [NEW] 5.6 libgee(17) [OLD] 0.20.0 [NEW] 0.20.1 -libgeotiff(8) [OLD] 1.4.2 [NEW] 1.4.3 libgnome-games-support(12) [OLD] 1.4.1 [NEW] 1.4.3 libgpg-error(12) [OLD] 1.32 [NEW] 1.33 -libgsf(13) [OLD] 1.14.43 [NEW] 1.14.44 +libgsf(13) [OLD] 1.14.43 [NEW] 1.14.45 libgsm(12) [OLD] 1.0.17 [NEW] 1.0.18 libguestfs(42) [OLD] 1.36.5 [NEW] 1.36.15 libhmac [OLD] 20150104 [NEW] 20180731 @@ -1205,7 +1205,7 @@ libtheora(16) [OLD] 1.1.1 [NEW] 1.2.0alpha1 libthreadar(13) [OLD] 1.0.1 [NEW] 1.2.1 libtimidity(8) [OLD] 0.2.5 [NEW] 0.2.6 -libtomcrypt(13) [OLD] 1.18.1 [NEW] 1.18.2. +libtomcrypt(13) [OLD] 1.18.1 [NEW] 1.18.2.pdf libtomfloat(9) [OLD] 0.02 [NEW] 0.02. libtommath(9) [OLD] 1.0.1 [NEW] 1.0.1. libtompoly(9) [OLD] 0.04 [NEW] 0.04. @@ -1227,7 +1227,7 @@ libzdb(7) [OLD] 3.0 [NEW] 3.1 libzio(8) [OLD] 1.02 [NEW] 1.06 libzip(8) [OLD] 1.4.0 [NEW] 1.5.1 -libzypp [OLD] 15.19.7 [NEW] 17.10.2 +libzypp [OLD] 15.19.7 [NEW] 17.10.3 licq(15) [OLD] 1.3.7 [NEW] 1.8.2 lifegeek(8) [OLD] 1.04stable [NEW] 2.0stable liferea [OLD] 1.10.13 [NEW] 1.12.6 @@ -1241,8 +1241,9 @@ linklint(9) [OLD] 2.3.5 [NEW] 2.4.beta links2(21) [OLD] 2.14 [NEW] 2.17 links2(24) [OLD] 2.1pre28 [NEW] 2.17 +linux-firmware(12) [OLD] 20181008 [NEW] 20181219 linux-gpib%{?_pld_builder:%{?with_kernel:-kernel}}(45) [OLD] 4.1.0 [NEW] 4.2.0 -linux-libc-headers(18) [OLD] 4.19.0 [NEW] 4.19.10 +linux-libc-headers(18) [OLD] 4.19.0 [NEW] 4.19.11 linuxconsoletools(8) [OLD] 1.5.1 [NEW] 1.6.0 live(16) [OLD] 2018.10.17 [NEW] 2018.12.14 lizardfs(13) [OLD] 3.11.3 [NEW] 3.12.0 @@ -1277,7 +1278,7 @@ luma(8) [OLD] 2.4 [NEW] 3.0.7 lunzip(8) [OLD] 1.9 [NEW] 1.10 lurker(11) [OLD] 2.1 [NEW] 2.3 -lvm2(63) [OLD] 2.02.182 [NEW] 2.03.01 +lvm2(63) [OLD] 2.02.182 [NEW] 2.03.02 lwatch(8) [OLD] 0.4.1 [NEW] 0.6.2 lwip(10) [OLD] 1.4.1 [NEW] 2.1.0 lwp(12) [OLD] 2.6 [NEW] 2.8 @@ -1347,6 +1348,7 @@ minissdpd(8) [OLD] 1.5 [NEW] 20081006 miniupnpc(13) [OLD] 2.0 [NEW] 20091016 miniupnpd(9) [OLD] 2.0 [NEW] 20091010 +mir(13) [OLD] 1.0.0 [NEW] 1.1.0 miredo(8) [OLD] 1.2.4 [NEW] 1.2.6 mirrormagic(9) [OLD] 2.0.2 [NEW] 3.0.0 mixmaster(8) [OLD] 2.9.0 [NEW] 3.0b2 @@ -1359,7 +1361,7 @@ mnemosyne(8) [OLD] 1.2 [NEW] 1.2.2 moc(14) [OLD] 2.5.0 [NEW] 2.5.2 moinmoin(12) [OLD] 1.5.9 [NEW] 1.9.10 -molden(8) [OLD] 4.6 [NEW] 5.9.1 +molden(8) [OLD] 4.6 [NEW] 5.9.2 mongo-c-driver(19) [OLD] 1.11.0 [NEW] 1.13.0 mono(20) [OLD] 4.8.1.0 [NEW] 5.16.0.220 mono-basic(9) [OLD] 4.6 [NEW] 4.7 @@ -1419,6 +1421,7 @@ ndiswrapper(25) [OLD] 1.52 [NEW] 1.61 needrestart [OLD] 2.0 [NEW] 3.3 netactview(8) [OLD] 0.6.1 [NEW] 0.6.4 +netatalk(17) [OLD] 3.1.11 [NEW] 3.1.12 netcat-openbsd(10) [OLD] 1.105 [NEW] 1.195 netclasses(8) [OLD] 1.05 [NEW] 1.06 netdata(14) [OLD] 1.8.0 [NEW] 1.10.0.tar.xz.sha @@ -1547,6 +1550,7 @@ ocserv(14) [OLD] 0.11.6 [NEW] 0.12.1 octave(30) [OLD] 4.2.1 [NEW] 4.4.1 ode(14) [OLD] 0.12 [NEW] 0.13 +ofono(8) [OLD] 1.26 [NEW] 1.27 ogdi(14) [OLD] 3.1.6 [NEW] 3.2.0 ogmrip(13) [OLD] 0.13.7 [NEW] 1.0.1 onenetd(8) [OLD] 1.11 [NEW] 12 @@ -1564,6 +1568,7 @@ opendmarc(10) [OLD] 1.2.0 [NEW] 1.3.2 openexr_viewers(12) [OLD] 2.2.0 [NEW] 2.2.1 openhip(8) [OLD] 0.4 [NEW] 0.8 +openldap(29) [OLD] 2.4.46 [NEW] 2.4.47 openmovieeditor(14) [OLD] 0.0.20090105 [NEW] 20060326 openmsx(10) [OLD] 0.6.2 [NEW] 0.11.0 opennap(8) [OLD] 0.43 [NEW] 0.44 @@ -1644,7 +1649,7 @@ pebrot(7) [OLD] 0.8.8 [NEW] 0.8.9 penguin-command(8) [OLD] 1.6.10 [NEW] 1.6.11 percona-playback(6) [OLD] 0.6 [NEW] 0.7 -perl(75) [OLD] 5.28.1 [NEW] 5.29.5 +perl(75) [OLD] 5.28.1 [NEW] 5.29.6 perl-Alien-LibGumbo(18) [OLD] 0.04 [NEW] 0.05 perl-Alien-wxWidgets(21) [OLD] 0.67 [NEW] 0.69 perl-AnyEvent-HTTP(16) [OLD] 2.23 [NEW] 2.24 @@ -2126,7 +2131,7 @@ perl-Module-Build-XSUtil(15) [OLD] 0.14 [NEW] 0.19 perl-Module-CPANfile(12) [OLD] 1.0001 [NEW] 1.1004 perl-Module-Compile(16) [OLD] 0.35 [NEW] 0.37 -perl-Module-CoreList(16) [OLD] 5.20170621 [NEW] 5.20181130 +perl-Module-CoreList(16) [OLD] 5.20170621 [NEW] 5.20181218 perl-Module-Install(16) [OLD] 1.18 [NEW] 1.19 perl-Module-Load(17) [OLD] 0.22 [NEW] 0.32 perl-Module-Load-Conditional(17) [OLD] 0.46 [NEW] 0.68 @@ -2135,7 +2140,7 @@ perl-Module-ScanDeps(16) [OLD] 1.24 [NEW] 1.26 perl-Module-Signature(16) [OLD] 0.81 [NEW] 0.83 perl-Module-Util(15) [OLD] 1.07 [NEW] 1.09 -perl-Mojolicious(14) [OLD] 6.01 [NEW] 8.09 +perl-Mojolicious(14) [OLD] 6.01 [NEW] 8.10 perl-Monitoring-Plugin(16) [OLD] 0.39 [NEW] 0.40 perl-MooX-HandlesVia(15) [OLD] 0.001007 [NEW] 0.001008 perl-MooX-Types-MooseLike(15) [OLD] 0.28 [NEW] 0.29 @@ -2195,7 +2200,6 @@ perl-Net-SFTP(16) [OLD] 0.10 [NEW] 0.12 perl-Net-SFTP-Foreign(15) [OLD] 1.77 [NEW] 1.89 perl-Net-SMTP-Receive(11) [OLD] 0.3 [NEW] 0.301 -perl-Net-SMTP-SSL(16) [OLD] 1.03 [NEW] 1.04 perl-Net-SMTP-TLS-ButMaintained(14) [OLD] 0.20 [NEW] 0.24 perl-Net-SSH-Perl(16) [OLD] 1.34 [NEW] 2.14 perl-Net-TFTP(16) [OLD] 0.19 [NEW] 0.1901 @@ -2442,7 +2446,7 @@ perl-URI-Fetch(16) [OLD] 0.09 [NEW] 0.13 perl-URI-imaps(16) [OLD] 1.01 [NEW] 1.03 perl-Unicode-EastAsianWidth(15) [OLD] 1.33 [NEW] 1.40 -perl-Unicode-Normalize(16) [OLD] 1.14 [NEW] 1.25 +perl-Unicode-Normalize(16) [OLD] 1.14 [NEW] 1.26 perl-Unicode-Stringprep(16) [OLD] 1.104 [NEW] 1.105 perl-User-Identity(16) [OLD] 0.93 [NEW] 0.99 perl-VCS(15) [OLD] 0.16 [NEW] 0.25 @@ -2523,6 +2527,7 @@ php-markdown(9) [OLD] 1.0.1o [NEW] 1.0.2b8 php-markdown-extra(9) [OLD] 1.2.5 [NEW] 1.2.8 php-maxmind-db-reader [OLD] 0.2.0 [NEW] 1.4.0 +php-pear-Archive_Tar [OLD] 1.4.3 [NEW] 1.4.4 php-pear-CodeGen_MySQL_UDF [OLD] 0.9.8 [NEW] 1.0.0RC1 php-pear-Console_Table [OLD] 1.3.0 [NEW] 1.3.1 php-pear-Crypt_GPG [OLD] 1.4.0 [NEW] 1.6.3 @@ -2567,7 +2572,7 @@ php-pear-PEAR_PackageFileManager2 [OLD] 1.0.2 [NEW] 1.0.4 php-pear-PEAR_PackageFileManager_Frontend [OLD] 0.7.0 [NEW] 0.8.0 php-pear-PEAR_PackageFileManager_Plugins [OLD] 1.0.2 [NEW] 1.0.4 -php-pear-PHP_CodeSniffer [OLD] 2.3.4 [NEW] 3.3.2 +php-pear-PHP_CodeSniffer [OLD] 2.3.4 [NEW] 3.4.0 php-pear-PHP_Compat [OLD] 1.5.0 [NEW] 1.6.0a3 php-pear-PHP_Fork [OLD] 0.3.2 [NEW] 0.4.0 php-pear-Pager [OLD] 2.4.9 [NEW] 2.5.1 @@ -2610,9 +2615,10 @@ php%{?php_suffix}-pecl-intl(11) [OLD] 1.1.2 [NEW] 3.0.0b1 php%{?php_suffix}-pecl-json_post(10) [OLD] 1.0.0 [NEW] 1.0.1 php%{?php_suffix}-pecl-jsonc(14) [OLD] 1.3.6 [NEW] 1.3.10 -php%{?php_suffix}-pecl-libsodium(16) [OLD] 1.0.7 [NEW] 2.0.19 +php%{?php_suffix}-pecl-libsodium(16) [OLD] 1.0.7 [NEW] 2.0.20 php%{?php_suffix}-pecl-lua(13) [OLD] 1.1.0 [NEW] 2.0.5 php%{?php_suffix}-pecl-mailparse(11) [OLD] 3.0.1 [NEW] 3.0.2 +php%{?php_suffix}-pecl-msgpack(14) [OLD] 2.0.2 [NEW] 2.0.3 php%{?php_suffix}-pecl-newt(13) [OLD] 1.2.5 [NEW] 1.2.9 php%{?php_suffix}-pecl-oauth(11) [OLD] 1.2.3 [NEW] 2.0.3 php%{?php_suffix}-pecl-oci8(15) [OLD] 2.0.8 [NEW] 2.2.0 @@ -2711,7 +2717,6 @@ pootle(11) [OLD] 2.8.0 [NEW] 2.9.0 pop-before-smtp(9) [OLD] 1.29 [NEW] 1.42 popa3d(8) [OLD] 1.0.2 [NEW] 1.0.3 -poppler(18) [OLD] 0.69.0 [NEW] 0.72.0 poppler0.61(10) [OLD] 0.61.0 [NEW] 0.72.0 poppler61(10) [OLD] 0.61.0 [NEW] 0.72.0 posh(8) [OLD] 0.10.1 [NEW] 0.13.2 @@ -2734,7 +2739,7 @@ psacct(13) [OLD] 6.6.1 [NEW] 6.6.4 psad(11) [OLD] 2.0.1 [NEW] 2.4.6 psi(9) [OLD] 1.3 [NEW] 1.4 -psi-plus(9) [OLD] 1.2.243 [NEW] 1.4.483 +psi-plus(9) [OLD] 1.2.243 [NEW] 1.4.495 psiconv(8) [OLD] 0.9.8 [NEW] 0.9.9 pstoedit(8) [OLD] 3.70 [NEW] 3.73 pstreams(8) [OLD] 0.5.2 [NEW] 1.0.1 @@ -2868,7 +2873,7 @@ python-future(16) [OLD] 0.16.0 [NEW] 0.17.1 python-gammu(8) [OLD] 2.3 [NEW] 2.11 python-gaphas(9) [OLD] 0.3.6 [NEW] 0.7.2 -python-generateDS(9) [OLD] 2.3b [NEW] 2.30.8 +python-generateDS(9) [OLD] 2.3b [NEW] 2.30.11 python-geojson(8) [OLD] 1.0.1 [NEW] 2.4.1 python-geopy(14) [OLD] 1.11.0 [NEW] 1.18.1 python-gitlab(17) [OLD] 0.16 [NEW] 1.7.0 @@ -2884,7 +2889,7 @@ python-httpbin(15) [OLD] 0.5.0 [NEW] 0.7.0 python-httpretty(20) [OLD] 0.8.14 [NEW] 0.9.6 python-hunspell(15) [OLD] 0.4.1 [NEW] 0.5.5 -python-hypothesis(15) [OLD] 3.82.1 [NEW] 3.84.0 +python-hypothesis(15) [OLD] 3.82.1 [NEW] 3.84.3 python-ipaddr(11) [OLD] 2.1.11 [NEW] 2.2.0 python-irclib(11) [OLD] 0.4.5 [NEW] 0.4.8 python-isodate(16) [OLD] 0.5.4 [NEW] 0.6.0 @@ -2932,7 +2937,7 @@ python-networkmanager(9) [OLD] 0.9.12 [NEW] 2.1 python-neutronclient(14) [OLD] 6.5.0 [NEW] 6.11.0 python-novaclient(14) [OLD] 9.1.0 [NEW] 11.1.0 -python-numpy(16) [OLD] 1.14.5 [NEW] 1.15.4. +python-numpy(16) [OLD] 1.14.5 [NEW] 1.16.0rc1. python-numpy-compat(14) [OLD] 1.8.2 [NEW] 1.11.2 python-nwdiag(8) [OLD] 0.7.0 [NEW] 1.0.4 python-oauthlib(12) [OLD] 2.0.7 [NEW] 2.1.0 @@ -2941,13 +2946,13 @@ python-onedrive(8) [OLD] 14.04.3 [NEW] 15.10.5 python-openpyxl(12) [OLD] 1.6.1 [NEW] 2.5.12 python-openstackclient(14) [OLD] 3.12.0 [NEW] 3.17.0 -python-openstacksdk(14) [OLD] 0.9.17 [NEW] 0.20.0 +python-openstacksdk(14) [OLD] 0.9.17 [NEW] 0.22.0 python-os-client-config(14) [OLD] 1.28.0 [NEW] 1.31.2 python-osc-lib(14) [OLD] 1.7.0 [NEW] 1.11.1 python-oslo.config(14) [OLD] 4.11.0 [NEW] 6.7.0 python-oslo.i18n(14) [OLD] 3.17.0 [NEW] 3.23.0 python-oslo.serialization(14) [OLD] 2.27.0 [NEW] 2.28.1 -python-oslo.utils(14) [OLD] 3.36.3 [NEW] 3.38.0 +python-oslo.utils(14) [OLD] 3.36.3 [NEW] 3.39.0 python-oslosphinx(15) [OLD] 4.3.0 [NEW] 4.18.0 python-oursql(9) [OLD] 0.9.3.1 [NEW] 0.9.3.2 python-pafy(17) [OLD] 0.5.2 [NEW] 0.5.4 @@ -2966,6 +2971,7 @@ python-prctl(13) [OLD] 1.5.0 [NEW] 1.7 python-progress [OLD] 1.3 [NEW] 1.4 python-prompt_toolkit(19) [OLD] 1.0.14 [NEW] 2.0.7 +python-psycogreen(11) [OLD] 1.0 [NEW] 1.0.1 python-psycopg2(16) [OLD] 2.7.5 [NEW] 2.7.6.1 python-pushover(14) [OLD] 0.2 [NEW] 0.4 python-py-xmlrpc(8) [OLD] 0.8.8.3 [NEW] 0.9 @@ -3005,7 +3011,7 @@ python-pyrad(11) [OLD] 1.1 [NEW] 2.1 python-pyramid(12) [OLD] 1.4 [NEW] 1.10.1 python-pyramid_beaker(12) [OLD] 0.7 [NEW] 0.8 -python-pyrsistent(8) [OLD] 0.9.1 [NEW] 0.14.7 +python-pyrsistent(8) [OLD] 0.9.1 [NEW] 0.14.8 python-pysnmp(13) [OLD] 4.2.5 [NEW] 4.3.2 python-pytest(18) [OLD] 3.10.1 [NEW] 4.0.2 python-pytest-flake8(15) [OLD] 1.0.1 [NEW] 1.0.2 @@ -3017,7 +3023,7 @@ python-pyxs(16) [OLD] 0.4.0 [NEW] 0.4.1 python-quixote(9) [OLD] 2.6 [NEW] 3.1b1 python-rauth [OLD] 0.7.1 [NEW] 0.7.2 -python-recordclass(16) [OLD] 0.4.3 [NEW] 0.7 +python-recordclass(16) [OLD] 0.4.3 [NEW] 0.8.1 python-redis(15) [OLD] 2.10.5 [NEW] 3.0.1 python-regex(16) [OLD] 2018.02.21 [NEW] 2018.11.22 python-remoto(13) [OLD] 0.0.25 [NEW] 0.0.34 @@ -3106,7 +3112,7 @@ python-xmpppy(8) [OLD] 0.4.1 [NEW] 0.5.0rc1 python-zc.lockfile(19) [OLD] 1.2.1 [NEW] 1.4 python-zeroconf [OLD] 0.18.0 [NEW] 0.21.3 -python-zodbpickle(19) [OLD] 0.7.0 [NEW] 1.0.2 +python-zodbpickle(19) [OLD] 0.7.0 [NEW] 1.0.3 python-zope.component(14) [OLD] 4.4.1 [NEW] 4.5 python-zope.deferredimport(9) [OLD] 3.5.3 [NEW] 4.3 python-zope.deprecation(15) [OLD] 4.0.2 [NEW] 4.4.0 @@ -3116,7 +3122,7 @@ python-zope.proxy(9) [OLD] 3.4.2 [NEW] 4.3.1 python-zope.testing(13) [OLD] 3.10.2 [NEW] 4.7 python3-Uranium [OLD] 3.5.1 [NEW] 3.6.0 -python3-oursql(9) [OLD] 0.9.3 [NEW] 09.4. +python3-oursql(9) [OLD] 0.9.3 [NEW] 09.4.tar. python3-pychromecast [OLD] 2.2.0 [NEW] 2.3.0 pytone(8) [OLD] 3.0.2 [NEW] 3.0.4pre q(8) [OLD] 6.0 [NEW] 7.11cvs20080118 @@ -3131,7 +3137,7 @@ qmail-scanner(14) [OLD] 2.04 [NEW] 2.11 qmailadmin(8) [OLD] 1.0.6 [NEW] 1.2.16 qmhandle(9) [OLD] 1.2.0 [NEW] 1.3.2 -qmmp(14) [OLD] 1.2.0 [NEW] 1.2.4 +qmmp(14) [OLD] 1.2.0 [NEW] 1.2.5 qmmp-plugin-pack(9) [OLD] 1.2.0 [NEW] 1.2.3 qpxtool(13) [OLD] 0.7.1_002 [NEW] 0.7.2 qsf(14) [OLD] 1.2.7 [NEW] 1.2.11 @@ -3168,7 +3174,6 @@ refpolicy(11) [OLD] 20071214 [NEW] 20081014 regexxer(8) [OLD] 0.8 [NEW] 0.10 rekonq(7) [OLD] 2.4.0 [NEW] 2.4.2 -renrot(8) [OLD] 1.1 [NEW] 1.2.0 reposurgeon(7) [OLD] 3.36 [NEW] 3.45 repoview(8) [OLD] 0.6.5 [NEW] 0.6.6 reptyr [OLD] 0.6.2 [NEW] 0.7.0 @@ -3192,7 +3197,6 @@ rott(16) [OLD] 1.1 [NEW] 1.1.2 roundup(8) [OLD] 1.4.8 [NEW] 1.6.0 roxterm(12) [OLD] 2.9.4 [NEW] 3.3.2 -rpc2(9) [OLD] 2.10 [NEW] 2.14 rpmbootstrap(8) [OLD] 0.12.1 [NEW] 0.14.6.pbconf rpmlint [OLD] 1.9 [NEW] 1.10 rpmorphan(21) [OLD] 1.13 [NEW] 1.19 @@ -3239,7 +3243,7 @@ ruby-cabin [OLD] 0.6.0 [NEW] 0.9.0 ruby-camping [OLD] 1.5.180 [NEW] 2.1.532 ruby-cane [OLD] 2.6.0 [NEW] 3.0.0 -ruby-celluloid [OLD] 0.15.2 [NEW] 0.17.3 +ruby-celluloid [OLD] 0.15.2 [NEW] 0.17.4 ruby-celluloid-io [OLD] 0.15.0 [NEW] 0.17.3 ruby-chef-config [OLD] 12.10.24 [NEW] 14.8.12 ruby-chronic [OLD] 0.2.3 [NEW] 0.10.2 @@ -3314,7 +3318,7 @@ ruby-htree [OLD] 0.4 [NEW] 0.7.0 ruby-http_connection [OLD] 1.4.1 [NEW] 1.4.4 ruby-http_parser.rb [OLD] 0.5.3 [NEW] 0.6.0 -ruby-i18n [OLD] 0.6.11 [NEW] 1.2.0 +ruby-i18n [OLD] 0.6.11 [NEW] 1.3.0 ruby-icalendar [OLD] 0.98 [NEW] 2.5.2 ruby-iconv [OLD] 1.0.4 [NEW] 1.0.5 ruby-innate [OLD] 2010.07 [NEW] 2015.10.28 @@ -3476,7 +3480,8 @@ sablecc(9) [OLD] 3.2 [NEW] 3.7 safecopy(8) [OLD] 1.6 [NEW] 1.7 salt(7) [OLD] 0.12.0 [NEW] 2018.3.3 -samba4(28) [OLD] 4.1.4 [NEW] 4.9.3 +samba(46) [OLD] 4.9.3 [NEW] 4.9.4 +samba4(28) [OLD] 4.1.4 [NEW] 4.9.4 samplv1(7) [OLD] 0.9.2 [NEW] 0.9.4 saoimage(8) [OLD] 1.33.2 [NEW] 1.36.3 sarg(10) [OLD] 2.2.5 [NEW] 2.3.11 @@ -3589,12 +3594,12 @@ stklos(8) [OLD] 0.82 [NEW] 0.97 stone_soup(12) [OLD] 0.9.2 [NEW] 0.16.1 stratagus(13) [OLD] 2.2.5.5 [NEW] 2.3.0 -strongswan(7) [OLD] 5.6.3 [NEW] 5.7.2dr4 +strongswan(7) [OLD] 5.6.3 [NEW] 5.7.2rc1 stunserver(11) [OLD] 1.2.13 [NEW] 1.2.15 subdownloader/subdownloader.spec:12: impossible substitution: https://github.com/subdownloader/subdownloader/archive/%{commit}/subdownloader-%{commit}.tar.gz subtitlecomposer(8) [OLD] 0.4.3 [NEW] 0.5.3 sudoku-savant(8) [OLD] 1.2.1 [NEW] 1.3 -suil(8) [OLD] 0.8.4 [NEW] 0.10.0 +suil(8) [OLD] 0.8.4 [NEW] 0.10.2 suomi-malaga [OLD] 1.19 [NEW] 4.2 supermin(8) [OLD] 5.1.17 [NEW] 5.1.19 supertuxkart(8) [OLD] 0.8 [NEW] 0.9-src @@ -3730,6 +3735,7 @@ uwm(7) [OLD] 0.2.10 [NEW] 0.2.11 uwsgitop(7) [OLD] 0.8 [NEW] 0.10 v4l-utils(12) [OLD] 1.16.2 [NEW] 1.16.3 +vala(14) [OLD] 0.42.3 [NEW] 0.42.4 vamps(8) [OLD] 0.99 [NEW] 0.99.2 varconf(8) [OLD] 0.6.5 [NEW] 1.0.1 varnish-libvmod-cookie(12) [OLD] 1.0 [NEW] 1.22 @@ -3748,7 +3754,7 @@ viewvc(10) [OLD] 1.1.26 [NEW] 1.1.26. vifm(9) [OLD] 0.7.2 [NEW] 0.10 viking(7) [OLD] 1.6.1 [NEW] 1.6.2 -vim(52) [OLD] 8.1.0553 [NEW] 8.1.0606 +vim(52) [OLD] 8.1.0553 [NEW] 8.1.0611 vim-plugin-checksyntax [OLD] 2.03 [NEW] 5.00 vim-plugin-flake8 [OLD] 1.4 [NEW] 1.6 vim-plugin-tagbar(8) [OLD] 2.6.1 [NEW] 2.7 @@ -3776,7 +3782,6 @@ wammu(11) [OLD] 0.36 [NEW] 0.44 wanpipe(19) [OLD] 7.0.10 [NEW] 7.0.25.1 warzone2100(8) [OLD] 3.1.2 [NEW] 3.2.3 -wcslib(12) [OLD] 5.18 [NEW] 6.2 wcssubs(8) [OLD] 3.4.0 [NEW] 3.6.6 wdiff(7) [OLD] 1.2.1 [NEW] 1.2.2 webCDwriter(15) [OLD] 2.8.1 [NEW] 20030423a @@ -3889,7 +3894,7 @@ yabause(8) [OLD] 0.9.10 [NEW] 0.9.14 yala(10) [OLD] 0.30 [NEW] 0.99a yamdi(8) [OLD] 1.4 [NEW] 1.9 -yarn(7) [OLD] 1.12.1 [NEW] 1.12.3 +yarn(7) [OLD] 1.12.1 [NEW] 1.13.0 yaz(8) [OLD] 5.12.0 [NEW] 5.27.1 yelp(8) [OLD] 3.28.0 [NEW] 3.28.1 yodl(8) [OLD] 3.00.0 [NEW] 3.05.01 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/PLD-doc/PLD-update-TODO?r1=1.2310&r2=1.2311 From qboosh at pld-linux.org Fri Dec 21 05:34:26 2018 From: qboosh at pld-linux.org (qboosh) Date: Fri, 21 Dec 2018 05:34:26 +0100 Subject: =?utf8?q?=5Bpackages/liblouisutdml=5D_-_updated_to_2=2E7=2E0_=28new_soname?= =?utf8?q?=3B_ready_for_liblouis_3=2Ex=2C_but_not_3=2E8=2C_so_updated_liblou?= =?utf8?q?is3_patch=29?= References: Message-ID: commit fe90311db69c89db2d822e9d958c6823f0406601 Author: Jakub Bogusz Date: Fri Dec 21 05:39:05 2018 +0100 - updated to 2.7.0 (new soname; ready for liblouis 3.x, but not 3.8, so updated liblouis3 patch) liblouisutdml-liblouis3.patch | 368 +++++++++++++++++++++++++----------------- liblouisutdml.spec | 24 ++- 2 files changed, 236 insertions(+), 156 deletions(-) --- diff --git a/liblouisutdml.spec b/liblouisutdml.spec index cf1a9bd..5b76d3c 100644 --- a/liblouisutdml.spec +++ b/liblouisutdml.spec @@ -5,26 +5,29 @@ Summary: Braille XML transcriber with UTDML Summary(pl.UTF-8): Biblioteka t?umacz?ca XML na alfabet Braille'a przy u?yciu UTDML Name: liblouisutdml -Version: 2.6.0 -Release: 4 +Version: 2.7.0 +Release: 1 License: LGPL v3+ (library), GPL v3+ (tools) Group: Libraries #Source0Download: http://liblouis.org/downloads/ -Source0: https://github.com/liblouis/liblouisutdml/releases/download/v%{version}/%{name}-%{version}.tar.gz -# Source0-md5: e1928395d7aff424742b39bd923a607e +Source0: https://github.com/liblouis/liblouisutdml/archive/v%{version}/%{name}-%{version}.tar.gz +# Source0-md5: acc6d9f41bb8a7c4316dd42d1f3d5f93 Patch0: %{name}-info.patch Patch1: %{name}-pc.patch Patch2: %{name}-liblouis3.patch URL: http://liblouis.org/ %{?with_java:BuildRequires: ant} +BuildRequires: autoconf >= 2.68 +BuildRequires: automake %{?with_java:BuildRequires: jdk} BuildRequires: help2man -BuildRequires: liblouis-devel >= 3.2 +BuildRequires: liblouis-devel >= 3.8.0 +BuildRequires: libtool BuildRequires: libxml2-devel >= 2.0 BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.714 BuildRequires: texinfo -Requires: liblouis >= 3.0 +Requires: liblouis >= 3.8.0 # C part of Java bindings is contained in liblouisutdml library if built with java enabled Provides: %{name}(java) = %{version}-%{release} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -48,7 +51,7 @@ Summary: Header files for liblouisutdml library Summary(pl.UTF-8): Pliki nag??wkowe biblioteki liblouisutdml Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: liblouis-devel >= 3.2 +Requires: liblouis-devel >= 3.8.0 %description devel Header files for liblouisutdml library. @@ -88,6 +91,11 @@ Wi?zania Javy do biblioteki liblouisutdml. %patch2 -p1 %build +%{__libtoolize} +%{__aclocal} -I m4 -I gnulib/m4 +%{__autoconf} +%{__autoheader} +%{__automake} %configure \ %{!?with_java:--disable-java-bindings} @@ -132,7 +140,7 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS ChangeLog NEWS README doc/copyright-notice %attr(755,root,root) %{_bindir}/file2brl %attr(755,root,root) %{_libdir}/liblouisutdml.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/liblouisutdml.so.7 +%attr(755,root,root) %ghost %{_libdir}/liblouisutdml.so.8 %{_datadir}/liblouisutdml %{_mandir}/man1/file2brl.1* diff --git a/liblouisutdml-liblouis3.patch b/liblouisutdml-liblouis3.patch index d2cd73d..9da52ab 100644 --- a/liblouisutdml-liblouis3.patch +++ b/liblouisutdml-liblouis3.patch @@ -1,35 +1,5 @@ ---- liblouisutdml-2.6.0/liblouisutdml/logging.c.orig 2015-05-05 13:50:46.000000000 +0200 -+++ liblouisutdml-2.6.0/liblouisutdml/logging.c 2016-07-30 17:44:06.067115720 +0200 -@@ -60,7 +60,7 @@ - free(logMsg); - } - --static void defaultLogCallback(int level, const char *message); -+static void defaultLogCallback(logLevels level, const char *message); - - static logcallback logCallbackFunction = defaultLogCallback; - void EXPORT_CALL lbu_registerLogCallback(logcallback callback) --- liblouisutdml-2.6.0/liblouisutdml/louisutdml.h.orig 2015-05-07 14:31:31.000000000 +0200 +++ liblouisutdml-2.6.0/liblouisutdml/louisutdml.h 2017-07-18 19:59:35.241446536 +0200 -@@ -33,7 +33,8 @@ - #define liblouisutdml_h - #include - #include "liblouisutdml.h" --#include -+#include -+#include - #include "sem_enum.h" - - typedef enum -@@ -311,7 +312,7 @@ - int sync_text_length; - int positions_array[2 * BUFSIZE]; - widechar translated_buffer[2 * BUFSIZE]; -- unsigned char typeform[2 * BUFSIZE]; -+ formtype typeform[2 * BUFSIZE]; - char string_buffer[2 * BUFSIZE]; - } UserData; - extern UserData *ud; @@ -428,5 +429,5 @@ void logWidecharBuf(logLevels level, const char *msg, const widechar *wbuf, int wlen); @@ -37,125 +7,227 @@ -// void logMessage(logLevels level, const char *format, ...); +void logMessage(logLevels level, const char *format, ...); #endif /*louisutdml_h */ ---- liblouisutdml-2.6.0/liblouisutdml/readconfig.c.orig 2017-07-18 20:00:40.258112455 +0200 -+++ liblouisutdml-2.6.0/liblouisutdml/readconfig.c 2017-07-18 20:34:39.891422518 +0200 -@@ -36,7 +36,7 @@ - #include - #include - #include --#include -+#include - #include "louisutdml.h" - #include "sem_names.h" - #include -@@ -241,7 +241,7 @@ - if (trialPath[0] == 0) - { - if (lou_getTable (nested->value) != NULL) -- strcpy (trialPath, getLastTableList ()); -+ strcpy (trialPath, _lou_getLastTableList ()); - } - if (trialPath[0] == 0) - { ---- liblouisutdml-2.6.0/liblouisutdml/transcribe_math.c.orig 2015-05-07 14:31:29.000000000 +0200 -+++ liblouisutdml-2.6.0/liblouisutdml/transcribe_math.c 2017-07-18 20:26:29.161428104 +0200 -@@ -138,7 +138,7 @@ - &ud-> - translated_buffer[ud->translated_length], - &translatedLength, -- (char *) ud->typeform, NULL, NULL, -+ ud->typeform, NULL, NULL, - NULL, NULL, dotsIO); - ud->in_sync = 0; - memset (ud->typeform, 0, sizeof (ud->typeform)); ---- liblouisutdml-2.6.0/liblouisutdml/transcribe_paragraph.c.orig 2015-05-07 14:31:32.000000000 +0200 -+++ liblouisutdml-2.6.0/liblouisutdml/transcribe_paragraph.c 2017-07-18 20:28:22.098093482 +0200 -@@ -85,7 +85,7 @@ - static widechar saved_braille_page_string[MAXNUMLEN]; - static widechar saved_running_head[MAXNAMELEN / 2]; - static widechar saved_footer[MAXNAMELEN / 2]; --static unsigned char saved_typeform[2 * BUFSIZE]; -+static formtype saved_typeform[2 * BUFSIZE]; +--- liblouisutdml-2.7.0/liblouisutdml/louisutdml.h.orig 2017-09-20 13:58:06.000000000 +0200 ++++ liblouisutdml-2.7.0/liblouisutdml/louisutdml.h 2018-12-21 05:27:44.631849763 +0100 +@@ -117,7 +117,7 @@ + utf8 = 0, + utf16, + utf32, +- ascii8 ++ // ascii8 = EncodingType::ascii8 + } Encoding; + + typedef enum +--- liblouisutdml-2.7.0/liblouisutdml/readconfig.c.orig 2018-12-21 05:29:37.038515146 +0100 ++++ liblouisutdml-2.7.0/liblouisutdml/readconfig.c 2018-12-21 05:29:43.175181743 +0100 +@@ -65,7 +65,7 @@ + char *value2; + int value2Length; + } +-FileInfo; ++ConfFileInfo; + + static char pathEnd[2]; + static double paperWidth; +@@ -78,7 +78,7 @@ + static int fatalErrorCount = 0; + + static void +-configureError (FileInfo * nested, char *format, ...) ++configureError (ConfFileInfo * nested, char *format, ...) + { + char buffer[1024]; + va_list arguments; +@@ -215,7 +215,7 @@ + } + + static char * +-findTable (FileInfo * nested) ++findTable (ConfFileInfo * nested) + { + char trialPath[MAXNAMELEN]; + char filePath[MAXNAMELEN]; +@@ -253,7 +253,7 @@ + } + + static int +-controlCharValue (FileInfo * nested) ++controlCharValue (ConfFileInfo * nested) + { + /*Decode centrol characters*/ + int k = 0; +@@ -295,13 +295,13 @@ + return 1; + } + +-static int compileConfig (FileInfo * nested); ++static int compileConfig (ConfFileInfo * nested); + + int + config_compileSettings (const char *fileName) + { + /*Compile an input file or string */ +- FileInfo nested; ++ ConfFileInfo nested; + char completePath[MAXNAMELEN]; + if (!*fileName) + return 1; /*Probably run with defaults */ +@@ -329,7 +329,7 @@ + } + + static int +-getLine (FileInfo * nested) ++getLine (ConfFileInfo * nested) + { + int lineLen = 0; + int ch; +@@ -369,7 +369,7 @@ + } + + static int +-parseLine (FileInfo * nested) ++parseLine (ConfFileInfo * nested) + { + char *curchar = NULL; + int ch = 0; +@@ -468,7 +468,7 @@ + } + + static int +-checkActions (FileInfo * nested, const char **actions) ++checkActions (ConfFileInfo * nested, const char **actions) + { + int actionNum = find_action (actions, nested->action); + if (actionNum == -1) +@@ -477,7 +477,7 @@ + } + + static int +-checkValues (FileInfo * nested, const char **values) ++checkValues (ConfFileInfo * nested, const char **values) + { + int k; + for (k = 0; values[k]; k += 2) +@@ -494,7 +494,7 @@ + } + + static unsigned int +-hexValue (FileInfo * nested, const char *digits) ++hexValue (ConfFileInfo * nested, const char *digits) + { + int length = strlen (digits); + int k; +@@ -520,7 +520,7 @@ + } + + static unsigned int +-convertValue (FileInfo * nested, const char *number) ++convertValue (ConfFileInfo * nested, const char *number) + { + if (number[0] == '0' && number[1] == 'x') + return hexValue (nested, &number[2]); +@@ -534,7 +534,7 @@ + } + + static int +-orValues (FileInfo * nested, const char **values) ++orValues (ConfFileInfo * nested, const char **values) + { + int result = 0; + int k; +@@ -564,7 +564,7 @@ + } + + static int +-checkSubActions (FileInfo * nested, const char **mainActions, const char ++checkSubActions (ConfFileInfo * nested, const char **mainActions, const char + **subActions) + { + int subAction; +@@ -588,7 +588,7 @@ + } + static int +-compileConfig (FileInfo * nested) ++compileConfig (ConfFileInfo * nested) + { + static const char *mainActions[] = { + "outputFormat", +--- liblouisutdml-2.7.0/liblouisutdml/semantics.c.orig 2017-09-20 13:58:06.000000000 +0200 ++++ liblouisutdml-2.7.0/liblouisutdml/semantics.c 2018-12-21 05:30:17.571848019 +0100 +@@ -47,7 +47,7 @@ + int unedited; + char line[5 * MAXNAMELEN]; + } +-FileInfo; ++SemFileInfo; + + #define HASHSIZE 383 + #define MAXINSERTS 256 +@@ -91,10 +91,10 @@ + static int errorCount = 0; + static const xmlChar *rootName; + static xmlXPathContext *xpathCtx = NULL; +-static int registerNamespaces (FileInfo * Nested, xmlXPathContextPtr ++static int registerNamespaces (SemFileInfo * Nested, xmlXPathContextPtr + xpathCtx, const xmlChar * nsList); static void - saveState (void) -@@ -120,7 +120,7 @@ - widecharcpy (saved_running_head, ud->running_head, - saved_running_head_length); - widecharcpy (saved_footer, ud->footer, saved_footer_length); -- unsignedcharcpy (saved_typeform, ud->typeform, saved_text_length); -+ memcpy (saved_typeform, ud->typeform, saved_text_length * sizeof(formtype)); - - widestrcpy (saved_page_separator_number_first, - ud->page_separator_number_first); -@@ -167,7 +167,7 @@ - widecharcpy (ud->running_head, saved_running_head, - saved_running_head_length); - widecharcpy (ud->footer, saved_footer, saved_footer_length); -- unsignedcharcpy (ud->typeform, saved_typeform, saved_text_length); -+ memcpy (ud->typeform, saved_typeform, saved_text_length * sizeof(formtype)); - - widestrcpy (ud->page_separator_number_first, - saved_page_separator_number_first); ---- liblouisutdml-2.6.0/liblouisutdml/transcriber.c.orig 2015-05-07 14:31:32.000000000 +0200 -+++ liblouisutdml-2.6.0/liblouisutdml/transcriber.c 2017-07-18 20:31:05.391424947 +0200 -@@ -670,7 +670,7 @@ - { - case code: - table = ud->compbrl_table_name; -- memset (ud->typeform, computer_braille, ud->text_length); -+ memset (ud->typeform, computer_braille, ud->text_length * sizeof(formtype)); - break; - default: - table = ud->main_braille_table; -@@ -728,10 +728,10 @@ - translate_possibly_prehyphenated (const char *table, - const widechar * inbuf, int *inlen, - widechar * outbuf, int *outlen, -- char *typeform, int *indices, int mode) -+ formtype *typeform, int *indices, int mode) - { - static widechar tmp_outbuf[2 * BUFSIZE]; -- static char tmp_typeform[2 * BUFSIZE]; -+ static formtype tmp_typeform[2 * BUFSIZE]; - static int tmp_indices_1[2 * BUFSIZE]; - static int tmp_indices_2[2 * BUFSIZE]; - int tmp_outlen; -@@ -816,7 +816,7 @@ - &ud->translated_buffer[ud-> - translated_length], - &translatedLength, -- (char *) &ud->typeform[0], -+ &ud->typeform[0], - ud->in_sync ? &ud-> - positions_array[ud-> - translated_length] : -@@ -1093,8 +1093,8 @@ +-semanticError (FileInfo * nested, char *format, ...) ++semanticError (SemFileInfo * nested, char *format, ...) + { + char buffer[MAXNAMELEN]; + va_list arguments; +@@ -342,7 +342,7 @@ + } + + static widechar +-hexValue (FileInfo * nested, const xmlChar * digits, int length) ++hexValue (SemFileInfo * nested, const xmlChar * digits, int length) { int k; - int top = ud->top; -- memset (&ud->typeform[ud->old_text_length], 0, ud->text_length - -- ud->old_text_length); -+ memset (&ud->typeform[ud->old_text_length], 0, (ud->text_length - -+ ud->old_text_length) * sizeof(formtype)); - while (top >= 0 && (ud->stack[top] == italicx || ud->stack[top] == boldx - || ud->stack[top] == underlinex - || ud->stack[top] == compbrl)) -@@ -3230,7 +3230,7 @@ - ud->text_buffer, &translationLength, - &ud->translated_buffer[0], - &translatedLength, -- (char *) ud->typeform, NULL, 0)) -+ ud->typeform, NULL, 0)) - return 0; - if (ud->back_text == html) - { -@@ -4948,7 +4948,7 @@ - &ud-> - translated_buffer[ud->translated_length], - &translatedLength, -- (char *) ud->typeform, NULL, NULL, -+ ud->typeform, NULL, NULL, - setIndices, NULL, dotsIO); - ud->in_sync = 0; - memset (ud->typeform, 0, sizeof (ud->typeform)); + unsigned int binaryValue = 0; +@@ -367,7 +367,7 @@ + } + + static InsertsType * +-encodeInsertions (FileInfo * nested, xmlChar * insertions, int length) ++encodeInsertions (SemFileInfo * nested, xmlChar * insertions, int length) + { + int k = 0; + int prevk = 0; +@@ -642,7 +642,7 @@ + return -1; + } + static int +-compileLine (FileInfo * nested) ++compileLine (SemFileInfo * nested) + { + char *curchar = NULL; + int ch = 0; +@@ -835,7 +835,7 @@ + } + + static int +-getALine (FileInfo * nested) ++getALine (SemFileInfo * nested) + { + /*Read a line of chars from an input file */ + int ch; +@@ -867,7 +867,7 @@ + sem_compileFile (const char *fileName) + { + /*Compile an input file */ +- FileInfo nested; ++ SemFileInfo nested; + char completePath[MAXNAMELEN]; + int haveAppended = 0; + logMessage(LOG_INFO, "Begin sem_compileFile: fileName=%s", fileName); +@@ -1025,7 +1025,7 @@ + * Returns 1 on success and 0 on failure. + */ + static int +-registerNamespaces (FileInfo * nested, xmlXPathContextPtr xpathCtx, const ++registerNamespaces (SemFileInfo * nested, xmlXPathContextPtr xpathCtx, const + xmlChar * nsList) + { + xmlChar *nsListDup; ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/liblouisutdml.git/commitdiff/fe90311db69c89db2d822e9d958c6823f0406601 From qboosh at pld-linux.org Fri Dec 21 05:34:36 2018 From: qboosh at pld-linux.org (qboosh) Date: Fri, 21 Dec 2018 05:34:36 +0100 Subject: DISTFILES: liblouisutdml: liblouisutdml-2.7.0.tar.gz Message-ID: <19574.1545366876@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://github.com/liblouis/liblouisutdml/archive/v2.7.0/liblouisutdml-2.7.0.tar.gz acc6d9f41bb8a7c4316dd42d1f3d5f93 liblouisutdml-2.7.0.tar.gz Size: 1619662 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Fri Dec 21 05:42:05 2018 From: qboosh at pld-linux.org (qboosh) Date: Fri, 21 Dec 2018 05:42:05 +0100 Subject: =?utf8?q?=5Bpackages/cups-filters=5D_-_added_poppler_patch_=28adjust_for_pop?= =?utf8?q?pler_0=2E72_API_changes=29=3B_release_2?= References: <04b828163e0745c0ce261992df33999d83513b35_refs_heads_master@pld-linux.org> Message-ID: <91e8d1731fac70d148ff11bb3f5688841b3540ca_refs_heads_master@pld-linux.org> commit 91e8d1731fac70d148ff11bb3f5688841b3540ca Author: Jakub Bogusz Date: Fri Dec 21 05:46:41 2018 +0100 - added poppler patch (adjust for poppler 0.72 API changes); release 2 cups-filters-poppler.patch | 234 +++++++++++++++++++++++++++++++++++++++++++++ cups-filters.spec | 6 +- 2 files changed, 238 insertions(+), 2 deletions(-) --- diff --git a/cups-filters.spec b/cups-filters.spec index 1837b00..7234665 100644 --- a/cups-filters.spec +++ b/cups-filters.spec @@ -12,7 +12,7 @@ Summary: OpenPrinting CUPS filters and backends Summary(pl.UTF-8): Filtry i backendy CUPS-a z projektu OpenPrinting Name: cups-filters Version: 1.21.6 -Release: 1 +Release: 2 # For a breakdown of the licensing, see COPYING file # GPLv2: filters: commandto*, imagetoraster, pdftops, rasterto*, # imagetopdf, pstopdf, texttopdf @@ -30,6 +30,7 @@ Patch0: %{name}-dbus.patch Patch1: %{name}-php.patch Patch2: %{name}-php7.patch Patch3: %{name}-php73.patch +Patch4: %{name}-poppler.patch URL: http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters BuildRequires: autoconf >= 2.65 BuildRequires: automake >= 1:1.11 @@ -56,7 +57,7 @@ BuildRequires: openldap-devel BuildRequires: pkgconfig >= 1:0.20 # just for cpp/poppler-version.h BuildRequires: poppler-cpp-devel >= 0.18 -BuildRequires: poppler-devel >= 0.18 +BuildRequires: poppler-devel >= 0.72.0 # /usr/bin/pdftops, for features detection BuildRequires: poppler-progs >= 0.18 BuildRequires: qpdf-devel >= 8.1.0 @@ -250,6 +251,7 @@ Modu? PHP do og?lnego systemu druku dla Uniksa. %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build %{__aclocal} diff --git a/cups-filters-poppler.patch b/cups-filters-poppler.patch new file mode 100644 index 0000000..96c5c05 --- /dev/null +++ b/cups-filters-poppler.patch @@ -0,0 +1,234 @@ +--- cups-filters-1.21.6/filter/pdftoopvp/oprs/OPVPSplashClip.cxx.orig 2018-12-17 17:50:48.000000000 +0100 ++++ cups-filters-1.21.6/filter/pdftoopvp/oprs/OPVPSplashClip.cxx 2018-12-20 21:00:31.188863926 +0100 +@@ -40,14 +40,15 @@ + + /* dummy call to clear state */ + scanners[0]->getBBox(&tsxMin,&tsyMin,&tsxMax,&tsyMax); +- scanners[0]->getNextSpan(tsyMin-2,&x0,&x1); ++ SplashXPathScanIterator(*scanners[0], tsyMin-2).getNextSpan(&x0,&x1); + + for (y = tyMin;y <= tyMax;y++) { + /* clear buffer */ + for (i = 0;i < blen;i++) { + cbuf[i] = 0; + } +- while (scanners[0]->getNextSpan(y,&x0,&x1)) { ++ SplashXPathScanIterator iter(*scanners[0], y); ++ while (iter.getNextSpan(&x0,&x1)) { + if (x0 < txMin) x0 = txMin; + if (x1 > txMax) x1 = txMax; + for (i = x0;i < x1;i++) { +@@ -59,7 +60,8 @@ + for (i = 0;i < blen;i++) { + tbuf[i] = 0; + } +- while (scanners[j]->getNextSpan(y,&x0,&x1)) { ++ SplashXPathScanIterator iter2(*scanners[j], y); ++ while (iter2.getNextSpan(&x0,&x1)) { + if (x0 < txMin) x0 = txMin; + if (x1 > txMax) x1 = txMax; + for (i = x0;i < x1;i++) { +--- cups-filters-1.21.6/filter/pdftoopvp/oprs/OPVPSplash.cxx.orig 2018-12-17 17:50:48.000000000 +0100 ++++ cups-filters-1.21.6/filter/pdftoopvp/oprs/OPVPSplash.cxx 2018-12-20 21:02:03.895529536 +0100 +@@ -1006,7 +1006,8 @@ + setStrokePattern(state->fillPattern->copy()); + + for (y = yMinI; y < yMaxI; ++y) { +- while (scanner->getNextSpan(y, &x0, &x1)) { ++ SplashXPathScanIterator iter(*scanner, y); ++ while (iter.getNextSpan(&x0, &x1)) { + if (x0 == x1) continue; + if (clipRes == splashClipAllInside) { + drawSpan(x0, x1-1, y, true); +--- cups-filters-1.21.6/filter/pdftoopvp/OPVPOutputDev.cxx.orig 2018-12-17 17:50:48.000000000 +0100 ++++ cups-filters-1.21.6/filter/pdftoopvp/OPVPOutputDev.cxx 2018-12-20 21:05:04.392194142 +0100 +@@ -294,7 +294,7 @@ + + if (state) { + if (scaleWidth > 0 && scaleHeight > 0) { +- double *ctm = state->getCTM(); ++ const double *ctm = state->getCTM(); + + switch (rotate) { + case 90: +@@ -548,7 +548,7 @@ + &faceIndex, NULL); + if (fileName == 0) { + opvpError(-1, "Couldn't find a font for '%s'", +- gfxFont->getName() ? gfxFont->getName()->getCString() ++ gfxFont->getName() ? gfxFont->getName()->c_str() + : "(unnamed)"); + goto err2; + } +@@ -574,7 +574,7 @@ + } + if (!dfp) { + opvpError(-1, "Couldn't find a font for '%s'", +- gfxFont->getName() ? gfxFont->getName()->getCString() ++ gfxFont->getName() ? gfxFont->getName()->c_str() + : "(unnamed)"); + goto err2; + } +@@ -609,7 +609,7 @@ + #endif + ((Gfx8BitFont *)gfxFont)->getEncoding()))) { + opvpError(-1, "Couldn't create a font for '%s'", +- gfxFont->getName() ? gfxFont->getName()->getCString() ++ gfxFont->getName() ? gfxFont->getName()->c_str() + : "(unnamed)"); + goto err2; + } +@@ -623,7 +623,7 @@ + #endif + ((Gfx8BitFont *)gfxFont)->getEncoding()))) { + opvpError(-1, "Couldn't create a font for '%s'", +- gfxFont->getName() ? gfxFont->getName()->getCString() ++ gfxFont->getName() ? gfxFont->getName()->c_str() + : "(unnamed)"); + goto err2; + } +@@ -637,7 +637,7 @@ + #endif + ((Gfx8BitFont *)gfxFont)->getEncoding()))) { + opvpError(-1, "Couldn't create a font for '%s'", +- gfxFont->getName() ? gfxFont->getName()->getCString() ++ gfxFont->getName() ? gfxFont->getName()->c_str() + : "(unnamed)"); + goto err2; + } +@@ -645,7 +645,7 @@ + case fontTrueTypeOT: + case fontTrueType: + if (fileName) +- ff = FoFiTrueType::load(fileName->getCString()); ++ ff = FoFiTrueType::load(fileName->c_str()); + else + ff = FoFiTrueType::make(tmpBuf, tmpBufLen); + if (ff) { +@@ -661,7 +661,7 @@ + fontsrc, + codeToGID, n))) { + opvpError(-1, "Couldn't create a font for '%s'", +- gfxFont->getName() ? gfxFont->getName()->getCString() ++ gfxFont->getName() ? gfxFont->getName()->c_str() + : "(unnamed)"); + goto err2; + } +@@ -672,7 +672,7 @@ + id, + fontsrc))) { + opvpError(-1, "Couldn't create a font for '%s'", +- gfxFont->getName() ? gfxFont->getName()->getCString() ++ gfxFont->getName() ? gfxFont->getName()->c_str() + : "(unnamed)"); + goto err2; + } +@@ -696,7 +696,7 @@ + fontsrc))) { + #endif + opvpError(-1, "Couldn't create a font for '%s'", +- gfxFont->getName() ? gfxFont->getName()->getCString() ++ gfxFont->getName() ? gfxFont->getName()->c_str() + : "(unnamed)"); + goto err2; + } +@@ -720,7 +720,7 @@ + } + } else { + if (fileName) +- ff = FoFiTrueType::load(fileName->getCString()); ++ ff = FoFiTrueType::load(fileName->c_str()); + else + ff = FoFiTrueType::make(tmpBuf, tmpBufLen); + if (! ff) +@@ -733,7 +733,7 @@ + fontsrc, + codeToGID, n, faceIndex))) { + opvpError(-1, "Couldn't create a font for '%s'", +- gfxFont->getName() ? gfxFont->getName()->getCString() ++ gfxFont->getName() ? gfxFont->getName()->c_str() + : "(unnamed)"); + goto err2; + } +@@ -760,7 +760,7 @@ + if (fontFile->doAdjustMatrix && !gfxFont->isCIDFont()) { + double w1, w2; + CharCode code; +- char *name; ++ const char *name; + for (code = 0; code < 256; ++code) { + if ((name = ((Gfx8BitFont *)gfxFont)->getCharName(code)) && + name[0] == 'm' && name[1] == '\0') { +@@ -1115,7 +1115,7 @@ + int width, int height, bool invert, + bool interpolate, + bool inlineImg) { +- double *ctm; ++ const double *ctm; + SplashCoord mat[6]; + SplashOutImageMaskData imgMaskData; + +@@ -1379,7 +1379,7 @@ + GfxImageColorMap *colorMap, + bool interpolate, + int *maskColors, bool inlineImg) { +- double *ctm; ++ const double *ctm; + SplashCoord mat[6]; + SplashOutImageData imgData; + SplashColorMode srcMode; +@@ -1604,7 +1604,7 @@ + Stream *maskStr, int maskWidth, + int maskHeight, bool maskInvert, + bool maskInterpolate) { +- double *ctm; ++ const double *ctm; + SplashCoord mat[6]; + SplashOutMaskedImageData imgData; + SplashOutImageMaskData imgMaskData; +@@ -1759,7 +1759,7 @@ + int maskWidth, int maskHeight, + GfxImageColorMap *maskColorMap, + bool maskInterpolate) { +- double *ctm; ++ const double *ctm; + SplashCoord mat[6]; + SplashOutImageData imgData; + SplashOutImageData imgMaskData; +--- cups-filters-1.21.6/filter/pdftoopvp/pdftoopvp.cxx.orig 2018-12-17 17:50:48.000000000 +0100 ++++ cups-filters-1.21.6/filter/pdftoopvp/pdftoopvp.cxx 2018-12-20 21:09:35.195524381 +0100 +@@ -482,11 +482,11 @@ + if (choices != 0) free(choices); + } + +- strncpy(jobInfo,jobInfoStr.getCString(),sizeof(jobInfo)-1); ++ strncpy(jobInfo,jobInfoStr.c_str(),sizeof(jobInfo)-1); + jobInfo[sizeof(jobInfo)-1] = '\0'; +- strncpy(docInfo,docInfoStr.getCString(),sizeof(docInfo)-1); ++ strncpy(docInfo,docInfoStr.c_str(),sizeof(docInfo)-1); + docInfo[sizeof(docInfo)-1] = '\0'; +- strncpy(pageInfo,pageInfoStr.getCString(),sizeof(pageInfo)-1); ++ strncpy(pageInfo,pageInfoStr.c_str(),sizeof(pageInfo)-1); + pageInfo[sizeof(pageInfo)-1] = '\0'; + + colorProfile = getColorProfilePath(ppd,&colorProfilePath); +@@ -647,7 +647,9 @@ + name.append("/tmp"); + } + name.append("/XXXXXX"); +- fd = mkstemp(name.getCString()); ++ char namebuf[name.getLength()+1]; ++ strcpy(namebuf, name.c_str()); ++ fd = mkstemp(namebuf); + if (fd < 0) { + opvpError(-1,"Can't create temporary file"); + exitCode = 2; +@@ -691,7 +693,7 @@ + close(fd); + doc = new PDFDoc(&name); + /* remove name */ +- unlink(name.getCString()); ++ unlink(name.c_str()); + } else { + /* no jcl check */ + doc = new PDFDoc(fileName.copy()); ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/cups-filters.git/commitdiff/91e8d1731fac70d148ff11bb3f5688841b3540ca From qboosh at pld-linux.org Fri Dec 21 06:17:52 2018 From: qboosh at pld-linux.org (qboosh) Date: Fri, 21 Dec 2018 06:17:52 +0100 Subject: =?utf8?q?=5Bpackages/libindi=5D_-_updated_to_1=2E6=2E2_-_removed_obsolete_pc?= =?utf8?q?_patch?= References: Message-ID: commit b18f1400bc9870e05ce9cd52291a057bfb1544ec Author: Jakub Bogusz Date: Fri Dec 21 06:22:31 2018 +0100 - updated to 1.6.2 - removed obsolete pc patch libindi-pc.patch | 50 -------------------------------------------------- libindi.spec | 34 ++++++++++++++++++++++++++++------ 2 files changed, 28 insertions(+), 56 deletions(-) --- diff --git a/libindi.spec b/libindi.spec index f061577..86df943 100644 --- a/libindi.spec +++ b/libindi.spec @@ -5,14 +5,13 @@ Summary: Instrument Neutral Distributed Interface Summary(pl.UTF-8): Instrument Neutral Distributed Interface - interfejs do sterowania przyrz?dami Name: libindi -Version: 1.4.1 +Version: 1.6.2 Release: 1 License: LGPL v2.1+ Group: Libraries Source0: http://downloads.sourceforge.net/indi/%{name}_%{version}.tar.gz -# Source0-md5: 9f7556239dda08b7175ec44bd5a61b71 +# Source0-md5: 56dd859175312a2f6af7b359578e9edb Patch0: no_static_lib.patch -Patch1: %{name}-pc.patch URL: http://www.indilib.org/ %{?with_qt5:BuildRequires: Qt5Network-devel >= 5.0} BuildRequires: cfitsio-devel >= 3.03 @@ -23,6 +22,7 @@ BuildRequires: gsl-devel >= 1.10 #BuildRequires: libfli-devel >= 1.7 BuildRequires: libjpeg-devel BuildRequires: libnova-devel >= 0.12.2 +BuildRequires: libtheora-devel BuildRequires: libusb-devel >= 1 BuildRequires: libstdc++-devel >= 6:4.3 BuildRequires: pkgconfig @@ -97,7 +97,6 @@ Biblioteka kliencka INDI oparta o Qt5. %prep %setup -q -n %{name} %patch0 -p1 -%patch1 -p2 %build install -d build @@ -125,59 +124,81 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README* TODO +%attr(755,root,root) %{_bindir}/indi_astrometry %attr(755,root,root) %{_bindir}/indi_baader_dome %attr(755,root,root) %{_bindir}/indi_celestron_gps +%attr(755,root,root) %{_bindir}/indi_dmfc_focus +%attr(755,root,root) %{_bindir}/indi_dsc_telescope %attr(755,root,root) %{_bindir}/indi_eval %attr(755,root,root) %{_bindir}/indi_flipflat +%attr(755,root,root) %{_bindir}/indi_focusmaster_focus +%attr(755,root,root) %{_bindir}/indi_gemini_focus %attr(755,root,root) %{_bindir}/indi_getprop %attr(755,root,root) %{_bindir}/indi_gpusb %attr(755,root,root) %{_bindir}/indi_hitecastrodc_focus %attr(755,root,root) %{_bindir}/indi_ieq_telescope %attr(755,root,root) %{_bindir}/indi_imager_agent +%attr(755,root,root) %{_bindir}/indi_integra_focus +%attr(755,root,root) %{_bindir}/indi_ioptronHC8406 %attr(755,root,root) %{_bindir}/indi_joystick +%attr(755,root,root) %{_bindir}/indi_lakeside_focus %attr(755,root,root) %{_bindir}/indi_lx200_10micron %attr(755,root,root) %{_bindir}/indi_lx200_16 %attr(755,root,root) %{_bindir}/indi_lx200_OnStep %attr(755,root,root) %{_bindir}/indi_lx200ap +%attr(755,root,root) %{_bindir}/indi_lx200ap_experimental %attr(755,root,root) %{_bindir}/indi_lx200autostar %attr(755,root,root) %{_bindir}/indi_lx200basic %attr(755,root,root) %{_bindir}/indi_lx200classic %attr(755,root,root) %{_bindir}/indi_lx200fs2 %attr(755,root,root) %{_bindir}/indi_lx200gemini %attr(755,root,root) %{_bindir}/indi_lx200generic +%attr(755,root,root) %{_bindir}/indi_lx200gotonova %attr(755,root,root) %{_bindir}/indi_lx200gps %attr(755,root,root) %{_bindir}/indi_lx200pulsar2 %attr(755,root,root) %{_bindir}/indi_lx200ss2000pc %attr(755,root,root) %{_bindir}/indi_lx200zeq25 %attr(755,root,root) %{_bindir}/indi_lynx_focus +%attr(755,root,root) %{_bindir}/indi_mbox_weather %attr(755,root,root) %{_bindir}/indi_meta_weather %attr(755,root,root) %{_bindir}/indi_microtouch_focus %attr(755,root,root) %{_bindir}/indi_moonlite_focus %attr(755,root,root) %{_bindir}/indi_nfocus +%attr(755,root,root) %{_bindir}/indi_nightcrawler_focus %attr(755,root,root) %{_bindir}/indi_nstep_focus %attr(755,root,root) %{_bindir}/indi_optec_wheel +%attr(755,root,root) %{_bindir}/indi_paramount_telescope %attr(755,root,root) %{_bindir}/indi_perfectstar_focus +%attr(755,root,root) %{_bindir}/indi_pyxis_rotator %attr(755,root,root) %{_bindir}/indi_quantum_wheel %attr(755,root,root) %{_bindir}/indi_robo_focus %attr(755,root,root) %{_bindir}/indi_rolloff_dome %attr(755,root,root) %{_bindir}/indi_script_dome %attr(755,root,root) %{_bindir}/indi_script_telescope +%attr(755,root,root) %{_bindir}/indi_sestosenso_focus %attr(755,root,root) %{_bindir}/indi_setprop %attr(755,root,root) %{_bindir}/indi_simulator_ccd %attr(755,root,root) %{_bindir}/indi_simulator_dome %attr(755,root,root) %{_bindir}/indi_simulator_focus %attr(755,root,root) %{_bindir}/indi_simulator_gps +%attr(755,root,root) %{_bindir}/indi_simulator_guide +%attr(755,root,root) %{_bindir}/indi_simulator_sqm %attr(755,root,root) %{_bindir}/indi_simulator_telescope %attr(755,root,root) %{_bindir}/indi_simulator_wheel -%attr(755,root,root) %{_bindir}/indi_skywatcherAPIMount +%attr(755,root,root) %{_bindir}/indi_skycommander_telescope +%attr(755,root,root) %{_bindir}/indi_skysafari +%attr(755,root,root) %{_bindir}/indi_skywatcherAltAzMount %attr(755,root,root) %{_bindir}/indi_smartfocus_focus +%attr(755,root,root) %{_bindir}/indi_snapcap %attr(755,root,root) %{_bindir}/indi_sqm_weather %attr(755,root,root) %{_bindir}/indi_star2000 %attr(755,root,root) %{_bindir}/indi_steeldrive_focus -%attr(755,root,root) %{_bindir}/indi_synscan +%attr(755,root,root) %{_bindir}/indi_synscan_telescope %attr(755,root,root) %{_bindir}/indi_tcfs3_focus %attr(755,root,root) %{_bindir}/indi_tcfs_focus %attr(755,root,root) %{_bindir}/indi_temma +%attr(755,root,root) %{_bindir}/indi_trutech_wheel +%attr(755,root,root) %{_bindir}/indi_usbdewpoint %attr(755,root,root) %{_bindir}/indi_usbfocusv3_focus %attr(755,root,root) %{_bindir}/indi_v4l2_ccd %attr(755,root,root) %{_bindir}/indi_vantage_weather @@ -196,6 +217,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/indi/drivers.xml %{_datadir}/indi/indi_tcfs_sk.xml /lib/udev/rules.d/99-flipflat.rules +/lib/udev/rules.d/99-focusmaster.rules /lib/udev/rules.d/99-gpusb.rules /lib/udev/rules.d/99-hitecastrodcfocuser.rules /lib/udev/rules.d/99-perfectstar.rules diff --git a/libindi-pc.patch b/libindi-pc.patch deleted file mode 100644 index 87e9cd6..0000000 --- a/libindi-pc.patch +++ /dev/null @@ -1,50 +0,0 @@ -From 2363105d83087e83adf86846d192e5e17cd61b19 Mon Sep 17 00:00:00 2001 -From: Jasem Mutlaq -Date: Sun, 19 Mar 2017 11:10:37 +0300 -Subject: [PATCH] Update libindi.pc to include updated libs in 1.4.1 - ---- - libindi/CMakeLists.txt | 3 +++ - libindi/libindi.pc.cmake | 4 ++-- - 2 files changed, 5 insertions(+), 2 deletions(-) - -diff --git a/libindi/CMakeLists.txt b/libindi/CMakeLists.txt -index 46247a7b..18ea148d 100644 ---- a/libindi/CMakeLists.txt -+++ b/libindi/CMakeLists.txt -@@ -48,6 +48,8 @@ set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/") - set(PKGCONFIG_INSTALL_PREFIX "${CMAKE_INSTALL_LIBDIR}/pkgconfig/") - set(UDEVRULES_INSTALL_DIR "/lib/udev/rules.d" CACHE STRING "Base directory for udev rules") - -+set(PKG_CONFIG_LIBDIR ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}) -+ - ##################################### Build Options ############################################## - # Select which components to build and what options to apply - -@@ -318,6 +320,7 @@ set_target_properties(indidriver PROPERTIES COMPILE_FLAGS "-fPIC") - set_target_properties(indidriver PROPERTIES VERSION ${CMAKE_INDI_VERSION_STRING} SOVERSION ${INDI_SOVERSION} OUTPUT_NAME indidriver) - target_link_libraries(indidriver ${LIBUSB_1_LIBRARIES} ${NOVA_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${CFITSIO_LIBRARIES} ${M_LIB} ${ZLIB_LIBRARY} ${JPEG_LIBRARY}) - install(TARGETS indidriver LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) -+set(PKG_CONFIG_LIBS "${PKG_CONFIG_LIBS} -lindidriver -lindiAlignmentDriver") - endif(CYGWIN) - - -diff --git a/libindi/libindi.pc.cmake b/libindi/libindi.pc.cmake -index 39b8cdb7..8deb8420 100644 ---- a/libindi/libindi.pc.cmake -+++ b/libindi/libindi.pc.cmake -@@ -1,12 +1,12 @@ - prefix=@CMAKE_INSTALL_PREFIX@ - exec_prefix=@CMAKE_INSTALL_PREFIX@ --libdir=@LIB_DESTINATION@ -+libdir=@PKG_CONFIG_LIBDIR@ - includedir=@INCLUDE_INSTALL_DIR@ - - Name: libindi - Description: Instrument Neutral Distributed Interface - URL: http://www.indilib.org/ - Version: @CMAKE_INDI_VERSION_STRING@ --Libs: -L${libdir} -lindi -+Libs: -L${libdir} @PKG_CONFIG_LIBS@ - Cflags: -I${includedir} -I${includedir}/libindi - ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/libindi.git/commitdiff/b18f1400bc9870e05ce9cd52291a057bfb1544ec From qboosh at pld-linux.org Fri Dec 21 06:17:59 2018 From: qboosh at pld-linux.org (qboosh) Date: Fri, 21 Dec 2018 06:17:59 +0100 Subject: DISTFILES: libindi: libindi_1.6.2.tar.gz Message-ID: <30723.1545369479@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: http://downloads.sourceforge.net/indi/libindi_1.6.2.tar.gz 56dd859175312a2f6af7b359578e9edb libindi_1.6.2.tar.gz Size: 1727421 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Fri Dec 21 06:26:38 2018 From: qboosh at pld-linux.org (qboosh) Date: Fri, 21 Dec 2018 06:26:38 +0100 Subject: =?utf8?q?=5Bpackages/libfpx=5D_-_updated_to_1=2E3=2E1-10_=28fixes_CVE-2017-1?= =?utf8?q?2921_CVE-2017-12925_and_possibly_CVE-2017-12920=29?= References: <316ec4e33dbc08a7641ef08a7a95a1c128f59ab1_refs_heads_master@pld-linux.org> Message-ID: <7180b380548797aec832d166ae8bed83d927b307_refs_heads_master@pld-linux.org> commit 7180b380548797aec832d166ae8bed83d927b307 Author: Jakub Bogusz Date: Fri Dec 21 06:31:17 2018 +0100 - updated to 1.3.1-10 (fixes CVE-2017-12921 CVE-2017-12925 and possibly CVE-2017-12920) libfpx.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- diff --git a/libfpx.spec b/libfpx.spec index 39f553d..8811d27 100644 --- a/libfpx.spec +++ b/libfpx.spec @@ -5,12 +5,12 @@ Summary: FlashPIX OpenSource Toolkit Summary(pl.UTF-8): Biblioteka do obr?bki obrazk?w FlashPIX Name: libfpx -Version: 1.3.1.8 +Version: 1.3.1.10 Release: 1 License: distributable (see COPYING) Group: Libraries -Source0: http://www.imagemagick.org/download/delegates/%{name}-1.3.1-8.tar.xz -# Source0-md5: e33ff72b94cc203caef1549bfeafb08f +Source0: http://www.imagemagick.org/download/delegates/%{name}-1.3.1-10.tar.xz +# Source0-md5: 6855850cde24262e3d7fd7b8514d0b1d Patch0: %{name}-link.patch URL: http://www.imagemagick.org/ BuildRequires: autoconf >= 2.60 @@ -61,7 +61,7 @@ Static version of FlashPIX library. Statyczna wersja biblioteki FlashPIX. %prep -%setup -q -n %{name}-1.3.1-8 +%setup -q -n %{name}-1.3.1-10 %patch0 -p1 ln -f flashpix.h COPYING ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/libfpx.git/commitdiff/7180b380548797aec832d166ae8bed83d927b307 From qboosh at pld-linux.org Fri Dec 21 06:26:45 2018 From: qboosh at pld-linux.org (qboosh) Date: Fri, 21 Dec 2018 06:26:45 +0100 Subject: DISTFILES: libfpx: libfpx-1.3.1-10.tar.xz Message-ID: <668.1545370005@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: http://www.imagemagick.org/download/delegates/libfpx-1.3.1-10.tar.xz 6855850cde24262e3d7fd7b8514d0b1d libfpx-1.3.1-10.tar.xz Size: 1907580 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Fri Dec 21 06:50:02 2018 From: qboosh at pld-linux.org (qboosh) Date: Fri, 21 Dec 2018 06:50:02 +0100 Subject: =?utf8?q?=5Bpackages/perl-Astro-FITS-CFITSIO=5D_-_updated_to_1=2E12_=28for_c?= =?utf8?q?fitsio_3=2E450=29?= References: <9587e618a978492981715ee60c27aabc4a148df4_refs_heads_master@pld-linux.org> Message-ID: <6c10b166218dae919757c52bc08fdfcbc9b415a4_refs_heads_master@pld-linux.org> commit 6c10b166218dae919757c52bc08fdfcbc9b415a4 Author: Jakub Bogusz Date: Fri Dec 21 06:54:41 2018 +0100 - updated to 1.12 (for cfitsio 3.450) perl-Astro-FITS-CFITSIO.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- diff --git a/perl-Astro-FITS-CFITSIO.spec b/perl-Astro-FITS-CFITSIO.spec index 77c0ab0..ceac30f 100644 --- a/perl-Astro-FITS-CFITSIO.spec +++ b/perl-Astro-FITS-CFITSIO.spec @@ -8,19 +8,19 @@ Summary: Astro::FITS::CFITSIO - Perl extension for using the cfitsio library Summary(pl.UTF-8): Astro::FITS::CFITSIO - rozszerzenie Perla do korzystania z biblioteki cfitsio Name: perl-Astro-FITS-CFITSIO -Version: 1.11 -Release: 5 +Version: 1.12 +Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Astro/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: 99526138ddeaee2f14f364d2406b1ee9 +# Source0-md5: 0da6bf7569fc382d2e22c876680a3967 URL: http://search.cpan.org/dist/Astro-FITS-CFITSIO/ -BuildRequires: cfitsio-devel >= 3.390 +BuildRequires: cfitsio-devel >= 3.450 BuildRequires: perl-ExtUtils-PkgConfig BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 -Requires: cfitsio >= 3.390 +Requires: cfitsio >= 3.450 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/perl-Astro-FITS-CFITSIO.git/commitdiff/6c10b166218dae919757c52bc08fdfcbc9b415a4 From qboosh at pld-linux.org Fri Dec 21 06:50:09 2018 From: qboosh at pld-linux.org (qboosh) Date: Fri, 21 Dec 2018 06:50:09 +0100 Subject: DISTFILES: perl-Astro-FITS-CFITSIO: Astro-FITS-CFITSIO-1.12.tar.gz Message-ID: <6786.1545371409@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: http://www.cpan.org/modules/by-module/Astro/Astro-FITS-CFITSIO-1.12.tar.gz 0da6bf7569fc382d2e22c876680a3967 Astro-FITS-CFITSIO-1.12.tar.gz Size: 355127 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Fri Dec 21 11:28:12 2018 From: atler at pld-linux.org (atler) Date: Fri, 21 Dec 2018 11:28:12 +0100 Subject: =?utf8?q?=5Bpackages/sed=5D_up_to_4=2E7?= References: <9496f36c4402203c7eae3ad5daa216ce34428a79_refs_heads_master@pld-linux.org> Message-ID: <37d8a790aaf0987983bbef986df1bc573815d6f4_refs_heads_master@pld-linux.org> commit 37d8a790aaf0987983bbef986df1bc573815d6f4 Author: Jan Palus Date: Fri Dec 21 11:26:54 2018 +0100 up to 4.7 fixes regression: http://lists.gnu.org/archive/html/sed-devel/2018-12/msg00022.html sed.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/sed.spec b/sed.spec index 5f3ab3a..0067535 100644 --- a/sed.spec +++ b/sed.spec @@ -13,12 +13,12 @@ Summary(ru.UTF-8): ????????? ???????? ?????? GNU Summary(tr.UTF-8): GNU dosya i?leme arac? Summary(uk.UTF-8): ????????? ???????? ?????? GNU Name: sed -Version: 4.6 +Version: 4.7 Release: 1 License: GPL v3+ Group: Applications/Text Source0: http://ftp.gnu.org/gnu/sed/%{name}-%{version}.tar.xz -# Source0-md5: a72a4f045a04681f18d7889924d53b8e +# Source0-md5: 777ddfd9d71dd06711fe91f0925e1573 Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2 # Source1-md5: 5cd651063bfc00a82d820ba018672351 Patch0: %{name}-info.patch ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/sed.git/commitdiff/37d8a790aaf0987983bbef986df1bc573815d6f4 From atler at pld-linux.org Fri Dec 21 11:28:21 2018 From: atler at pld-linux.org (atler) Date: Fri, 21 Dec 2018 11:28:21 +0100 Subject: DISTFILES: sed: sed-4.7.tar.xz sed-non-english-man-pages.tar.bz2 Message-ID: <22717.1545388101@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: http://ftp.gnu.org/gnu/sed/sed-4.7.tar.xz 777ddfd9d71dd06711fe91f0925e1573 sed-4.7.tar.xz Size: 1298316 bytes ALREADY GOT: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/sed-non-english-man-pages.tar.bz2 5cd651063bfc00a82d820ba018672351 sed-non-english-man-pages.tar.bz2 -- Virtually Yours: distfiles. From atler at pld-linux.org Fri Dec 21 11:29:58 2018 From: atler at pld-linux.org (atler) Date: Fri, 21 Dec 2018 11:29:58 +0100 Subject: =?utf8?q?=5Bpackages/VirtualBox=5D_drop_sed_4=2E6_patch?= References: <57852ec15ea547287562db638cf8e02f36eebe71_refs_heads_master@pld-linux.org> Message-ID: commit fbcc804e103fb05de8e7446b5c6e9249f10d07d9 Author: Jan Palus Date: Fri Dec 21 11:28:28 2018 +0100 drop sed 4.6 patch regression fixed in sed 4.7 VirtualBox-sed-4.6.patch | 11 ----------- VirtualBox.spec | 2 -- 2 files changed, 13 deletions(-) --- diff --git a/VirtualBox.spec b/VirtualBox.spec index 931e37d..a825d32 100644 --- a/VirtualBox.spec +++ b/VirtualBox.spec @@ -81,7 +81,6 @@ Patch13: %{pname}-no-scrextend.patch Patch14: %{pname}-multipython.patch Patch15: %{pname}-lightdm-1.19.2.patch Patch16: %{pname}-no-vboxvideo.patch -Patch17: %{pname}-sed-4.6.patch URL: http://www.virtualbox.org/ %if %{with userspace} %ifarch %{x8664} @@ -550,7 +549,6 @@ cd ../..\ %patch14 -p0 %patch15 -p0 %patch16 -p0 -%patch17 -p1 %{__sed} -i -e 's, at VBOX_DOC_PATH@,%{_docdir}/%{name}-%{version},' \ -e 's/Categories=.*/Categories=Utility;Emulator;/' src/VBox/Installer/common/virtualbox.desktop.in diff --git a/VirtualBox-sed-4.6.patch b/VirtualBox-sed-4.6.patch deleted file mode 100644 index 8b08e48..0000000 --- a/VirtualBox-sed-4.6.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- VirtualBox-6.0.0/src/VBox/Additions/linux/export_modules.sh.orig 2018-12-20 18:52:22.251544899 +0100 -+++ VirtualBox-6.0.0/src/VBox/Additions/linux/export_modules.sh 2018-12-20 18:52:43.561388418 +0100 -@@ -16,7 +16,7 @@ - # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. - # - --export LC_ALL=C -+export LC_ALL=C.UTF-8 - - # The below is GNU-specific. See VBox.sh for the longer Solaris/OS X version. - TARGET=`readlink -e -- "${0}"` || exit 1 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/VirtualBox.git/commitdiff/fbcc804e103fb05de8e7446b5c6e9249f10d07d9 From atler at pld-linux.org Fri Dec 21 11:55:20 2018 From: atler at pld-linux.org (atler) Date: Fri, 21 Dec 2018 11:55:20 +0100 Subject: =?utf8?q?=5Bpackages/harfbuzz=5D_up_to_2=2E3=2E0?= References: <3ee666c82e8edfef7ab69289c69e7f5e9ecd81e0_refs_heads_master@pld-linux.org> Message-ID: <9acbff8e337094b300f4e01a67c1480378f775c5_refs_heads_master@pld-linux.org> commit 9acbff8e337094b300f4e01a67c1480378f775c5 Author: Jan Palus Date: Fri Dec 21 11:55:11 2018 +0100 up to 2.3.0 harfbuzz.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) --- diff --git a/harfbuzz.spec b/harfbuzz.spec index 1f19b39..53b9030 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -8,12 +8,12 @@ Summary: HarfBuzz - internationalized text shaping library Summary(pl.UTF-8): HarfBuzz - biblioteka rysuj?ca tekst z obs?ug? wielu j?zyk?w Name: harfbuzz -Version: 2.2.0 -Release: 2 +Version: 2.3.0 +Release: 1 License: MIT Group: Libraries Source0: https://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2 -# Source0-md5: d9b8b2bc4d0cdf7f0824f4f0631d264b +# Source0-md5: e2adaead3dc0cf82836b64b79dd90438 Patch0: pc_deps.patch URL: https://www.freedesktop.org/wiki/HarfBuzz BuildRequires: autoconf >= 2.64 @@ -285,6 +285,7 @@ rm -rf $RPM_BUILD_ROOT %{?with_graphite2:%{_includedir}/harfbuzz/hb-graphite2.h} %{_includedir}/harfbuzz/hb-map.h %{_includedir}/harfbuzz/hb-ot-color.h +%{_includedir}/harfbuzz/hb-ot-deprecated.h %{_includedir}/harfbuzz/hb-ot-font.h %{_includedir}/harfbuzz/hb-ot-layout.h %{_includedir}/harfbuzz/hb-ot-math.h ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/harfbuzz.git/commitdiff/9acbff8e337094b300f4e01a67c1480378f775c5 From atler at pld-linux.org Fri Dec 21 11:55:32 2018 From: atler at pld-linux.org (atler) Date: Fri, 21 Dec 2018 11:55:32 +0100 Subject: DISTFILES: harfbuzz: harfbuzz-2.3.0.tar.bz2 Message-ID: <29446.1545389732@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.3.0.tar.bz2 e2adaead3dc0cf82836b64b79dd90438 harfbuzz-2.3.0.tar.bz2 Size: 17909479 bytes -- Virtually Yours: distfiles. From glen at pld-linux.org Fri Dec 21 12:08:26 2018 From: glen at pld-linux.org (glen) Date: Fri, 21 Dec 2018 12:08:26 +0100 Subject: =?utf8?q?=5Bpackages/knife-backup=5D_up_to_0=2E0=2E12?= References: Message-ID: <3f93aafcb4d6f5acd160f4133cda8a8d8c564bda_refs_heads_master@pld-linux.org> commit 3f93aafcb4d6f5acd160f4133cda8a8d8c564bda Author: Elan Ruusam?e Date: Fri Dec 21 13:08:09 2018 +0200 up to 0.0.12 knife-backup.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- diff --git a/knife-backup.spec b/knife-backup.spec index ea64df7..f31f830 100644 --- a/knife-backup.spec +++ b/knife-backup.spec @@ -1,11 +1,11 @@ Summary: Chef knife plugins to help backup and restore chef servers Name: knife-backup -Version: 0.0.10 +Version: 0.0.12 Release: 1 License: Apache v2.0 Group: Development/Languages -Source0: http://rubygems.org/downloads/%{name}-%{version}.gem -# Source0-md5: bf69bba9c8caa111b675390e5cfabcf2 +Source0: https://rubygems.org/downloads/%{name}-%{version}.gem +# Source0-md5: 1614df249db189b66a06cb78872c9c5e URL: https://github.com/mdxp/knife-backup BuildRequires: rpm-rubyprov BuildRequires: rpmbuild(macros) >= 1.656 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/knife-backup.git/commitdiff/3f93aafcb4d6f5acd160f4133cda8a8d8c564bda From glen at pld-linux.org Fri Dec 21 12:08:31 2018 From: glen at pld-linux.org (glen) Date: Fri, 21 Dec 2018 12:08:31 +0100 Subject: DISTFILES: knife-backup: knife-backup-0.0.12.gem Message-ID: <514.1545390511@distfiles.pld-linux.org> Request by: glen Files fetched: 1 STORED: https://rubygems.org/downloads/knife-backup-0.0.12.gem 1614df249db189b66a06cb78872c9c5e knife-backup-0.0.12.gem Size: 13824 bytes -- Virtually Yours: distfiles. From glen at pld-linux.org Fri Dec 21 13:24:29 2018 From: glen at pld-linux.org (glen) Date: Fri, 21 Dec 2018 13:24:29 +0100 Subject: =?utf8?q?=5Bpackages/php-composer-xdebug-handler=5D_up_to_1=2E3=2E1?= References: <3577c664ab90f2b854fc4e86d9677e6f834d4776_refs_heads_master@pld-linux.org> Message-ID: commit c0924d4dd75e57d973e5428b2a35cbb9734e7f55 Author: Elan Ruusam?e Date: Fri Dec 21 14:23:48 2018 +0200 up to 1.3.1 https://github.com/composer/xdebug-handler/releases/tag/1.3.1 - Fixed: fail restart if passthru has been disabled in disable_functions. - Fixed: fail restart if an ini file cannot be opened, otherwise settings will be missing. php-composer-xdebug-handler.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index 77e242b..85155b5 100644 --- a/php-composer-xdebug-handler.spec +++ b/php-composer-xdebug-handler.spec @@ -3,12 +3,12 @@ %include /usr/lib/rpm/macros.php Summary: Restarts a process without xdebug Name: php-composer-%{pkgname} -Version: 1.3.0 +Version: 1.3.1 Release: 1 License: MIT Group: Development/Languages/PHP Source0: https://github.com/composer/xdebug-handler/archive/%{version}/%{pkgname}-%{version}.tar.gz -# Source0-md5: c34c243322d141277cc0d86357b89ed2 +# Source0-md5: 8d9e5ad41b981c2798e79b6e3fdf0cea URL: https://github.com/composer/xdebug-handler Requires: php(core) >= %{php_min_version} Requires: php-psr-log >= 1.0 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/php-composer-xdebug-handler.git/commitdiff/c0924d4dd75e57d973e5428b2a35cbb9734e7f55 From glen at pld-linux.org Fri Dec 21 13:24:37 2018 From: glen at pld-linux.org (glen) Date: Fri, 21 Dec 2018 13:24:37 +0100 Subject: DISTFILES: php-composer-xdebug-handler: xdebug-handler-1.3.1.tar.gz Message-ID: <21514.1545395077@distfiles.pld-linux.org> Request by: glen Files fetched: 1 STORED: https://github.com/composer/xdebug-handler/archive/1.3.1/xdebug-handler-1.3.1.tar.gz 8d9e5ad41b981c2798e79b6e3fdf0cea xdebug-handler-1.3.1.tar.gz Size: 12589 bytes -- Virtually Yours: distfiles. From glen at pld-linux.org Fri Dec 21 13:26:30 2018 From: glen at pld-linux.org (glen) Date: Fri, 21 Dec 2018 13:26:30 +0100 Subject: =?utf8?q?=5Bpackages/php-composer-spdx-licenses=5D_up_to_1=2E5=2E0?= References: <990ede971307e383f8e20a2f9a9344fa48c514c1_refs_heads_master@pld-linux.org> Message-ID: <961f7d4940b98ead3a76f766e7d7e5b410c840d1_refs_heads_master@pld-linux.org> commit 961f7d4940b98ead3a76f766e7d7e5b410c840d1 Author: Elan Ruusam?e Date: Fri Dec 21 14:25:50 2018 +0200 up to 1.5.0 https://github.com/composer/spdx-licenses/releases/tag/1.5.0 - Changed: updated licenses list (SPDX 3.3) php-composer-spdx-licenses.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/php-composer-spdx-licenses.spec b/php-composer-spdx-licenses.spec index 887bf51..d4206a4 100644 --- a/php-composer-spdx-licenses.spec +++ b/php-composer-spdx-licenses.spec @@ -1,12 +1,12 @@ %define pkgname spdx-licenses Summary: SPDX licenses list and validation library Name: php-composer-%{pkgname} -Version: 1.3.0 +Version: 1.5.0 Release: 1 License: MIT Group: Development/Libraries Source0: https://github.com/composer/spdx-licenses/archive/%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 0258592504524fe0398e26c6eb7b7fd4 +# Source0-md5: f17e549b6a1b3b9cb0089cabab661c7c Patch0: res.patch URL: https://github.com/composer/spdx-licenses Requires: php(core) >= 5.3.2 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/php-composer-spdx-licenses.git/commitdiff/961f7d4940b98ead3a76f766e7d7e5b410c840d1 From glen at pld-linux.org Fri Dec 21 13:26:37 2018 From: glen at pld-linux.org (glen) Date: Fri, 21 Dec 2018 13:26:37 +0100 Subject: DISTFILES: php-composer-spdx-licenses: php-composer-spdx-licenses-1.5.0.tar.gz Message-ID: <22234.1545395197@distfiles.pld-linux.org> Request by: glen Files fetched: 1 STORED: https://github.com/composer/spdx-licenses/archive/1.5.0/php-composer-spdx-licenses-1.5.0.tar.gz f17e549b6a1b3b9cb0089cabab661c7c php-composer-spdx-licenses-1.5.0.tar.gz Size: 11576 bytes -- Virtually Yours: distfiles. From glen at pld-linux.org Fri Dec 21 13:38:40 2018 From: glen at pld-linux.org (glen) Date: Fri, 21 Dec 2018 13:38:40 +0100 Subject: =?utf8?q?=5Bpackages/php-justinrainbow-json-schema=5D_up_to_5=2E2=2E7?= References: Message-ID: <9f08c0735da6d516801dded401c980508ec9e473_refs_heads_master@pld-linux.org> commit 9f08c0735da6d516801dded401c980508ec9e473 Author: Elan Ruusam?e Date: Fri Dec 21 14:38:35 2018 +0200 up to 5.2.7 php-justinrainbow-json-schema.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/php-justinrainbow-json-schema.spec b/php-justinrainbow-json-schema.spec index ede2024..49f3337 100644 --- a/php-justinrainbow-json-schema.spec +++ b/php-justinrainbow-json-schema.spec @@ -3,12 +3,12 @@ %include /usr/lib/rpm/macros.php Summary: PHP implementation of JSON schema Name: php-justinrainbow-%{pkgname} -Version: 3.0.1 +Version: 5.2.7 Release: 1 License: MIT Group: Development/Languages/PHP Source0: https://github.com/justinrainbow/json-schema/archive/%{version}/%{pkgname}-%{version}.tar.gz -# Source0-md5: 8439562a76016c29032041f513a750cd +# Source0-md5: 60ed0092e52ad4a0cd0108caf112021b URL: https://github.com/justinrainbow/json-schema BuildRequires: rpm-php-pearprov >= 4.4.2-11 BuildRequires: rpmbuild(macros) >= 1.461 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/php-justinrainbow-json-schema.git/commitdiff/9f08c0735da6d516801dded401c980508ec9e473 From glen at pld-linux.org Fri Dec 21 13:38:47 2018 From: glen at pld-linux.org (glen) Date: Fri, 21 Dec 2018 13:38:47 +0100 Subject: DISTFILES: php-justinrainbow-json-schema: json-schema-5.2.7.tar.gz Message-ID: <25530.1545395927@distfiles.pld-linux.org> Request by: glen Files fetched: 1 STORED: https://github.com/justinrainbow/json-schema/archive/5.2.7/json-schema-5.2.7.tar.gz 60ed0092e52ad4a0cd0108caf112021b json-schema-5.2.7.tar.gz Size: 31388 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Fri Dec 21 23:55:21 2018 From: atler at pld-linux.org (atler) Date: Fri, 21 Dec 2018 23:55:21 +0100 Subject: =?utf8?q?=5Bpackages/mate-panel=5D_up_to_1=2E20=2E4?= References: Message-ID: <870311340a0da29e8503a34374d38424be0fbfe5_refs_heads_master@pld-linux.org> commit 870311340a0da29e8503a34374d38424be0fbfe5 Author: Jan Palus Date: Fri Dec 21 23:55:03 2018 +0100 up to 1.20.4 mate-panel.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) --- diff --git a/mate-panel.spec b/mate-panel.spec index 93d60a2..40b0508 100644 --- a/mate-panel.spec +++ b/mate-panel.spec @@ -5,12 +5,12 @@ Summary: MATE Desktop panel applets Summary(pl.UTF-8): Aplety panelu dla ?rodowiska MATE Desktop Name: mate-panel -Version: 1.20.3 -Release: 2 +Version: 1.20.4 +Release: 1 License: LGPL v2+ (library), GPL v2+ (applets) Group: X11/Applications Source0: http://pub.mate-desktop.org/releases/1.20/%{name}-%{version}.tar.xz -# Source0-md5: 83c81e09fb392acc022a05de21de173b +# Source0-md5: f56f164bcc62f62d18080d98bfd794f0 Patch0: no-xdg-menu-prefix.patch URL: http://wiki.mate-desktop.org/mate-panel BuildRequires: NetworkManager-devel >= 0.6 @@ -165,6 +165,7 @@ desktop-file-install \ # es_ES,ku_IQ are outdated versions of es,ku # the rest not supported by glibc %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{es_ES,frp,jv,ku_IQ,pms} +%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/help/{es_ES,frp,jv,kab,ku_IQ,pms,ur_PK,zh-Hans} %find_lang %{name} --with-mate --all-name ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mate-panel.git/commitdiff/870311340a0da29e8503a34374d38424be0fbfe5 From atler at pld-linux.org Fri Dec 21 23:55:28 2018 From: atler at pld-linux.org (atler) Date: Fri, 21 Dec 2018 23:55:28 +0100 Subject: DISTFILES: mate-panel: mate-panel-1.20.4.tar.xz Message-ID: <11053.1545432928@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: http://pub.mate-desktop.org/releases/1.20/mate-panel-1.20.4.tar.xz f56f164bcc62f62d18080d98bfd794f0 mate-panel-1.20.4.tar.xz Size: 2152644 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Sat Dec 22 01:09:12 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 01:09:12 +0100 Subject: =?utf8?q?=5Bpackages/thunderbird=5D_up_to_60=2E4=2E0?= References: Message-ID: <8cf121ce8a9c30cef2f3bc6ccbef10bd76a778cb_refs_heads_master@pld-linux.org> commit 8cf121ce8a9c30cef2f3bc6ccbef10bd76a778cb Author: Jan Palus Date: Sat Dec 22 00:52:42 2018 +0100 up to 60.4.0 thunderbird.spec | 120 +++++++++++++++++++++++++++---------------------------- 1 file changed, 60 insertions(+), 60 deletions(-) --- diff --git a/thunderbird.spec b/thunderbird.spec index aa698a4..bade44f 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -37,130 +37,130 @@ curl -s $U | sed -ne 's,.*href="\([^"]\+\)/".*,'"$U"'xpi/\1.xpi,p' Summary: Thunderbird - email client Summary(pl.UTF-8): Thunderbird - klient poczty Name: thunderbird -Version: 60.3.3 +Version: 60.4.0 Release: 1 License: MPL v2.0 Group: X11/Applications/Mail Source0: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/source/%{name}-%{version}.source.tar.xz -# Source0-md5: d697e8a613d0716c10b975a504b9cc20 +# Source0-md5: a996576ecd6e0bafb0d1378a62a53284 Source1: %{name}.desktop Source2: %{name}.sh Source100: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/ar.xpi -# Source100-md5: 2edcc883367bfe63e08d9723794058f9 +# Source100-md5: 0e8e4f1bc08e22aacca154498254b6f7 Source101: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/ast.xpi -# Source101-md5: d449a0d14770e16934f824b2feb72372 +# Source101-md5: d7fb5c89f514af46ecbbf8131f6ffb6a Source102: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/be.xpi -# Source102-md5: 98defb390f644c525ef1496fbe81537a +# Source102-md5: f7c6e56cf21e6811bc56a03945ae456c Source103: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/bg.xpi -# Source103-md5: 60d7bb718c9fc45b2c82e1a0911f70f4 +# Source103-md5: 65e571bf065d8f640fa88f9e3aa7e2ad Source104: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/br.xpi -# Source104-md5: d4ac4d8b6290c68acf725edd849a557b +# Source104-md5: dea453fb1909966fb3a1add4e4362db7 Source105: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/ca.xpi -# Source105-md5: f5104760fab03a4a7df0dbbbe8a9e12f +# Source105-md5: d6278bbdbc0ed4170b865fb000c2e62a Source106: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/cs.xpi -# Source106-md5: 8e3e3c59c556b5a6c41cd68f63fd08fc +# Source106-md5: 83f413e95da53c023499c22f295d7406 Source107: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/cy.xpi -# Source107-md5: e7dd71af6f8d9fcb5ed7bc7cc0bcc44b +# Source107-md5: 2231b910712df50c5ea74e84af2d71ed Source108: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/da.xpi -# Source108-md5: bcc5a0a76cfff5eb8a78019fa6cf05b3 +# Source108-md5: 71f390761c53a4df75760d9d428c5e3a Source109: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/de.xpi -# Source109-md5: 19bc4e270ee0ef409c7d5976264b34ef +# Source109-md5: b5665c5dad5bfc86d85c9113296fd206 Source110: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/dsb.xpi -# Source110-md5: 231c87fdec42f0e0e31be0640a11eb15 +# Source110-md5: af5c36ef220558fff254651e1e40fd93 Source111: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/el.xpi -# Source111-md5: 41059d9870f8fe38ff6375dad1955fb9 +# Source111-md5: 1d02bc0696cfc2c0177707c61a979f15 Source112: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/en-GB.xpi -# Source112-md5: 87bacd27be33d8bb8b9ace91825deeb9 +# Source112-md5: e5bf1d46c217cdbfd15d081e93d9efcb Source113: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/en-US.xpi -# Source113-md5: abdc7241eb2d2ebda1522155240fc88f +# Source113-md5: 9083363d3903a451afacf539430b2209 Source114: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/es-AR.xpi -# Source114-md5: cb500f14997395e75de203fd76fed1a5 +# Source114-md5: 682edbfdda84d2ff1a57ec0cbe8b5626 Source115: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/es-ES.xpi -# Source115-md5: 734f3037a701b835c6f6f3950709f6ae +# Source115-md5: 2a4a8d06bc0f463400a3eb0609558236 Source116: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/et.xpi -# Source116-md5: 9569ede1f8dc5f322b6edad13744edbe +# Source116-md5: 4fcd6bd954260c5b04525e900e05a5ea Source117: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/eu.xpi -# Source117-md5: 9524d965fa3fca6718f2fa1d19fa9e97 +# Source117-md5: 70d6b8ac1abd9f1244fd3c1aa28e7fdc Source118: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/fi.xpi -# Source118-md5: 1acdc638cb5c3fadbb5edb19e2debda1 +# Source118-md5: 3bfccf5f690f520ac7f4d7614e9375d7 Source119: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/fr.xpi -# Source119-md5: 9480f5803ef667985320d8433e1005d9 +# Source119-md5: 934196dd4bcde9c44792e1ef155a3cbd Source120: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/fy-NL.xpi -# Source120-md5: 8d98a4ce0cf7e77d8b89996eb77cb6c9 +# Source120-md5: 23084b21de5f41be40083736cc2a256b Source121: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/ga-IE.xpi -# Source121-md5: 4b817f13a8a3d418e517d38b6ad93515 +# Source121-md5: 84eea9bd65bae8176fbd955c30c57d0c Source122: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/gd.xpi -# Source122-md5: da1a8a8fb48c8e4255b5d136d308b19c +# Source122-md5: 9aa7936d7102e485b6bc1a720a6688f7 Source123: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/gl.xpi -# Source123-md5: 468ce3067afe64517f6adb6c4e7982d6 +# Source123-md5: 0b3e3e46e0ec5a3383400784c5543ad2 Source124: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/he.xpi -# Source124-md5: 8bfa8c66af527f6c5aa97bab3f1fae9e +# Source124-md5: 55c8260ecb167a10adba95683911a7aa Source125: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/hr.xpi -# Source125-md5: c0b07a0c3a6af9ac47585f7220e4c5e9 +# Source125-md5: 9378a33be448ba9ec092a52e07201c1a Source126: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/hsb.xpi -# Source126-md5: 495555a181bc98cc4d807c2267177f09 +# Source126-md5: 70a924ebb2504aca7aa9d487c9a967b4 Source127: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/hu.xpi -# Source127-md5: 6e4340de64ed9b43b06b7c407c6f427c +# Source127-md5: 0d71ebe09225c51ff52c0651b2f60dc5 Source128: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/hy-AM.xpi -# Source128-md5: 10ad348778a29d6147341f4f2a43dc03 +# Source128-md5: 994a2cf2a0d829bf3170665d85d5af95 Source129: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/id.xpi -# Source129-md5: 3287750887d4cb106f431da29435607c +# Source129-md5: f837f4204758e08ea9b7576561561853 Source130: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/is.xpi -# Source130-md5: be92a0c9da38111fc979eb4b36bfb0b9 +# Source130-md5: 73168b36d1acde9d49183505201c45d9 Source131: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/it.xpi -# Source131-md5: f62ccbd74e5a5ac8616d225a8b2c432f +# Source131-md5: 01b7e956a7aa310c3cb7f786f6b458c9 Source132: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/ja.xpi -# Source132-md5: b09438f5ab7d2d17f308f3b3df9c792c +# Source132-md5: e30f499c3237eb64b316c29ac051b48b Source133: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/kab.xpi -# Source133-md5: 6b30d1be86dc20ad9a768a72ca8bd370 +# Source133-md5: a9956c537fb7e052da02917f7fb8345e Source134: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/kk.xpi -# Source134-md5: e029bf11198f3d180cd358afabf3a15d +# Source134-md5: 9965d066065485e4d2737d6034c917f9 Source135: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/ko.xpi -# Source135-md5: 39bc69d0d9a94fa1d96421270fc71a5d +# Source135-md5: 53fb1a4d5e26c327badcca5c0e747924 Source136: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/lt.xpi -# Source136-md5: 0cff8d78977587ea5aa4f2e5ebb7ff64 +# Source136-md5: 104aabd6c4bf071a522e7d145962a092 Source137: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/ms.xpi -# Source137-md5: 7c9f49dfc830cdd8a145250002e59411 +# Source137-md5: 20d35d15210a5a603edd562d36528d41 Source138: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/nb-NO.xpi -# Source138-md5: 141aad05e6706f1fdd09189ce9479919 +# Source138-md5: 73558e2c710357dcd7a545ae06f342c9 Source139: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/nl.xpi -# Source139-md5: 65b68007c09fccd2a82777e429f3551a +# Source139-md5: 5a1b593d0c321283d83e6bfd7b227b58 Source140: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/nn-NO.xpi -# Source140-md5: ca11596f0a4411389778757314491bc0 +# Source140-md5: c8ba17500520b5f36fcc434f927db767 Source141: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/pl.xpi -# Source141-md5: 5089ba7c2be62aa39240bad83b035613 +# Source141-md5: 2f23022ba4d760242754d829879868f3 Source142: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/pt-BR.xpi -# Source142-md5: 796e766b5573d0b06d489293dfc549e4 +# Source142-md5: c1744ea46e227fe7f320298c8b835e1a Source143: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/pt-PT.xpi -# Source143-md5: 76fb3d5fe83f65ced0d2158dfbce919f +# Source143-md5: 5c997df1fc04160a32abeb7acd028faf Source144: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/rm.xpi -# Source144-md5: bba3bf120484c5f50e607062ff99a6e0 +# Source144-md5: eb1269a6341eb54bbba5ace00c727d54 Source145: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/ro.xpi -# Source145-md5: 7b11c744a779ce4fe4909d6e9dee3c5b +# Source145-md5: e53b0d1da75973f161b4c14230d007da Source146: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/ru.xpi -# Source146-md5: 7cee70a9e33f6423b8aa3740da2aa07a +# Source146-md5: a2127390df311c09860057a6b72f93f8 Source147: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/si.xpi -# Source147-md5: 1df519e2e18d6d478e30bb92cfc41d0e +# Source147-md5: 2ee2aa37cfdb04d4ba01aba0c78b1449 Source148: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/sk.xpi -# Source148-md5: ece2a9b1d556e3959fb2f3bdaf6e843c +# Source148-md5: 60274758e03b38b50cecbeb329e49a0e Source149: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/sl.xpi -# Source149-md5: fd30fa27118ec27b496a1c2c00a58b2e +# Source149-md5: 910c8ef3164ecb0069a30ba8c20f87b2 Source150: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/sq.xpi -# Source150-md5: 41cea40e0f0c7109d260d62ed4302cb7 +# Source150-md5: a26685cdcd8e84a7b7e5f2072bce5161 Source151: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/sr.xpi -# Source151-md5: d316b3ca380799e709acf89c41d6120c +# Source151-md5: d05deb1cefe8daca9b8539328f2f56e9 Source152: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/sv-SE.xpi -# Source152-md5: 12d7bd1c1f1bd5b90d8fb165e9c9ad49 +# Source152-md5: 1f0039fddb81ca206e6fbc8f56d3aa19 Source153: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/tr.xpi -# Source153-md5: 0db18f357e4b7c50e2593d7096dc459d +# Source153-md5: ea0d08fb93de25aae9e7322d52fc2340 Source154: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/uk.xpi -# Source154-md5: f438d81ac0e43bbe5cd237d805d484d3 +# Source154-md5: ef7f296e4ce0ca327639eb23ff6111a2 Source155: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/vi.xpi -# Source155-md5: f76fbb06ec23b9dd654ad9c580c2a74b +# Source155-md5: 7d957e2d35a444a6b0665293f13f0bb2 Source156: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/zh-CN.xpi -# Source156-md5: f7b2bd6acdfce05e92c27733e24938d6 +# Source156-md5: 71390c4164cad93f6fd5bc9468cecb76 Source157: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/linux-i686/xpi/zh-TW.xpi -# Source157-md5: cfcbb9f0be5ff6f0ed65c3cbc7fbd321 +# Source157-md5: e3812dcbe8207553b0cfb887c7bbe9e3 Patch0: prefs.patch Patch1: no-subshell.patch Patch2: enable-addons.patch ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/thunderbird.git/commitdiff/8cf121ce8a9c30cef2f3bc6ccbef10bd76a778cb From atler at pld-linux.org Sat Dec 22 01:09:24 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 01:09:24 +0100 Subject: =?utf8?q?=5Bpackages/mozilla-thunderbird-bin=5D_up_to_60=2E4=2E0?= References: Message-ID: <6b94a0f85c6c21fe8cbbd5e2aef033eb375e937a_refs_heads_master@pld-linux.org> commit 6b94a0f85c6c21fe8cbbd5e2aef033eb375e937a Author: Jan Palus Date: Sat Dec 22 00:32:51 2018 +0100 up to 60.4.0 mozilla-thunderbird-bin.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- diff --git a/mozilla-thunderbird-bin.spec b/mozilla-thunderbird-bin.spec index ef643dc..b525661 100644 --- a/mozilla-thunderbird-bin.spec +++ b/mozilla-thunderbird-bin.spec @@ -4,14 +4,14 @@ Summary: Mozilla Thunderbird - email client Summary(pl.UTF-8): Mozilla Thunderbird - klient poczty Name: mozilla-thunderbird-bin -Version: 60.3.3 +Version: 60.4.0 Release: 1 License: MPL 1.1 or GPL v2+ or LGPL v2.1+ Group: X11/Applications/Networking Source0: https://ftp.mozilla.org/pub/thunderbird/releases/%{version}/linux-i686/en-US/thunderbird-%{version}.tar.bz2?/%{realname}-%{version}.tar.bz2 -# Source0-md5: a8e15451b88dabe55804e81c93168f83 +# Source0-md5: 32a71693d315215a8b2cb7031cfac1ff Source1: https://ftp.mozilla.org/pub/thunderbird/releases/%{version}/linux-x86_64/en-US/thunderbird-%{version}.tar.bz2?/%{realname}64-%{version}.tar.bz2 -# Source1-md5: f5e1bd832cd5652fd1aa5ae08a6b3a50 +# Source1-md5: fe00119e20233429a8dd7cb45b7407c9 Source2: %{name}.desktop Source3: %{name}.sh URL: http://www.mozilla.org/projects/thunderbird/ @@ -21,7 +21,7 @@ Requires: gtk+3 >= 3.4 Requires: mktemp Requires: myspell-common Requires: nspr >= 1:4.19 -Requires: nss >= 1:3.36.4 +Requires: nss >= 1:3.36.6 Requires: sqlite3 >= 3.22.0 Suggests: %{name}-addon-lightning ExclusiveArch: i686 athlon %{x8664} ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mozilla-thunderbird-bin.git/commitdiff/6b94a0f85c6c21fe8cbbd5e2aef033eb375e937a From atler at pld-linux.org Sat Dec 22 01:10:11 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 01:10:11 +0100 Subject: DISTFILES: mozilla-thunderbird-bin: thunderbird-60.4.0.tar.bz2 thunderbird64-60.4.0.tar.bz2 Message-ID: <1942.1545437411@distfiles.pld-linux.org> Request by: atler Files fetched: 2 STORED: https://ftp.mozilla.org/pub/thunderbird/releases/60.4.0/linux-i686/en-US/thunderbird-60.4.0.tar.bz2?/thunderbird-60.4.0.tar.bz2 32a71693d315215a8b2cb7031cfac1ff thunderbird-60.4.0.tar.bz2 Size: 52473526 bytes STORED: https://ftp.mozilla.org/pub/thunderbird/releases/60.4.0/linux-x86_64/en-US/thunderbird-60.4.0.tar.bz2?/thunderbird64-60.4.0.tar.bz2 fe00119e20233429a8dd7cb45b7407c9 thunderbird64-60.4.0.tar.bz2 Size: 50400692 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Sat Dec 22 01:10:22 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 01:10:22 +0100 Subject: =?utf8?q?=5Bpackages/thunderbird=5D_updated_required_nss_version?= References: <8cf121ce8a9c30cef2f3bc6ccbef10bd76a778cb_refs_heads_master@pld-linux.org> Message-ID: commit a5913e25418485d611e265b33bfb5a7759a73212 Author: Jan Palus Date: Sat Dec 22 01:09:55 2018 +0100 updated required nss version thunderbird.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/thunderbird.spec b/thunderbird.spec index bade44f..5698d9b 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -29,7 +29,7 @@ curl -s $U | sed -ne 's,.*href="\([^"]\+\)/".*,'"$U"'xpi/\1.xpi,p' %endif %define nspr_ver 4.19 -%define nss_ver 3.36.4 +%define nss_ver 3.36.6 # The actual sqlite version (see RHBZ#480989): %define sqlite_build_version %(pkg-config --silence-errors --modversion sqlite3 2>/dev/null || echo ERROR) ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/thunderbird.git/commitdiff/a5913e25418485d611e265b33bfb5a7759a73212 From atler at pld-linux.org Sat Dec 22 01:11:19 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 01:11:19 +0100 Subject: DISTFILES: thunderbird: ERRORS: thunderbird-60.4.0.source.tar.xz ar.xpi ast.xpi be.xpi bg.xpi br.xpi ca.xpi cs.xpi cy.xpi da.xpi ... Message-ID: <1611.1545437479@distfiles.pld-linux.org> Request by: atler scp problems: scp -pr -B -q ./tmp/4282863d-720a-47b8-8d1c-cd67ecb82e46/a26685cdcd8e84a7b7e5f2072bce5161/ plddist at distfiles.pld-linux.org:ftp//by-md5/a/2: scp: ftp//by-md5/a/2/a26685cdcd8e84a7b7e5f2072bce5161: File exists The command has exited with a non-zero status. Files fetched: 55 STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/source/thunderbird-60.4.0.source.tar.xz a996576ecd6e0bafb0d1378a62a53284 thunderbird-60.4.0.source.tar.xz Size: 284938284 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/ar.xpi 0e8e4f1bc08e22aacca154498254b6f7 ar.xpi Size: 627179 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/ast.xpi d7fb5c89f514af46ecbbf8131f6ffb6a ast.xpi Size: 560866 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/be.xpi f7c6e56cf21e6811bc56a03945ae456c be.xpi Size: 659078 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/bg.xpi 65e571bf065d8f640fa88f9e3aa7e2ad bg.xpi Size: 665511 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/br.xpi dea453fb1909966fb3a1add4e4362db7 br.xpi Size: 581592 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/ca.xpi d6278bbdbc0ed4170b865fb000c2e62a ca.xpi Size: 591970 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/cs.xpi 83f413e95da53c023499c22f295d7406 cs.xpi Size: 611200 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/cy.xpi 2231b910712df50c5ea74e84af2d71ed cy.xpi Size: 582232 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/da.xpi 71f390761c53a4df75760d9d428c5e3a da.xpi Size: 570806 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/de.xpi b5665c5dad5bfc86d85c9113296fd206 de.xpi Size: 582574 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/dsb.xpi af5c36ef220558fff254651e1e40fd93 dsb.xpi Size: 613758 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/el.xpi 1d02bc0696cfc2c0177707c61a979f15 el.xpi Size: 691054 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/en-GB.xpi e5bf1d46c217cdbfd15d081e93d9efcb en-GB.xpi Size: 550355 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/en-US.xpi 9083363d3903a451afacf539430b2209 en-US.xpi Size: 546990 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/es-AR.xpi 682edbfdda84d2ff1a57ec0cbe8b5626 es-AR.xpi Size: 595047 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/es-ES.xpi 2a4a8d06bc0f463400a3eb0609558236 es-ES.xpi Size: 492211 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/et.xpi 4fcd6bd954260c5b04525e900e05a5ea et.xpi Size: 570866 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/eu.xpi 70d6b8ac1abd9f1244fd3c1aa28e7fdc eu.xpi Size: 577579 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/fi.xpi 3bfccf5f690f520ac7f4d7614e9375d7 fi.xpi Size: 575754 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/fr.xpi 934196dd4bcde9c44792e1ef155a3cbd fr.xpi Size: 608465 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/fy-NL.xpi 23084b21de5f41be40083736cc2a256b fy-NL.xpi Size: 590033 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/ga-IE.xpi 84eea9bd65bae8176fbd955c30c57d0c ga-IE.xpi Size: 603505 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/gd.xpi 9aa7936d7102e485b6bc1a720a6688f7 gd.xpi Size: 599260 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/gl.xpi 0b3e3e46e0ec5a3383400784c5543ad2 gl.xpi Size: 576547 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/he.xpi 55c8260ecb167a10adba95683911a7aa he.xpi Size: 618364 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/hr.xpi 9378a33be448ba9ec092a52e07201c1a hr.xpi Size: 583460 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/hsb.xpi 70a924ebb2504aca7aa9d487c9a967b4 hsb.xpi Size: 611322 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/hu.xpi 0d71ebe09225c51ff52c0651b2f60dc5 hu.xpi Size: 615345 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/hy-AM.xpi 994a2cf2a0d829bf3170665d85d5af95 hy-AM.xpi Size: 649712 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/id.xpi f837f4204758e08ea9b7576561561853 id.xpi Size: 568858 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/is.xpi 73168b36d1acde9d49183505201c45d9 is.xpi Size: 579046 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/it.xpi 01b7e956a7aa310c3cb7f786f6b458c9 it.xpi Size: 477499 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/ja.xpi e30f499c3237eb64b316c29ac051b48b ja.xpi Size: 653343 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/kab.xpi a9956c537fb7e052da02917f7fb8345e kab.xpi Size: 595238 bytes ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/kk.xpi 9965d066065485e4d2737d6034c917f9 kk.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/ko.xpi 53fb1a4d5e26c327badcca5c0e747924 ko.xpi STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/lt.xpi 104aabd6c4bf071a522e7d145962a092 lt.xpi Size: 605440 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/ms.xpi 20d35d15210a5a603edd562d36528d41 ms.xpi Size: 574307 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/nb-NO.xpi 73558e2c710357dcd7a545ae06f342c9 nb-NO.xpi Size: 578233 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/nl.xpi 5a1b593d0c321283d83e6bfd7b227b58 nl.xpi Size: 583913 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/nn-NO.xpi c8ba17500520b5f36fcc434f927db767 nn-NO.xpi Size: 577653 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/pl.xpi 2f23022ba4d760242754d829879868f3 pl.xpi Size: 480723 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/pt-BR.xpi c1744ea46e227fe7f320298c8b835e1a pt-BR.xpi Size: 585017 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/pt-PT.xpi 5c997df1fc04160a32abeb7acd028faf pt-PT.xpi Size: 593185 bytes ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/rm.xpi eb1269a6341eb54bbba5ace00c727d54 rm.xpi STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/ro.xpi e53b0d1da75973f161b4c14230d007da ro.xpi Size: 584307 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/ru.xpi a2127390df311c09860057a6b72f93f8 ru.xpi Size: 694705 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/si.xpi 2ee2aa37cfdb04d4ba01aba0c78b1449 si.xpi Size: 643791 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/sk.xpi 60274758e03b38b50cecbeb329e49a0e sk.xpi Size: 612216 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/sl.xpi 910c8ef3164ecb0069a30ba8c20f87b2 sl.xpi Size: 589946 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/sr.xpi d05deb1cefe8daca9b8539328f2f56e9 sr.xpi Size: 637720 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/sv-SE.xpi 1f0039fddb81ca206e6fbc8f56d3aa19 sv-SE.xpi Size: 594077 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/tr.xpi ea0d08fb93de25aae9e7322d52fc2340 tr.xpi Size: 598009 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/uk.xpi ef7f296e4ce0ca327639eb23ff6111a2 uk.xpi Size: 684154 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/vi.xpi 7d957e2d35a444a6b0665293f13f0bb2 vi.xpi Size: 638420 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/zh-CN.xpi 71390c4164cad93f6fd5bc9468cecb76 zh-CN.xpi Size: 622465 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/zh-TW.xpi e3812dcbe8207553b0cfb887c7bbe9e3 zh-TW.xpi Size: 626189 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Sat Dec 22 01:11:20 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 01:11:20 +0100 Subject: DISTFILES: thunderbird: ERRORS: thunderbird-60.4.0.source.tar.xz ar.xpi ast.xpi be.xpi bg.xpi br.xpi ca.xpi cs.xpi cy.xpi da.xpi ... Message-ID: <2335.1545437480@distfiles.pld-linux.org> Request by: atler scp problems: scp -pr -B -q ./tmp/fca571ff-4dc8-4408-9979-dd6e9c440d18/73168b36d1acde9d49183505201c45d9/ plddist at distfiles.pld-linux.org:ftp//by-md5/7/3: scp: ftp//by-md5/7/3/73168b36d1acde9d49183505201c45d9: File exists The command has exited with a non-zero status. scp problems: scp -pr -B -q ./tmp/fca571ff-4dc8-4408-9979-dd6e9c440d18/e30f499c3237eb64b316c29ac051b48b/ plddist at distfiles.pld-linux.org:ftp//by-md5/e/3: scp: ftp//by-md5/e/3/e30f499c3237eb64b316c29ac051b48b: File exists The command has exited with a non-zero status. Files fetched: 23 ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/source/thunderbird-60.4.0.source.tar.xz a996576ecd6e0bafb0d1378a62a53284 thunderbird-60.4.0.source.tar.xz ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/ar.xpi 0e8e4f1bc08e22aacca154498254b6f7 ar.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/ast.xpi d7fb5c89f514af46ecbbf8131f6ffb6a ast.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/be.xpi f7c6e56cf21e6811bc56a03945ae456c be.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/bg.xpi 65e571bf065d8f640fa88f9e3aa7e2ad bg.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/br.xpi dea453fb1909966fb3a1add4e4362db7 br.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/ca.xpi d6278bbdbc0ed4170b865fb000c2e62a ca.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/cs.xpi 83f413e95da53c023499c22f295d7406 cs.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/cy.xpi 2231b910712df50c5ea74e84af2d71ed cy.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/da.xpi 71f390761c53a4df75760d9d428c5e3a da.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/de.xpi b5665c5dad5bfc86d85c9113296fd206 de.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/dsb.xpi af5c36ef220558fff254651e1e40fd93 dsb.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/el.xpi 1d02bc0696cfc2c0177707c61a979f15 el.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/en-GB.xpi e5bf1d46c217cdbfd15d081e93d9efcb en-GB.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/en-US.xpi 9083363d3903a451afacf539430b2209 en-US.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/es-AR.xpi 682edbfdda84d2ff1a57ec0cbe8b5626 es-AR.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/es-ES.xpi 2a4a8d06bc0f463400a3eb0609558236 es-ES.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/et.xpi 4fcd6bd954260c5b04525e900e05a5ea et.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/eu.xpi 70d6b8ac1abd9f1244fd3c1aa28e7fdc eu.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/fi.xpi 3bfccf5f690f520ac7f4d7614e9375d7 fi.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/fr.xpi 934196dd4bcde9c44792e1ef155a3cbd fr.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/fy-NL.xpi 23084b21de5f41be40083736cc2a256b fy-NL.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/ga-IE.xpi 84eea9bd65bae8176fbd955c30c57d0c ga-IE.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/gd.xpi 9aa7936d7102e485b6bc1a720a6688f7 gd.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/gl.xpi 0b3e3e46e0ec5a3383400784c5543ad2 gl.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/he.xpi 55c8260ecb167a10adba95683911a7aa he.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/hr.xpi 9378a33be448ba9ec092a52e07201c1a hr.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/hsb.xpi 70a924ebb2504aca7aa9d487c9a967b4 hsb.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/hu.xpi 0d71ebe09225c51ff52c0651b2f60dc5 hu.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/hy-AM.xpi 994a2cf2a0d829bf3170665d85d5af95 hy-AM.xpi STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/id.xpi f837f4204758e08ea9b7576561561853 id.xpi Size: 568858 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/it.xpi 01b7e956a7aa310c3cb7f786f6b458c9 it.xpi Size: 477499 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/kab.xpi a9956c537fb7e052da02917f7fb8345e kab.xpi Size: 595238 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/kk.xpi 9965d066065485e4d2737d6034c917f9 kk.xpi Size: 670450 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/ko.xpi 53fb1a4d5e26c327badcca5c0e747924 ko.xpi Size: 619729 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/lt.xpi 104aabd6c4bf071a522e7d145962a092 lt.xpi Size: 605440 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/ms.xpi 20d35d15210a5a603edd562d36528d41 ms.xpi Size: 574307 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/nb-NO.xpi 73558e2c710357dcd7a545ae06f342c9 nb-NO.xpi Size: 578233 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/nl.xpi 5a1b593d0c321283d83e6bfd7b227b58 nl.xpi Size: 583913 bytes ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/nn-NO.xpi c8ba17500520b5f36fcc434f927db767 nn-NO.xpi STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/pl.xpi 2f23022ba4d760242754d829879868f3 pl.xpi Size: 480723 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/pt-BR.xpi c1744ea46e227fe7f320298c8b835e1a pt-BR.xpi Size: 585017 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/pt-PT.xpi 5c997df1fc04160a32abeb7acd028faf pt-PT.xpi Size: 593185 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/rm.xpi eb1269a6341eb54bbba5ace00c727d54 rm.xpi Size: 578383 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/ro.xpi e53b0d1da75973f161b4c14230d007da ro.xpi Size: 584307 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/ru.xpi a2127390df311c09860057a6b72f93f8 ru.xpi Size: 694705 bytes ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/si.xpi 2ee2aa37cfdb04d4ba01aba0c78b1449 si.xpi STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/sk.xpi 60274758e03b38b50cecbeb329e49a0e sk.xpi Size: 612216 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/sl.xpi 910c8ef3164ecb0069a30ba8c20f87b2 sl.xpi Size: 589946 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/sq.xpi a26685cdcd8e84a7b7e5f2072bce5161 sq.xpi Size: 593096 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/sr.xpi d05deb1cefe8daca9b8539328f2f56e9 sr.xpi Size: 637720 bytes ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/sv-SE.xpi 1f0039fddb81ca206e6fbc8f56d3aa19 sv-SE.xpi ALREADY GOT: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/tr.xpi ea0d08fb93de25aae9e7322d52fc2340 tr.xpi STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/uk.xpi ef7f296e4ce0ca327639eb23ff6111a2 uk.xpi Size: 684154 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/vi.xpi 7d957e2d35a444a6b0665293f13f0bb2 vi.xpi Size: 638420 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/zh-CN.xpi 71390c4164cad93f6fd5bc9468cecb76 zh-CN.xpi Size: 622465 bytes STORED: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/60.4.0/linux-i686/xpi/zh-TW.xpi e3812dcbe8207553b0cfb887c7bbe9e3 zh-TW.xpi Size: 626189 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sat Dec 22 08:24:37 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 08:24:37 +0100 Subject: =?utf8?q?=5Bpackages/libde265=5D_-_updated_to_1=2E0=2E3_-_removed_obsolete_s?= =?utf8?q?h_patch?= References: Message-ID: <5aac95ca2eb1d114cccbb3e5f7facce23b1e9aef_refs_heads_master@pld-linux.org> commit 5aac95ca2eb1d114cccbb3e5f7facce23b1e9aef Author: Jakub Bogusz Date: Sat Dec 22 08:29:16 2018 +0100 - updated to 1.0.3 - removed obsolete sh patch libde265-sh.patch | 71 ------------------------------------------------------- libde265.spec | 10 ++++---- 2 files changed, 5 insertions(+), 76 deletions(-) --- diff --git a/libde265.spec b/libde265.spec index e7bc3ed..dc036f0 100644 --- a/libde265.spec +++ b/libde265.spec @@ -6,13 +6,13 @@ Summary: H.265/HEVC video decoder Summary(pl.UTF-8): Dekoder obrazu H.265/HEVC Name: libde265 -Version: 1.0.2 +Version: 1.0.3 Release: 1 License: LGPL v3+ (library), GPL v3+ (programs) Group: Libraries +#Source0Download: https://github.com/strukturag/libde265/releases/ Source0: https://github.com/strukturag/libde265/releases/download/v%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 93520b378df25f3a94e962f2b54872cc -Patch0: %{name}-sh.patch +# Source0-md5: 0e1e26ffcb2177c3749c748e20fcd588 URL: http://www.libde265.org/ BuildRequires: SDL-devel BuildRequires: autoconf >= 2.68 @@ -93,7 +93,6 @@ Statyczna biblioteka libde265. %prep %setup -q -%patch0 -p1 %build %{__libtoolize} @@ -126,12 +125,13 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc AUTHORS NEWS README.md TODO +%doc AUTHORS NEWS README.md %attr(755,root,root) %{_libdir}/libde265.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libde265.so.0 %files tools %defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/acceleration_speed # R: SDL libvideogfx %attr(755,root,root) %{_bindir}/dec265 # R: (only base) diff --git a/libde265-sh.patch b/libde265-sh.patch deleted file mode 100644 index 417eaca..0000000 --- a/libde265-sh.patch +++ /dev/null @@ -1,71 +0,0 @@ ---- libde265-1.0.2/configure.ac.orig 2015-07-14 13:49:47.000000000 +0200 -+++ libde265-1.0.2/configure.ac 2015-10-16 17:46:08.702362000 +0200 -@@ -36,8 +36,8 @@ - # Initialize automake stuff - AM_INIT_AUTOMAKE - --CFLAGS+=" -std=c99" --CXXFLAGS+=" -Werror=return-type -Werror=unused-result -Werror=reorder" -+CFLAGS="$CFLAGS -std=c99" -+CXXFLAGS="$CXXFLAGS -Werror=return-type -Werror=unused-result -Werror=reorder" - AX_CXX_COMPILE_STDCXX_11() - - dnl Use -Wall if we have gcc. -@@ -101,8 +101,8 @@ - ],[],[need_strict_ansi=no],[need_strict_ansi=yes]); - AC_LANG_POP(C++) - if eval "test x$need_strict_ansi = xyes"; then -- CFLAGS+=" -D__STRICT_ANSI__" -- CXXFLAGS+=" -D__STRICT_ANSI__" -+ CFLAGS="$CFLAGS -D__STRICT_ANSI__" -+ CXXFLAGS="$CXXFLAGS -D__STRICT_ANSI__" - fi - AC_MSG_RESULT([$need_strict_ansi]) - -@@ -136,8 +136,8 @@ - fi - AM_CONDITIONAL([ENABLE_SSE_OPT], [test x"$ax_cv_support_sse41_ext" = x"yes"]) - --# CFLAGS+=$SIMD_FLAGS --# CFLAGS+=" -march=x86-64" -+# CFLAGS="$CFLAGS $SIMD_FLAGS" -+# CFLAGS="$CFLAGS -march=x86-64" - - case $target_cpu in - arm*) -@@ -180,7 +180,7 @@ - [enable_log_error=$enableval], - [enable_log_error=yes]) - if eval "test $enable_log_error = yes"; then -- CXXFLAGS+=" -DDE265_LOG_ERROR" -+ CXXFLAGS="$CXXFLAGS -DDE265_LOG_ERROR" - fi - - AC_ARG_ENABLE(log-info, -@@ -189,7 +189,7 @@ - [enable_log_info=$enableval], - [enable_log_info=no]) - if eval "test $enable_log_info = yes"; then -- CXXFLAGS+=" -DDE265_LOG_INFO" -+ CXXFLAGS="$CXXFLAGS -DDE265_LOG_INFO" - fi - - AC_ARG_ENABLE(log-debug, -@@ -198,7 +198,7 @@ - [enable_log_debug=$enableval], - [enable_log_debug=no]) - if eval "test $enable_log_debug = yes"; then -- CXXFLAGS+=" -DDE265_LOG_DEBUG" -+ CXXFLAGS="$CXXFLAGS -DDE265_LOG_DEBUG" - fi - - AC_ARG_ENABLE(log-trace, -@@ -207,7 +207,7 @@ - [enable_log_trace=$enableval], - [enable_log_trace=no]) - if eval "test $enable_log_trace = yes"; then -- CXXFLAGS+=" -DDE265_LOG_TRACE" -+ CXXFLAGS="$CXXFLAGS -DDE265_LOG_TRACE" - fi - - ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/libde265.git/commitdiff/5aac95ca2eb1d114cccbb3e5f7facce23b1e9aef From qboosh at pld-linux.org Sat Dec 22 08:24:44 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 08:24:44 +0100 Subject: DISTFILES: libde265: libde265-1.0.3.tar.gz Message-ID: <23018.1545463484@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://github.com/strukturag/libde265/releases/download/v1.0.3/libde265-1.0.3.tar.gz 0e1e26ffcb2177c3749c748e20fcd588 libde265-1.0.3.tar.gz Size: 871127 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sat Dec 22 08:50:37 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 08:50:37 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-gettext=5D_-_force_use_of_windows_threads?= =?utf8?q?=2C_even_if_pthreads-w32_is_installed=3B_release_5?= References: <301e5050e96f42f569f811275d3019bcc877e7e9_refs_heads_master@pld-linux.org> Message-ID: commit a70f2dde73d6195fb42fcef0db34ebdff1350c0a Author: Jakub Bogusz Date: Sat Dec 22 08:55:13 2018 +0100 - force use of windows threads, even if pthreads-w32 is installed; release 5 crossmingw32-gettext.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- diff --git a/crossmingw32-gettext.spec b/crossmingw32-gettext.spec index 1bed2e5..c0037e4 100644 --- a/crossmingw32-gettext.spec +++ b/crossmingw32-gettext.spec @@ -3,7 +3,7 @@ Summary: gettext libraries - cross MinGW32 version Summary(pl.UTF-8): Biblioteki gettext - wersja skro?na dla MinGW32 Name: crossmingw32-%{realname} Version: 0.19.8.1 -Release: 4 +Release: 5 License: LGPL v2+ Group: Development/Libraries Source0: http://ftp.gnu.org/gnu/gettext/%{realname}-%{version}.tar.lz @@ -118,6 +118,7 @@ cd .. --host=%{target} \ --disable-csharp \ --enable-static \ + --enable-threads=windows \ --without-bzip2 \ --without-git \ --with-xz ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-gettext.git/commitdiff/a70f2dde73d6195fb42fcef0db34ebdff1350c0a From qboosh at pld-linux.org Sat Dec 22 08:52:46 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 08:52:46 +0100 Subject: =?utf8?q?=5Bpackages/libheif=5D_-_added_pc_patch_=28add_Requires=2Eprivate?= =?utf8?q?=29=2C_dropped_=2Ela_file_-_pl=2C_more_accurate_License_specifiers?= =?utf8?q?_-_r?= References: <24d4b26e8df366b1b7a3d9e02e82734cc55255f1_refs_heads_master@pld-linux.org> Message-ID: commit bd70b2108afb89d9fd5f3bade718f145310180f2 Author: Jakub Bogusz Date: Sat Dec 22 08:57:26 2018 +0100 - added pc patch (add Requires.private), dropped .la file - pl, more accurate License specifiers - release 3 libheif-pc.patch | 10 ++++++++++ libheif.spec | 56 +++++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 55 insertions(+), 11 deletions(-) --- diff --git a/libheif.spec b/libheif.spec index d041398..ecf6d2d 100644 --- a/libheif.spec +++ b/libheif.spec @@ -1,18 +1,23 @@ +# # Conditional build: %bcond_without tests # don't perform "make check" # Summary: ISO/IEC 23008-12:2017 HEIF file format decoder and encoder +Summary(pl.UTF-8): Koder i dekoder formatu plik?w HEIF zgodnego z ISO/IEC 23008-12:2017 Name: libheif Version: 1.3.2 -Release: 2 -License: GPL +Release: 3 +License: LGPL v3+ (library), GPL v3+ (tools) Group: Libraries +#Source0Download: https://github.com/strukturag/libheif/releases/ Source0: https://github.com/strukturag/libheif/releases/download/v%{version}/%{name}-%{version}.tar.gz # Source0-md5: 634b0d33db07c85eea2f56c1d8cb87b1 +Patch0: %{name}-pc.patch URL: https://github.com/strukturag/libheif BuildRequires: libde265-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel +BuildRequires: libstdc++-devel BuildRequires: libx265-devel BuildRequires: rpmbuild(macros) >= 1.734 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -28,39 +33,66 @@ libheif makes use of libde265 for the actual image decoding and x265 for encoding. Alternative codecs for, e.g., AVC and JPEG can be provided as plugins. +%description -l pl.UTF-8 +libheif to koder i dekoder formatu plik?w HEIF, zgodnego z ISO/IEC +23008-12:2017. + +HEIF to nowy format plik?w obraz?w wykorzystuj?cy kodowanie obrazu +HEVC (h.265) w celu osi?gni?cia najwy?szych dostepnych obecnie +wsp??czynnik?w kompresji. + +libheif wykorzystuje libde265 do w?a?ciwego procesu dekodowania obrazu +oraz x265 do kodowania. Alternatywne kodeki do np. AVC czy JPEG mog? +by? dostarczone jako wtyczki. + %package devel Summary: Header files for libheif Summary(de.UTF-8): libheif Headers -Summary(es.UTF-8): Archivos de inclusi?n y bibliotecas est?ticas -Summary(fr.UTF-8): en-t?tes et biblioth?ques statiques Summary(pl.UTF-8): Pliki nag??wkowe libheif -Summary(pt_BR.UTF-8): Arquivos de inclus?o e bibliotecas est?ticas -Summary(tr.UTF-8): ba?l?k dosyalar? ve statik kitapl?klar +License: LGPL v3+ Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name} = %{version}-%{release} +Requires: libde265-devel +Requires: libstdc++-devel +Requires: libx265-devel %description devel The header files are only needed for development of programs using the libheif library. +%description devel -l pl.UTF-8 +Pliki nag??wkowe, potrzebne jedynie do rozwijania oprogramowania +wykorzystuj?cego bibliotek? libheif. + %package static Summary: Static libheif library +Summary(pl.UTF-8): Statyczna biblioteka libheif +License: LGPL v3+ Group: Development/Libraries -Requires: %{name}-devel = %{epoch}:%{version}-%{release} +Requires: %{name}-devel = %{version}-%{release} %description static Static libheif library. +%description static -l pl.UTF-8 +Statyczna biblioteka libheif. + %package progs Summary: libheif utility programs +Summary(pl.UTF-8): Programy narz?dziowe libheif +License: GPL v3+ Group: Applications/Graphics -Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name} = %{version}-%{release} %description progs This package contains utility programs to convert HEIF files. +%description progs -l pl.UTF-8 +Ten pakiet zawiera programy narz?dziowe do konwersji plik?w HEIF. + %prep %setup -q +%patch0 -p1 %build %configure @@ -74,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +# obsoleted by pkg-config +%{__rm} $RPM_BUILD_ROOT%{_libdir}/libheif.la + %clean rm -rf $RPM_BUILD_ROOT @@ -83,7 +118,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc README.md -%attr(755,root,root) %{_libdir}/libheif.so.*.* +%attr(755,root,root) %{_libdir}/libheif.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libheif.so.1 %files devel @@ -91,7 +126,6 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_libdir}/libheif.so %{_includedir}/libheif %{_pkgconfigdir}/libheif.pc -%{_libdir}/libheif.la %files static %defattr(644,root,root,755) diff --git a/libheif-pc.patch b/libheif-pc.patch new file mode 100644 index 0000000..5d4de6a --- /dev/null +++ b/libheif-pc.patch @@ -0,0 +1,10 @@ +--- libheif-1.3.2/libheif.pc.in.orig 2018-06-15 12:24:43.000000000 +0200 ++++ libheif-1.3.2/libheif.pc.in 2018-12-22 08:53:32.974055566 +0100 +@@ -10,6 +10,7 @@ + URL: https://github.com/strukturag/libheif + Version: @VERSION@ + Requires: ++Requires.private: libde265 x265 + Libs: -L at libdir@ -lheif + Libs.private: @LIBS@ -lstdc++ + Cflags: -I at includedir@ ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/libheif.git/commitdiff/bd70b2108afb89d9fd5f3bade718f145310180f2 From qboosh at pld-linux.org Sat Dec 22 09:00:57 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 09:00:57 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-pcre=5D_-_release_2?= References: <4d62ab9a23110c0a6e3e8064ae1dbdfb335d942c_refs_heads_master@pld-linux.org> Message-ID: <4998edcd5f1383111b04cf1a5495ccabee9e599b_refs_heads_master@pld-linux.org> commit 4998edcd5f1383111b04cf1a5495ccabee9e599b Author: Jakub Bogusz Date: Sat Dec 22 09:05:36 2018 +0100 - release 2 crossmingw32-pcre.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/crossmingw32-pcre.spec b/crossmingw32-pcre.spec index 6c9e078..78efe57 100644 --- a/crossmingw32-pcre.spec +++ b/crossmingw32-pcre.spec @@ -3,7 +3,7 @@ Summary: Perl-Compatible Regular Expression library - MinGW32 cross version Summary(pl.UTF-8): Biblioteka perlowych wyra?e? regularnych - wersja skro?na dla MinGW32 Name: crossmingw32-%{realname} Version: 8.42 -Release: 1 +Release: 2 License: BSD (see LICENCE) Group: Development/Libraries Source0: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{realname}-%{version}.tar.bz2 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-pcre.git/commitdiff/4998edcd5f1383111b04cf1a5495ccabee9e599b From qboosh at pld-linux.org Sat Dec 22 09:19:56 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 09:19:56 +0100 Subject: =?utf8?q?=5Bpackages/glew1=5D_-_glew_1=2Ex_as_glew1_to_preserve_GLEWmx_libra?= =?utf8?q?ry_after_transition_to_glew_2=2Ex?= References: <52de48632fa846ea33ffc802817ab2bfa5c0a7c6_refs_heads_master@pld-linux.org> Message-ID: commit c342932e899c0f3d0f1f5300bbcd4e9e94ace173 Author: Jakub Bogusz Date: Sat Dec 22 09:24:34 2018 +0100 - glew 1.x as glew1 to preserve GLEWmx library after transition to glew 2.x glew.spec | 102 ---------------------------------- glew1.spec | 185 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 185 insertions(+), 102 deletions(-) --- diff --git a/glew.spec b/glew.spec deleted file mode 100644 index 7445505..0000000 --- a/glew.spec +++ /dev/null @@ -1,102 +0,0 @@ -Summary: The OpenGL Extension Wrangler Library -Summary(pl.UTF-8): Bibliteka OpenGL Extension Wrangler -Name: glew -Version: 1.13.0 -Release: 2 -License: BSD -Group: Libraries -Source0: http://downloads.sourceforge.net/glew/%{name}-%{version}.tgz -# Source0-md5: 7cbada3166d2aadfc4169c4283701066 -URL: http://glew.sourceforge.net/ -BuildRequires: OpenGL-GLU-devel -BuildRequires: xorg-lib-libX11-devel -BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) - -%description -The OpenGL Extension Wrangler Library (GLEW) is a cross-platform C/C++ -extension loading library. GLEW provides efficient run-time mechanisms -for determining which OpenGL extensions are supported on the target -platform. OpenGL core and extension functionality is exposed in a -single header file. - -%description -l pl.UTF-8 -OpenGL Extension Wrangler Library (GLEW) jest mi?dzyplatformow? -bibliotek? C/C++ ?aduj?c? rozszerzenia. GLEW zapewnia wydajne -mechanizmy rozpoznaj?ce kt?re rozszerzenia s? dost?pne w czasie -wykonywania programu. Funkcjonalno?? rdzenia OpenGL i rozszerze? jest -udost?pniana w pojedynczym pliku nag??wkowym. - -%package devel -Summary: Header files for glew -Summary(pl.UTF-8): Pliki nag??wkowe glew -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: OpenGL-GLU-devel -Requires: xorg-lib-libX11-devel - -%description devel -Header files for glew. - -%description devel -l pl.UTF-8 -Pliki nag??wkowe glew. - -%package static -Summary: Static glew library -Summary(pl.UTF-8): Biblioteka statyczna glew -Group: Development/Libraries -Requires: %{name}-devel = %{version}-%{release} - -%description static -Static glew library. - -%description static -l pl.UTF-8 -Biblioteka statyczna glew. - -%prep -%setup -q - -%build -%{__make} \ - CC="%{__cc}" \ - OPT="%{rpmcflags}" \ - LDFLAGS="%{rpmldflags}" \ - LIBDIR=%{_libdir} - -%install -rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_libdir},%{_bindir},%{_includedir}/GL,%{_pkgconfigdir}} - -install bin/* $RPM_BUILD_ROOT%{_bindir} -cp -d lib/* $RPM_BUILD_ROOT%{_libdir} -install include/GL/{glew,glxew}.h $RPM_BUILD_ROOT%{_includedir}/GL -install glew.pc glewmx.pc $RPM_BUILD_ROOT%{_pkgconfigdir} - -%clean -rm -rf $RPM_BUILD_ROOT - -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig - -%files -%defattr(644,root,root,755) -%doc LICENSE.txt README.txt TODO.txt doc/*.{html,css,png,jpg} -%attr(755,root,root) %{_bindir}/glewinfo -%attr(755,root,root) %{_bindir}/visualinfo -%attr(755,root,root) %{_libdir}/libGLEW.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libGLEW.so.1.13 -%attr(755,root,root) %{_libdir}/libGLEWmx.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libGLEWmx.so.1.13 - -%files devel -%defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libGLEW.so -%attr(755,root,root) %{_libdir}/libGLEWmx.so -%{_includedir}/GL/glew.h -%{_includedir}/GL/glxew.h -%{_pkgconfigdir}/glew.pc -%{_pkgconfigdir}/glewmx.pc - -%files static -%defattr(644,root,root,755) -%{_libdir}/libGLEW.a -%{_libdir}/libGLEWmx.a diff --git a/glew1.spec b/glew1.spec new file mode 100644 index 0000000..f82c284 --- /dev/null +++ b/glew1.spec @@ -0,0 +1,185 @@ +# +# Conditional build: +%bcond_with glew # package also plain GLEW library + +Summary: The OpenGL Extension Wrangler Library +Summary(pl.UTF-8): Bibliteka OpenGL Extension Wrangler +Name: glew1 +Version: 1.13.0 +Release: 1 +License: BSD +Group: Libraries +Source0: http://downloads.sourceforge.net/glew/glew-%{version}.tgz +# Source0-md5: 7cbada3166d2aadfc4169c4283701066 +URL: http://glew.sourceforge.net/ +BuildRequires: OpenGL-GLU-devel +BuildRequires: xorg-lib-libX11-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define pkgincludedir %{_includedir}/glew1 + +%description +The OpenGL Extension Wrangler Library (GLEW) is a cross-platform C/C++ +extension loading library. GLEW provides efficient run-time mechanisms +for determining which OpenGL extensions are supported on the target +platform. OpenGL core and extension functionality is exposed in a +single header file. + +%description -l pl.UTF-8 +OpenGL Extension Wrangler Library (GLEW) jest mi?dzyplatformow? +bibliotek? C/C++ ?aduj?c? rozszerzenia. GLEW zapewnia wydajne +mechanizmy rozpoznaj?ce kt?re rozszerzenia s? dost?pne w czasie +wykonywania programu. Funkcjonalno?? rdzenia OpenGL i rozszerze? jest +udost?pniana w pojedynczym pliku nag??wkowym. + +%package devel +Summary: Development files for GLEW library +Summary(pl.UTF-8): Pliki programistyczne biblioteki GLEW +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: %{name}-headers = %{version}-%{release} +Requires: OpenGL-GLU-devel +Requires: xorg-lib-libX11-devel + +%description devel +Development files for GLEW library. + +%description devel -l pl.UTF-8 +Pliki programistyczne biblioteki GLEW. + +%package static +Summary: Static GLEW library +Summary(pl.UTF-8): Biblioteka statyczna GLEW +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static GLEW library. + +%description static -l pl.UTF-8 +Biblioteka statyczna GLEW. + +%package headers +Summary: GLEW header files +Summary(pl.UTF-8): Pliki nag??wkowe GLEW +Group: Development/Libraries + +%description headers +GLEW header files. + +%description headers -l pl.UTF-8 +Pliki nag??wkowe GLEW. + +%package mx +Summary: GLEW MX library +Summary(pl.UTF-8): Biblioteka GLEW MX +Group: Libraries + +%description mx +GLEW MX library (GLEW for multiple rendering contexts). + +%description mx -l pl.UTF-8 +Biblioteka GLEW MX (GLEW dla wielu kontekst?w renderuj?cych). + +%package mx-devel +Summary: Development files for GLEW MX library +Summary(pl.UTF-8): Pliki programistyczne biblioteki GLEW MX +Group: Development/Libraries +Requires: %{name}-mx = %{version}-%{release} +Requires: %{name}-headers = %{version}-%{release} +Requires: OpenGL-GLU-devel +Requires: xorg-lib-libX11-devel + +%description mx-devel +Development files for GLEW MX library. + +%description mx-devel -l pl.UTF-8 +Pliki programistyczne biblioteki GLEW MX. + +%package mx-static +Summary: Static GLEW MX library +Summary(pl.UTF-8): Biblioteka statyczna GLEW MX +Group: Development/Libraries +Requires: %{name}-mx-devel = %{version}-%{release} + +%description mx-static +Static GLEW MX library. + +%description mx-static -l pl.UTF-8 +Biblioteka statyczna GLEW MX. + +%prep +%setup -q -n glew-%{version} + +%build +%{__make} \ + CC="%{__cc}" \ + OPT="%{rpmcflags}" \ + LDFLAGS="%{rpmldflags}" \ + INCDIR=%{pkgincludedir}/GL \ + LIBDIR=%{_libdir} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install%{!?with_glew:.mx} \ + DESTDIR=$RPM_BUILD_ROOT \ + INCDIR=%{pkgincludedir}/GL \ + LIBDIR=%{_libdir} + +# Win32-specific +%{__rm} $RPM_BUILD_ROOT%{pkgincludedir}/GL/wglew.h + +%if %{with glew} +%{__mv} $RPM_BUILD_ROOT%{_libdir}/{libGLEW.so,libGLEW1.so} +%{__mv} $RPM_BUILD_ROOT%{_libdir}/{libGLEW.a,libGLEW1.a} +%{__mv} $RPM_BUILD_ROOT%{_pkgconfigdir}/{glew,glew1}.pc +%endif + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%post mx -p /sbin/ldconfig +%postun mx -p /sbin/ldconfig + +%if %{with glew} +%files +%defattr(644,root,root,755) +%doc LICENSE.txt README.txt TODO.txt doc/*.{html,css,png,jpg} +%attr(755,root,root) %{_libdir}/libGLEW.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libGLEW.so.1.13 + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libGLEW1.so +%{_pkgconfigdir}/glew1.pc + +%files static +%defattr(644,root,root,755) +%{_libdir}/libGLEW1.a +%endif + +%files headers +%defattr(644,root,root,755) +%dir %{pkgincludedir} +%dir %{pkgincludedir}/GL +%{pkgincludedir}/GL/glew.h +%{pkgincludedir}/GL/glxew.h + +%files mx +%defattr(644,root,root,755) +%doc LICENSE.txt README.txt TODO.txt doc/*.{html,css,png,jpg} +%attr(755,root,root) %{_libdir}/libGLEWmx.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libGLEWmx.so.1.13 + +%files mx-devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libGLEWmx.so +%{_pkgconfigdir}/glewmx.pc + +%files mx-static +%defattr(644,root,root,755) +%{_libdir}/libGLEWmx.a ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/glew1.git/commitdiff/c342932e899c0f3d0f1f5300bbcd4e9e94ace173 From qboosh at pld-linux.org Sat Dec 22 10:03:26 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 10:03:26 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-freetype=5D_-_bootstrap_release_2=2E1?= References: Message-ID: <029e8be75eb87ea7fa10858d60a3550cb5158096_refs_heads_master@pld-linux.org> commit 029e8be75eb87ea7fa10858d60a3550cb5158096 Author: Jakub Bogusz Date: Sat Dec 22 10:08:05 2018 +0100 - bootstrap release 2.1 crossmingw32-freetype.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/crossmingw32-freetype.spec b/crossmingw32-freetype.spec index 7d45232..75cef0c 100644 --- a/crossmingw32-freetype.spec +++ b/crossmingw32-freetype.spec @@ -8,7 +8,7 @@ Summary: TrueType font rasterizer - MinGW32 cross version Summary(pl.UTF-8): Rasteryzer font?w TrueType - wersja skro?na dla MinGW32 Name: crossmingw32-%{realname} Version: 2.9.1 -Release: 2 +Release: 2.1 License: GPL v2 or FTL Group: Development/Libraries Source0: http://download.savannah.gnu.org/releases/freetype/%{realname}-%{version}.tar.bz2 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-freetype.git/commitdiff/029e8be75eb87ea7fa10858d60a3550cb5158096 From qboosh at pld-linux.org Sat Dec 22 10:25:01 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 10:25:01 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-fontconfig=5D_-_release_2?= References: <932e0601c835c1dc2555f04e2c5cba211ff8e3f4_refs_heads_master@pld-linux.org> Message-ID: <63ec4d0b7aaeb98a8d0aa7f1965274b1cf459a92_refs_heads_master@pld-linux.org> commit 63ec4d0b7aaeb98a8d0aa7f1965274b1cf459a92 Author: Jakub Bogusz Date: Sat Dec 22 10:29:40 2018 +0100 - release 2 crossmingw32-fontconfig.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/crossmingw32-fontconfig.spec b/crossmingw32-fontconfig.spec index b5d00bc..1fccb42 100644 --- a/crossmingw32-fontconfig.spec +++ b/crossmingw32-fontconfig.spec @@ -3,7 +3,7 @@ Summary: Font configuration and customization tools - cross MinGW32 version Summary(pl.UTF-8): Narz?dzia do konfigurowania font?w - wersja skro?na dla MinGW32 Name: crossmingw32-%{realname} Version: 2.13.1 -Release: 1 +Release: 2 License: MIT Group: Development/Libraries Source0: https://www.freedesktop.org/software/fontconfig/release/%{realname}-%{version}.tar.bz2 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-fontconfig.git/commitdiff/63ec4d0b7aaeb98a8d0aa7f1965274b1cf459a92 From qboosh at pld-linux.org Sat Dec 22 10:49:29 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 10:49:29 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-harfbuzz=5D_-_updated_to_2=2E3=2E0?= References: <1c30992bc0843ecb68246ca7bba44e2e88c3cdb9_refs_heads_master@pld-linux.org> Message-ID: <68950e388755452d9c66ae30265b846f2d08de87_refs_heads_master@pld-linux.org> commit 68950e388755452d9c66ae30265b846f2d08de87 Author: Jakub Bogusz Date: Sat Dec 22 10:54:08 2018 +0100 - updated to 2.3.0 crossmingw32-harfbuzz.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- diff --git a/crossmingw32-harfbuzz.spec b/crossmingw32-harfbuzz.spec index ef9da76..0827d60 100644 --- a/crossmingw32-harfbuzz.spec +++ b/crossmingw32-harfbuzz.spec @@ -1,12 +1,12 @@ Summary: HarfBuzz - internationalized text shaping library - MinGW32 cross version Summary(pl.UTF-8): Rasteryzer font?w TrueType - wersja skro?na dla MinGW32 Name: crossmingw32-harfbuzz -Version: 2.2.0 +Version: 2.3.0 Release: 1 License: MIT Group: Development/Libraries Source0: https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%{version}.tar.bz2 -# Source0-md5: d9b8b2bc4d0cdf7f0824f4f0631d264b +# Source0-md5: e2adaead3dc0cf82836b64b79dd90438 Patch0: harfbuzz-win32.patch URL: https://www.freedesktop.org/wiki/HarfBuzz BuildRequires: autoconf >= 2.64 @@ -200,6 +200,7 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/harfbuzz/hb-glib.h %{_includedir}/harfbuzz/hb-map.h %{_includedir}/harfbuzz/hb-ot-color.h +%{_includedir}/harfbuzz/hb-ot-deprecated.h %{_includedir}/harfbuzz/hb-ot-font.h %{_includedir}/harfbuzz/hb-ot-layout.h %{_includedir}/harfbuzz/hb-ot-math.h ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-harfbuzz.git/commitdiff/68950e388755452d9c66ae30265b846f2d08de87 From qboosh at pld-linux.org Sat Dec 22 11:00:46 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 11:00:46 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-freetype=5D_-_release_3?= References: <029e8be75eb87ea7fa10858d60a3550cb5158096_refs_heads_master@pld-linux.org> Message-ID: commit c6c5c1bc3da10ceebb51bf9f2238896243258d64 Author: Jakub Bogusz Date: Sat Dec 22 11:05:25 2018 +0100 - release 3 crossmingw32-freetype.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/crossmingw32-freetype.spec b/crossmingw32-freetype.spec index 75cef0c..af80207 100644 --- a/crossmingw32-freetype.spec +++ b/crossmingw32-freetype.spec @@ -8,7 +8,7 @@ Summary: TrueType font rasterizer - MinGW32 cross version Summary(pl.UTF-8): Rasteryzer font?w TrueType - wersja skro?na dla MinGW32 Name: crossmingw32-%{realname} Version: 2.9.1 -Release: 2.1 +Release: 3 License: GPL v2 or FTL Group: Development/Libraries Source0: http://download.savannah.gnu.org/releases/freetype/%{realname}-%{version}.tar.bz2 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-freetype.git/commitdiff/c6c5c1bc3da10ceebb51bf9f2238896243258d64 From atler at pld-linux.org Sat Dec 22 13:39:10 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 13:39:10 +0100 Subject: =?utf8?q?=5Bpackages/mate-polkit=5D_up_to_1=2E20=2E2?= References: <6d7e9aeccec4d397c2a5bf57b86bf804942fca53_refs_heads_master@pld-linux.org> Message-ID: <625e225e772c07725eb3b51b258858d6b9a89bad_refs_heads_master@pld-linux.org> commit 625e225e772c07725eb3b51b258858d6b9a89bad Author: Jan Palus Date: Sat Dec 22 13:38:49 2018 +0100 up to 1.20.2 mate-polkit.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- diff --git a/mate-polkit.spec b/mate-polkit.spec index 315a34c..272c704 100644 --- a/mate-polkit.spec +++ b/mate-polkit.spec @@ -6,12 +6,12 @@ Summary: Integrates polkit authentication for MATE desktop Summary(pl.UTF-8): Integracja uwierzytelniania polkit ze ?rodowiskiem MATE Name: mate-polkit -Version: 1.20.1 +Version: 1.20.2 Release: 1 License: LGPL v2+ Group: X11/Applications Source0: http://pub.mate-desktop.org/releases/1.20/%{name}-%{version}.tar.xz -# Source0-md5: 1ebd1f69ac259a1b8babefab5213dab7 +# Source0-md5: 2478a7226f6e394c972b2d196f904bfe URL: http://wiki.mate-desktop.org/mate-polkit BuildRequires: autoconf >= 2.50 BuildRequires: automake >= 1:1.9 @@ -70,7 +70,7 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{frp,ku_IQ,ur_PK} +%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{frp,kab,ku_IQ,ur_PK} %find_lang %{name} ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mate-polkit.git/commitdiff/625e225e772c07725eb3b51b258858d6b9a89bad From atler at pld-linux.org Sat Dec 22 13:39:15 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 13:39:15 +0100 Subject: DISTFILES: mate-polkit: mate-polkit-1.20.2.tar.xz Message-ID: <28876.1545482355@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: http://pub.mate-desktop.org/releases/1.20/mate-polkit-1.20.2.tar.xz 2478a7226f6e394c972b2d196f904bfe mate-polkit-1.20.2.tar.xz Size: 302020 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Sat Dec 22 13:41:27 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 13:41:27 +0100 Subject: =?utf8?q?=5Bpackages/vim-plugin-tagbar=5D_up_to_2=2E7?= References: <70d0bf252a34856440f01fd2f6b1722f44a309e0_refs_heads_master@pld-linux.org> Message-ID: commit bcc1e907027a28b256ccf250de19e278ef015336 Author: Jan Palus Date: Sat Dec 22 13:41:11 2018 +0100 up to 2.7 vim-plugin-tagbar.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/vim-plugin-tagbar.spec b/vim-plugin-tagbar.spec index 74a1cf2..832c608 100644 --- a/vim-plugin-tagbar.spec +++ b/vim-plugin-tagbar.spec @@ -1,12 +1,12 @@ %define plugin tagbar Summary: Vim plugin: Display tags of the current file ordered by scope Name: vim-plugin-%{plugin} -Version: 2.6.1 +Version: 2.7 Release: 1 License: Vim Group: Applications/Editors/Vim Source0: https://github.com/majutsushi/tagbar/archive/v%{version}.tar.gz -# Source0-md5: 0a28386cab4e30c262358ca8326e2c17 +# Source0-md5: aacb0d94f7d8e66afde9135c137cbae1 URL: http://majutsushi.github.com/tagbar/ Requires: ctags Requires: vim-rt >= 4:7.4.0 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/vim-plugin-tagbar.git/commitdiff/bcc1e907027a28b256ccf250de19e278ef015336 From atler at pld-linux.org Sat Dec 22 13:41:34 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 13:41:34 +0100 Subject: DISTFILES: vim-plugin-tagbar: v2.7.tar.gz Message-ID: <29623.1545482494@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: https://github.com/majutsushi/tagbar/archive/v2.7.tar.gz aacb0d94f7d8e66afde9135c137cbae1 v2.7.tar.gz Size: 59027 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sat Dec 22 13:52:51 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 13:52:51 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-glib2=5D_-_updated_to_2=2E58=2E2?= References: <23e253c6b31bad98d1208fb1d89c66dc6b12281e_refs_heads_master@pld-linux.org> Message-ID: commit b38aaf35bcf19349015ef84abb39892a090075b9 Author: Jakub Bogusz Date: Sat Dec 22 13:57:31 2018 +0100 - updated to 2.58.2 crossmingw32-glib2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/crossmingw32-glib2.spec b/crossmingw32-glib2.spec index 5634636..4db2d7b 100644 --- a/crossmingw32-glib2.spec +++ b/crossmingw32-glib2.spec @@ -12,12 +12,12 @@ Summary(tr.UTF-8): Yararl? ufak yordamlar kitapl??? Summary(zh_CN.UTF-8): ??????? %define realname glib Name: crossmingw32-glib2 -Version: 2.58.1 +Version: 2.58.2 Release: 1 License: LGPL v2+ Group: Development/Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/glib/2.58/glib-%{version}.tar.xz -# Source0-md5: 4fd2ead128a408c89b9153dfdb99f9a5 +# Source0-md5: 8483db194fd8a4653394a1413df97a4c Patch0: glib2-win32.patch URL: http://www.gtk.org/ BuildRequires: autoconf >= 2.62 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-glib2.git/commitdiff/b38aaf35bcf19349015ef84abb39892a090075b9 From atler at pld-linux.org Sat Dec 22 14:11:00 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 14:11:00 +0100 Subject: =?utf8?q?=5Bpackages/libassuan=5D_up_to_2=2E5=2E2?= References: <1495655dfa9b719265c0313679ffd02ae89224da_refs_heads_master@pld-linux.org> Message-ID: commit d951380f3f7873dcee193f736bf3f414a5ca67f1 Author: Jan Palus Date: Sat Dec 22 14:10:44 2018 +0100 up to 2.5.2 libassuan.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- diff --git a/libassuan.spec b/libassuan.spec index 81d0afb..c836d28 100644 --- a/libassuan.spec +++ b/libassuan.spec @@ -5,13 +5,13 @@ Summary: Assuan - an IPC library for non-persistent servers Summary(pl.UTF-8): Assuan - biblioteka IPC dla serwer?w nie dzia?aj?cych ci?gle Name: libassuan -Version: 2.5.1 +Version: 2.5.2 Release: 1 Epoch: 1 License: LGPL v2.1+ Group: Libraries Source0: ftp://ftp.gnupg.org/gcrypt/libassuan/%{name}-%{version}.tar.bz2 -# Source0-md5: 4354b7ae296894f232ada226a062d7d7 +# Source0-md5: 4d0d5738936bd8f4f0287e1dd80432b6 Patch0: %{name}-info.patch Patch1: %{name}-ac.patch Patch2: %{name}-am.patch @@ -112,6 +112,7 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/assuan.h %{_aclocaldir}/libassuan.m4 %{_infodir}/assuan.info* +%{_pkgconfigdir}/libassuan.pc %if %{with static_libs} %files static ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/libassuan.git/commitdiff/d951380f3f7873dcee193f736bf3f414a5ca67f1 From atler at pld-linux.org Sat Dec 22 14:11:06 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 14:11:06 +0100 Subject: DISTFILES: libassuan: libassuan-2.5.2.tar.bz2 Message-ID: <4562.1545484266@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-2.5.2.tar.bz2 4d0d5738936bd8f4f0287e1dd80432b6 libassuan-2.5.2.tar.bz2 Size: 570676 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sat Dec 22 14:13:40 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 14:13:40 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-cairo=5D_-_release_2?= References: Message-ID: commit ac9fc7312814c6133383d2d34d81a8d2421d38a7 Author: Jakub Bogusz Date: Sat Dec 22 14:18:19 2018 +0100 - release 2 crossmingw32-cairo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/crossmingw32-cairo.spec b/crossmingw32-cairo.spec index 8bfcdff..84082c2 100644 --- a/crossmingw32-cairo.spec +++ b/crossmingw32-cairo.spec @@ -7,7 +7,7 @@ Summary(pl.UTF-8): Cairo - wieloplatformowa biblioteka graficzna 2D - skro?na w %define realname cairo Name: crossmingw32-%{realname} Version: 1.16.0 -Release: 1 +Release: 2 License: LGPL v2.1 or MPL v1.1 Group: Development/Libraries Source0: https://www.cairographics.org/releases/%{realname}-%{version}.tar.xz ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-cairo.git/commitdiff/ac9fc7312814c6133383d2d34d81a8d2421d38a7 From atler at pld-linux.org Sat Dec 22 14:14:47 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 14:14:47 +0100 Subject: =?utf8?q?=5Bpackages/libgpg-error=5D_up_to_1=2E33?= References: Message-ID: commit e71d9f4a3539fdd52b845630a8046ef0f9fca6de Author: Jan Palus Date: Sat Dec 22 14:14:00 2018 +0100 up to 1.33 libgpg-error.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) --- diff --git a/libgpg-error.spec b/libgpg-error.spec index cc20702..8a6bf6a 100644 --- a/libgpg-error.spec +++ b/libgpg-error.spec @@ -5,12 +5,12 @@ Summary: Library libgpg-error Summary(pl.UTF-8): Biblioteka libgpg-error Name: libgpg-error -Version: 1.32 +Version: 1.33 Release: 1 License: LGPL v2.1+ Group: Libraries Source0: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2 -# Source0-md5: ef3d928a5a453fa701ecc3bb22be1c64 +# Source0-md5: 680495572d5d4c700ea73a2f793ce531 Patch0: %{name}-pl.po-update.patch Patch1: %{name}-info.patch URL: http://www.gnupg.org/related_software/libgpg-error/ @@ -141,8 +141,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/gpgrt.h %{_aclocaldir}/gpg-error.m4 %{_aclocaldir}/gpgrt.m4 -%{_mandir}/man1/gpg-error-config.1* +%{_mandir}/man1/gpgrt-config.1* %{_infodir}/gpgrt.info* +%{_pkgconfigdir}/gpg-error.pc %if %{with static_libs} %files static ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/libgpg-error.git/commitdiff/e71d9f4a3539fdd52b845630a8046ef0f9fca6de From atler at pld-linux.org Sat Dec 22 14:14:52 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 14:14:52 +0100 Subject: DISTFILES: libgpg-error: libgpg-error-1.33.tar.bz2 Message-ID: <5736.1545484492@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.33.tar.bz2 680495572d5d4c700ea73a2f793ce531 libgpg-error-1.33.tar.bz2 Size: 918344 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sat Dec 22 14:16:55 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 14:16:55 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-pango=5D_-_release_2?= References: <55cc36eb230e66e7c1eb7e2c6af348aa0b0786b6_refs_heads_master@pld-linux.org> Message-ID: <632fd22559a1e33664efb4a7ec12a43022e84fc7_refs_heads_master@pld-linux.org> commit 632fd22559a1e33664efb4a7ec12a43022e84fc7 Author: Jakub Bogusz Date: Sat Dec 22 14:21:34 2018 +0100 - release 2 crossmingw32-pango.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/crossmingw32-pango.spec b/crossmingw32-pango.spec index b6fbb7a..51792bc 100644 --- a/crossmingw32-pango.spec +++ b/crossmingw32-pango.spec @@ -3,7 +3,7 @@ Summary(pl.UTF-8): System renderowania mi?dzynarodowego tekstu - wersja skro?n %define realname pango Name: crossmingw32-%{realname} Version: 1.42.4 -Release: 1 +Release: 2 License: LGPL v2+ Group: Development/Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/pango/1.42/%{realname}-%{version}.tar.xz ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-pango.git/commitdiff/632fd22559a1e33664efb4a7ec12a43022e84fc7 From qboosh at pld-linux.org Sat Dec 22 14:23:56 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 14:23:56 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-gtk+2=5D_-_release_2?= References: Message-ID: <3d0f6e04119077c7c02ac94efa5ae3eddd6c6661_refs_heads_master@pld-linux.org> commit 3d0f6e04119077c7c02ac94efa5ae3eddd6c6661 Author: Jakub Bogusz Date: Sat Dec 22 14:28:35 2018 +0100 - release 2 crossmingw32-gtk+2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/crossmingw32-gtk+2.spec b/crossmingw32-gtk+2.spec index edc406b..299921a 100644 --- a/crossmingw32-gtk+2.spec +++ b/crossmingw32-gtk+2.spec @@ -2,7 +2,7 @@ Summary: The GIMP Toolkit - MinGW32 cross version Summary(pl.UTF-8): GIMP Toolkit - wersja skro?na dla MinGW32 Name: crossmingw32-gtk+2 Version: 2.24.32 -Release: 1 +Release: 2 License: LGPL v2+ Group: Development/Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.24/gtk+-%{version}.tar.xz ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-gtk+2.git/commitdiff/3d0f6e04119077c7c02ac94efa5ae3eddd6c6661 From qboosh at pld-linux.org Sat Dec 22 14:32:20 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 14:32:20 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-libsigc++=5D_-_release_2?= References: <7cbcae3d334a79871b7bacddcb0271df6222d2a4_refs_heads_master@pld-linux.org> Message-ID: <58987d185d8ccd2d6bdfa9a9f504a659261b6761_refs_heads_master@pld-linux.org> commit 58987d185d8ccd2d6bdfa9a9f504a659261b6761 Author: Jakub Bogusz Date: Sat Dec 22 14:36:59 2018 +0100 - release 2 crossmingw32-libsigc++.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/crossmingw32-libsigc++.spec b/crossmingw32-libsigc++.spec index ffb6118..1767865 100644 --- a/crossmingw32-libsigc++.spec +++ b/crossmingw32-libsigc++.spec @@ -3,7 +3,7 @@ Summary(pl.UTF-8): ?rodowisko sygna??w z kontrol? typ?w dla C++ - wersja sk %define realname libsigc++ Name: crossmingw32-%{realname} Version: 2.10.1 -Release: 1 +Release: 2 License: LGPL v2.1+ Group: Development/Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.10/%{realname}-%{version}.tar.xz ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-libsigc++.git/commitdiff/58987d185d8ccd2d6bdfa9a9f504a659261b6761 From qboosh at pld-linux.org Sat Dec 22 14:37:09 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 14:37:09 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-cairomm=5D_-_release_4?= References: <853edae41175daf374483047eb5a4dfe65a50ac8_refs_heads_master@pld-linux.org> Message-ID: <48095029453957ace8d9bd4505ab8bb7bccecc72_refs_heads_master@pld-linux.org> commit 48095029453957ace8d9bd4505ab8bb7bccecc72 Author: Jakub Bogusz Date: Sat Dec 22 14:41:47 2018 +0100 - release 4 crossmingw32-cairomm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/crossmingw32-cairomm.spec b/crossmingw32-cairomm.spec index 3482efe..86743dc 100644 --- a/crossmingw32-cairomm.spec +++ b/crossmingw32-cairomm.spec @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Interfejs C++ do cairo - wersja skro?na dla MinGW32 %define realname cairomm Name: crossmingw32-%{realname} Version: 1.12.2 -Release: 3 +Release: 4 License: LGPL v2+ Group: Development/Libraries Source0: https://www.cairographics.org/releases/%{realname}-%{version}.tar.gz ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-cairomm.git/commitdiff/48095029453957ace8d9bd4505ab8bb7bccecc72 From qboosh at pld-linux.org Sat Dec 22 14:59:02 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 14:59:02 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-glibmm=5D_-_release_2?= References: <317dc932898c89da9905bfaab3193dc7b424e9fa_refs_heads_master@pld-linux.org> Message-ID: <699199a3d83f59cd5c9f9209138131d4820517ef_refs_heads_master@pld-linux.org> commit 699199a3d83f59cd5c9f9209138131d4820517ef Author: Jakub Bogusz Date: Sat Dec 22 15:03:40 2018 +0100 - release 2 crossmingw32-glibmm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/crossmingw32-glibmm.spec b/crossmingw32-glibmm.spec index 1d228b4..608c980 100644 --- a/crossmingw32-glibmm.spec +++ b/crossmingw32-glibmm.spec @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Interfejs C++ dla biblioteki glib - wersja skro?na MinGW32 %define realname glibmm Name: crossmingw32-%{realname} Version: 2.58.0 -Release: 1 +Release: 2 License: LGPL v2+ Group: Development/Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.58/%{realname}-%{version}.tar.xz ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-glibmm.git/commitdiff/699199a3d83f59cd5c9f9209138131d4820517ef From glen at pld-linux.org Sat Dec 22 15:03:53 2018 From: glen at pld-linux.org (glen) Date: Sat, 22 Dec 2018 15:03:53 +0100 Subject: =?utf8?q?=5Bpackages/dokuwiki-plugin-revlink=5D_update_for_rpm5?= References: Message-ID: commit b2ec9857ff622ccd28420fc34d6aa1c5fd11e28e Author: Elan Ruusam?e Date: Sat Dec 22 16:03:47 2018 +0200 update for rpm5 dokuwiki-plugin-revlink.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) --- diff --git a/dokuwiki-plugin-revlink.spec b/dokuwiki-plugin-revlink.spec index ddcb101..32bfa86 100644 --- a/dokuwiki-plugin-revlink.spec +++ b/dokuwiki-plugin-revlink.spec @@ -1,13 +1,15 @@ %define plugin revlink +%define php_min_version 5.3.0 +%include /usr/lib/rpm/macros.php Summary: DokuWiki revlink plugin Name: dokuwiki-plugin-%{plugin} Version: 20090125 Release: 1 License: GPL v2 Group: Applications/WWW -Source0: http://www.dokuwiki.org/_export/code/plugin:revlink?codeblock=0#/syntax.php +Source0: http://www.dokuwiki.org/_export/code/plugin:revlink?codeblock=0&/syntax.php # Source0-md5: dc4cb942df8aeda0c22753f7901478f2 -URL: http://www.dokuwiki.org/plugin:revlink +URL: https://www.dokuwiki.org/plugin:revlink BuildRequires: rpmbuild(macros) >= 1.520 Requires: dokuwiki >= 20090125 BuildArch: noarch @@ -23,8 +25,9 @@ of page. %prep %setup -qcT -cp -a %{SOURCE0} . +cp -p %{SOURCE0} . +%build version=$(awk -F"'" '/date/&&/=>/{print $4}' syntax.php) if [ "$(echo "$version" | tr -d -)" != %{version} ]; then : %%{version} mismatch ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/dokuwiki-plugin-revlink.git/commitdiff/b2ec9857ff622ccd28420fc34d6aa1c5fd11e28e From qboosh at pld-linux.org Sat Dec 22 15:04:54 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 15:04:54 +0100 Subject: =?utf8?q?=5Bpackages/ImageMagick/ImageMagick-6=5D_-_updated_to_6=2E9=2E10-19?= =?utf8?q?_=28note=3A_new_soname=29_-_updated_ldflags=2Clink=2Clt=2Cconfig?= =?utf8?q?=2Cmagick6_patches_-_added_O?= References: Message-ID: commit ef697526450ba6d67f8c7869d0af4f589ef315e6 Author: Jakub Bogusz Date: Sat Dec 22 15:09:25 2018 +0100 - updated to 6.9.10-19 (note: new soname) - updated ldflags,link,lt,config,magick6 patches - added OpenCL patch (adjust dlopen name to libOpenCL.so.1) - new coder (heic) as subpackage - moved dng coder to subpackage (depends on libraw) ImageMagick-OpenCL.patch | 11 ++++++ ImageMagick-ldflags.patch | 8 ++-- ImageMagick-link.patch | 99 ++++++++++++++++++++++++++++++++++++++++++----- ImageMagick-lt.patch | 8 ++-- ImageMagick.spec | 68 +++++++++++++++++++++++++------- config.patch | 7 ++-- magick6.patch | 8 ++-- 7 files changed, 171 insertions(+), 38 deletions(-) --- diff --git a/ImageMagick.spec b/ImageMagick.spec index 5588d20..ea731f3 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -21,8 +21,8 @@ %bcond_without autotrace # Autotrace support in SVG module %define origname ImageMagick -%define ver 6.9.9 -%define pver 26 +%define ver 6.9.10 +%define pver 19 %include /usr/lib/rpm/macros.perl Summary: Image display, conversion, and manipulation under X Summary(de.UTF-8): Darstellen, Konvertieren und Bearbeiten von Grafiken unter X @@ -35,12 +35,12 @@ Summary(tr.UTF-8): X alt?nda resim g?sterme, ?evirme ve de?i?iklik yapma Summary(uk.UTF-8): ????????, ????????????? ?? ??????? ????????? ??? X Window Name: ImageMagick6 Version: %{ver}%{?pver:.%{pver}} -Release: 2 +Release: 1 Epoch: 1 License: Apache-like Group: X11/Applications/Graphics Source0: ftp://ftp.imagemagick.org/pub/ImageMagick/%{origname}-%{ver}-%{pver}.tar.xz -# Source0-md5: af553c3dfad841748a6b49f44e354ba7 +# Source0-md5: e23416ba38ac78f8482f74648590544f Patch0: config.patch Patch1: %{origname}-link.patch Patch2: %{origname}-libpath.patch @@ -48,6 +48,7 @@ Patch3: %{origname}-ldflags.patch Patch4: %{origname}-lt.patch Patch5: perlmagick.patch Patch6: magick6.patch +Patch7: %{origname}-OpenCL.patch URL: https://legacy.imagemagick.org/ %{?with_opencl:BuildRequires: OpenCL-devel} BuildRequires: OpenEXR-devel >= 1.0.6 @@ -68,16 +69,18 @@ BuildRequires: jbigkit-devel BuildRequires: lcms2-devel >= 2.0 %{?with_fpx:BuildRequires: libfpx-devel >= 1.2.0.4-3} %{?with_openmp:BuildRequires: libgomp-devel} +BuildRequires: libheif-devel BuildRequires: libjpeg-devel >= 6b BuildRequires: liblqr-devel >= 0.1.0 BuildRequires: libltdl-devel BuildRequires: libpng-devel >= 1.0.8 %{?with_raqm:BuildRequires: libraqm-devel} +BuildRequires: libraw-devel >= 0.14.8 BuildRequires: librsvg-devel >= 2.9.0 BuildRequires: libstdc++-devel BuildRequires: libtiff-devel BuildRequires: libtool >= 2:2.2 -BuildRequires: libwebp-devel +BuildRequires: libwebp-devel >= 0.4.4 %{?with_wmf:BuildRequires: libwmf-devel >= 2:0.2.2} BuildRequires: libxml2-devel >= 2.0 %{?with_openjpeg:BuildRequires: openjpeg2-devel >= 2.1.0} @@ -93,6 +96,7 @@ BuildRequires: xorg-lib-libX11-devel BuildRequires: xorg-lib-libXext-devel BuildRequires: xz BuildRequires: xz-devel >= 2.9.0 +BuildRequires: zstd-devel >= 1.0.0 BuildRequires: zlib-devel >= 1.0.0 Requires: %{name}-libs = %{epoch}:%{version}-%{release} Suggests: shared-color-profiles @@ -206,10 +210,10 @@ Requires: fontconfig-devel >= 2.1.0 Requires: freetype-devel >= 2.0.2 Requires: lcms2-devel >= 2.0 %{?with_openmp:Requires: libgomp-devel} -Requires: libjpeg-devel >= 6b Requires: liblqr-devel >= 0.1.0 Requires: libltdl-devel -Requires: libtiff-devel +%{?with_raqm:Requires: libraqm-devel} +Requires: xorg-lib-libX11-devel Requires: xorg-lib-libXext-devel Requires: zlib-devel >= 1.0.0 @@ -452,6 +456,19 @@ Coder module for DJVU files. %description coder-djvu -l pl.UTF-8 Modu? kodera dla plik?w DJVU. +%package coder-dng +Summary: Coder module for DNG files +Summary(pl.UTF-8): Modu? kodera dla plik?w DNG +Group: X11/Applications/Graphics +Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: libraw >= 0.14.8 + +%description coder-dng +Coder module for DNG (Digital Negative) files. + +%description coder-dng -l pl.UTF-8 +Modu? kodera dla plik?w DNG (Digital Negative). + %package coder-dot Summary: Coder module for GraphViz DOT files Summary(pl.UTF-8): Modu? kodera dla plik?w GraphViz DOT @@ -502,6 +519,18 @@ Coder module for FlashPIX (FPX) files. %description coder-fpx -l pl.UTF-8 Modu? kodera dla plik?w FlashPIX (FPX). +%package coder-heic +Summary: Coder module for HEIC files +Summary(pl.UTF-8): Modu? kodera dla plik?w HEIC +Group: X11/Applications/Graphics +Requires: %{name} = %{epoch}:%{version}-%{release} + +%description coder-heic +Coder module for HEIC files. + +%description coder-heic -l pl.UTF-8 +Modu? kodera dla plik?w HEIC. + %package coder-jbig Summary: Coder module for JBIG files Summary(pl.UTF-8): Modu? kodera dla plik?w JBIG @@ -634,6 +663,7 @@ Summary: Coder module for TIFF files Summary(pl.UTF-8): Modu? kodera dla plik?w TIFF Group: X11/Applications/Graphics Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: zstd >= 1.0.0 %description coder-tiff Coder module for TIFF files. @@ -658,6 +688,7 @@ Summary: Coder module for WebP files Summary(pl.UTF-8): Modu? kodera dla plik?w WebP Group: X11/Applications/Graphics Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: libwebp >= 0.4.4 %description coder-webp Coder module for WebP files. @@ -686,6 +717,7 @@ Modu? kodera dla plik?w WMF. %patch4 -p1 %patch5 -p1 %patch6 -p1 +%patch7 -p1 find -type f | xargs grep -l '/usr/local/bin/perl' | xargs %{__sed} -i -e 's=!/usr/local/bin/perl=!%{__perl}=' @@ -817,16 +849,12 @@ rm -rf $RPM_BUILD_ROOT %{modulesdir}/coders/debug.la %attr(755,root,root) %{modulesdir}/coders/dib.so %{modulesdir}/coders/dib.la -%attr(755,root,root) %{modulesdir}/coders/dng.so -%{modulesdir}/coders/dng.la %attr(755,root,root) %{modulesdir}/coders/dpx.so %{modulesdir}/coders/dpx.la %attr(755,root,root) %{modulesdir}/coders/ept.so %{modulesdir}/coders/ept.la %attr(755,root,root) %{modulesdir}/coders/fax.so %{modulesdir}/coders/fax.la -%attr(755,root,root) %{modulesdir}/coders/fd.so -%{modulesdir}/coders/fd.la %attr(755,root,root) %{modulesdir}/coders/fits.so %{modulesdir}/coders/fits.la %attr(755,root,root) %{modulesdir}/coders/gif.so @@ -1028,9 +1056,9 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc ChangeLog LICENSE AUTHORS.txt %attr(755,root,root) %{_libdir}/libMagickCore-%{mver}.%{abisuf}.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libMagickCore-%{mver}.%{abisuf}.so.5 +%attr(755,root,root) %ghost %{_libdir}/libMagickCore-%{mver}.%{abisuf}.so.6 %attr(755,root,root) %{_libdir}/libMagickWand-%{mver}.%{abisuf}.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libMagickWand-%{mver}.%{abisuf}.so.5 +%attr(755,root,root) %ghost %{_libdir}/libMagickWand-%{mver}.%{abisuf}.so.6 %dir %{_libdir}/ImageMagick-%{ver} %dir %{_libdir}/ImageMagick-%{ver}/config-%{abisuf} %{_libdir}/ImageMagick-%{ver}/config-%{abisuf}/configure.xml @@ -1048,6 +1076,12 @@ rm -rf $RPM_BUILD_ROOT %{modulesdir}/coders/djvu.la %endif +%files coder-dng +%defattr(644,root,root,755) +# R: libraw +%attr(755,root,root) %{modulesdir}/coders/dng.so +%{modulesdir}/coders/dng.la + %files coder-dot %defattr(644,root,root,755) # R: graphviz, gd @@ -1076,6 +1110,12 @@ rm -rf $RPM_BUILD_ROOT %{modulesdir}/coders/fpx.la %endif +%files coder-heic +%defattr(644,root,root,755) +# R: libheif +%attr(755,root,root) %{modulesdir}/coders/heic.so +%{modulesdir}/coders/heic.la + %files coder-jbig %defattr(644,root,root,755) # R: jbigkit (libjbig.so) @@ -1138,7 +1178,7 @@ rm -rf $RPM_BUILD_ROOT %files coder-svg %defattr(644,root,root,755) -# R: libxml2, librsvg, %{?with_autotrace:autotrace} +# R: cairo, libxml2, librsvg, %{?with_autotrace:autotrace} %attr(755,root,root) %{modulesdir}/coders/svg.so %{modulesdir}/coders/svg.la diff --git a/ImageMagick-OpenCL.patch b/ImageMagick-OpenCL.patch new file mode 100644 index 0000000..be2b1f7 --- /dev/null +++ b/ImageMagick-OpenCL.patch @@ -0,0 +1,11 @@ +--- ImageMagick-6.9.10-19/magick/opencl.c.orig 2018-12-20 00:48:40.000000000 +0100 ++++ ImageMagick-6.9.10-19/magick/opencl.c 2018-12-22 14:07:30.767173808 +0100 +@@ -474,7 +474,7 @@ + #ifdef MAGICKCORE_WINDOWS_SUPPORT + library = OsLibraryLoad("OpenCL.dll"); + #else +- library = OsLibraryLoad("libOpenCL.so"); ++ library = OsLibraryLoad("libOpenCL.so.1"); + #endif + if (library) + status = bindOpenCLFunctions(library); diff --git a/ImageMagick-ldflags.patch b/ImageMagick-ldflags.patch index 021e278..c8d0568 100644 --- a/ImageMagick-ldflags.patch +++ b/ImageMagick-ldflags.patch @@ -1,6 +1,6 @@ ---- ImageMagick-6.8.4-8/configure.ac.orig 2013-04-09 15:47:16.713625903 +0200 -+++ ImageMagick-6.8.4-8/configure.ac 2013-04-09 15:49:29.416956473 +0200 -@@ -3903,7 +3903,23 @@ +--- ImageMagick-6.9.10-19/configure.ac.orig 2018-12-21 07:11:13.258445539 +0100 ++++ ImageMagick-6.9.10-19/configure.ac 2018-12-21 07:12:20.068444776 +0100 +@@ -3937,7 +3937,23 @@ MAGICK_CXXFLAGS="$CXXFLAGS" MAGICK_CPPFLAGS=`echo $MAGICK_CPPFLAGS | sed -e 's/ */ /g'` MAGICK_PCFLAGS=`echo $MAGICK_PCFLAGS | sed -e 's/ */ /g'` @@ -22,6 +22,6 @@ + esac +done +LDFLAGS="$new_LDFLAGS" - MAGICK_LIBS="$MAGICK_DEP_LIBS" + MAGICK_LIBS="$MAGICK_DEP_LIBS $MAGICK_EXTRA_DEP_LIBS" AC_SUBST(MAGICK_CFLAGS) diff --git a/ImageMagick-link.patch b/ImageMagick-link.patch index 56094e6..8fb30e6 100644 --- a/ImageMagick-link.patch +++ b/ImageMagick-link.patch @@ -1,6 +1,6 @@ ---- ImageMagick-6.9.9-26/configure.ac~ 2017-12-14 19:35:05.000000000 +0200 -+++ ImageMagick-6.9.9-26/configure.ac 2017-12-14 19:40:54.689637300 +0200 -@@ -1587,7 +1587,7 @@ +--- ImageMagick-6.9.10-19/configure.ac.orig 2018-12-20 00:48:40.000000000 +0100 ++++ ImageMagick-6.9.10-19/configure.ac 2018-12-21 07:10:46.138445850 +0100 +@@ -1605,7 +1605,7 @@ AC_MSG_CHECKING([for X11]) AC_MSG_RESULT([]) LDFLAGS="$LDFLAGS $X_LIBS" @@ -9,7 +9,7 @@ LIBS="$X11_LIBS $LIBS" CPPFLAGS="$CPPFLAGS $X_CFLAGS" -@@ -1614,7 +1614,7 @@ +@@ -1632,7 +1632,7 @@ # AC_CHECK_LIB([Xext],[XShapeCombineMask],[XEXT_LIBS='-lXext' ; AC_DEFINE(HAVE_SHAPE,1,X11 server supports shape extension)],[],[]) AC_CHECK_LIB(Xt,XtSetEventDispatcher,XT_LIBS='-lXt',,) @@ -18,15 +18,96 @@ fi if test "$no_x" != 'yes'; then have_x='yes' -@@ -3879,9 +3879,9 @@ +@@ -3915,9 +3915,9 @@ # if test "$build_modules" != 'no'; then -- MAGICK_DEP_LIBS="$USER_LIBS $LCMS_LIBS $FREETYPE_LIBS $RAQM_LIBS $LQR_LIBS $FFTW_LIBS $FLIF_LIBS $FONTCONFIG_LIBS $XEXT_LIBS $IPC_LIBS $X11_LIBS $XT_LIBS $LZMA_LIBS $BZLIB_LIBS $ZLIB_LIBS $LTDL_LIBS $GDI32_LIBS $MATH_LIBS $GOMP_LIBS $CL_LIBS $UMEM_LIBS $JEMALLOC_LIBS $THREAD_LIBS" -+ MAGICK_DEP_LIBS="$USER_LIBS $LCMS_LIBS $FREETYPE_LIBS $RAQM_LIBS $LQR_LIBS $FFTW_LIBS $FLIF_LIBS $FONTCONFIG_LIBS $XEXT_LIBS $IPC_LIBS $X11_LIBS $BZLIB_LIBS $ZLIB_LIBS $LTDL_LIBS $GDI32_LIBS $MATH_LIBS $GOMP_LIBS $CL_LIBS $UMEM_LIBS $JEMALLOC_LIBS $THREAD_LIBS" +- MAGICK_DEP_LIBS="$USER_LIBS $LCMS_LIBS $FREETYPE_LIBS $RAQM_LIBS $LQR_LIBS $FFTW_LIBS $FLIF_LIBS $XML_LIBS $FONTCONFIG_LIBS $XEXT_LIBS $IPC_LIBS $X11_LIBS $XT_LIBS $LZMA_LIBS $BZLIB_LIBS $ZLIB_LIBS $ZSTD_LIBS $LTDL_LIBS $GDI32_LIBS $WS2_32_LIBS $MATH_LIBS $CL_LIBS $UMEM_LIBS $JEMALLOC_LIBS $THREAD_LIBS" ++ MAGICK_DEP_LIBS="$USER_LIBS $LCMS_LIBS $FREETYPE_LIBS $RAQM_LIBS $LQR_LIBS $FFTW_LIBS $XML_LIBS $FONTCONFIG_LIBS $XEXT_LIBS $IPC_LIBS $X11_LIBS $BZLIB_LIBS $ZLIB_LIBS $LTDL_LIBS $GDI32_LIBS $WS2_32_LIBS $MATH_LIBS $UMEM_LIBS $JEMALLOC_LIBS $THREAD_LIBS" else -- MAGICK_DEP_LIBS="$USER_LIBS $JBIG_LIBS $LCMS_LIBS $TIFF_LIBS $FREETYPE_LIBS $RAQM_LIBS $JPEG_LIBS $GS_LIBS $LQR_LIBS $PNG_LIBS $AUTOTRACE_LIBS $DJVU_LIBS $FFTW_LIBS $FLIF_LIBS $FPX_LIBS $FONTCONFIG_LIBS $WEBPMUX_LIBS $WEBP_LIBS $WMF_LIBS $DPS_LIBS $XEXT_LIBS $XT_LIBS $IPC_LIBS $X11_LIBS $LZMA_LIBS $BZLIB_LIBS $OPENEXR_LIBS $LIBOPENJP2_LIBS $PANGO_LIBS $RAW_R_LIBS $RSVG_LIBS $XML_LIBS $GVC_LIBS $ZLIB_LIBS $LTDL_LIBS $GDI32_LIBS $MATH_LIBS $GOMP_LIBS $CL_LIBS $UMEM_LIBS $JEMALLOC_LIBS $THREAD_LIBS" -+ MAGICK_DEP_LIBS="$USER_LIBS $JBIG_LIBS $LCMS_LIBS $TIFF_LIBS $FREETYPE_LIBS $RAQM_LIBS $JPEG_LIBS $GS_LIBS $LQR_LIBS $PNG_LIBS $AUTOTRACE_LIBS $DJVU_LIBS $FFTW_LIBS $FLIF_LIBS $FPX_LIBS $FONTCONFIG_LIBS $WEBP_LIBS $WMF_LIBS $DPS_LIBS $XEXT_LIBS $IPC_LIBS $X11_LIBS $BZLIB_LIBS $OPENEXR_LIBS $LIBOPENJP2_LIBS $PANGO_LIBS $RSVG_LIBS $XML_LIBS $GVC_LIBS $ZLIB_LIBS $GDI32_LIBS $MATH_LIBS $GOMP_LIBS $CL_LIBS $UMEM_LIBS $JEMALLOC_LIBS $THREAD_LIBS" +- MAGICK_DEP_LIBS="$USER_LIBS $JBIG_LIBS $LCMS_LIBS $TIFF_LIBS $FREETYPE_LIBS $RAQM_LIBS $JPEG_LIBS $GS_LIBS $LQR_LIBS $PNG_LIBS $AUTOTRACE_LIBS $DJVU_LIBS $FFTW_LIBS $FLIF_LIBS $FPX_LIBS $FONTCONFIG_LIBS $HEIF_LIBS $WEBPMUX_LIBS $WEBP_LIBS $WMF_LIBS $DPS_LIBS $XEXT_LIBS $XT_LIBS $IPC_LIBS $X11_LIBS $LZMA_LIBS $BZLIB_LIBS $OPENEXR_LIBS $LIBOPENJP2_LIBS $PANGO_LIBS $RAW_R_LIBS $RSVG_LIBS $XML_LIBS $GVC_LIBS $ZLIB_LIBS $ZSTD_LIBS $LTDL_LIBS $GDI32_LIBS $WS2_32_LIBS $MATH_LIBS $CL_LIBS $UMEM_LIBS $JEMALLOC_LIBS $THREAD_LIBS" ++ MAGICK_DEP_LIBS="$USER_LIBS $JBIG_LIBS $LCMS_LIBS $TIFF_LIBS $FREETYPE_LIBS $RAQM_LIBS $JPEG_LIBS $GS_LIBS $LQR_LIBS $PNG_LIBS $AUTOTRACE_LIBS $DJVU_LIBS $FFTW_LIBS $FLIF_LIBS $FPX_LIBS $FONTCONFIG_LIBS $HEIF_LIBS $WEBP_LIBS $WMF_LIBS $DPS_LIBS $XEXT_LIBS $IPC_LIBS $X11_LIBS $BZLIB_LIBS $OPENEXR_LIBS $LIBOPENJP2_LIBS $PANGO_LIBS $RAW_R_LIBS $RSVG_LIBS $XML_LIBS $GVC_LIBS $ZLIB_LIBS $ZSTD_LIBS $GDI32_LIBS $WS2_32_LIBS $MATH_LIBS $UMEM_LIBS $JEMALLOC_LIBS $THREAD_LIBS" fi + MAGICK_EXTRA_DEP_LIBS="$GOMP_LIBS" AC_SUBST(MAGICK_DEP_LIBS) +--- ImageMagick-6.9.10-19/coders/Makefile.am.orig 2018-12-20 00:48:40.000000000 +0100 ++++ ImageMagick-6.9.10-19/coders/Makefile.am 2018-12-22 10:26:05.633992165 +0100 +@@ -468,7 +468,7 @@ + coders_djvu_la_SOURCES = coders/djvu.c + coders_djvu_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS) + coders_djvu_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_djvu_la_LIBADD = $(MAGICKCORE_LIBS) $(DJVU_LIBS) $(JPEG_LIBS) $(LZMA_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) ++coders_djvu_la_LIBADD = $(MAGICKCORE_LIBS) $(DJVU_LIBS) $(JPEG_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) + # DNG coder module + coders_dng_la_SOURCES = coders/dng.c +@@ -678,7 +678,7 @@ + coders_mat_la_SOURCES = coders/mat.c + coders_mat_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS) + coders_mat_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_mat_la_LIBADD = $(MAGICKCORE_LIBS) $(LZMA_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) ++coders_mat_la_LIBADD = $(MAGICKCORE_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) + + # MATTE coder module + coders_matte_la_SOURCES = coders/matte.c +@@ -726,7 +726,7 @@ + coders_msl_la_SOURCES = coders/msl.c + coders_msl_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS) + coders_msl_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_msl_la_LIBADD = $(MAGICKCORE_LIBS) $(XML_LIBS) $(LZMA_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) ++coders_msl_la_LIBADD = $(MAGICKCORE_LIBS) $(XML_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) + + # MTV coder module + coders_mtv_la_SOURCES = coders/mtv.c +@@ -798,7 +798,7 @@ + coders_pdf_la_SOURCES = coders/pdf.c + coders_pdf_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS) + coders_pdf_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_pdf_la_LIBADD = $(MAGICKCORE_LIBS) $(JBIG_LIBS) $(JPEG_LIBS) $(LZMA_LIBS) $(ZLIB_LIBS) $(GS_LIBS) $(MATH_LIBS) ++coders_pdf_la_LIBADD = $(MAGICKCORE_LIBS) $(JBIG_LIBS) $(JPEG_LIBS) $(ZLIB_LIBS) $(GS_LIBS) $(MATH_LIBS) + + # PES coder module + coders_pes_la_SOURCES = coders/pes.c +@@ -828,7 +828,7 @@ + coders_png_la_SOURCES = coders/png.c + coders_png_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS) + coders_png_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_png_la_LIBADD = $(MAGICKCORE_LIBS) $(PNG_LIBS) $(JPEG_LIBS) $(LZMA_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) ++coders_png_la_LIBADD = $(MAGICKCORE_LIBS) $(PNG_LIBS) $(JPEG_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) + + # PLASMA coder module + coders_plasma_la_SOURCES = coders/plasma.c +@@ -858,13 +858,13 @@ + coders_ps2_la_SOURCES = coders/ps2.c + coders_ps2_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS) + coders_ps2_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_ps2_la_LIBADD = $(MAGICKCORE_LIBS) $(JBIG_LIBS) $(JPEG_LIBS) $(LZMA_LIBS) $(ZLIB_LIBS) $(ZSTD_LIBS) $(WEBPMUX_LIBS) $(WEBP_LIBS) $(MATH_LIBS) ++coders_ps2_la_LIBADD = $(MAGICKCORE_LIBS) $(JBIG_LIBS) $(JPEG_LIBS) $(ZLIB_LIBS) $(WEBPMUX_LIBS) $(WEBP_LIBS) $(MATH_LIBS) + + # PS3 coder module + coders_ps3_la_SOURCES = coders/ps3.c + coders_ps3_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS) + coders_ps3_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_ps3_la_LIBADD = $(MAGICKCORE_LIBS) $(JBIG_LIBS) $(JPEG_LIBS) $(LZMA_LIBS) $(ZLIB_LIBS) $(ZSTD_LIBS) $(WEBPMUX_LIBS) $(WEBP_LIBS) $(MATH_LIBS) ++coders_ps3_la_LIBADD = $(MAGICKCORE_LIBS) $(JBIG_LIBS) $(JPEG_LIBS) $(ZLIB_LIBS) $(WEBPMUX_LIBS) $(WEBP_LIBS) $(MATH_LIBS) + + # PSD coder module + coders_psd_la_SOURCES = coders/psd.c coders/psd-private.h +@@ -954,7 +954,7 @@ + coders_svg_la_SOURCES = coders/svg.c + coders_svg_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS) $(RSVG_CFLAGS) $(CAIRO_SVG_CFLAGS) + coders_svg_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_svg_la_LIBADD = $(MAGICKCORE_LIBS) $(AUTOTRACE_LIBS) $(RSVG_LIBS) $(XML_LIBS) $(LZMA_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) ++coders_svg_la_LIBADD = $(MAGICKCORE_LIBS) $(AUTOTRACE_LIBS) $(RSVG_LIBS) $(XML_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) + + # TGA coder module + coders_tga_la_SOURCES = coders/tga.c +@@ -1008,7 +1008,7 @@ + coders_url_la_SOURCES = coders/url.c + coders_url_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS) + coders_url_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_url_la_LIBADD = $(MAGICKCORE_LIBS) $(XML_LIBS) $(LZMA_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) ++coders_url_la_LIBADD = $(MAGICKCORE_LIBS) $(XML_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) + + # UYVY coder module + coders_uyvy_la_SOURCES = coders/uyvy.c diff --git a/ImageMagick-lt.patch b/ImageMagick-lt.patch index 9a6f309..f854493 100644 --- a/ImageMagick-lt.patch +++ b/ImageMagick-lt.patch @@ -1,9 +1,9 @@ ---- ImageMagick-6.9.3-6/configure.ac.orig 2016-03-06 18:30:04.449575381 +0100 -+++ ImageMagick-6.9.3-6/configure.ac 2016-03-06 18:35:39.416227990 +0100 -@@ -489,10 +489,6 @@ +--- ImageMagick-6.9.10-19/configure.ac.orig 2018-12-21 07:12:50.451777763 +0100 ++++ ImageMagick-6.9.10-19/configure.ac 2018-12-21 07:16:16.398442079 +0100 +@@ -488,10 +488,6 @@ CFLAGS="$CFLAGS $DEF_THREAD" CXXFLAGS="$CXXFLAGS $DEF_THREAD" - THREAD_LIBS="$PTHREAD_LIBS" + THREAD_LIBS="$PTHREAD_LIBS" - if test "$CC" != "$PTHREAD_CC"; then - AC_MSG_WARN([Replacing compiler $CC with compiler $PTHREAD_CC to support pthreads.]) - CC="$PTHREAD_CC" diff --git a/config.patch b/config.patch index 53760b8..214a933 100644 --- a/config.patch +++ b/config.patch @@ -1,10 +1,11 @@ ---- ImageMagick-6.9.9-26/config/policy.xml~ 2017-12-06 03:32:01.000000000 +0200 -+++ ImageMagick-6.9.9-26/config/policy.xml 2017-12-14 19:34:37.097613554 +0200 -@@ -71,10 +71,21 @@ +--- ImageMagick-6.9.10-19/config/policy.xml.orig 2018-12-21 06:58:42.388454113 +0100 ++++ ImageMagick-6.9.10-19/config/policy.xml 2018-12-21 07:02:29.218451524 +0100 +@@ -68,11 +68,22 @@ - + - - diff --git a/magick6.patch b/magick6.patch index e5b2958..829fd79 100644 --- a/magick6.patch +++ b/magick6.patch @@ -39,8 +39,8 @@ ;; *) echo "${usage}" 1>&2 ---- ImageMagick-6.9.9-26/magick/MagickCore-config.in~ 2017-12-14 19:53:01.000000000 +0200 -+++ ImageMagick-6.9.9-26/magick/MagickCore-config.in 2017-12-14 19:53:39.770926527 +0200 +--- ImageMagick-6.9.10-19/magick/MagickCore-config.in.orig 2018-12-20 00:48:40.000000000 +0100 ++++ ImageMagick-6.9.10-19/magick/MagickCore-config.in 2018-12-21 07:18:02.941774194 +0100 @@ -8,11 +8,11 @@ exec_prefix=@exec_prefix@ @@ -59,8 +59,8 @@ echo '@PACKAGE_VERSION@ Q at QUANTUM_DEPTH@ @MAGICK_HDRI@' ;; --cflags) -- @PKG_CONFIG@ -config --cflags MagickCore -+ @PKG_CONFIG@ -config --cflags MagickCore6 +- @PKG_CONFIG@ --cflags MagickCore ++ @PKG_CONFIG@ --cflags MagickCore6 ;; --cxxflags) - @PKG_CONFIG@ --cflags MagickCore ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/ImageMagick.git/commitdiff/ef697526450ba6d67f8c7869d0af4f589ef315e6 From qboosh at pld-linux.org Sat Dec 22 15:05:03 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 15:05:03 +0100 Subject: DISTFILES: ImageMagick: ImageMagick-6.9.10-19.tar.xz Message-ID: <18837.1545487503@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.9.10-19.tar.xz e23416ba38ac78f8482f74648590544f ImageMagick-6.9.10-19.tar.xz Size: 8934480 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sat Dec 22 15:05:14 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 15:05:14 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-atkmm=5D_-_release_2?= References: Message-ID: commit dc999f095f839e29aa7b93bc297b03f3b170eb7a Author: Jakub Bogusz Date: Sat Dec 22 15:09:54 2018 +0100 - release 2 crossmingw32-atkmm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/crossmingw32-atkmm.spec b/crossmingw32-atkmm.spec index c235335..ec57387 100644 --- a/crossmingw32-atkmm.spec +++ b/crossmingw32-atkmm.spec @@ -2,7 +2,7 @@ Summary: A C++ interface for atk library - cross MinGW32 version Summary(pl.UTF-8): Interfejs C++ dla biblioteki atk - wersja skro?na MinGW32 Name: crossmingw32-atkmm Version: 2.28.0 -Release: 1 +Release: 2 License: LGPL v2.1+ Group: Development/Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/atkmm/2.28/atkmm-%{version}.tar.xz ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-atkmm.git/commitdiff/dc999f095f839e29aa7b93bc297b03f3b170eb7a From qboosh at pld-linux.org Sat Dec 22 15:08:47 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 15:08:47 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-pangomm=5D_-_release_2?= References: <96a2f5e4422fddead6afbc02ea54f2c60cb42b0d_refs_heads_master@pld-linux.org> Message-ID: <796f7ba7812fb21a28f5fcb5ed70769f10929fac_refs_heads_master@pld-linux.org> commit 796f7ba7812fb21a28f5fcb5ed70769f10929fac Author: Jakub Bogusz Date: Sat Dec 22 15:13:26 2018 +0100 - release 2 crossmingw32-pangomm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/crossmingw32-pangomm.spec b/crossmingw32-pangomm.spec index b70166b..fa015b1 100644 --- a/crossmingw32-pangomm.spec +++ b/crossmingw32-pangomm.spec @@ -2,7 +2,7 @@ Summary: A C++ interface for pango library - cross MinGW32 version Summary(pl.UTF-8): Interfejs C++ dla biblioteki pango - wersja skro?na MinGW32 Name: crossmingw32-pangomm Version: 2.42.0 -Release: 1 +Release: 2 License: LGPL v2+ Group: Development/Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.42/pangomm-%{version}.tar.xz ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-pangomm.git/commitdiff/796f7ba7812fb21a28f5fcb5ed70769f10929fac From glen at pld-linux.org Sat Dec 22 15:15:37 2018 From: glen at pld-linux.org (glen) Date: Sat, 22 Dec 2018 15:15:37 +0100 Subject: =?utf8?q?=5Bpackages/dokuwiki-plugin-nssize=5D_up_to_2013-02-03?= References: Message-ID: commit f94b52b24018a3923815dd3f0727745213f9c1e9 Author: Elan Ruusam?e Date: Sat Dec 22 16:15:30 2018 +0200 up to 2013-02-03 doku-conf.patch | 70 --------------------------------------------- dokuwiki-plugin-nssize.spec | 37 +++++++++++++----------- 2 files changed, 21 insertions(+), 86 deletions(-) --- diff --git a/dokuwiki-plugin-nssize.spec b/dokuwiki-plugin-nssize.spec index b5cf25b..6e9b8b9 100644 --- a/dokuwiki-plugin-nssize.spec +++ b/dokuwiki-plugin-nssize.spec @@ -1,17 +1,21 @@ +%define subver 2013-02-03 +%define ver %(echo %{subver} | tr -d -) %define plugin nssize +%define php_min_version 5.3.0 +%include /usr/lib/rpm/macros.php Summary: DokuWiki plugin to Show disk usage of a namespace Name: dokuwiki-plugin-%{plugin} -Version: 20080322 -Release: 0.2 +Version: %{ver} +Release: 1 License: GPL v2 Group: Applications/WWW -Source0: http://wiki.symplus.com/_media/computer/source/nssize.zip -# Source0-md5: 288b06bc6765f9b51e5a3aa11b99b3b7 -URL: http://www.dokuwiki.org/plugin:nssize -Patch0: doku-conf.patch +Source0: https://github.com/iobataya/dokuwiki-plugin-nssize/archive/6bccd121/%{plugin}-%{subver}.tar.gz +# Source0-md5: 8b3d5f57c2e2045e92a593464bd08022 +URL: https://www.dokuwiki.org/plugin:nssize BuildRequires: rpmbuild(macros) >= 1.553 BuildRequires: unzip Requires: dokuwiki >= 20061106 +Requires: php(core) >= %{php_min_version} BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -30,14 +34,20 @@ selectable in the plugin-configuration page. %prep %setup -qc -mv %{plugin}/* . -%undos *.css *.php -%patch0 -p1 +mv *-%{plugin}-*/* . + +%build +version=$(awk '/^date/{print $2}' plugin.info.txt) +if [ "$(echo "$version" | tr -d -)" != %{version} ]; then + : %%{version} mismatch + exit 1 +fi %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{plugindir} cp -a . $RPM_BUILD_ROOT%{plugindir} +%{__rm} $RPM_BUILD_ROOT%{plugindir}/README # find locales %find_lang %{name}.lang @@ -45,15 +55,10 @@ cp -a . $RPM_BUILD_ROOT%{plugindir} %clean rm -rf $RPM_BUILD_ROOT -%post -# force css cache refresh -if [ -f %{dokuconf}/local.php ]; then - touch %{dokuconf}/local.php -fi - %files -f %{name}.lang %defattr(644,root,root,755) +%doc README %dir %{plugindir} %{plugindir}/*.php -%{plugindir}/*.css +%{plugindir}/*.txt %{plugindir}/conf diff --git a/doku-conf.patch b/doku-conf.patch deleted file mode 100644 index 4c328c2..0000000 --- a/doku-conf.patch +++ /dev/null @@ -1,70 +0,0 @@ ---- dokuwiki-plugin-nssize-20080322/syntax.php 2010-07-28 23:10:41.962402125 +0300 -+++ dokuwiki-plugin-nssize/syntax.php 2010-07-28 23:10:39.131984609 +0300 -@@ -28,45 +28,40 @@ - function getSort(){ return 150; } - function connectTo($mode) { $this->Lexer->addSpecialPattern('{{nssize>[^}]+}}',$mode,'plugin_nssize'); } - function handle($match, $state, $pos, &$handler) { -+ global $conf; -+ - $subdir = substr($match,9,-2); - $subdir = str_replace(":","/",$subdir); -- $base = $this->getPwd(); -- $base .= "/data/"; - - $message.= '
    '; - $message.= '
  • '.$subdir.'
  • '.NL; - $total = 0; - -- $pageDir = $base.'pages/'.$subdir; -- $pageSize = $this->getSize($pageDir); -+ $pageSize = $this->getSize($conf['datadir'], $subdir); - $total += $pageSize; - if ($this->getConf('display_pages')){ - $message .= $this->getFormatted("Pages",$pageSize); - } - -- $mediaDir = $base.'media/'.$subdir; -- $mediaSize = $this->getSize($mediaDir); -+ $mediaSize = $this->getSize($conf['mediadir'], $subdir); - $total += $mediaSize; - if ($this->getConf('display_media')==true){ - $message .= $this->getFormatted("Media",$mediaSize); - } - -- $cacheDir = $base.'cache/'.$subdir; -- $cacheSize = $this->getSize($cacheDir); -+ $cacheSize = $this->getSize($conf['cachedir'], $subdir); - $total += $cacheSize; - if ($this->getConf('display_cache')==true){ - $message .= $this->getFormatted("Cache",$cacheSize); - } - -- $metaDir = $base.'meta/'.$subdir; -- $metaSize = $this->getSize($metaDir); -+ $metaSize = $this->getSize($conf['metadir'], $subdir); - $total += $metaSize; - if ($this->getConf('display_meta')==true){ - $message .= $this->getFormatted("Meta",$metaSize); - } - -- $atticDir = $base.'attic/'.$subdir; -- $atticSize = $this->getSize($atticDir); -+ $atticSize = $this->getSize($conf['olddir'], $subdir); - $total += $atticSize; - if ($this->getConf('display_attic')==true){ - $message .= $this->getFormatted("Attic",$atticSize); -@@ -86,12 +81,9 @@ - } - return false; - } -- function getPwd(){ -- $value = exec("pwd"); -- return $value; -- } - -- function getSize($fullpath){ -+ function getSize($basedir, $subdir) { -+ $fullpath = $basedir.'/'.$subdir; - $values = explode(" ",exec("du -k ".$fullpath)); - $size = $values[0]/1024; - return $size; ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/dokuwiki-plugin-nssize.git/commitdiff/f94b52b24018a3923815dd3f0727745213f9c1e9 From glen at pld-linux.org Sat Dec 22 15:15:44 2018 From: glen at pld-linux.org (glen) Date: Sat, 22 Dec 2018 15:15:44 +0100 Subject: DISTFILES: dokuwiki-plugin-nssize: nssize-2013-02-03.tar.gz Message-ID: <22174.1545488144@distfiles.pld-linux.org> Request by: glen Files fetched: 1 STORED: https://github.com/iobataya/dokuwiki-plugin-nssize/archive/6bccd121/nssize-2013-02-03.tar.gz 8b3d5f57c2e2045e92a593464bd08022 nssize-2013-02-03.tar.gz Size: 2913 bytes -- Virtually Yours: distfiles. From glen at pld-linux.org Sat Dec 22 15:22:42 2018 From: glen at pld-linux.org (glen) Date: Sat, 22 Dec 2018 15:22:42 +0100 Subject: =?utf8?q?=5Bpackages/dokuwiki-plugin-note=5D_up_to_2018-04-28?= References: <7e5d1c619e43872ef27acb65ea0e7260e6d477f4_refs_heads_master@pld-linux.org> Message-ID: <3c6a0806cb4e3d6e99547ba08ac0a806e01ee574_refs_heads_master@pld-linux.org> commit 3c6a0806cb4e3d6e99547ba08ac0a806e01ee574 Author: Elan Ruusam?e Date: Sat Dec 22 16:22:37 2018 +0200 up to 2018-04-28 dokuwiki-plugin-note.spec | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) --- diff --git a/dokuwiki-plugin-note.spec b/dokuwiki-plugin-note.spec index 28b0d2a..d8ce83b 100644 --- a/dokuwiki-plugin-note.spec +++ b/dokuwiki-plugin-note.spec @@ -1,14 +1,18 @@ +%define subver 2018-04-28 +%define ver %(echo %{subver} | tr -d -) %define plugin note +%define php_min_version 5.3.0 +%include /usr/lib/rpm/macros.php Summary: DokuWiki note plugin Name: dokuwiki-plugin-%{plugin} -Version: 20090615 -Release: 2 +Version: %{ver} +Release: 1 License: GPL v2 Group: Applications/WWW -Source0: http://gauret.free.fr/fichiers/dokuwiki/dokuwiki-%{plugin}-%{version}.tgz -# Source0-md5: 9121176dcb0c83ebd1d9008e949191ec +Source0: https://github.com/LarsGit223/dokuwiki_note/archive/%{subver}/%{plugin}-%{subver}.tar.gz +# Source0-md5: 827086b608ae9a2f5ce49dade8b4ed75 Patch0: toc-fix.patch -URL: http://www.dokuwiki.org/plugin:note +URL: https://www.dokuwiki.org/plugin:note BuildRequires: rpmbuild(macros) >= 1.520 Requires: dokuwiki >= 20090214 BuildArch: noarch @@ -23,11 +27,11 @@ This plugin allows you to create nice notes in your DokuWiki pages. %prep %setup -qc -mv %{plugin}/* . -rm %{plugin}/.gitignore +mv dokuwiki_note-*/* . %patch0 -p1 -version=$(awk '/date/{print $2}' info.txt) +%build +version=$(awk '/^date/{print $2}' plugin.info.txt) if [ "$(echo "$version" | tr -d -)" != %{version} ]; then : %%{version} mismatch exit 1 @@ -37,6 +41,7 @@ fi rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{plugindir} cp -a . $RPM_BUILD_ROOT%{plugindir} +%{__rm} $RPM_BUILD_ROOT%{plugindir}/{COPYING,README.rdoc} %clean rm -rf $RPM_BUILD_ROOT @@ -49,6 +54,7 @@ fi %files %defattr(644,root,root,755) +%doc README.rdoc %dir %{plugindir} %{plugindir}/*.txt %{plugindir}/*.php ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/dokuwiki-plugin-note.git/commitdiff/3c6a0806cb4e3d6e99547ba08ac0a806e01ee574 From glen at pld-linux.org Sat Dec 22 15:22:47 2018 From: glen at pld-linux.org (glen) Date: Sat, 22 Dec 2018 15:22:47 +0100 Subject: DISTFILES: dokuwiki-plugin-note: note-2018-04-28.tar.gz Message-ID: <23853.1545488567@distfiles.pld-linux.org> Request by: glen Files fetched: 1 STORED: https://github.com/LarsGit223/dokuwiki_note/archive/2018-04-28/note-2018-04-28.tar.gz 827086b608ae9a2f5ce49dade8b4ed75 note-2018-04-28.tar.gz Size: 39669 bytes -- Virtually Yours: distfiles. From glen at pld-linux.org Sat Dec 22 15:29:42 2018 From: glen at pld-linux.org (glen) Date: Sat, 22 Dec 2018 15:29:42 +0100 Subject: =?utf8?q?=5Bpackages/dokuwiki-plugin-redirect=5D_up_to_2017-11-05?= References: Message-ID: <11ff22de28426bfbf5c84221b169a574754d23b5_refs_heads_master@pld-linux.org> commit 11ff22de28426bfbf5c84221b169a574754d23b5 Author: Elan Ruusam?e Date: Sat Dec 22 16:29:33 2018 +0200 up to 2017-11-05 confdir.patch | 31 ------------------------------- dokuwiki-plugin-redirect.spec | 6 ++---- 2 files changed, 2 insertions(+), 35 deletions(-) --- diff --git a/dokuwiki-plugin-redirect.spec b/dokuwiki-plugin-redirect.spec index 7c8b295..892c993 100644 --- a/dokuwiki-plugin-redirect.spec +++ b/dokuwiki-plugin-redirect.spec @@ -1,4 +1,4 @@ -%define subver 2017-03-08 +%define subver 2017-11-05 %define ver %(echo %{subver} | tr -d -) %define plugin redirect %define php_min_version 5.3.0 @@ -10,8 +10,7 @@ Release: 1 License: GPL v2 Group: Applications/WWW Source0: https://github.com/splitbrain/dokuwiki-plugin-redirect/archive/%{subver}/%{plugin}-%{subver}.tar.gz -# Source0-md5: 99a8d76dc828f9f0b6bf4b91d7bb0ab2 -Patch0: confdir.patch +# Source0-md5: 9a75af351d1d2352d7903c57a3c2f82e URL: https://www.dokuwiki.org/plugin:redirect BuildRequires: rpm-php-pearprov >= 4.4.2-11 BuildRequires: rpmbuild(macros) >= 1.520 @@ -33,7 +32,6 @@ central configuration file. %prep %setup -qc mv *-%{plugin}-*/* . -%patch0 -p1 %build version=$(awk '/^date/{print $2}' plugin.info.txt) diff --git a/confdir.patch b/confdir.patch deleted file mode 100644 index f75dcd0..0000000 --- a/confdir.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- dokuwiki-plugin-redirect-20100613/action.php 2011-02-06 20:26:05.000000000 +0200 -+++ dokuwiki-plugin-redirect-20100613/action.php 2012-05-30 16:28:11.153277934 +0300 -@@ -34,7 +34,7 @@ - - if($ACT != 'show') return; - -- $redirects = confToHash(dirname(__FILE__).'/redirect.conf'); -+ $redirects = confToHash(DOKU_CONF.'/redirect.conf'); - if($redirects[$ID]){ - if(preg_match('/^https?:\/\//',$redirects[$ID])){ - send_redirect($redirects[$ID]); ---- dokuwiki-plugin-redirect-20120918/admin.php~ 2012-09-18 21:46:55.000000000 +0300 -+++ dokuwiki-plugin-redirect-20120918/admin.php 2012-09-18 21:47:33.419278055 +0300 -@@ -37,7 +37,7 @@ - */ - function handle() { - if($_POST['redirdata']){ -- if(io_saveFile(dirname(__FILE__).'/redirect.conf',cleanText($_POST['redirdata']))){ -+ if(io_saveFile(DOKU_CONF.'/redirect.conf',cleanText($_POST['redirdata']))){ - msg($this->getLang('saved'),1); - } - } -@@ -53,7 +53,7 @@ - echo ''; - echo ''; - echo '
    '; - echo ''; - echo ''; ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/dokuwiki-plugin-redirect.git/commitdiff/11ff22de28426bfbf5c84221b169a574754d23b5 From glen at pld-linux.org Sat Dec 22 15:29:47 2018 From: glen at pld-linux.org (glen) Date: Sat, 22 Dec 2018 15:29:47 +0100 Subject: DISTFILES: dokuwiki-plugin-redirect: redirect-2017-11-05.tar.gz Message-ID: <25938.1545488987@distfiles.pld-linux.org> Request by: glen Files fetched: 1 STORED: https://github.com/splitbrain/dokuwiki-plugin-redirect/archive/2017-11-05/redirect-2017-11-05.tar.gz 9a75af351d1d2352d7903c57a3c2f82e redirect-2017-11-05.tar.gz Size: 8148 bytes -- Virtually Yours: distfiles. From glen at pld-linux.org Sat Dec 22 15:38:05 2018 From: glen at pld-linux.org (glen) Date: Sat, 22 Dec 2018 15:38:05 +0100 Subject: =?utf8?q?=5Bpackages/dokuwiki-plugin-edittable=5D_up_to_2018-04-24?= References: <2b52a0a4be0f82c4c2a6708a7fe78a7cada20e7a_refs_heads_master@pld-linux.org> Message-ID: commit a08890a69d1c630fe3fe6703c86176d2eaf20b85 Author: Elan Ruusam?e Date: Sat Dec 22 16:37:53 2018 +0200 up to 2018-04-24 dokuwiki-plugin-edittable.spec | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) --- diff --git a/dokuwiki-plugin-edittable.spec b/dokuwiki-plugin-edittable.spec index 7b1f0c4..5f187cb 100644 --- a/dokuwiki-plugin-edittable.spec +++ b/dokuwiki-plugin-edittable.spec @@ -1,7 +1,7 @@ -%define subver 2016-10-07 +%define subver 2018-04-24 %define ver %(echo %{subver} | tr -d -) %define plugin edittable -%define php_min_version 5.3.0 +%define php_min_version 5.6.0 %include /usr/lib/rpm/macros.php Summary: DokuWiki edittable plugin Summary(pl.UTF-8): Wtyczka edittable dla DokuWiki @@ -11,7 +11,7 @@ Release: 1 License: GPL v2 Group: Applications/WWW Source0: https://github.com/cosmocode/%{plugin}/archive/%{subver}/%{plugin}-%{version}.tar.gz -# Source0-md5: 909c60e3520d05dc2e8527837c3dde08 +# Source0-md5: 9a7944c1e77595397e1db93a7e79aadb URL: https://www.dokuwiki.org/plugin:edittable BuildRequires: rpm-php-pearprov >= 4.4.2-11 BuildRequires: rpmbuild(macros) >= 1.520 @@ -39,16 +39,12 @@ rm -r _jstest rm deleted.files # npm rm package.json +rm .eslintrc.js %build version=$(awk '/^date/{print $2}' plugin.info.txt) - -# XXX: temp hack, upstream tagged it wrong -# https://github.com/cosmocode/edittable/issues/118 -[ "$version" = "2016-10-06" ] && version=2016-10-07 - if [ "$(echo "$version" | tr -d -)" != %{version} ]; then - : version mismatch + : %%{version} mismatch exit 1 fi @@ -78,7 +74,9 @@ fi %{plugindir}/*.less %{plugindir}/*.txt %{plugindir}/action +%{plugindir}/conf %{plugindir}/images %{plugindir}/less +%{plugindir}/lib %{plugindir}/renderer %{plugindir}/script ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/dokuwiki-plugin-edittable.git/commitdiff/a08890a69d1c630fe3fe6703c86176d2eaf20b85 From glen at pld-linux.org Sat Dec 22 15:38:13 2018 From: glen at pld-linux.org (glen) Date: Sat, 22 Dec 2018 15:38:13 +0100 Subject: DISTFILES: dokuwiki-plugin-edittable: edittable-20180424.tar.gz Message-ID: <28279.1545489493@distfiles.pld-linux.org> Request by: glen Files fetched: 1 STORED: https://github.com/cosmocode/edittable/archive/2018-04-24/edittable-20180424.tar.gz 9a7944c1e77595397e1db93a7e79aadb edittable-20180424.tar.gz Size: 523625 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sat Dec 22 15:41:44 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 15:41:44 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-gtkmm=5D_-_release_4?= References: Message-ID: commit dbc0cdd0c25a481366bd472054455c6e90288128 Author: Jakub Bogusz Date: Sat Dec 22 15:46:23 2018 +0100 - release 4 crossmingw32-gtkmm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/crossmingw32-gtkmm.spec b/crossmingw32-gtkmm.spec index 72ac8e0..c5f4749 100644 --- a/crossmingw32-gtkmm.spec +++ b/crossmingw32-gtkmm.spec @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Wrapper C++ dla GTK+ - skro?na wersja MinGW32 %define realname gtkmm Name: crossmingw32-%{realname} Version: 2.24.5 -Release: 3 +Release: 4 License: LGPL v2+ Group: Development/Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.24/%{realname}-%{version}.tar.xz ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-gtkmm.git/commitdiff/dbc0cdd0c25a481366bd472054455c6e90288128 From bszx at pld-linux.org Sat Dec 22 15:58:25 2018 From: bszx at pld-linux.org (bszx) Date: Sat, 22 Dec 2018 15:58:25 +0100 Subject: =?utf8?q?=5Bpackages/qt5-qtwayland=5D_-_updated_to_5=2E11=2E1?= References: <3e38b839852d2306b4a9df5e3b29a0617e9175d2_refs_heads_master@pld-linux.org> Message-ID: <4368f08c6803f592da1e201d3970db47da4a202b_refs_heads_master@pld-linux.org> commit 4368f08c6803f592da1e201d3970db47da4a202b Author: Bartek Szady Date: Sat Dec 22 15:57:23 2018 +0100 - updated to 5.11.1 qt5-qtwayland.spec | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) --- diff --git a/qt5-qtwayland.spec b/qt5-qtwayland.spec index d184d65..0ec762d 100644 --- a/qt5-qtwayland.spec +++ b/qt5-qtwayland.spec @@ -12,12 +12,12 @@ Summary: The Qt5 Wayland libraries Summary(pl.UTF-8): Biblioteki Qt5 Wayland Name: qt5-%{orgname} -Version: 5.8.0 -Release: 3 +Version: 5.11.1 +Release: 1 License: LGPL v2.1 with Digia Qt LGPL Exception v1.1 or GPL v3.0 Group: Libraries -Source0: http://download.qt.io/official_releases/qt/5.8/%{version}/submodules/%{orgname}-opensource-src-%{version}.tar.xz -# Source0-md5: 0a40bd721bd5e1630601beab660c6ea9 +Source0: http://download.qt.io/official_releases/qt/5.11/%{version}/submodules/%{orgname}-everywhere-src-%{version}.tar.xz +# Source0-md5: 26d9d22805572adb75610da4316736cd URL: http://www.qt.io/ BuildRequires: EGL-devel BuildRequires: Mesa-libwayland-egl-devel @@ -190,7 +190,7 @@ Qt5 Wayland examples. Przyk?ady do bibliotek Qt5 Wayland. %prep -%setup -q -n %{orgname}-opensource-src-%{version} +%setup -q -n %{orgname}-everywhere-src-%{version} %build qmake-qt5 \ @@ -209,13 +209,10 @@ rm -rf $RPM_BUILD_ROOT %endif # useless symlinks -%{__rm} $RPM_BUILD_ROOT%{_libdir}/libQt5*.so.5.? +%{__rm} $RPM_BUILD_ROOT%{_libdir}/libQt5*.so.5.?? # actually drop *.la, follow policy of not packaging them when *.pc exist %{__rm} $RPM_BUILD_ROOT%{_libdir}/libQt5*.la -# no proper cmake support as of 5.5.1 (there should be some names after _) -%{__rm} $RPM_BUILD_ROOT%{_libdir}/cmake/{Qt5Gui/Qt5Gui_,Qt5WaylandClient/Qt5WaylandClient_}.cmake - # Prepare some files list ifecho() { r="$RPM_BUILD_ROOT$2" @@ -262,6 +259,7 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{qt5dir}/plugins/platforms/libqwayland-xcomposite-glx.so %dir %{qt5dir}/plugins/wayland-graphics-integration-server %attr(755,root,root) %{qt5dir}/plugins/wayland-graphics-integration-server/libdrm-egl-server.so +%attr(755,root,root) %{qt5dir}/plugins/wayland-graphics-integration-server/libshm-emulation-server.so %attr(755,root,root) %{qt5dir}/plugins/wayland-graphics-integration-server/libwayland-egl.so %attr(755,root,root) %{qt5dir}/plugins/wayland-graphics-integration-server/libxcomposite-egl.so %attr(755,root,root) %{qt5dir}/plugins/wayland-graphics-integration-server/libxcomposite-glx.so @@ -277,6 +275,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libQt5WaylandCompositor.prl %{_includedir}/qt5/QtWaylandCompositor %{_pkgconfigdir}/Qt5WaylandCompositor.pc +%{_libdir}/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake +%{_libdir}/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake %{_libdir}/cmake/Qt5WaylandCompositor %{qt5dir}/mkspecs/modules/qt_lib_waylandcompositor.pri %{qt5dir}/mkspecs/modules/qt_lib_waylandcompositor_private.pri @@ -284,7 +284,7 @@ rm -rf $RPM_BUILD_ROOT %files -n Qt5WaylandClient %defattr(644,root,root,755) -%doc LGPL_EXCEPTION.txt README +%doc LICENSE.GPL3-EXCEPT README # dist/changes-* %attr(755,root,root) %{_libdir}/libQt5WaylandClient.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libQt5WaylandClient.so.5 @@ -295,7 +295,8 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{qt5dir}/plugins/wayland-decoration-client/libbradient.so %dir %{qt5dir}/plugins/wayland-graphics-integration-client %attr(755,root,root) %{qt5dir}/plugins/wayland-graphics-integration-client/libdrm-egl-server.so -%attr(755,root,root) %{qt5dir}/plugins/wayland-graphics-integration-client/libwayland-egl.so +%attr(755,root,root) %{qt5dir}/plugins/wayland-graphics-integration-client/libqt-plugin-wayland-egl.so +%attr(755,root,root) %{qt5dir}/plugins/wayland-graphics-integration-client/libshm-emulation-server.so %attr(755,root,root) %{qt5dir}/plugins/wayland-graphics-integration-client/libxcomposite-egl.so %attr(755,root,root) %{qt5dir}/plugins/wayland-graphics-integration-client/libxcomposite-glx.so %dir %{qt5dir}/plugins/wayland-shell-integration @@ -307,6 +308,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libQt5WaylandClient.prl %{_includedir}/qt5/QtWaylandClient %{_pkgconfigdir}/Qt5WaylandClient.pc +%{_libdir}/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake +%{_libdir}/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake %{_libdir}/cmake/Qt5WaylandClient %{qt5dir}/mkspecs/modules/qt_lib_waylandclient.pri %{qt5dir}/mkspecs/modules/qt_lib_waylandclient_private.pri ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtwayland.git/commitdiff/4368f08c6803f592da1e201d3970db47da4a202b From bszx at pld-linux.org Sat Dec 22 15:58:31 2018 From: bszx at pld-linux.org (bszx) Date: Sat, 22 Dec 2018 15:58:31 +0100 Subject: DISTFILES: qt5-qtwayland: qtwayland-everywhere-src-5.11.1.tar.xz Message-ID: <954.1545490711@distfiles.pld-linux.org> Request by: bszx Files fetched: 1 STORED: http://download.qt.io/official_releases/qt/5.11/5.11.1/submodules/qtwayland-everywhere-src-5.11.1.tar.xz 26d9d22805572adb75610da4316736cd qtwayland-everywhere-src-5.11.1.tar.xz Size: 392200 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Sat Dec 22 16:16:19 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 16:16:19 +0100 Subject: =?utf8?q?=5Bpackages/libfuse3=5D_up_to_3=2E4=2E1?= References: <56975870433203106be41a4f40baaef4461f4b1a_refs_heads_master@pld-linux.org> Message-ID: <0e8d96d7d27b0d19bd32cb2e916fa09bb97d8009_refs_heads_master@pld-linux.org> commit 0e8d96d7d27b0d19bd32cb2e916fa09bb97d8009 Author: Jan Palus Date: Sat Dec 22 16:16:00 2018 +0100 up to 3.4.1 libfuse3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/libfuse3.spec b/libfuse3.spec index e8e490b..d846b2b 100644 --- a/libfuse3.spec +++ b/libfuse3.spec @@ -1,13 +1,13 @@ Summary: Filesystem in Userspace Summary(pl.UTF-8): System plik?w w przestrzeni u?ytkownika Name: libfuse3 -Version: 3.3.0 +Version: 3.4.1 Release: 1 License: LGPL v2 (library), GPL v2 (tools) Group: Applications/System #Source0Download: https://github.com/libfuse/libfuse/releases Source0: https://github.com/libfuse/libfuse/releases/download/fuse-%{version}/fuse-%{version}.tar.xz -# Source0-md5: 2568a6bd41f5a4dead66e119a83cebaf +# Source0-md5: 68eac68b19997bea69c4d94f110003f0 Patch0: %{name}-build.patch URL: https://github.com/libfuse/libfuse BuildRequires: meson >= 0.38 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/libfuse3.git/commitdiff/0e8d96d7d27b0d19bd32cb2e916fa09bb97d8009 From atler at pld-linux.org Sat Dec 22 16:16:25 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 16:16:25 +0100 Subject: DISTFILES: libfuse3: fuse-3.4.1.tar.xz Message-ID: <5408.1545491785@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: https://github.com/libfuse/libfuse/releases/download/fuse-3.4.1/fuse-3.4.1.tar.xz 68eac68b19997bea69c4d94f110003f0 fuse-3.4.1.tar.xz Size: 1016436 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Sat Dec 22 16:18:50 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 16:18:50 +0100 Subject: =?utf8?q?=5Bpackages/sshfs-fuse=5D_up_to_3=2E5=2E1?= References: <9dedb22ff3c2af73996833a1beead71e8c57fd5e_refs_heads_master@pld-linux.org> Message-ID: commit ab229d17abbc29f5456c22ddbfbb24b0a0a15dab Author: Jan Palus Date: Sat Dec 22 16:18:33 2018 +0100 up to 3.5.1 sshfs-fuse.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/sshfs-fuse.spec b/sshfs-fuse.spec index 5122bd1..e2e69b2 100644 --- a/sshfs-fuse.spec +++ b/sshfs-fuse.spec @@ -1,13 +1,13 @@ Summary: Filesystem based on the SSH File Transfer Protocol Summary(pl.UTF-8): System plik?w oparty na protokole SSH File Transfer Protocol Name: sshfs-fuse -Version: 3.5.0 +Version: 3.5.1 Release: 1 License: GPL v2 Group: Applications/System #Source0Download: https://github.com/libfuse/sshfs/releases Source0: https://github.com/libfuse/sshfs/releases/download/sshfs-%{version}/sshfs-%{version}.tar.xz -# Source0-md5: a440e6ab9ea3b6a6181e75c4dbb9babd +# Source0-md5: cae9508b97c938727e354448b40693cc URL: https://github.com/libfuse/sshfs BuildRequires: docutils BuildRequires: glib2-devel >= 2.0 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/sshfs-fuse.git/commitdiff/ab229d17abbc29f5456c22ddbfbb24b0a0a15dab From atler at pld-linux.org Sat Dec 22 16:18:56 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 16:18:56 +0100 Subject: DISTFILES: sshfs-fuse: sshfs-3.5.1.tar.xz Message-ID: <6111.1545491936@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: https://github.com/libfuse/sshfs/releases/download/sshfs-3.5.1/sshfs-3.5.1.tar.xz cae9508b97c938727e354448b40693cc sshfs-3.5.1.tar.xz Size: 48424 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Sat Dec 22 16:24:57 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 16:24:57 +0100 Subject: =?utf8?q?=5Bpackages/mate-power-manager=5D_up_to_1=2E20=2E3?= References: <199f5f012e146a49f3da71a79924fd4be06907cc_refs_heads_master@pld-linux.org> Message-ID: <099f87681dbc46a4a7d381c89d664456e779b019_refs_heads_master@pld-linux.org> commit 099f87681dbc46a4a7d381c89d664456e779b019 Author: Jan Palus Date: Sat Dec 22 16:24:35 2018 +0100 up to 1.20.3 mate-power-manager.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) --- diff --git a/mate-power-manager.spec b/mate-power-manager.spec index 0e96d11..b6b8242 100644 --- a/mate-power-manager.spec +++ b/mate-power-manager.spec @@ -5,12 +5,12 @@ Summary: MATE power management service Summary(pl.UTF-8): Us?uga zarz?dzania energi? dla MATE Name: mate-power-manager -Version: 1.20.2 -Release: 2 +Version: 1.20.3 +Release: 1 License: GPL v2+ Group: X11/Applications Source0: http://pub.mate-desktop.org/releases/1.20/%{name}-%{version}.tar.xz -# Source0-md5: 5e15c3876b6f2af8ff41c3ab1da3e88d +# Source0-md5: 4e05e1ac326c1763f89acc7e910f74af URL: http://wiki.mate-desktop.org/mate-power-manager BuildRequires: autoconf >= 2.63 BuildRequires: automake >= 1:1.9 @@ -100,6 +100,7 @@ rm -rf $RPM_BUILD_ROOT DESTDIR=$RPM_BUILD_ROOT %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{es_ES,frp,jv,ku_IQ,pms} +%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/help/{es_ES,frp,jv,kab,ku_IQ,zh-Hans} %find_lang %{name} --with-mate ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mate-power-manager.git/commitdiff/099f87681dbc46a4a7d381c89d664456e779b019 From atler at pld-linux.org Sat Dec 22 16:25:02 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 16:25:02 +0100 Subject: DISTFILES: mate-power-manager: mate-power-manager-1.20.3.tar.xz Message-ID: <7692.1545492302@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: http://pub.mate-desktop.org/releases/1.20/mate-power-manager-1.20.3.tar.xz 4e05e1ac326c1763f89acc7e910f74af mate-power-manager-1.20.3.tar.xz Size: 3214132 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Sat Dec 22 16:29:41 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 16:29:41 +0100 Subject: =?utf8?q?=5Bpackages/grep=5D_up_to_3=2E3?= References: <742ad1a41ef456116278c29f2eb0a19b2daf8cba_refs_heads_master@pld-linux.org> Message-ID: <6a8cd899236abde344504849b067d7d4c5e338d8_refs_heads_master@pld-linux.org> commit 6a8cd899236abde344504849b067d7d4c5e338d8 Author: Jan Palus Date: Sat Dec 22 16:29:22 2018 +0100 up to 3.3 grep-info.patch | 4 ++-- grep.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) --- diff --git a/grep.spec b/grep.spec index a22f16e..74fe98b 100644 --- a/grep.spec +++ b/grep.spec @@ -14,13 +14,13 @@ Summary(ru.UTF-8): ??????? ?????? ?? ???????? GNU grep Summary(tr.UTF-8): Dosyalarda katar arama arac? Summary(uk.UTF-8): ??????? ?????? ?? ???????? GNU grep Name: grep -Version: 3.1 +Version: 3.3 Release: 1 Epoch: 2 License: GPL v3+ Group: Applications/Text Source0: http://ftp.gnu.org/gnu/grep/%{name}-%{version}.tar.xz -# Source0-md5: feca7b3e7c7f4aab2b42ecbfc513b070 +# Source0-md5: 05d0718a1b7cc706a4bdf8115363f1ed Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2 # Source1-md5: 1b5e726d0bee53e898531de4a76ad290 Patch0: %{name}-info.patch diff --git a/grep-info.patch b/grep-info.patch index f188554..eff4a38 100644 --- a/grep-info.patch +++ b/grep-info.patch @@ -7,8 +7,8 @@ - at dircategory Text creation and manipulation + at dircategory File utilities: @direntry --* grep: (grep). Print lines matching a pattern. -+* grep: (grep). Print lines matching a pattern +-* grep: (grep). Print lines that match patterns. ++* grep: (grep). Print lines that match patterns @end direntry @titlepage ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/grep.git/commitdiff/6a8cd899236abde344504849b067d7d4c5e338d8 From atler at pld-linux.org Sat Dec 22 16:29:47 2018 From: atler at pld-linux.org (atler) Date: Sat, 22 Dec 2018 16:29:47 +0100 Subject: DISTFILES: grep: grep-3.3.tar.xz grep-non-english-man-pages.tar.bz2 Message-ID: <8994.1545492587@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: http://ftp.gnu.org/gnu/grep/grep-3.3.tar.xz 05d0718a1b7cc706a4bdf8115363f1ed grep-3.3.tar.xz Size: 1473056 bytes ALREADY GOT: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/grep-non-english-man-pages.tar.bz2 1b5e726d0bee53e898531de4a76ad290 grep-non-english-man-pages.tar.bz2 -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sat Dec 22 18:46:52 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 18:46:52 +0100 Subject: =?utf8?q?=5Bpackages/ImageMagick=5D_-_updated_to_7=2E0=2E8-19_-_updated_ldfl?= =?utf8?q?ags=2Clt_patches_-_restored_link_patch_-_added_OpenCL_patch_=28adj?= =?utf8?q?us?= References: <7da1a51527d2a12caa58e70f9b7ea210c27bf560_refs_heads_master@pld-linux.org> Message-ID: commit e984c4b52bbe62ea8e326debac53a1b066521962 Author: Jakub Bogusz Date: Sat Dec 22 18:51:26 2018 +0100 - updated to 7.0.8-19 - updated ldflags,lt patches - restored link patch - added OpenCL patch (adjust dlopen name to libOpenCL.so.1) - moved dng and heic coders to subpackages (depend on libraw and libheif resp.) - libde265 is libheif dependency, gettext-devel seems no longer valid ImageMagick-OpenCL.patch | 11 +++++ ImageMagick-ldflags.patch | 8 ++-- ImageMagick-link.patch | 113 ++++++++++++++++++++++++++++++++++++++++++++++ ImageMagick-lt.patch | 8 ++-- ImageMagick.spec | 68 ++++++++++++++++++++++------ 5 files changed, 185 insertions(+), 23 deletions(-) --- diff --git a/ImageMagick.spec b/ImageMagick.spec index a2a4c20..cf12f1d 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -23,7 +23,7 @@ %define libpng_ver 2:1.6.34 %define ver 7.0.8 -%define pver 14 +%define pver 19 %include /usr/lib/rpm/macros.perl Summary: Image display, conversion, and manipulation under X Summary(de.UTF-8): Darstellen, Konvertieren und Bearbeiten von Grafiken unter X @@ -41,12 +41,13 @@ Epoch: 1 License: Apache-like Group: X11/Applications/Graphics Source0: https://www.imagemagick.org/download/%{name}-%{ver}-%{pver}.tar.xz -# Source0-md5: 6d6dc362db8bc3a4049be9aa9d34325c +# Source0-md5: 37e0da476b9718baa341f16393b32514 Patch0: config.patch - +Patch1: %{name}-link.patch Patch2: %{name}-libpath.patch Patch3: %{name}-ldflags.patch Patch4: %{name}-lt.patch +Patch5: %{name}-OpenCL.patch URL: http://www.imagemagick.org/ %{?with_opencl:BuildRequires: OpenCL-devel} BuildRequires: OpenEXR-devel >= 1.0.6 @@ -61,12 +62,10 @@ BuildRequires: flif-devel BuildRequires: fontconfig-devel >= 2.1.0 BuildRequires: freetype-devel >= 2.0.2-2 %{?with_openmp:BuildRequires: gcc-c++ >= 6:4.2} -BuildRequires: gettext-devel %{?with_gs:BuildRequires: ghostscript-devel} %{?with_graphviz:BuildRequires: graphviz-devel >= 2.9.0} BuildRequires: jbigkit-devel BuildRequires: lcms2-devel >= 2.0 -BuildRequires: libde265-devel %{?with_fpx:BuildRequires: libfpx-devel >= 1.2.0.4-3} %{?with_openmp:BuildRequires: libgomp-devel} BuildRequires: libheif-devel @@ -75,11 +74,12 @@ BuildRequires: liblqr-devel >= 0.1.0 BuildRequires: libltdl-devel BuildRequires: libpng-devel >= %{libpng_ver} %{?with_raqm:BuildRequires: libraqm-devel} +BuildRequires: libraw-devel >= 0.14.8 BuildRequires: librsvg-devel >= 2.9.0 BuildRequires: libstdc++-devel BuildRequires: libtiff-devel BuildRequires: libtool >= 2:2.2 -BuildRequires: libwebp-devel +BuildRequires: libwebp-devel >= 0.4.4 %{?with_wmf:BuildRequires: libwmf-devel >= 2:0.2.2} BuildRequires: libxml2-devel >= 2.0 %{?with_openjpeg:BuildRequires: openjpeg2-devel >= 2.1.0} @@ -96,6 +96,7 @@ BuildRequires: xorg-lib-libXext-devel BuildRequires: xz BuildRequires: xz-devel >= 2.9.0 BuildRequires: zlib-devel >= 1.0.0 +BuildRequires: zstd-devel >= 1.0.0 Requires: %{name}-libs = %{epoch}:%{version}-%{release} Suggests: shared-color-profiles Obsoletes: ImageMagick-coder-dps @@ -208,12 +209,12 @@ Requires: fontconfig-devel >= 2.1.0 Requires: freetype-devel >= 2.0.2 Requires: lcms2-devel >= 2.0 %{?with_openmp:Requires: libgomp-devel} -Requires: libjpeg-devel >= 6b Requires: liblqr-devel >= 0.1.0 Requires: libltdl-devel -Requires: libtiff-devel +%{?with_raqm:Requires: libraqm-devel} +Requires: xorg-lib-libX11-devel Requires: xorg-lib-libXext-devel -Requires: zlib-devel +Requires: zlib-devel >= 1.0.0 %description devel This is the ImageMagick development package. It includes header files @@ -454,6 +455,19 @@ Coder module for DJVU files. %description coder-djvu -l pl.UTF-8 Modu? kodera dla plik?w DJVU. +%package coder-dng +Summary: Coder module for DNG files +Summary(pl.UTF-8): Modu? kodera dla plik?w DNG +Group: X11/Applications/Graphics +Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: libraw >= 0.14.8 + +%description coder-dng +Coder module for DNG (Digital Negative) files. + +%description coder-dng -l pl.UTF-8 +Modu? kodera dla plik?w DNG (Digital Negative). + %package coder-dot Summary: Coder module for GraphViz DOT files Summary(pl.UTF-8): Modu? kodera dla plik?w GraphViz DOT @@ -504,6 +518,18 @@ Coder module for FlashPIX (FPX) files. %description coder-fpx -l pl.UTF-8 Modu? kodera dla plik?w FlashPIX (FPX). +%package coder-heic +Summary: Coder module for HEIC files +Summary(pl.UTF-8): Modu? kodera dla plik?w HEIC +Group: X11/Applications/Graphics +Requires: %{name} = %{epoch}:%{version}-%{release} + +%description coder-heic +Coder module for HEIC files. + +%description coder-heic -l pl.UTF-8 +Modu? kodera dla plik?w HEIC. + %package coder-jbig Summary: Coder module for JBIG files Summary(pl.UTF-8): Modu? kodera dla plik?w JBIG @@ -660,6 +686,7 @@ Summary: Coder module for WebP files Summary(pl.UTF-8): Modu? kodera dla plik?w WebP Group: X11/Applications/Graphics Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: libwebp >= 0.4.4 %description coder-webp Coder module for WebP files. @@ -683,10 +710,11 @@ Modu? kodera dla plik?w WMF. %prep %setup -q -n %{name}-%{ver}-%{pver} %patch0 -p1 - +%patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 find -type f | xargs grep -l '/usr/local/bin/perl' | xargs %{__sed} -i -e 's=!/usr/local/bin/perl=!%{__perl}=' @@ -795,6 +823,8 @@ rm -rf $RPM_BUILD_ROOT %{modulesdir}/coders/clip.la %attr(755,root,root) %{modulesdir}/coders/cmyk.so %{modulesdir}/coders/cmyk.la +%attr(755,root,root) %{modulesdir}/coders/cube.so +%{modulesdir}/coders/cube.la %attr(755,root,root) %{modulesdir}/coders/cut.so %{modulesdir}/coders/cut.la %attr(755,root,root) %{modulesdir}/coders/dcm.so @@ -805,8 +835,6 @@ rm -rf $RPM_BUILD_ROOT %{modulesdir}/coders/debug.la %attr(755,root,root) %{modulesdir}/coders/dib.so %{modulesdir}/coders/dib.la -%attr(755,root,root) %{modulesdir}/coders/dng.so -%{modulesdir}/coders/dng.la %attr(755,root,root) %{modulesdir}/coders/dpx.so %{modulesdir}/coders/dpx.la %attr(755,root,root) %{modulesdir}/coders/ept.so @@ -823,8 +851,6 @@ rm -rf $RPM_BUILD_ROOT %{modulesdir}/coders/gray.la %attr(755,root,root) %{modulesdir}/coders/hald.so %{modulesdir}/coders/hald.la -%attr(755,root,root) %{modulesdir}/coders/heic.so -%{modulesdir}/coders/heic.la %attr(755,root,root) %{modulesdir}/coders/hdr.so %{modulesdir}/coders/hdr.la %attr(755,root,root) %{modulesdir}/coders/histogram.so @@ -1038,6 +1064,12 @@ rm -rf $RPM_BUILD_ROOT %{modulesdir}/coders/djvu.la %endif +%files coder-dng +%defattr(644,root,root,755) +# R: libraw +%attr(755,root,root) %{modulesdir}/coders/dng.so +%{modulesdir}/coders/dng.la + %if %{with graphviz} %files coder-dot %defattr(644,root,root,755) @@ -1068,6 +1100,12 @@ rm -rf $RPM_BUILD_ROOT %{modulesdir}/coders/fpx.la %endif +%files coder-heic +%defattr(644,root,root,755) +# R: libheif +%attr(755,root,root) %{modulesdir}/coders/heic.so +%{modulesdir}/coders/heic.la + %files coder-jbig %defattr(644,root,root,755) # R: jbigkit (libjbig.so) @@ -1130,7 +1168,7 @@ rm -rf $RPM_BUILD_ROOT %files coder-svg %defattr(644,root,root,755) -# R: libxml2, librsvg, %{?with_autotrace:autotrace} +# R: cairo, libxml2, librsvg, %{?with_autotrace:autotrace} %attr(755,root,root) %{modulesdir}/coders/svg.so %{modulesdir}/coders/svg.la diff --git a/ImageMagick-OpenCL.patch b/ImageMagick-OpenCL.patch new file mode 100644 index 0000000..a275c51 --- /dev/null +++ b/ImageMagick-OpenCL.patch @@ -0,0 +1,11 @@ +--- ImageMagick-7.0.8-19/MagickCore/opencl.c.orig 2018-12-22 17:26:37.420370732 +0100 ++++ ImageMagick-7.0.8-19/MagickCore/opencl.c 2018-12-22 17:31:49.203700501 +0100 +@@ -2460,7 +2460,7 @@ + #ifdef MAGICKCORE_WINDOWS_SUPPORT + openCL_library->library=(void *)LoadLibraryA("OpenCL.dll"); + #else +- openCL_library->library=(void *)dlopen("libOpenCL.so", RTLD_NOW); ++ openCL_library->library=(void *)dlopen("libOpenCL.so.1", RTLD_NOW); + #endif + #define BIND(X) \ + if ((openCL_library->X=(MAGICKpfn_##X)OsLibraryGetFunctionAddress(openCL_library->library,#X)) == NULL) \ diff --git a/ImageMagick-ldflags.patch b/ImageMagick-ldflags.patch index 231f931..1fd516b 100644 --- a/ImageMagick-ldflags.patch +++ b/ImageMagick-ldflags.patch @@ -1,6 +1,6 @@ ---- ImageMagick-7.0.8-14/configure.ac~ 2018-10-24 20:04:34.000000000 +0300 -+++ ImageMagick-7.0.8-14/configure.ac 2018-10-24 20:06:02.215578717 +0300 -@@ -3939,7 +3939,22 @@ +--- ImageMagick-7.0.8-19/configure.ac.orig 2018-12-22 17:19:38.433708851 +0100 ++++ ImageMagick-7.0.8-19/configure.ac 2018-12-22 17:25:41.310371371 +0100 +@@ -3937,7 +3937,22 @@ MAGICK_CXXFLAGS="$CXXFLAGS" MAGICK_CPPFLAGS=`echo $MAGICK_CPPFLAGS | sed -e 's/ */ /g'` MAGICK_PCFLAGS=`echo $MAGICK_PCFLAGS | sed -e 's/ */ /g'` @@ -21,6 +21,6 @@ + esac +done +LDFLAGS="$new_LDFLAGS" - MAGICK_LIBS="$MAGICK_DEP_LIBS MAGICK_EXTRA_DEP_LIBS" + MAGICK_LIBS="$MAGICK_DEP_LIBS $MAGICK_EXTRA_DEP_LIBS" AC_SUBST(MAGICK_CFLAGS) diff --git a/ImageMagick-link.patch b/ImageMagick-link.patch new file mode 100644 index 0000000..16d706f --- /dev/null +++ b/ImageMagick-link.patch @@ -0,0 +1,113 @@ +--- ImageMagick-7.0.8-19/configure.ac.orig 2018-12-22 17:08:34.543716430 +0100 ++++ ImageMagick-7.0.8-19/configure.ac 2018-12-22 17:18:16.820376446 +0100 +@@ -1609,7 +1609,7 @@ + AC_MSG_CHECKING([for X11]) + AC_MSG_RESULT([]) + LDFLAGS="$LDFLAGS $X_LIBS" +- X11_LIBS="$X_PRE_LIBS -lX11 $X_EXTRA_LIBS" ++ X11_LIBS="-lX11 $X_EXTRA_LIBS" + LIBS="$X11_LIBS $LIBS" + CPPFLAGS="$CPPFLAGS $X_CFLAGS" + +@@ -1636,7 +1636,7 @@ + # + AC_CHECK_LIB([Xext],[XShapeCombineMask],[XEXT_LIBS='-lXext' ; AC_DEFINE(HAVE_SHAPE,1,X11 server supports shape extension)],[],[]) + AC_CHECK_LIB(Xt,XtSetEventDispatcher,XT_LIBS='-lXt',,) +- LIBS="$XEXT_LIBS $XT_LIBS $LIBS" ++ LIBS="$XEXT_LIBS $LIBS" + fi + if test "$no_x" != 'yes'; then + have_x='yes' +@@ -3915,9 +3915,9 @@ + # + + if test "$build_modules" != 'no'; then +- MAGICK_DEP_LIBS="$USER_LIBS $LCMS_LIBS $FREETYPE_LIBS $RAQM_LIBS $LQR_LIBS $FFTW_LIBS $XML_LIBS $FLIF_LIBS $FONTCONFIG_LIBS $XEXT_LIBS $IPC_LIBS $X11_LIBS $XT_LIBS $LZMA_LIBS $BZLIB_LIBS $ZLIB_LIBS $ZSTD_LIBS $LTDL_LIBS $GDI32_LIBS $WS2_32_LIBS $MATH_LIBS $CL_LIBS $UMEM_LIBS $JEMALLOC_LIBS $THREAD_LIBS" ++ MAGICK_DEP_LIBS="$USER_LIBS $LCMS_LIBS $FREETYPE_LIBS $RAQM_LIBS $LQR_LIBS $FFTW_LIBS $XML_LIBS $FONTCONFIG_LIBS $XEXT_LIBS $IPC_LIBS $X11_LIBS $BZLIB_LIBS $ZLIB_LIBS $LTDL_LIBS $GDI32_LIBS $WS2_32_LIBS $MATH_LIBS $UMEM_LIBS $JEMALLOC_LIBS $THREAD_LIBS" + else +- MAGICK_DEP_LIBS="$USER_LIBS $JBIG_LIBS $LCMS_LIBS $TIFF_LIBS $FREETYPE_LIBS $RAQM_LIBS $JPEG_LIBS $GS_LIBS $LQR_LIBS $PNG_LIBS $AUTOTRACE_LIBS $DJVU_LIBS $FFTW_LIBS $FLIF_LIBS $FPX_LIBS $FONTCONFIG_LIBS $HEIF_LIBS $WEBPMUX_LIBS $WEBP_LIBS $WMF_LIBS $DPS_LIBS $XEXT_LIBS $XT_LIBS $IPC_LIBS $X11_LIBS $LZMA_LIBS $BZLIB_LIBS $OPENEXR_LIBS $LIBOPENJP2_LIBS $PANGO_LIBS $RAW_R_LIBS $RSVG_LIBS $XML_LIBS $GVC_LIBS $ZLIB_LIBS $ZSTD_LIBS $LTDL_LIBS $GDI32_LIBS $WS2_32_LIBS $MATH_LIBS $CL_LIBS $UMEM_LIBS $JEMALLOC_LIBS $THREAD_LIBS" ++ MAGICK_DEP_LIBS="$USER_LIBS $JBIG_LIBS $LCMS_LIBS $TIFF_LIBS $FREETYPE_LIBS $RAQM_LIBS $JPEG_LIBS $GS_LIBS $LQR_LIBS $PNG_LIBS $AUTOTRACE_LIBS $DJVU_LIBS $FFTW_LIBS $FLIF_LIBS $FPX_LIBS $FONTCONFIG_LIBS $HEIF_LIBS $WEBP_LIBS $WMF_LIBS $DPS_LIBS $XEXT_LIBS $IPC_LIBS $X11_LIBS $LZMA_LIBS $BZLIB_LIBS $OPENEXR_LIBS $LIBOPENJP2_LIBS $PANGO_LIBS $RAW_R_LIBS $RSVG_LIBS $XML_LIBS $GVC_LIBS $ZLIB_LIBS $ZSTD_LIBS $GDI32_LIBS $WS2_32_LIBS $MATH_LIBS $UMEM_LIBS $JEMALLOC_LIBS $THREAD_LIBS" + fi + MAGICK_EXTRA_DEP_LIBS="$GOMP_LIBS" + AC_SUBST(MAGICK_DEP_LIBS) +--- ImageMagick-6.9.10-19/coders/Makefile.am.orig 2018-12-20 00:48:40.000000000 +0100 ++++ ImageMagick-6.9.10-19/coders/Makefile.am 2018-12-22 10:26:05.633992165 +0100 +@@ -468,7 +468,7 @@ + coders_djvu_la_SOURCES = coders/djvu.c + coders_djvu_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS) + coders_djvu_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_djvu_la_LIBADD = $(MAGICKCORE_LIBS) $(DJVU_LIBS) $(JPEG_LIBS) $(LZMA_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) ++coders_djvu_la_LIBADD = $(MAGICKCORE_LIBS) $(DJVU_LIBS) $(JPEG_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) + + # DNG coder module + coders_dng_la_SOURCES = coders/dng.c +@@ -678,7 +678,7 @@ + coders_mat_la_SOURCES = coders/mat.c + coders_mat_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS) + coders_mat_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_mat_la_LIBADD = $(MAGICKCORE_LIBS) $(LZMA_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) ++coders_mat_la_LIBADD = $(MAGICKCORE_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) + + # MATTE coder module + coders_matte_la_SOURCES = coders/matte.c +@@ -726,7 +726,7 @@ + coders_msl_la_SOURCES = coders/msl.c + coders_msl_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS) + coders_msl_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_msl_la_LIBADD = $(MAGICKCORE_LIBS) $(XML_LIBS) $(LZMA_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) ++coders_msl_la_LIBADD = $(MAGICKCORE_LIBS) $(XML_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) + + # MTV coder module + coders_mtv_la_SOURCES = coders/mtv.c +@@ -798,7 +798,7 @@ + coders_pdf_la_SOURCES = coders/pdf.c + coders_pdf_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS) + coders_pdf_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_pdf_la_LIBADD = $(MAGICKCORE_LIBS) $(JBIG_LIBS) $(JPEG_LIBS) $(LZMA_LIBS) $(ZLIB_LIBS) $(GS_LIBS) $(MATH_LIBS) ++coders_pdf_la_LIBADD = $(MAGICKCORE_LIBS) $(JBIG_LIBS) $(JPEG_LIBS) $(ZLIB_LIBS) $(GS_LIBS) $(MATH_LIBS) + + # PES coder module + coders_pes_la_SOURCES = coders/pes.c +@@ -828,7 +828,7 @@ + coders_png_la_SOURCES = coders/png.c + coders_png_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS) + coders_png_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_png_la_LIBADD = $(MAGICKCORE_LIBS) $(PNG_LIBS) $(JPEG_LIBS) $(LZMA_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) ++coders_png_la_LIBADD = $(MAGICKCORE_LIBS) $(PNG_LIBS) $(JPEG_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) + + # PLASMA coder module + coders_plasma_la_SOURCES = coders/plasma.c +@@ -858,13 +858,13 @@ + coders_ps2_la_SOURCES = coders/ps2.c + coders_ps2_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS) + coders_ps2_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_ps2_la_LIBADD = $(MAGICKCORE_LIBS) $(JBIG_LIBS) $(JPEG_LIBS) $(LZMA_LIBS) $(ZLIB_LIBS) $(ZSTD_LIBS) $(WEBPMUX_LIBS) $(WEBP_LIBS) $(MATH_LIBS) ++coders_ps2_la_LIBADD = $(MAGICKCORE_LIBS) $(JBIG_LIBS) $(JPEG_LIBS) $(ZLIB_LIBS) $(WEBPMUX_LIBS) $(WEBP_LIBS) $(MATH_LIBS) + + # PS3 coder module + coders_ps3_la_SOURCES = coders/ps3.c + coders_ps3_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS) + coders_ps3_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_ps3_la_LIBADD = $(MAGICKCORE_LIBS) $(JBIG_LIBS) $(JPEG_LIBS) $(LZMA_LIBS) $(ZLIB_LIBS) $(ZSTD_LIBS) $(WEBPMUX_LIBS) $(WEBP_LIBS) $(MATH_LIBS) ++coders_ps3_la_LIBADD = $(MAGICKCORE_LIBS) $(JBIG_LIBS) $(JPEG_LIBS) $(ZLIB_LIBS) $(WEBPMUX_LIBS) $(WEBP_LIBS) $(MATH_LIBS) + + # PSD coder module + coders_psd_la_SOURCES = coders/psd.c coders/psd-private.h +@@ -954,7 +954,7 @@ + coders_svg_la_SOURCES = coders/svg.c + coders_svg_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS) $(RSVG_CFLAGS) $(CAIRO_SVG_CFLAGS) + coders_svg_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_svg_la_LIBADD = $(MAGICKCORE_LIBS) $(AUTOTRACE_LIBS) $(RSVG_LIBS) $(XML_LIBS) $(LZMA_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) ++coders_svg_la_LIBADD = $(MAGICKCORE_LIBS) $(AUTOTRACE_LIBS) $(RSVG_LIBS) $(XML_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) + + # TGA coder module + coders_tga_la_SOURCES = coders/tga.c +@@ -1008,7 +1008,7 @@ + coders_url_la_SOURCES = coders/url.c + coders_url_la_CPPFLAGS = $(MAGICK_CODER_CPPFLAGS) + coders_url_la_LDFLAGS = $(MODULECOMMONFLAGS) +-coders_url_la_LIBADD = $(MAGICKCORE_LIBS) $(XML_LIBS) $(LZMA_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) ++coders_url_la_LIBADD = $(MAGICKCORE_LIBS) $(XML_LIBS) $(ZLIB_LIBS) $(MATH_LIBS) + + # UYVY coder module + coders_uyvy_la_SOURCES = coders/uyvy.c diff --git a/ImageMagick-lt.patch b/ImageMagick-lt.patch index 9a6f309..ce57ad0 100644 --- a/ImageMagick-lt.patch +++ b/ImageMagick-lt.patch @@ -1,9 +1,9 @@ ---- ImageMagick-6.9.3-6/configure.ac.orig 2016-03-06 18:30:04.449575381 +0100 -+++ ImageMagick-6.9.3-6/configure.ac 2016-03-06 18:35:39.416227990 +0100 -@@ -489,10 +489,6 @@ +--- ImageMagick-7.0.8-19/configure.ac.orig 2018-12-22 17:26:01.383704476 +0100 ++++ ImageMagick-7.0.8-19/configure.ac 2018-12-22 17:26:18.737037609 +0100 +@@ -486,10 +486,6 @@ CFLAGS="$CFLAGS $DEF_THREAD" CXXFLAGS="$CXXFLAGS $DEF_THREAD" - THREAD_LIBS="$PTHREAD_LIBS" + THREAD_LIBS="$PTHREAD_LIBS" - if test "$CC" != "$PTHREAD_CC"; then - AC_MSG_WARN([Replacing compiler $CC with compiler $PTHREAD_CC to support pthreads.]) - CC="$PTHREAD_CC" ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/ImageMagick.git/commitdiff/e984c4b52bbe62ea8e326debac53a1b066521962 From qboosh at pld-linux.org Sat Dec 22 18:47:01 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 18:47:01 +0100 Subject: DISTFILES: ImageMagick: ImageMagick-7.0.8-19.tar.xz Message-ID: <12911.1545500821@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://www.imagemagick.org/download/ImageMagick-7.0.8-19.tar.xz 37e0da476b9718baa341f16393b32514 ImageMagick-7.0.8-19.tar.xz Size: 8652452 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sat Dec 22 22:35:36 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 22:35:36 +0100 Subject: =?utf8?q?=5Bpackages/hdf5=5D_-_updated_to_1=2E8=2E21_=28note=3A_new_libhdf5?= =?utf8?q?=5Fcpp_soname=29_-_updated+fixed_cmake_patch?= References: Message-ID: <9dff225cb47d8d3df64d5015fc71cc5b5f563945_refs_heads_master@pld-linux.org> commit 9dff225cb47d8d3df64d5015fc71cc5b5f563945 Author: Jakub Bogusz Date: Sat Dec 22 22:40:16 2018 +0100 - updated to 1.8.21 (note: new libhdf5_cpp soname) - updated+fixed cmake patch hdf5-cmake.patch | 16 ++++++++-------- hdf5.spec | 13 ++++++++----- 2 files changed, 16 insertions(+), 13 deletions(-) --- diff --git a/hdf5.spec b/hdf5.spec index 3e58547..2a09ba5 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -10,12 +10,12 @@ Summary: Hierarchical Data Format 5 library Summary(pl.UTF-8): Biblioteka HDF5 (Hierarchical Data Format 5) Name: hdf5 -Version: 1.8.20 -Release: 5 +Version: 1.8.21 +Release: 1 License: Nearly BSD, but changed sources must be marked Group: Libraries Source0: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/hdf5-%{version}/src/%{name}-%{version}.tar.bz2 -# Source0-md5: 23078d57975903e9536d1e7b299cc39c +# Source0-md5: 2d2408f2a9dfb5c7b79998002e9a90e9 Patch0: %{name}-config.patch Patch1: %{name}-sig.patch Patch2: %{name}-cmake.patch @@ -257,7 +257,7 @@ for f in hdf5-config-version.cmake hdf5-config.cmake hdf5-targets.cmake hdf5-tar %{?with_mpi:-e 's, at MPI_C_INCLUDE_PATH@,%{_includedir},'} \ %{?with_mpi:-e 's, at MPI_C_LIBRARIES@,%{_libdir},'} \ -e 's, at PACKAGE_INCLUDE_INSTALL_DIR@,%{_includedir},' \ - -e 's, at PACKAGE_SHARE_INSTALL_DIR@,%{_libdir}/cmake/hdf5,' \ + -e 's, at PACKAGE_SHARE_INSTALL_DIR@,%{_libdir}/cmake,' \ -e 's, at PACKAGE_CURRENT_BUILD_DIR@,%{_prefix},' \ config/cmake/${f}.in > $RPM_BUILD_ROOT%{_libdir}/cmake/hdf5/$f done @@ -352,7 +352,7 @@ rm -rf $RPM_BUILD_ROOT %files c++ %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libhdf5_cpp.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libhdf5_cpp.so.15 +%attr(755,root,root) %ghost %{_libdir}/libhdf5_cpp.so.16 %attr(755,root,root) %{_libdir}/libhdf5_hl_cpp.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libhdf5_hl_cpp.so.11 @@ -364,6 +364,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libhdf5_cpp.la %{_libdir}/libhdf5_hl_cpp.la %{_includedir}/H5AbstractDs.h +%{_includedir}/H5AcreatProp.h %{_includedir}/H5ArrayType.h %{_includedir}/H5AtomType.h %{_includedir}/H5Attribute.h @@ -387,6 +388,7 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/H5IdComponent.h %{_includedir}/H5IntType.h %{_includedir}/H5LaccProp.h +%{_includedir}/H5LcreatProp.h %{_includedir}/H5Library.h %{_includedir}/H5Location.h %{_includedir}/H5Object.h @@ -395,6 +397,7 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/H5PredType.h %{_includedir}/H5PropList.h %{_includedir}/H5StrType.h +%{_includedir}/H5StrcreatProp.h %{_includedir}/H5VarLenType.h %{_examplesdir}/%{name}-%{version}/c++ %{_examplesdir}/%{name}-%{version}/hl/c++ diff --git a/hdf5-cmake.patch b/hdf5-cmake.patch index ef58c8a..25c91e5 100644 --- a/hdf5-cmake.patch +++ b/hdf5-cmake.patch @@ -278,7 +278,7 @@ +# Import target "hdf5::hdf5-shared" for configuration "" +set_property(TARGET hdf5::hdf5-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::hdf5-shared PROPERTIES -+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5.so.10.3.1" ++ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5.so.10.3.2" + IMPORTED_SONAME_NOCONFIG "libhdf5.so.10" + ) + @@ -298,12 +298,12 @@ +# Import target "hdf5::hdf5_tools-shared" for configuration "" +set_property(TARGET hdf5::hdf5_tools-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::hdf5_tools-shared PROPERTIES -+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_tools.so.10.3.1" ++ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_tools.so.10.3.2" + IMPORTED_SONAME_NOCONFIG "libhdf5_tools.so.10" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_tools-shared ) -+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_tools-shared "${_IMPORT_PREFIX}/lib/libhdf5_tools-shared.so.1.8.20" ) ++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_tools-shared "${_IMPORT_PREFIX}/lib/libhdf5_tools-shared.so.10.3.2" ) + +# Import target "hdf5::h5diff" for configuration "" +set_property(TARGET hdf5::h5diff APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) @@ -481,7 +481,7 @@ +set_property(TARGET hdf5::hdf5_hl-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::hdf5_hl-shared PROPERTIES + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl.so.10" -+ IMPORTED_SONAME_NOCONFIG "libhdf5_hl.so.10.2.1" ++ IMPORTED_SONAME_NOCONFIG "libhdf5_hl.so.10.2.2" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_hl-shared ) @@ -518,12 +518,12 @@ +# Import target "hdf5::hdf5_cpp-shared" for configuration "" +set_property(TARGET hdf5::hdf5_cpp-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::hdf5_cpp-shared PROPERTIES -+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.so.15.0.0" -+ IMPORTED_SONAME_NOCONFIG "libhdf5_cpp.so.15" ++ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.so.16.0.0" ++ IMPORTED_SONAME_NOCONFIG "libhdf5_cpp.so.16" + ) + +list(APPEND _IMPORT_CHECK_TARGETS hdf5::hdf5_cpp-shared ) -+list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_cpp-shared "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.so.15" ) ++list(APPEND _IMPORT_CHECK_FILES_FOR_hdf5::hdf5_cpp-shared "${_IMPORT_PREFIX}/@lib@/libhdf5_cpp.so.16" ) + +# Import target "hdf5::hdf5_hl_cpp-static" for configuration "" +set_property(TARGET hdf5::hdf5_hl_cpp-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) @@ -538,7 +538,7 @@ +# Import target "hdf5::hdf5_hl_cpp-shared" for configuration "" +set_property(TARGET hdf5::hdf5_hl_cpp-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(hdf5::hdf5_hl_cpp-shared PROPERTIES -+ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl_cpp.so.11.1.1" ++ IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/@lib@/libhdf5_hl_cpp.so.11.1.2" + IMPORTED_SONAME_NOCONFIG "libhdf5_hl_cpp.so.11" + ) + ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/hdf5.git/commitdiff/9dff225cb47d8d3df64d5015fc71cc5b5f563945 From qboosh at pld-linux.org Sat Dec 22 22:35:59 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 22:35:59 +0100 Subject: DISTFILES: hdf5: hdf5-1.8.21.tar.bz2 Message-ID: <3378.1545514559@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/hdf5-1.8.21/src/hdf5-1.8.21.tar.bz2 2d2408f2a9dfb5c7b79998002e9a90e9 hdf5-1.8.21.tar.bz2 Size: 6872822 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sat Dec 22 22:45:50 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 22:45:50 +0100 Subject: =?utf8?q?=5Bpackages/kealib=5D_-_release_5_=28libhdf5=5Fcpp_soname_change=29?= References: <0f89c289f5bba37d49c5305bbf9a8fc076d7351e_refs_heads_master@pld-linux.org> Message-ID: <863c263c698a61c71cd42745baf848e39fd8a4c5_refs_heads_master@pld-linux.org> commit 863c263c698a61c71cd42745baf848e39fd8a4c5 Author: Jakub Bogusz Date: Sat Dec 22 22:50:30 2018 +0100 - release 5 (libhdf5_cpp soname change) kealib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/kealib.spec b/kealib.spec index 9113009..001eb8d 100644 --- a/kealib.spec +++ b/kealib.spec @@ -6,7 +6,7 @@ Summary: KEALib - HDF5 based raster file format library Summary(pl.UTF-8): KEALib - biblioteka rastrowego formatu plik?w opartego na HDF5 Name: kealib Version: 1.4.6 -Release: 4 +Release: 5 License: MIT Group: Libraries Source0: http://downloads.sourceforge.net/kealib/%{name}-%{version}.tar.gz ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/kealib.git/commitdiff/863c263c698a61c71cd42745baf848e39fd8a4c5 From qboosh at pld-linux.org Sat Dec 22 22:54:42 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 22:54:42 +0100 Subject: DISTFILES: armadillo: armadillo-9.200.6.tar.xz Message-ID: <20921.1545515682@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: http://downloads.sourceforge.net/arma/armadillo-9.200.6.tar.xz c78fa09668c1408e47d8b19666aea0ff armadillo-9.200.6.tar.xz Size: 4786904 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sat Dec 22 22:54:34 2018 From: qboosh at pld-linux.org (qboosh) Date: Sat, 22 Dec 2018 22:54:34 +0100 Subject: =?utf8?q?=5Bpackages/armadillo=5D_-_updated_to_9=2E200=2E6_=28note=3A_new_so?= =?utf8?q?name=29?= References: Message-ID: commit d0c39b4ef75aaabbe0bc6c52c7ee78daada9934e Author: Jakub Bogusz Date: Sat Dec 22 22:59:14 2018 +0100 - updated to 9.200.6 (note: new soname) armadillo.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- diff --git a/armadillo.spec b/armadillo.spec index fa9e346..014be01 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,12 +1,12 @@ Summary: C++ linear algebra library Summary(pl.UTF-8): Biblioteka C++ do algebry liniowej Name: armadillo -Version: 7.900.1 +Version: 9.200.6 Release: 1 License: MPL v2.0 Group: Libraries Source0: http://downloads.sourceforge.net/arma/%{name}-%{version}.tar.xz -# Source0-md5: 5ef71763bd429a3d481499878351f3be +# Source0-md5: c78fa09668c1408e47d8b19666aea0ff URL: http://arma.sourceforge.net/ BuildRequires: SuperLU-devel >= 5 BuildRequires: arpack-devel @@ -87,9 +87,9 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc LICENSE.txt README.txt docs.html +%doc LICENSE.txt README.md docs.html %attr(755,root,root) %{_libdir}/libarmadillo.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libarmadillo.so.7 +%attr(755,root,root) %ghost %{_libdir}/libarmadillo.so.9 %files devel %defattr(644,root,root,755) ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/armadillo.git/commitdiff/d0c39b4ef75aaabbe0bc6c52c7ee78daada9934e From glen at pld-linux.org Sun Dec 23 00:00:24 2018 From: glen at pld-linux.org (glen) Date: Sun, 23 Dec 2018 00:00:24 +0100 Subject: =?utf8?q?=5Bpackages/mopidy=5D_up_to_2=2E2=2E1?= References: Message-ID: <223cc03c5a9f1b356b53f8829310d0324c83407a_refs_heads_master@pld-linux.org> commit 223cc03c5a9f1b356b53f8829310d0324c83407a Author: Elan Ruusam?e Date: Sun Dec 23 00:58:55 2018 +0200 up to 2.2.1 mopidy.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- diff --git a/mopidy.spec b/mopidy.spec index 5d68b93..73999c3 100644 --- a/mopidy.spec +++ b/mopidy.spec @@ -2,15 +2,15 @@ %define egg_name Mopidy Summary: Music server with MPD and Spotify support Name: mopidy -Version: 2.0.0 -Release: 0.6 +Version: 2.2.1 +Release: 1 License: Apache v2.0 Group: Development/Libraries Source0: https://github.com/mopidy/mopidy/archive/v%{version}/%{name}-%{version}.tar.gz -# Source0-md5: ada9471fe369a7c70c2d4cb3f0e10abc +# Source0-md5: bf4afeadcc4b909e7ef9426a208036a3 Source1: %{name}.conf Source2: %{name}.service -URL: http://www.mopidy.com/ +URL: https://www.mopidy.com/ BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.714 Requires: gstreamer-audiosink-alsa ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mopidy.git/commitdiff/bf73edab9db59419e4ab1719fef9e3bafe936439 From glen at pld-linux.org Sun Dec 23 00:00:29 2018 From: glen at pld-linux.org (glen) Date: Sun, 23 Dec 2018 00:00:29 +0100 Subject: =?utf8?q?=5Bpackages/mopidy=5D_cleanu_autogenerated_deps?= References: Message-ID: commit bf73edab9db59419e4ab1719fef9e3bafe936439 Author: Elan Ruusam?e Date: Sun Dec 23 01:00:18 2018 +0200 cleanu autogenerated deps mopidy.spec | 3 --- 1 file changed, 3 deletions(-) --- diff --git a/mopidy.spec b/mopidy.spec index 73999c3..1e637a7 100644 --- a/mopidy.spec +++ b/mopidy.spec @@ -21,9 +21,6 @@ Requires: python-certifi Requires: python-dbus Requires: python-gstreamer Requires: python-pygobject -Requires: python-pykka -Requires: python-requests -Requires: python-tornado Provides: group(mopidy) Provides: user(mopidy) Requires(postun): /usr/sbin/groupdel ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mopidy.git/commitdiff/bf73edab9db59419e4ab1719fef9e3bafe936439 From glen at pld-linux.org Sun Dec 23 00:00:32 2018 From: glen at pld-linux.org (glen) Date: Sun, 23 Dec 2018 00:00:32 +0100 Subject: DISTFILES: mopidy: mopidy-2.2.1.tar.gz Message-ID: <15547.1545519632@distfiles.pld-linux.org> Request by: glen Files fetched: 1 STORED: https://github.com/mopidy/mopidy/archive/v2.2.1/mopidy-2.2.1.tar.gz bf4afeadcc4b909e7ef9426a208036a3 mopidy-2.2.1.tar.gz Size: 2867511 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 08:17:34 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 08:17:34 +0100 Subject: =?utf8?q?=5Bpackages/libzip=5D_-_updated_to_1=2E5=2E1_-_removed_obsolete_ups?= =?utf8?q?tream=2Crpath=2Cmultilib_patches?= References: Message-ID: <48e5daac8857101be5f22a7efa3eb329291fc17c_refs_heads_master@pld-linux.org> commit 48e5daac8857101be5f22a7efa3eb329291fc17c Author: Jakub Bogusz Date: Sun Dec 23 08:22:14 2018 +0100 - updated to 1.5.1 - removed obsolete upstream,rpath,multilib patches libzip-multilib.patch | 218 -------------------------------------------------- libzip-rpath.patch | 13 --- libzip-upstream.patch | 140 -------------------------------- libzip.spec | 38 ++++++--- 4 files changed, 25 insertions(+), 384 deletions(-) --- diff --git a/libzip.spec b/libzip.spec index 0ddf7dc..d939e17 100644 --- a/libzip.spec +++ b/libzip.spec @@ -1,17 +1,23 @@ +# +# Conditional build: +%bcond_with gnutls # GnuTLS instead of OpenSSL for AES + Summary: C library for reading, creating, and modifying zip archives Summary(pl.UTF-8): Biblioteka C do odczytu, zapisu i modyfikacji archiw?w zip Name: libzip -Version: 1.4.0 +Version: 1.5.1 Release: 1 License: BSD Group: Libraries -Source0: http://www.nih.at/libzip/%{name}-%{version}.tar.xz -# Source0-md5: b411f3ebfa735d33a390f80c8e939029 -Patch0: libzip-upstream.patch -Patch1: libzip-rpath.patch -Patch2: libzip-multilib.patch -URL: http://www.nih.at/libzip/ -BuildRequires: cmake +Source0: https://libzip.org/download/%{name}-%{version}.tar.xz +# Source0-md5: 6fe665aa6d6bf3a99eb6fa9c553283fd +URL: https://libzip.org/ +BuildRequires: bzip2-devel +BuildRequires: cmake >= 3.0.2 +BuildRequires: groff +%{?with_gnutls:BuildRequires: gnutls-devel} +%{?with_gnutls:BuildRequires: nettle-devel} +%{!?with_gnutls:BuildRequires: openssl-devel} BuildRequires: tar >= 1:1.22 BuildRequires: xz BuildRequires: zlib-devel >= 1.1.2 @@ -35,6 +41,7 @@ Summary: Header files for libzip library Summary(pl.UTF-8): Pliki nag??wkowe biblioteki libzip Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: bzip2-devel Requires: zlib-devel >= 1.1.2 %description devel @@ -45,14 +52,19 @@ Pliki nag??wkowe biblioteki libzip. %prep %setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 %build install -d build cd build -%{cmake} .. +# .pc file generation expects dirs relative to CMAKE_INSTALL_PREFIX +%cmake .. \ + -DCMAKE_INSTALL_BINDIR=bin \ + -DCMAKE_INSTALL_INCLUDEDIR=include \ + -DCMAKE_INSTALL_LIBDIR=%{_lib} \ + -DENABLE_COMMONCRYPTO=OFF \ + %{!?with_gnutls:-DENABLE_GNUTLS=OFF} \ + %{?with_gnutls:-DENABLE_OPENSSL=OFF} + %{__make} %install @@ -69,7 +81,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc README.md NEWS.md THANKS LICENSE AUTHORS +%doc AUTHORS LICENSE NEWS.md README.md THANKS %attr(755,root,root) %{_bindir}/zipcmp %attr(755,root,root) %{_bindir}/zipmerge %attr(755,root,root) %{_bindir}/ziptool diff --git a/libzip-multilib.patch b/libzip-multilib.patch deleted file mode 100644 index 175698b..0000000 --- a/libzip-multilib.patch +++ /dev/null @@ -1,218 +0,0 @@ -From 72440acea2369d3903ef73c62f02d62bd6dcde0a Mon Sep 17 00:00:00 2001 -From: Dieter Baron -Date: Tue, 2 Jan 2018 15:15:48 +0100 -Subject: [PATCH] Simplify generated zipconf.h by moving logic into - CMakeLists.txt. - ---- - CMakeLists.txt | 82 ++++++++++++++++++++++++++++++++++++++++++ - cmake-zipconf.h.in | 103 ++++++----------------------------------------------- - 2 files changed, 92 insertions(+), 93 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 3366b25..dfa22d5 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -169,6 +169,88 @@ ENDIF(CMAKE_SYSTEM_NAME MATCHES BSD) - CONFIGURE_FILE(libzip.pc.in libzip.pc @ONLY) - INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/libzip.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) - -+# fixed size integral types -+ -+IF(HAVE_STDINT_H_LIBZIP) -+ SET(LIBZIP_TYPES_INCLUDE "#include ") -+ELSEIF(HAVE_INTTYPES_H_LIBZIP) -+ SET(LIBZIP_TYPES_INCLUDE "#include ") -+ELSEIF(HAVE_SYS_TYPES_H_LIBZIP) -+ SET(LIBZIP_TYPES_INCLUDE "#include ") -+ENDIF() -+ -+IF(HAVE_INT8_T_LIBZIP) -+ SET(ZIP_INT8_T int8_t) -+ELSEIF(HAVE___INT8_LIBZIP) -+ SET(ZIP_INT8_T __int8) -+ELSE() -+ SET(ZIP_INT8_T "signed char") -+ENDIF() -+ -+IF(HAVE_UINT8_T_LIBZIP) -+ SET(ZIP_UINT8_T uint8_t) -+ELSEIF(HAVE___INT8_LIBZIP) -+ SET(ZIP_UINT8_T "unsigned __int8") -+ELSE() -+ SET(ZIP_UINT8_T "unsigned char") -+ENDIF() -+ -+IF(HAVE_INT16_T_LIBZIP) -+ SET(ZIP_INT16_T int16_t) -+ELSEIF(HAVE___INT16_LIBZIP) -+ SET(INT16_T_LIBZIP __int16) -+ELSEIF(SHORT_LIBZIP EQUAL 2) -+ SET(INT16_T_LIBZIP short) -+ENDIF() -+ -+IF(HAVE_UINT16_T_LIBZIP) -+ SET(ZIP_UINT16_T uint16_t) -+ELSEIF(HAVE___INT16_LIBZIP) -+ SET(UINT16_T_LIBZIP "unsigned __int16") -+ELSEIF(SHORT_LIBZIP EQUAL 2) -+ SET(UINT16_T_LIBZIP "unsigned short") -+ENDIF() -+ -+IF(HAVE_INT32_T_LIBZIP) -+ SET(ZIP_INT32_T int32_t) -+ELSEIF(HAVE___INT32_LIBZIP) -+ SET(ZIP_INT32_T __int32) -+ELSEIF(INT_LIBZIP EQUAL 4) -+ SET(ZIP_INT32_T int) -+ELSEIF(LONG_LIBZIP EQUAL 4) -+ SET(ZIP_INT32_T long) -+ENDIF() -+ -+IF(HAVE_UINT32_T_LIBZIP) -+SET(ZIP_UINT32_T uint32_t) -+ELSEIF(HAVE___INT32_LIBZIP) -+SET(ZIP_UINT32_T "unsigned __int32") -+ELSEIF(INT_LIBZIP EQUAL 4) -+SET(ZIP_UINT32_T "unsigned int") -+ELSEIF(LONG_LIBZIP EQUAL 4) -+SET(ZIP_UINT32_T "unsigned long") -+ENDIF() -+ -+IF(HAVE_INT64_T_LIBZIP) -+ SET(ZIP_INT64_T int64_t) -+ELSEIF(HAVE___INT64_LIBZIP) -+ SET(ZIP_INT64_T __int64) -+ELSEIF(LONG_LIBZIP EQUAL 8) -+ SET(ZIP_INT64_T long) -+ELSEIF(LONG_LONG_LIBZIP EQUAL 8) -+ SET(ZIP_INT64_T "long long") -+ENDIF() -+ -+IF(HAVE_UINT64_T_LIBZIP) -+ SET(ZIP_UINT64_T uint64_t) -+ELSEIF(HAVE___INT64_LIBZIP) -+ SET(ZIP_UINT64_T "unsigned __int64") -+ELSEIF(LONG_LIBZIP EQUAL 8) -+ SET(ZIP_UINT64_T "unsigned long") -+ELSEIF(LONG_LONG_LIBZIP EQUAL 8) -+ SET(ZIP_UINT64_T "unsigned long long") -+ENDIF() -+ - # write out config file - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/cmake-config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h) - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/cmake-zipconf.h.in ${CMAKE_CURRENT_BINARY_DIR}/zipconf.h) -diff --git a/cmake-zipconf.h.in b/cmake-zipconf.h.in -index f0e24e8..6ff4fe3 100644 ---- a/cmake-zipconf.h.in -+++ b/cmake-zipconf.h.in -@@ -15,99 +15,16 @@ - - #cmakedefine ZIP_STATIC - --#cmakedefine HAVE_INTTYPES_H_LIBZIP --#cmakedefine HAVE_STDINT_H_LIBZIP --#cmakedefine HAVE_SYS_TYPES_H_LIBZIP --#cmakedefine HAVE___INT8_LIBZIP --#cmakedefine HAVE_INT8_T_LIBZIP --#cmakedefine HAVE_UINT8_T_LIBZIP --#cmakedefine HAVE___INT16_LIBZIP --#cmakedefine HAVE_INT16_T_LIBZIP --#cmakedefine HAVE_UINT16_T_LIBZIP --#cmakedefine HAVE___INT32_LIBZIP --#cmakedefine HAVE_INT32_T_LIBZIP --#cmakedefine HAVE_UINT32_T_LIBZIP --#cmakedefine HAVE___INT64_LIBZIP --#cmakedefine HAVE_INT64_T_LIBZIP --#cmakedefine HAVE_UINT64_T_LIBZIP --#cmakedefine HAVE_SSIZE_T_LIBZIP --#cmakedefine SHORT_LIBZIP ${SHORT_LIBZIP} --#cmakedefine INT_LIBZIP ${INT_LIBZIP} --#cmakedefine LONG_LIBZIP ${LONG_LIBZIP} --#cmakedefine LONG_LONG_LIBZIP ${LONG_LONG_LIBZIP} -- --#if defined(HAVE_STDINT_H_LIBZIP) --#include --#elif defined(HAVE_INTTYPES_H_LIBZIP) --#include --#elif defined(HAVE_SYS_TYPES_H_LIBZIP) --#include --#endif -- --#if defined(HAVE_INT8_T_LIBZIP) --typedef int8_t zip_int8_t; --#elif defined(HAVE___INT8_LIBZIP) --typedef __int8 zip_int8_t; --#else --typedef signed char zip_int8_t; --#endif --#if defined(HAVE_UINT8_T_LIBZIP) --typedef uint8_t zip_uint8_t; --#elif defined(HAVE___INT8_LIBZIP) --typedef unsigned __int8 zip_uint8_t; --#else --typedef unsigned char zip_uint8_t; --#endif --#if defined(HAVE_INT16_T_LIBZIP) --typedef int16_t zip_int16_t; --#elif defined(HAVE___INT16_LIBZIP) --typedef __int16 zip_int16_t; --#elif defined(SHORT_LIBZIP) && SHORT_LIBZIP == 2 --typedef signed short zip_int16_t; --#endif --#if defined(HAVE_UINT16_T_LIBZIP) --typedef uint16_t zip_uint16_t; --#elif defined(HAVE___INT16_LIBZIP) --typedef unsigned __int16 zip_uint16_t; --#elif defined(SHORT_LIBZIP) && SHORT_LIBZIP == 2 --typedef unsigned short zip_uint16_t; --#endif --#if defined(HAVE_INT32_T_LIBZIP) --typedef int32_t zip_int32_t; --#elif defined(HAVE___INT32_LIBZIP) --typedef __int32 zip_int32_t; --#elif defined(INT_LIBZIP) && INT_LIBZIP == 4 --typedef signed int zip_int32_t; --#elif defined(LONG_LIBZIP) && LONG_LIBZIP == 4 --typedef signed long zip_int32_t; --#endif --#if defined(HAVE_UINT32_T_LIBZIP) --typedef uint32_t zip_uint32_t; --#elif defined(HAVE___INT32_LIBZIP) --typedef unsigned __int32 zip_uint32_t; --#elif defined(INT_LIBZIP) && INT_LIBZIP == 4 --typedef unsigned int zip_uint32_t; --#elif defined(LONG_LIBZIP) && LONG_LIBZIP == 4 --typedef unsigned long zip_uint32_t; --#endif --#if defined(HAVE_INT64_T_LIBZIP) --typedef int64_t zip_int64_t; --#elif defined(HAVE___INT64_LIBZIP) --typedef __int64 zip_int64_t; --#elif defined(LONG_LIBZIP) && LONG_LIBZIP == 8 --typedef signed long zip_int64_t; --#elif defined(LONG_LONG_LIBZIP) && LONG_LONG_LIBZIP == 8 --typedef signed long long zip_int64_t; --#endif --#if defined(HAVE_UINT64_T_LIBZIP) --typedef uint64_t zip_uint64_t; --#elif defined(HAVE___INT64_LIBZIP) --typedef unsigned __int64 zip_uint64_t; --#elif defined(LONG_LIBZIP) && LONG_LONG_LIBZIP == 8 --typedef unsigned long zip_uint64_t; --#elif defined(LONG_LONG_LIBZIP) && LONG_LONG_LIBZIP == 8 --typedef unsigned long long zip_uint64_t; --#endif -+${LIBZIP_TYPES_INCLUDE} -+ -+typedef ${ZIP_INT8_T} zip_int8_t; -+typedef ${ZIP_UINT8_T} zip_uint8_t; -+typedef ${ZIP_INT16_T} zip_int16_t; -+typedef ${ZIP_UINT16_T} zip_uint16_t; -+typedef ${ZIP_INT32_T} zip_int32_t; -+typedef ${ZIP_UINT32_T} zip_uint32_t; -+typedef ${ZIP_INT64_T} zip_int64_t; -+typedef ${ZIP_UINT64_T} zip_uint64_t; - - #define ZIP_INT8_MIN (-ZIP_INT8_MAX-1) - #define ZIP_INT8_MAX 0x7f diff --git a/libzip-rpath.patch b/libzip-rpath.patch deleted file mode 100644 index bc5e2da..0000000 --- a/libzip-rpath.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -up ./CMakeLists.txt.rpm ./CMakeLists.txt ---- ./CMakeLists.txt.rpm 2017-12-30 07:46:53.988134130 +0100 -+++ ./CMakeLists.txt 2017-12-30 07:47:03.787185954 +0100 -@@ -139,9 +139,6 @@ endif(CMAKE_SYSTEM_NAME MATCHES WindowsP - - ADD_DEFINITIONS("-DHAVE_CONFIG_H") - --# rpath handling: use rpath in installed binaries --SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}") --SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) - - # Testing - ENABLE_TESTING() diff --git a/libzip-upstream.patch b/libzip-upstream.patch deleted file mode 100644 index 50be182..0000000 --- a/libzip-upstream.patch +++ /dev/null @@ -1,140 +0,0 @@ -From 42a3c4a40b9925b8ef0fb8f38b200fdc9f6fe5a4 Mon Sep 17 00:00:00 2001 -From: Thomas Klausner -Date: Fri, 29 Dec 2017 22:29:37 +0100 -Subject: [PATCH] Use GNUInstallDirs variables to allow installation - customization. - ---- - CMakeLists.txt | 13 ++++++------- - lib/CMakeLists.txt | 8 ++++---- - src/CMakeLists.txt | 6 +++--- - 3 files changed, 13 insertions(+), 14 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 69cdb8b..b61f5ea 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1,6 +1,5 @@ - # TODO: --# 1. Problems generating html pages. --# 2. create usable libtool .la file -+# create usable libtool .la file - - CMAKE_MINIMUM_REQUIRED(VERSION 3.0.2) - -@@ -141,7 +140,7 @@ endif(CMAKE_SYSTEM_NAME MATCHES WindowsPhone OR CMAKE_SYSTEM_NAME MATCHES Window - ADD_DEFINITIONS("-DHAVE_CONFIG_H") - - # rpath handling: use rpath in installed binaries --SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib") -+SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}") - SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) - - # Testing -@@ -157,8 +156,8 @@ ADD_SUBDIRECTORY(examples) - # pkgconfig file - SET(prefix ${CMAKE_INSTALL_PREFIX}) - SET(exec_prefix \${prefix}) --SET(libdir \${exec_prefix}/lib) --SET(includedir \${prefix}/include) -+SET(libdir \${exec_prefix}/${CMAKE_INSTALL_LIBDIR}) -+SET(includedir \${prefix}/${CMAKE_INSTALL_INCLUDEDIR}) - IF(BZIP2_FOUND) - SET(LIBS "${LIBS} -lbz2") - ENDIF() -@@ -167,7 +166,7 @@ IF(CMAKE_SYSTEM_NAME MATCHES BSD) - SET(PKG_CONFIG_RPATH "-Wl,-R\${libdir}") - ENDIF(CMAKE_SYSTEM_NAME MATCHES BSD) - CONFIGURE_FILE(libzip.pc.in libzip.pc @ONLY) --INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/libzip.pc DESTINATION lib/pkgconfig) -+INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/libzip.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) - - # write out config file - CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/cmake-config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h) -@@ -188,4 +187,4 @@ FILE(COPY ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/runtest - - # installation - --INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/zipconf.h DESTINATION include) -+INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/zipconf.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) -diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt -index 855ccf5..ecbb45e 100644 ---- a/lib/CMakeLists.txt -+++ b/lib/CMakeLists.txt -@@ -1,6 +1,6 @@ - INCLUDE(CheckFunctionExists) - --INSTALL(FILES zip.h DESTINATION include) -+INSTALL(FILES zip.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) - - # from http://www.cmake.org/Wiki/CMakeMacroLibtoolFile - MACRO(GET_TARGET_PROPERTY_WITH_DEFAULT _variable _target _property _default_value) -@@ -203,7 +203,7 @@ ADD_LIBRARY(zip ${LIBZIP_SOURCES} ${LIBZIP_EXTRA_FILES} ${LIBZIP_OPSYS_FILES}) - SET_TARGET_PROPERTIES(zip PROPERTIES VERSION 5.0 SOVERSION 5) - TARGET_LINK_LIBRARIES(zip ${ZLIB_LIBRARY} ${OPTIONAL_LIBRARY}) - INSTALL(TARGETS zip -- RUNTIME DESTINATION bin -- ARCHIVE DESTINATION lib -- LIBRARY DESTINATION lib) -+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} -+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} -+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) - #CREATE_LIBTOOL_FILE(zip lib) -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 2a3f4d2..ccc8f7e 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -8,12 +8,12 @@ ENDIF(NOT HAVE_GETOPT) - - ADD_EXECUTABLE(zipcmp zipcmp.c ${SRC_EXTRA_FILES}) - TARGET_LINK_LIBRARIES(zipcmp zip) --INSTALL(TARGETS zipcmp RUNTIME DESTINATION bin) -+INSTALL(TARGETS zipcmp RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) - - ADD_EXECUTABLE(zipmerge zipmerge.c ${SRC_EXTRA_FILES}) - TARGET_LINK_LIBRARIES(zipmerge zip) --INSTALL(TARGETS zipmerge RUNTIME DESTINATION bin) -+INSTALL(TARGETS zipmerge RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) - - ADD_EXECUTABLE(ziptool ziptool.c ${SRC_EXTRA_FILES}) - TARGET_LINK_LIBRARIES(ziptool zip) --INSTALL(TARGETS ziptool RUNTIME DESTINATION bin) -+INSTALL(TARGETS ziptool RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) -From 3a7497b791289e316aa794b7f2f1a95dd26ced26 Mon Sep 17 00:00:00 2001 -From: Thomas Klausner -Date: Fri, 29 Dec 2017 22:35:53 +0100 -Subject: [PATCH] Set bindir in pkgconfig file and use it. - ---- - CMakeLists.txt | 1 + - libzip.pc.in | 3 ++- - 2 files changed, 3 insertions(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index b61f5ea..3366b25 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -156,6 +156,7 @@ ADD_SUBDIRECTORY(examples) - # pkgconfig file - SET(prefix ${CMAKE_INSTALL_PREFIX}) - SET(exec_prefix \${prefix}) -+SET(bindir \${exec_prefix}/${CMAKE_INSTALL_BINDIR}) - SET(libdir \${exec_prefix}/${CMAKE_INSTALL_LIBDIR}) - SET(includedir \${prefix}/${CMAKE_INSTALL_INCLUDEDIR}) - IF(BZIP2_FOUND) -diff --git a/libzip.pc.in b/libzip.pc.in -index 53abc47..7be7f3e 100644 ---- a/libzip.pc.in -+++ b/libzip.pc.in -@@ -1,9 +1,10 @@ - prefix=@prefix@ - exec_prefix=@exec_prefix@ -+bindir=@bindir@ - libdir=@libdir@ - includedir=@includedir@ - --zipcmp=@prefix@/bin/zipcmp -+zipcmp=@bindir@/zipcmp - - Name: libzip - Description: library for handling zip archives ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/libzip.git/commitdiff/48e5daac8857101be5f22a7efa3eb329291fc17c From qboosh at pld-linux.org Sun Dec 23 08:17:43 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 08:17:43 +0100 Subject: DISTFILES: libzip: libzip-1.5.1.tar.xz Message-ID: <6878.1545549463@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://libzip.org/download/libzip-1.5.1.tar.xz 6fe665aa6d6bf3a99eb6fa9c553283fd libzip-1.5.1.tar.xz Size: 717908 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 08:47:40 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 08:47:40 +0100 Subject: =?utf8?q?=5Bpackages/libzip=5D_-_obsolete_-static=3B_release_2?= References: <48e5daac8857101be5f22a7efa3eb329291fc17c_refs_heads_master@pld-linux.org> Message-ID: <854979298472ae6d404c960584ad013d2cc3943b_refs_heads_master@pld-linux.org> commit 854979298472ae6d404c960584ad013d2cc3943b Author: Jakub Bogusz Date: Sun Dec 23 08:52:18 2018 +0100 - obsolete -static; release 2 libzip.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- diff --git a/libzip.spec b/libzip.spec index d939e17..04d542a 100644 --- a/libzip.spec +++ b/libzip.spec @@ -6,7 +6,7 @@ Summary: C library for reading, creating, and modifying zip archives Summary(pl.UTF-8): Biblioteka C do odczytu, zapisu i modyfikacji archiw?w zip Name: libzip Version: 1.5.1 -Release: 1 +Release: 2 License: BSD Group: Libraries Source0: https://libzip.org/download/%{name}-%{version}.tar.xz @@ -43,6 +43,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: bzip2-devel Requires: zlib-devel >= 1.1.2 +Obsoletes: libzip-static < 1.4.0 %description devel Header files for libzip library. ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/libzip.git/commitdiff/854979298472ae6d404c960584ad013d2cc3943b From qboosh at pld-linux.org Sun Dec 23 09:01:44 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 09:01:44 +0100 Subject: DISTFILES: bison: bison-3.2.3.tar.xz Message-ID: <4989.1545552104@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: http://ftp.gnu.org/gnu/bison/bison-3.2.3.tar.xz 52138a4dde1bc5bf35d2eda80e1ca3e9 bison-3.2.3.tar.xz Size: 2092048 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 09:01:38 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 09:01:38 +0100 Subject: =?utf8?q?=5Bpackages/bison=5D_-_updated_to_3=2E2=2E3?= References: <7d8a2ff14a35d6af141cf259cf52b34a052d9121_refs_heads_master@pld-linux.org> Message-ID: commit c1778067297349bb69c68c529ac7094b514891fb Author: Jakub Bogusz Date: Sun Dec 23 09:06:19 2018 +0100 - updated to 3.2.3 bison.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/bison.spec b/bison.spec index 17264fb..0ba0f43 100644 --- a/bison.spec +++ b/bison.spec @@ -8,12 +8,12 @@ Summary(ru.UTF-8): Bison - ????????? ???????? GNU Summary(tr.UTF-8): GNU ayr??t?r?c? ?reticisi Summary(uk.UTF-8): Bison - ????????? ???????? GNU Name: bison -Version: 3.2.2 +Version: 3.2.3 Release: 1 License: GPL v3+ Group: Development/Tools Source0: http://ftp.gnu.org/gnu/bison/%{name}-%{version}.tar.xz -# Source0-md5: 9595087bdcb4c508de993a8a3c7a3993 +# Source0-md5: 52138a4dde1bc5bf35d2eda80e1ca3e9 Source1: %{name}.1.pl Patch0: %{name}-info.patch URL: http://gnu.org/software/bison/ ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/bison.git/commitdiff/c1778067297349bb69c68c529ac7094b514891fb From qboosh at pld-linux.org Sun Dec 23 11:47:21 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 11:47:21 +0100 Subject: =?utf8?q?=5Bpackages/elfutils=5D_-_updated_to_0=2E175_=28fixes_CVE-2018-1606?= =?utf8?q?2_CVE-2018-16402_CVE-2018-16403_CVE-2018-18310_CVE-2018-18520?= References: Message-ID: <0d55ee235dfe15fca06ee7318c68cb30a4a73498_refs_heads_master@pld-linux.org> commit 0d55ee235dfe15fca06ee7318c68cb30a4a73498 Author: Jakub Bogusz Date: Sun Dec 23 11:52:01 2018 +0100 - updated to 0.175 (fixes CVE-2018-16062 CVE-2018-16402 CVE-2018-16403 CVE-2018-18310 CVE-2018-18520 CVE-2018-18521) - updated pl.po-update patch elfutils-pl.po.patch | 592 +++++++++++++++++++++++++++++++++++++-------------- elfutils.spec | 4 +- 2 files changed, 434 insertions(+), 162 deletions(-) --- diff --git a/elfutils.spec b/elfutils.spec index 4c8bc49..76f79f8 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -5,12 +5,12 @@ Summary: A collection of utilities and DSOs to handle compiled objects Summary(pl.UTF-8): Zestaw narz?dzi i bibliotek do obs?ugi skompilowanych obiekt?w Name: elfutils -Version: 0.173 +Version: 0.175 Release: 1 License: GPL v2+ or LGPL v3+ (libraries), GPL v3+ (programs) Group: Development/Tools Source0: https://sourceware.org/elfutils/ftp/%{version}/%{name}-%{version}.tar.bz2 -# Source0-md5: 35decb1ebfb90d565e4c411bee4185cc +# Source0-md5: 9a02b0382b78cc2d515fb950275d4c02 Patch0: %{name}-pl.po.patch Patch1: %{name}-debian-manpages.patch Patch2: %{name}-awk.patch diff --git a/elfutils-pl.po.patch b/elfutils-pl.po.patch index a536975..b4d68ab 100644 --- a/elfutils-pl.po.patch +++ b/elfutils-pl.po.patch @@ -1,5 +1,5 @@ ---- elfutils-0.173/po/pl.po.orig 2018-06-29 20:47:57.000000000 +0200 -+++ elfutils-0.173/po/pl.po 2018-08-25 22:13:50.881048335 +0200 +--- elfutils-0.175/po/pl.po.orig 2018-11-16 12:50:29.000000000 +0100 ++++ elfutils-0.175/po/pl.po 2018-12-23 11:46:32.932950511 +0100 @@ -173,19 +173,16 @@ msgstr "brak danych w?postaci ci?gu" @@ -72,7 +72,7 @@ -msgstr "brak sekcji .debug_ranges" +msgstr "brak sekcji .debug_addr" - #: libdwfl/argp-std.c:50 src/stack.c:639 src/unstrip.c:2374 + #: libdwfl/argp-std.c:50 src/stack.c:638 src/unstrip.c:2493 msgid "Input selection options:" @@ -630,9 +621,8 @@ msgstr "nieprawid?owy deskryptor pliku" @@ -88,35 +88,35 @@ @@ -1124,29 +1114,29 @@ msgstr "nie mo?na odczyta? %s: %s" - #: src/ar.c:1471 + #: src/ar.c:1476 -#, fuzzy, c-format +#, c-format msgid "cannot represent ar_date" -msgstr "nie mo?na dekompresowa? danych" +msgstr "nie mo?na przedstawi? ar_date" - #: src/ar.c:1477 + #: src/ar.c:1482 -#, fuzzy, c-format +#, c-format msgid "cannot represent ar_uid" -msgstr "nie mo?na dekompresowa? danych" +msgstr "nie mo?na przedstawi? ar_uid" - #: src/ar.c:1483 + #: src/ar.c:1488 -#, fuzzy, c-format +#, c-format msgid "cannot represent ar_gid" -msgstr "nie mo?na dekompresowa? danych" +msgstr "nie mo?na przedstawi? ar_gid" - #: src/ar.c:1489 + #: src/ar.c:1494 -#, fuzzy, c-format +#, c-format msgid "cannot represent ar_mode" -msgstr "nie mo?na uzyska? nazwy sekcji" +msgstr "nie mo?na przedstawi? ar_mode" - #: src/ar.c:1495 + #: src/ar.c:1500 -#, fuzzy, c-format +#, c-format msgid "cannot represent ar_size" @@ -125,56 +125,114 @@ #: src/arlib-argp.c:32 msgid "Use zero for uid, gid, and date in archive members." -@@ -1540,7 +1530,7 @@ +@@ -1245,14 +1235,14 @@ + msgstr "%s %s r??ni? si?: licznik nag??wka programu" + + #: src/elfcmp.c:241 src/elfcmp.c:244 +-#, fuzzy, c-format ++#, c-format + msgid "cannot get hdrstrndx of '%s': %s" +-msgstr "nie mo?na uzyska? nag??wka ELF ?%s?: %s" ++msgstr "nie mo?na uzyska? hdrstrndx ?%s?: %s" + + #: src/elfcmp.c:249 +-#, fuzzy, c-format ++#, c-format + msgid "%s %s diff: shdr string index" +-msgstr "%s %s r??ni? si?: licznik sekcji" ++msgstr "%s %s r??ni? si?: indeks ?a?cucha shdr" + + #: src/elfcmp.c:307 + #, c-format +@@ -1449,11 +1439,10 @@ + msgstr "Wy?wietla komunikat dla ka?dej (de)kompresowanej sekcji" + + #: src/elfcompress.c:1321 +-#, fuzzy + msgid "" + "Force compression of section even if it would become larger or update/" + "rewrite the file even if no section would be (de)compressed" +-msgstr "Wymusza kompresj? sekcji nawet, je?li spowodowa?oby to jej zwi?kszenie" ++msgstr "Wymusza kompresj? sekcji nawet, je?li spowodowa?oby to jej zwi?kszenie lub uaktualnienie/przepisanie pliku nawet przy braku (de)kompresji sekcji" + + #: src/elfcompress.c:1324 src/strip.c:93 + msgid "Relax a few rules to handle slightly broken ELF files" +@@ -1553,7 +1542,7 @@ msgstr "nieobs?ugiwane ABI systemu operacyjnego e_ident[%d] == ?%s?\n" - #: src/elflint.c:381 + #: src/elflint.c:380 -#, fuzzy, c-format +#, c-format msgid "unsupported ABI version e_ident[%d] == %d\n" msgstr "nieobs?ugiwana wersja ABI e_ident[%d] == %d\n" -@@ -1603,7 +1593,7 @@ - #: src/elflint.c:474 +@@ -1616,7 +1605,7 @@ + #: src/elflint.c:473 #, c-format msgid "Can only check %u headers, shnum was %u\n" -msgstr "" +msgstr "Mo?na sprawdzi? tylko %u nag??wk?w, shnum by?o %u\n" - #: src/elflint.c:488 + #: src/elflint.c:487 #, c-format -@@ -1613,7 +1603,7 @@ - #: src/elflint.c:505 +@@ -1626,7 +1615,7 @@ + #: src/elflint.c:504 #, c-format msgid "Can only check %u headers, phnum was %u\n" -msgstr "" +msgstr "Mo?na sprawdzi? tylko %u nag??wk?w, phnum by?o %u\n" - #: src/elflint.c:510 + #: src/elflint.c:509 #, c-format -@@ -3849,6 +3839,7 @@ +@@ -3230,20 +3219,20 @@ + "%zu\n" + + #: src/elflint.c:4370 +-#, fuzzy, c-format ++#, c-format + msgid "" + "phdr[%d]: unknown object file note type % with owner name '%s' at " + "offset %zu\n" + msgstr "" +-"phdr[%d]: nieznany typ notatki pliku obiektu % pod offsetem %zu\n" ++"phdr[%d]: nieznany typ notatki pliku obiektu % z nazw? w?a?ciciela ?%s? pod offsetem %zu\n" + + #: src/elflint.c:4375 +-#, fuzzy, c-format ++#, c-format + msgid "" + "section [%2d] '%s': unknown object file note type % with owner name " + "'%s' at offset %zu\n" + msgstr "" +-"sekcja [%2d] ?%s?: nieznany typ notatki pliku obiektu % pod offsetem " ++"sekcja [%2d] ?%s?: nieznany typ notatki pliku obiektu % z nazw? w?a?ciciela ?%s? pod offsetem " + "%zu\n" + + #: src/elflint.c:4394 +@@ -3865,6 +3854,8 @@ "Used with -w to find the skeleton Compile Units in FILE associated with the " "Split Compile units in a .dwo input file" msgstr "" -+"Z u?yciem -w pozwala odnale?? szkielety jednostek kompilacji w PLIKU powi?zanym z rozdzielonymi jednostkami kompilacji w pliku wej?ciowym .dwo" ++"Z u?yciem -w pozwala odnale?? szkielety jednostek kompilacji w PLIKU " ++"powi?zanym z rozdzielonymi jednostkami kompilacji w pliku wej?ciowym .dwo" - #: src/readelf.c:102 + #: src/readelf.c:101 msgid "ELF output selection:" -@@ -3879,9 +3870,8 @@ +@@ -3895,9 +3886,8 @@ msgstr "Wy?wietla relokacje" - #: src/readelf.c:112 + #: src/readelf.c:111 -#, fuzzy msgid "Display the section groups" -msgstr "Wy?wietla nag??wki sekcji" +msgstr "Wy?wietla grupy sekcji" - #: src/readelf.c:113 + #: src/readelf.c:112 msgid "Display the sections' headers" -@@ -3912,14 +3902,13 @@ +@@ -3928,15 +3918,14 @@ msgstr "Dodatkowy wyb?r wyj?cia:" - #: src/readelf.c:126 + #: src/readelf.c:125 -#, fuzzy msgid "" "Display DWARF section content. SECTION can be one of abbrev, addr, aranges, " @@ -183,82 +241,126 @@ msgstr "" -"Wy?wietla zawarto?? sekcji DWARF. SEKCJA mo?e by? jednym z?abbrev, aranges, " -"decodedaranges, frame, gdb_index, info, loc, line, decodedline, ranges, " -+"Wy?wietla zawarto?? sekcji DWARF. SEKCJA mo?e by? jednym z?abbrev, addr, aranges, " -+"decodedaranges, frame, gdb_index, info, info+, loc, line, decodedline, ranges, " - "pubnames, str, macinfo, macro lub exception" +-"pubnames, str, macinfo, macro lub exception" ++"Wy?wietla zawarto?? sekcji DWARF. SEKCJA mo?e by? jednym z?abbrev, addr, " ++"aranges, decodedaranges, frame, gdb_index, info, info+, loc, line, " ++"decodedline, ranges, pubnames, str, macinfo, macro lub exception" + + #: src/readelf.c:129 + msgid "Dump the uninterpreted contents of SECTION, by number or name" +@@ -4093,9 +4082,9 @@ + msgstr "nie mo?na okre?li? liczby nag??wk?w programu: %s" + + #: src/readelf.c:961 +-#, fuzzy, c-format ++#, c-format + msgid "cannot read ELF: %s" +-msgstr "nie mo?na odczyta? %s: %s" ++msgstr "nie mo?na odczyta? danych ELF: %s" + + #: src/readelf.c:1022 + msgid "NONE (None)" +@@ -4275,23 +4264,23 @@ + "\n" - #: src/readelf.c:130 -@@ -4756,9 +4745,9 @@ + #: src/readelf.c:1193 src/readelf.c:1401 +-#, fuzzy, c-format ++#, c-format + msgid "cannot get number of sections: %s" +-msgstr "nie mo?na okre?li? liczby sekcji: %s" ++msgstr "nie mo?na uzyska? liczby sekcji: %s" + + #: src/readelf.c:1196 +-#, fuzzy, c-format ++#, c-format + msgid "" + "There are %zd section headers, starting at offset %#:\n" + "\n" + msgstr "" +-"Jest %d nag??wk?w sekcji, rozpoczynaj?cych si? od offsetu %#:\n" ++"Liczba nag??wk?w sekcji: %zd, rozpoczynaj? si? od offsetu %#:\n" + "\n" + + #: src/readelf.c:1205 +-#, fuzzy, c-format ++#, c-format + msgid "cannot get section header string table index: %s" +-msgstr "nie mo?na uzyska? indeksu tabeli ci?g?w nag??wk?w sekcji" ++msgstr "nie mo?na uzyska? indeksu tabeli ci?g?w nag??wk?w sekcji: %s" + + #: src/readelf.c:1208 + msgid "Section Headers:" +@@ -4787,9 +4776,9 @@ msgstr "nieprawid?owe dane w?sekcji sysv.hash %d" - #: src/readelf.c:3217 + #: src/readelf.c:3236 -#, fuzzy, c-format +#, c-format msgid "invalid chain in sysv.hash section %d" -msgstr "nieprawid?owe dane w?sekcji sysv.hash %d" +msgstr "nieprawid?owy ?a?cuch w sekcji sysv.hash %d" - #: src/readelf.c:3252 + #: src/readelf.c:3271 #, c-format -@@ -4766,9 +4755,9 @@ +@@ -4797,9 +4786,9 @@ msgstr "nieprawid?owe dane w?sekcji sysv.hash64 %d" - #: src/readelf.c:3283 + #: src/readelf.c:3302 -#, fuzzy, c-format +#, c-format msgid "invalid chain in sysv.hash64 section %d" -msgstr "nieprawid?owe dane w?sekcji sysv.hash64 %d" +msgstr "nieprawid?owy ?a?cuch w?sekcji sysv.hash64 %d" - #: src/readelf.c:3319 + #: src/readelf.c:3338 #, c-format -@@ -4872,9 +4861,9 @@ +@@ -4903,9 +4892,9 @@ msgstr " %u: %s\n" - #: src/readelf.c:3767 + #: src/readelf.c:3786 -#, fuzzy, c-format +#, c-format msgid "sprintf failure" -msgstr "mprotect si? nie powiod?o" +msgstr "sprintf si? nie powiod?o" - #: src/readelf.c:4249 + #: src/readelf.c:4268 msgid "empty block" -@@ -4886,9 +4875,9 @@ +@@ -4917,9 +4906,9 @@ msgstr "%zu bajtowy blok:" - #: src/readelf.c:4730 + #: src/readelf.c:4749 -#, fuzzy, c-format +#, c-format msgid "%*s[%2] %s \n" -msgstr "%*s[%4] %s \n" +msgstr "%*s[%2] %s \n" - #: src/readelf.c:4794 + #: src/readelf.c:4813 #, c-format -@@ -4906,9 +4895,9 @@ +@@ -4937,9 +4926,9 @@ msgstr "%s %# zosta?o u?yte z?r??nymi adresami podstawowymi" - #: src/readelf.c:4815 + #: src/readelf.c:4834 -#, fuzzy, c-format +#, c-format msgid "%s %# used with different attribute %s and %s" -msgstr "%s %# zosta?o u?yte z?r??nymi rozmiarami adresu" +msgstr "%s %# zosta?o u?yte z?r??nymi atrybutami %s i %s" - #: src/readelf.c:4912 + #: src/readelf.c:4931 #, c-format -@@ -4963,38 +4952,34 @@ +@@ -4994,38 +4983,34 @@ "Sekcja DWARF [%2zu] ?%s? pod offsetem %#:\n" - #: src/readelf.c:5081 + #: src/readelf.c:5100 -#, fuzzy, c-format +#, c-format msgid "cannot get .debug_addr section data: %s" -msgstr "nie mo?na uzyska? danych sekcji: %s" +msgstr "nie mo?na uzyska? danych sekcji .debug_addr: %s" - #: src/readelf.c:5181 src/readelf.c:5205 src/readelf.c:5586 src/readelf.c:8883 + #: src/readelf.c:5200 src/readelf.c:5224 src/readelf.c:5608 src/readelf.c:8915 -#, fuzzy, c-format +#, c-format msgid " Length: %8\n" @@ -267,21 +369,21 @@ -" D?ugo??: %6\n" +msgstr " D?ugo??: %8\n" - #: src/readelf.c:5183 src/readelf.c:5220 src/readelf.c:5599 src/readelf.c:8896 + #: src/readelf.c:5202 src/readelf.c:5239 src/readelf.c:5621 src/readelf.c:8928 -#, fuzzy, c-format +#, c-format msgid " DWARF version: %8\n" -msgstr " Wersja DWARF: %6\n" +msgstr " Wersja DWARF: %8\n" - #: src/readelf.c:5184 src/readelf.c:5229 src/readelf.c:5608 src/readelf.c:8905 + #: src/readelf.c:5203 src/readelf.c:5248 src/readelf.c:5630 src/readelf.c:8937 -#, fuzzy, c-format +#, c-format msgid " Address size: %8\n" -msgstr " Offset adresu: %6\n" +msgstr " Offset adresu: %8\n" - #: src/readelf.c:5186 src/readelf.c:5239 src/readelf.c:5618 src/readelf.c:8915 + #: src/readelf.c:5205 src/readelf.c:5258 src/readelf.c:5640 src/readelf.c:8947 -#, fuzzy, c-format +#, c-format msgid " Segment size: %8\n" @@ -290,26 +392,26 @@ -"\n" +msgstr " Rozmiar segmentu: %8\n" - #: src/readelf.c:5224 src/readelf.c:5603 src/readelf.c:8900 src/readelf.c:10234 + #: src/readelf.c:5243 src/readelf.c:5625 src/readelf.c:8932 src/readelf.c:10296 -#, fuzzy, c-format +#, c-format msgid "Unknown version" -msgstr "nieznana wersja" +msgstr "Nieznana wersja" - #: src/readelf.c:5234 src/readelf.c:5447 src/readelf.c:5613 src/readelf.c:8910 + #: src/readelf.c:5253 src/readelf.c:5466 src/readelf.c:5635 src/readelf.c:8942 #, c-format -@@ -5101,58 +5086,62 @@ +@@ -5132,58 +5117,62 @@ msgstr " bajty wype?nienia: %zu\n" - #: src/readelf.c:5550 + #: src/readelf.c:5572 -#, fuzzy, c-format +#, c-format msgid "cannot get .debug_rnglists content: %s" -msgstr "nie mo?na uzyska? zawarto?ci .debug_ranges: %s" +msgstr "nie mo?na uzyska? zawarto?ci .debug_rnglists: %s" - #: src/readelf.c:5573 src/readelf.c:8870 + #: src/readelf.c:5595 src/readelf.c:8902 -#, fuzzy, c-format +#, c-format msgid "" @@ -320,52 +422,52 @@ +"Tablica pod offsetem 0x%\n" +"\n" - #: src/readelf.c:5628 src/readelf.c:8925 + #: src/readelf.c:5650 src/readelf.c:8957 -#, fuzzy, c-format +#, c-format msgid " Offset entries: %8\n" -msgstr " D?ugo?? offsetu: %\n" +msgstr " Wpisy offsetu: %8\n" - #: src/readelf.c:5644 src/readelf.c:8941 + #: src/readelf.c:5666 src/readelf.c:8973 #, c-format msgid " Unknown CU base: " -msgstr "" +msgstr " Nieznana podstawa CU: " - #: src/readelf.c:5646 src/readelf.c:8943 + #: src/readelf.c:5668 src/readelf.c:8975 #, c-format msgid " CU [%6] base: " -msgstr "" +msgstr " Podstawa CU [%6]: " - #: src/readelf.c:5652 src/readelf.c:8949 + #: src/readelf.c:5674 src/readelf.c:8981 #, c-format msgid " Not associated with a CU.\n" -msgstr "" +msgstr " Brak powi?zania z CU.\n" - #: src/readelf.c:5663 src/readelf.c:8960 + #: src/readelf.c:5685 src/readelf.c:8992 #, c-format msgid "too many offset entries for unit length" -msgstr "" +msgstr "zbyt du?o wpis?w offsetu dla d?ugo?ci jednostki" - #: src/readelf.c:5667 src/readelf.c:8964 + #: src/readelf.c:5689 src/readelf.c:8996 -#, fuzzy, c-format +#, c-format msgid " Offsets starting at 0x%:\n" -msgstr " Offset: 0x%\n" +msgstr " Offsety zaczynaj? si? od 0x%:\n" - #: src/readelf.c:5719 + #: src/readelf.c:5741 -#, fuzzy, c-format +#, c-format msgid "invalid range list data" -msgstr "nieprawid?owe dane" +msgstr "nieprawid?owe dane listy przedzia??w" - #: src/readelf.c:5904 src/readelf.c:9252 + #: src/readelf.c:5926 src/readelf.c:9284 -#, fuzzy, c-format +#, c-format msgid "" @@ -376,30 +478,30 @@ +" bajty wype?nienia: %zu\n" +"\n" - #: src/readelf.c:5921 + #: src/readelf.c:5943 #, c-format -@@ -5165,6 +5154,8 @@ +@@ -5196,6 +5185,8 @@ "\n" " Unknown CU base: " msgstr "" +"\n" +" Nieznana podstawa CU: " - #: src/readelf.c:5959 src/readelf.c:9309 + #: src/readelf.c:5981 src/readelf.c:9341 #, c-format -@@ -5172,6 +5163,8 @@ +@@ -5203,6 +5194,8 @@ "\n" " CU [%6] base: " msgstr "" +"\n" +" Podstawa CU [%6]: " - #: src/readelf.c:5968 src/readelf.c:9335 src/readelf.c:9361 + #: src/readelf.c:5990 src/readelf.c:9367 src/readelf.c:9393 #, c-format -@@ -5179,16 +5172,18 @@ +@@ -5210,16 +5203,18 @@ msgstr " [%6tx] \n" - #: src/readelf.c:5989 src/readelf.c:9441 + #: src/readelf.c:6011 src/readelf.c:9473 -#, fuzzy, c-format +#, c-format msgid "" @@ -410,106 +512,106 @@ +" [%6tx] adres bazowy\n" +" " - #: src/readelf.c:5997 src/readelf.c:9449 + #: src/readelf.c:6019 src/readelf.c:9481 -#, fuzzy, c-format +#, c-format msgid " [%6tx] empty list\n" -msgstr " [%6tx] pusta lista\n" +msgstr " [%6tx] pusta lista\n" - #: src/readelf.c:6252 + #: src/readelf.c:6274 msgid " \n" -@@ -5246,34 +5241,34 @@ +@@ -5277,34 +5272,34 @@ msgstr " %-26sWska?nik LSDA: %#\n" - #: src/readelf.c:6926 + #: src/readelf.c:6956 -#, fuzzy, c-format +#, c-format msgid "DIE [%] cannot get attribute code: %s" -msgstr "nie mo?na uzyska? kodu atrybutu: %s" +msgstr "DIE [%] nie mo?na uzyska? kodu atrybutu: %s" - #: src/readelf.c:6936 + #: src/readelf.c:6966 -#, fuzzy, c-format +#, c-format msgid "DIE [%] cannot get attribute form: %s" -msgstr "nie mo?na uzyska? formy atrybutu: %s" +msgstr "DIE [%] nie mo?na uzyska? formy atrybutu: %s" - #: src/readelf.c:6958 + #: src/readelf.c:6988 -#, fuzzy, c-format +#, c-format msgid "DIE [%] cannot get attribute '%s' (%s) value: %s" -msgstr "nie mo?na uzyska? warto?ci atrybutu: %s" +msgstr "DIE [%] nie mo?na uzyska? warto?ci atrybutu ?%s? (%s): %s" - #: src/readelf.c:7291 + #: src/readelf.c:7321 -#, fuzzy, c-format +#, c-format msgid "invalid file (%): %s" -msgstr "nieprawid?owy plik" +msgstr "nieprawid?owy plik (%): %s" - #: src/readelf.c:7295 + #: src/readelf.c:7325 -#, fuzzy, c-format +#, c-format msgid "no srcfiles for CU [%]" -msgstr " ustawienie pliku na %\n" +msgstr "brak srcfiles dla CU [%]" - #: src/readelf.c:7299 + #: src/readelf.c:7329 -#, fuzzy, c-format +#, c-format msgid "couldn't get DWARF CU: %s" -msgstr "nie mo?na uzyska? ELF: %s" +msgstr "nie mo?na uzyska? CU DWARF: %s" - #: src/readelf.c:7522 + #: src/readelf.c:7552 #, c-format -@@ -5287,12 +5282,12 @@ +@@ -5318,12 +5313,12 @@ " [Offset]\n" - #: src/readelf.c:7572 + #: src/readelf.c:7602 -#, fuzzy, c-format +#, c-format msgid "cannot get next unit: %s" -msgstr "nie mo?na uzyska? nast?pnego DIE: %s" +msgstr "nie mo?na uzyska? nast?pnej jednostki: %s" - #: src/readelf.c:7591 + #: src/readelf.c:7621 -#, fuzzy, c-format +#, c-format msgid "" " Type unit at offset %:\n" " Version: %, Abbreviation section offset: %, Address size: " -@@ -5302,7 +5297,7 @@ +@@ -5333,7 +5328,7 @@ " Jednostka typu pod offsetem %:\n" " Wersja: %, offset sekcji skr?t?w: %, rozmiar adresu: " "%, rozmiar offsetu: %\n" -" Podpis typu: %#, offset typu: %#\n" +" Podpis typu: %#, offset typu: %# [%]\n" - #: src/readelf.c:7603 + #: src/readelf.c:7633 #, c-format -@@ -5318,12 +5313,12 @@ - #: src/readelf.c:7613 src/readelf.c:7776 +@@ -5349,12 +5344,12 @@ + #: src/readelf.c:7643 src/readelf.c:7806 #, c-format msgid " Unit type: %s (%)" -msgstr "" +msgstr " Typ jednostki: %s (%)" - #: src/readelf.c:7640 + #: src/readelf.c:7670 #, c-format msgid "unknown version (%d) or unit type (%d)" -msgstr "" +msgstr "nieznana wersja (%d) lub typ jednostki (%d)" - #: src/readelf.c:7669 + #: src/readelf.c:7699 #, c-format -@@ -5331,10 +5326,10 @@ +@@ -5362,10 +5357,10 @@ msgstr "nie mo?na uzyska? offsetu DIE: %s" - #: src/readelf.c:7678 + #: src/readelf.c:7708 -#, fuzzy, c-format +#, c-format msgid "cannot get tag of DIE at offset [%] in section '%s': %s" @@ -517,12 +619,12 @@ -"nie mo?na uzyska? znacznika DIE pod offsetem % w?sekcji ?%s?: %s" +"nie mo?na uzyska? znacznika DIE pod offsetem [%] w?sekcji ?%s?: %s" - #: src/readelf.c:7716 + #: src/readelf.c:7746 #, c-format -@@ -5347,13 +5342,13 @@ +@@ -5378,13 +5373,13 @@ msgstr "nie mo?na uzyska? nast?pnego DIE: %s" - #: src/readelf.c:7768 + #: src/readelf.c:7798 -#, fuzzy, c-format +#, c-format msgid "" @@ -535,28 +637,28 @@ " Wersja: %, offset sekcji skr?t?w: %, rozmiar adresu: " "%, rozmiar offsetu: %\n" -@@ -5369,9 +5364,9 @@ +@@ -5400,9 +5395,9 @@ "\n" - #: src/readelf.c:8151 + #: src/readelf.c:8182 -#, fuzzy, c-format +#, c-format msgid "unknown form: %s" -msgstr "nieznany b??d" +msgstr "nieznana forma: %s" - #: src/readelf.c:8182 + #: src/readelf.c:8213 #, c-format -@@ -5380,7 +5375,7 @@ +@@ -5411,7 +5406,7 @@ #. Print what we got so far. - #: src/readelf.c:8284 + #: src/readelf.c:8315 -#, fuzzy, c-format +#, c-format msgid "" "\n" " Length: %\n" -@@ -5398,32 +5393,34 @@ +@@ -5429,32 +5424,34 @@ "Opcodes:\n" msgstr "" "\n" @@ -583,40 +685,40 @@ "\n" "Instrukcje:\n" - #: src/readelf.c:8306 + #: src/readelf.c:8337 -#, fuzzy, c-format +#, c-format msgid "cannot handle .debug_line version: %u\n" -msgstr "nie mo?na uzyska? wersji symbolu: %s" +msgstr "nie mo?na obs?u?y? wersji .debug_line: %u\n" - #: src/readelf.c:8314 + #: src/readelf.c:8345 -#, fuzzy, c-format +#, c-format msgid "cannot handle address size: %u\n" -msgstr "nieobs?ugiwany rozmiar adresu" +msgstr "nie mo?na obs?u?y? rozmiaru adresu: %u\n" - #: src/readelf.c:8322 + #: src/readelf.c:8353 -#, fuzzy, c-format +#, c-format msgid "cannot handle segment selector size: %u\n" -msgstr "nie mo?na uzyska? sekcji: %s" +msgstr "nie mo?na obs?u?y? rozmiaru selektora segmentu: %u\n" - #: src/readelf.c:8332 + #: src/readelf.c:8363 #, c-format -@@ -5447,26 +5444,21 @@ +@@ -5478,26 +5475,21 @@ "Tabela katalogu:" - #: src/readelf.c:8364 src/readelf.c:8439 + #: src/readelf.c:8395 src/readelf.c:8470 -#, fuzzy, c-format +#, c-format msgid " [" -msgstr " PC: " +msgstr " [" - #: src/readelf.c:8433 + #: src/readelf.c:8464 -#, fuzzy msgid "" "\n" @@ -626,7 +728,7 @@ -" Tabela strony wywo?ania:" +"Tabela nazw plik?w:" - #: src/readelf.c:8494 + #: src/readelf.c:8525 -#, fuzzy msgid " Entry Dir Time Size Name" -msgstr "" @@ -635,19 +737,19 @@ -" Wpis Kat Czas Rozmiar Nazwa" +msgstr " Wpis Kat Czas Rozmiar Nazwa" - #: src/readelf.c:8529 + #: src/readelf.c:8560 msgid "" -@@ -5482,20 +5474,19 @@ +@@ -5513,20 +5505,19 @@ msgstr "nieprawid?owe maksimum operacji na instrukcj? wynosi zero" - #: src/readelf.c:8586 + #: src/readelf.c:8617 -#, fuzzy, c-format +#, c-format msgid " special opcode %u: address+%u = " -msgstr " instrukcja specjalna %u: adres+%u = %s, wiersz%+d = %zu\n" +msgstr " instrukcja specjalna %u: adres+%u = " - #: src/readelf.c:8590 + #: src/readelf.c:8621 -#, fuzzy, c-format +#, c-format msgid ", op_index = %u, line%+d = %zu\n" @@ -655,55 +757,55 @@ -" instrukcja specjalna %u: adres+%u = %s, op_index = %u, wiersz%+d = %zu\n" +msgstr ", op_index = %u, wiersz%+d = %zu\n" - #: src/readelf.c:8593 + #: src/readelf.c:8624 #, c-format msgid ", line%+d = %zu\n" -msgstr "" +msgstr ", wiersz%+d = %zu\n" - #: src/readelf.c:8611 + #: src/readelf.c:8642 #, c-format -@@ -5507,9 +5498,9 @@ +@@ -5538,9 +5529,9 @@ msgstr " koniec sekwencji" - #: src/readelf.c:8634 + #: src/readelf.c:8665 -#, fuzzy, c-format +#, c-format msgid " set address to " -msgstr " ustawienie adresu na %s\n" +msgstr " ustawienie adresu na " - #: src/readelf.c:8662 + #: src/readelf.c:8693 #, c-format -@@ -5534,14 +5525,14 @@ +@@ -5565,14 +5556,14 @@ msgstr " kopiowanie" - #: src/readelf.c:8701 + #: src/readelf.c:8732 -#, fuzzy, c-format +#, c-format msgid " advance address by %u to " -msgstr " zwi?kszenie adresu o?%u do %s\n" +msgstr " zwi?kszenie adresu o?%u do " - #: src/readelf.c:8705 src/readelf.c:8761 + #: src/readelf.c:8736 src/readelf.c:8792 #, c-format msgid ", op_index to %u" -msgstr "" +msgstr ", op_index do %u" - #: src/readelf.c:8715 + #: src/readelf.c:8746 #, c-format -@@ -5569,14 +5560,14 @@ +@@ -5600,14 +5591,14 @@ msgstr " ustawienie podstawowej flagi bloku" - #: src/readelf.c:8757 + #: src/readelf.c:8788 -#, fuzzy, c-format +#, c-format msgid " advance address by constant %u to " -msgstr " zwi?kszenie adresu o?sta?? %u do %s\n" +msgstr " zwi?kszenie adresu o?sta?? %u do " - #: src/readelf.c:8776 + #: src/readelf.c:8807 -#, fuzzy, c-format +#, c-format msgid " advance address by fixed value %u to \n" @@ -711,44 +813,56 @@ +msgstr " zwi?kszenie adresu o?sta?? warto?? %u do \n" #. Takes no argument. - #: src/readelf.c:8786 -@@ -5605,14 +5596,14 @@ + #: src/readelf.c:8817 +@@ -5636,14 +5627,14 @@ msgstr[2] " nieznana instrukcja z?% parametrami:" - #: src/readelf.c:8847 + #: src/readelf.c:8879 -#, fuzzy, c-format +#, c-format msgid "cannot get .debug_loclists content: %s" -msgstr "nie mo?na uzyska? zawarto?ci .debug_log: %s" +msgstr "nie mo?na uzyska? zawarto?ci .debug_loclists: %s" - #: src/readelf.c:9016 + #: src/readelf.c:9048 -#, fuzzy, c-format +#, c-format msgid "invalid loclists data" -msgstr "nieprawid?owe dane" +msgstr "nieprawid?owe dane loclists" - #: src/readelf.c:9269 + #: src/readelf.c:9301 + #, c-format +@@ -5685,9 +5676,9 @@ + msgstr " nieznana wersja, nie mo?na przetworzy? sekcji\n" + + #: src/readelf.c:9792 +-#, fuzzy, c-format ++#, c-format + msgid " Flag: 0x%" +-msgstr " Flaga: 0x%\n" ++msgstr " Flaga: 0x%" + + #: src/readelf.c:9821 #, c-format -@@ -5705,38 +5696,34 @@ +@@ -5736,38 +5727,34 @@ " %*s Ci?g\n" - #: src/readelf.c:10087 + #: src/readelf.c:10148 -#, fuzzy, c-format +#, c-format msgid " *** error, missing string terminator\n" -msgstr " *** b??d podczas odczytywania ci?g?w: %s\n" +msgstr " *** b??d, brak znaku ko?cz?cego ?a?cuch\n" - #: src/readelf.c:10115 + #: src/readelf.c:10177 -#, fuzzy, c-format +#, c-format msgid "cannot get .debug_str_offsets section data: %s" -msgstr "nie mo?na uzyska? danych sekcji: %s" +msgstr "nie mo?na uzyska? danych sekcji .debug_str_offsets: %s" - #: src/readelf.c:10214 + #: src/readelf.c:10276 -#, fuzzy, c-format +#, c-format msgid " Length: %8\n" @@ -757,21 +871,21 @@ -" D?ugo??: %6\n" +msgstr " D?ugo??: %8\n" - #: src/readelf.c:10216 + #: src/readelf.c:10278 -#, fuzzy, c-format +#, c-format msgid " Offset size: %8\n" -msgstr " D?ugo?? offsetu: %\n" +msgstr " Rozmiar offsetu: %8\n" - #: src/readelf.c:10230 + #: src/readelf.c:10292 -#, fuzzy, c-format +#, c-format msgid " DWARF version: %8\n" -msgstr " Wersja DWARF: %6\n" +msgstr " Wersja DWARF: %8\n" - #: src/readelf.c:10239 + #: src/readelf.c:10301 -#, fuzzy, c-format +#, c-format msgid " Padding: %8\n" @@ -780,92 +894,242 @@ -" D?ugo??: %6\n" +msgstr " Wyr?wnanie: %8\n" - #: src/readelf.c:10293 + #: src/readelf.c:10355 #, c-format -@@ -5902,9 +5889,9 @@ +@@ -5933,9 +5920,9 @@ msgstr " %-13.*s %9 %s\n" - #: src/readelf.c:12185 + #: src/readelf.c:12261 -#, fuzzy, c-format +#, c-format msgid "cannot get content of note: %s" -msgstr "nie mo?na uzyska? zawarto?ci sekcji notatki: %s" +msgstr "nie mo?na uzyska? zawarto?ci notatki: %s" - #: src/readelf.c:12212 + #: src/readelf.c:12288 #, c-format -@@ -6216,7 +6203,6 @@ +@@ -6247,7 +6234,6 @@ "i?debug" - #: src/stack.c:681 + #: src/stack.c:680 -#, fuzzy msgid "" "Print a stack for each thread in a process or core file.\n" "\n" -@@ -6231,7 +6217,7 @@ +@@ -6262,8 +6248,8 @@ "\n" "Program ko?czy dzia?anie z?kodem zwrotnym 0, je?li wszystkie ramki zosta?y " "wy?wietlone bez ?adnych b??d?w. Je?li niekt?re ramki zosta?y wy?wietlone, " -"ale wyst?pi?y niekrytyczne b??dy, kt?re mog? spowodowa? niepe?ny wyj?tek, to " -+"ale wyst?pi?y niekrytyczne b??dy, kt?re mog? spowodowa? niepe?ny ?lad stosu, to " - "program ko?czy dzia?anie z?kodem zwrotnym 1. Je?li ?adne ramki nie mog?y " +-"program ko?czy dzia?anie z?kodem zwrotnym 1. Je?li ?adne ramki nie mog?y " ++"ale wyst?pi?y niekrytyczne b??dy, kt?re mog? spowodowa? niepe?ny ?lad stosu, " ++"to program ko?czy dzia?anie z?kodem zwrotnym 1. Je?li ?adne ramki nie mog?y " "zosta? wy?wietlone lub wyst?pi? krytyczny b??d, to program ko?czy dzia?anie " "z?kodem zwrotnym 2. Je?li program zosta? wywo?any za pomoc? b??dnych lub " -@@ -6354,12 +6340,14 @@ + "brakuj?cych parametr?w, to zako?czy on dzia?anie z?kodem zwrotnym 64." +@@ -6383,6 +6369,9 @@ + "is not reversable, incompatible with -f, -g, --remove-comment and --remove-" + "section)" + msgstr "" ++"Podobnie do --reloc-debug-sections, ale z rozwi?zaniem w miejscu wszystkich trywialnych " ++"relokacji mi?dzy sekcjami debugowania. ?adne inne okrajanie nie jest wykonywane " ++"(operacja nie jest odwracalna, niezgodna z -f, -g, --remove-comment i --remove-section)" + + #: src/strip.c:89 + msgid "Remove .comment section" +@@ -6393,12 +6382,16 @@ "Remove the named section. SECTION is an extended wildcard pattern. May be " "given more than once. Only non-allocated sections can be removed." msgstr "" -+"Usuwa podan? sekcj?. SEKCJA jest rozszerzonym wzorem. Mo?e by? podana wi?cej ni? raz. Mo?na usuwa? tylko nieprzydzielone sekcje." ++"Usuwa podan? sekcj?. SEKCJA jest rozszerzonym wzorem. Mo?e by? podana wi?cej " ++"ni? raz. Mo?na usuwa? tylko nieprzydzielone sekcje." - #: src/strip.c:89 + #: src/strip.c:91 msgid "" "Keep the named section. SECTION is an extended wildcard pattern. May be " "given more than once." msgstr "" -+"Zachowuje podan? sekcj?. SEKCJA jest rozszerzonym wzorem. Mo?e by? podana wi?cej ni? raz." ++"Zachowuje podan? sekcj?. SEKCJA jest rozszerzonym wzorem. Mo?e by? podana " ++"wi?cej ni? raz." #. Short description of program. - #: src/strip.c:96 -@@ -6387,9 +6375,9 @@ + #: src/strip.c:98 +@@ -6416,6 +6409,7 @@ + "--reloc-debug-sections-only incompatible with -f, -g, --remove-comment and --" + "remove-section" + msgstr "" ++"--reloc-debug-sections-only jest niezgodna z -f, -g, --remove-comment i --remove-section" + + #: src/strip.c:267 + #, c-format +@@ -6433,9 +6427,9 @@ msgstr "Opcj? -F podano dwukrotnie" - #: src/strip.c:347 + #: src/strip.c:362 -#, fuzzy, c-format +#, c-format msgid "cannot both keep and remove .comment section" -msgstr "Usuwa sekcj? .comment" +msgstr "nie mo?na jednocze?nie zachowa? i usun?? sekcji .comment" - #: src/strip.c:372 src/strip.c:396 + #: src/strip.c:574 + #, c-format +@@ -6479,14 +6473,14 @@ + msgstr "nie mo?na uzyska? liczby phdr" + + #: src/strip.c:1060 src/strip.c:1103 +-#, fuzzy, c-format ++#, c-format + msgid "cannot create new ehdr for file '%s': %s" +-msgstr "nie mo?na utworzy? nowego pliku ?%s?: %s" ++msgstr "nie mo?na utworzy? nowego ehdr dla pliku ?%s?: %s" + + #: src/strip.c:1070 src/strip.c:1113 +-#, fuzzy, c-format ++#, c-format + msgid "cannot create new phdr for file '%s': %s" +-msgstr "nie mo?na utworzy? nowego pliku ?%s?: %s" ++msgstr "nie mo?na utworzy? nowego phdr dla pliku ?%s?: %s" + + #: src/strip.c:1194 #, c-format -@@ -6438,14 +6426,14 @@ +@@ -6494,14 +6488,14 @@ msgstr "plik ?%s? ma b??dny format" - #: src/strip.c:696 + #: src/strip.c:1204 -#, fuzzy, c-format +#, c-format msgid "Cannot remove allocated section '%s'" -msgstr "nie mo?na przydzieli? danych sekcji: %s" +msgstr "Nie mo?na usun?? przydzielonej sekcji ?%s?" - #: src/strip.c:705 + #: src/strip.c:1213 -#, fuzzy, c-format +#, c-format msgid "Cannot both keep and remove section '%s'" -msgstr "nie mo?na doda? nowej sekcji: %s" +msgstr "Nie mo?na jednocze?nie zachowa? i usun?? sekcji ?%s?" - #: src/strip.c:1061 src/strip.c:1160 + #: src/strip.c:1573 src/strip.c:1688 + #, c-format +@@ -6509,19 +6503,19 @@ + msgstr "podczas tworzenia pliku wyj?ciowego: %s" + + #: src/strip.c:1637 +-#, fuzzy, c-format ++#, c-format + msgid "%s: error while updating ELF header: %s" +-msgstr "%s: b??d podczas tworzenia nag??wka ELF: %s" ++msgstr "%s: b??d podczas uaktualniania nag??wka ELF: %s" + + #: src/strip.c:1646 +-#, fuzzy, c-format ++#, c-format + msgid "%s: error while getting shdrstrndx: %s" +-msgstr "%s: b??d podczas tworzenia nag??wka ELF: %s" ++msgstr "%s: b??d podczas pobierania shdrstrndx: %s" + + #: src/strip.c:1654 src/strip.c:2534 +-#, fuzzy, c-format ++#, c-format + msgid "%s: error updating shdrstrndx: %s" +-msgstr "%s: b??d podczas tworzenia nag??wka ELF: %s" ++msgstr "%s: b??d podczas uaktualniania shdrstrndx: %s" + + #: src/strip.c:1671 + #, c-format +@@ -6672,9 +6666,9 @@ + msgstr "nie mo?na utworzy? nag??wka ELF: %s" + + #: src/unstrip.c:244 +-#, fuzzy, c-format ++#, c-format + msgid "cannot get shdrstrndx:%s" +-msgstr "nie mo?na uzyska? sekcji: %s" ++msgstr "nie mo?na uzyska? shdrstrndx: %s" + + #: src/unstrip.c:248 src/unstrip.c:2034 + #, c-format +@@ -6682,14 +6676,14 @@ + msgstr "nie mo?na uzyska? nag??wka ELF: %s" + + #: src/unstrip.c:258 +-#, fuzzy, c-format ++#, c-format + msgid "cannot get new zero section: %s" +-msgstr "nie mo?na uzyska? sekcji: %s" ++msgstr "nie mo?na uzyska? nowej sekcji zerowej: %s" + + #: src/unstrip.c:261 +-#, fuzzy, c-format ++#, c-format + msgid "cannot update new zero section: %s" +-msgstr "nie mo?na zaktualizowa? relokacji: %s" ++msgstr "nie mo?na zaktualizowa? nowej sekcji zerowej: %s" + + #: src/unstrip.c:265 + #, c-format +@@ -6773,29 +6767,29 @@ + msgstr "nie mo?na odczyta? nazwy sekcji [%zu]: %s" + + #: src/unstrip.c:1024 +-#, fuzzy, c-format ++#, c-format + msgid "bad sh_link for group section: %s" +-msgstr "nieprawid?owa warto?? sh_link w?sekcji %zu" ++msgstr "nieprawid?owa warto?? sh_link dla sekcji grupy: %s" + + #: src/unstrip.c:1030 +-#, fuzzy, c-format ++#, c-format + msgid "couldn't get shdr for group section: %s" +-msgstr "nie mo?na uzyska? danych dla sekcji %d: %s" ++msgstr "nie mo?na uzyska? shdr dla sekcji grupy: %s" + + #: src/unstrip.c:1035 +-#, fuzzy, c-format ++#, c-format + msgid "bad data for group symbol section: %s" +-msgstr "nie mo?na uzyska? danych dla sekcji symboli\n" ++msgstr "nieprawid?owe dane dla sekcji symboli grupy: %s" + + #: src/unstrip.c:1041 +-#, fuzzy, c-format ++#, c-format + msgid "couldn't get symbol for group section: %s" +-msgstr "nie mo?na uzyska? wersji symbolu: %s" ++msgstr "nie mo?na uzyska? symbolu dla sekcji grupy: %s" + + #: src/unstrip.c:1046 +-#, fuzzy, c-format ++#, c-format + msgid "bad symbol name for group section: %s" +-msgstr "b??dny nag??wek kompresji dla sekcji %zd: %s" ++msgstr "nieprawid?owa nazwa symbolku dla sekcji grupy: %s" + + #: src/unstrip.c:1088 src/unstrip.c:1107 src/unstrip.c:1145 #, c-format -@@ -6867,7 +6855,6 @@ +@@ -6860,9 +6854,9 @@ + msgstr "symbol [%zu] ma nieprawid?owy indeks sekcji" + + #: src/unstrip.c:1742 +-#, fuzzy, c-format ++#, c-format + msgid "group has invalid section index [%zd]" +-msgstr "symbol [%zu] ma nieprawid?owy indeks sekcji" ++msgstr "grupa ma nieprawid?owy indeks sekcji [%zd]" + + #: src/unstrip.c:2013 + #, c-format +@@ -6978,7 +6972,6 @@ "[MODU??]" - #: src/unstrip.c:2385 + #: src/unstrip.c:2504 -#, fuzzy msgid "" "Combine stripped files with separate symbols and debug information.\n" "\n" -@@ -6905,11 +6892,11 @@ +@@ -7016,11 +7009,11 @@ "Je?li nie podano parametr?w, przetwarza wszystkie odnalezione modu?y.\n" "\n" "Wiele modu??w zostaje zapisanych do plik?w w?KATALOGU-WYJ?CIOWYM, tworz?c " @@ -879,11 +1143,19 @@ "standardowego wyj?cia dla ka?dego modu?u:\n" "\tPOCZ?TEK+ROZMIAR IDENTYFIKATOR-KOPII PLIK PLIK-DEBUGOWANIA NAZWA-MODU?U\n" "POCZ?TEK i?ROZMIAR s? liczbami szesnastkowymi podaj?cymi zakres adres?w " -@@ -6933,66 +6920,3 @@ +@@ -7044,74 +7037,3 @@ #: tests/dwflmodtest.c:214 msgid "Show instances of inlined functions" msgstr "Wy?wietla wyst?pienia wstawionych funkcji" - +-#, fuzzy +-#~ msgid "%s: error getting zero section: %s" +-#~ msgstr "%s: b??d podczas odczytywania pliku: %s" +- +-#, fuzzy +-#~ msgid "%s: error while updating zero section: %s" +-#~ msgstr "%s: b??d podczas odczytywania pliku: %s" +- -#~ msgid "%s+%# <%s+%#>" -#~ msgstr "%s+%# <%s+%#>" - ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/elfutils.git/commitdiff/0d55ee235dfe15fca06ee7318c68cb30a4a73498 From qboosh at pld-linux.org Sun Dec 23 11:47:35 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 11:47:35 +0100 Subject: DISTFILES: elfutils: elfutils-0.175.tar.bz2 Message-ID: <576.1545562055@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://sourceware.org/elfutils/ftp/0.175/elfutils-0.175.tar.bz2 9a02b0382b78cc2d515fb950275d4c02 elfutils-0.175.tar.bz2 Size: 8786600 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 12:08:19 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 12:08:19 +0100 Subject: =?utf8?q?=5Bpackages/uspell=5D_-_updated_to_20170608_git_snapshot_-_removed_?= =?utf8?q?obsolete_gcc4_patch?= References: Message-ID: <61acbe4fb4c9af53c24e8de79d936a7692ff48cf_refs_heads_master@pld-linux.org> commit 61acbe4fb4c9af53c24e8de79d936a7692ff48cf Author: Jakub Bogusz Date: Sun Dec 23 12:12:59 2018 +0100 - updated to 20170608 git snapshot - removed obsolete gcc4 patch uspell-gcc4.patch | 34 ---------------------------------- uspell.spec | 21 +++++++++++---------- 2 files changed, 11 insertions(+), 44 deletions(-) --- diff --git a/uspell.spec b/uspell.spec index aee08c2..a3cc53e 100644 --- a/uspell.spec +++ b/uspell.spec @@ -1,16 +1,18 @@ -%define rel 4 +%define rel 1 Summary: A spelling checker/corrector for Unicode-encoded dictionaries Summary(pl.UTF-8): Program sprawdzaj?cy/poprawiaj?cy pisowni? dla s?ownik?w w Unikodzie Name: uspell Version: 1.1.1 -%define snap 20031030 +%define snap 20170608 +%define gitref 574aa7f6aae6775541dc3d6fc7d36e33dc7b8af7 Release: 0.%{snap}.%{rel} -License: GPL +License: GPL v2 Group: Libraries -# -d :pserver:anoncvs:anoncvs at anoncvs.abisource.com:/cvsroot uspell -Source0: %{name}-%{snap}.tar.bz2 -# Source0-md5: f50edc2a6228dd3f7e03dc72b9e7fb46 -Patch0: %{name}-gcc4.patch +# FFU +#Source0Download: https://github.com/AbiWord/uspell/releases +# no releases yet, so use snapshot +Source0: https://github.com/AbiWord/uspell/archive/%{gitref}/%{name}-%{snap}.tar.gz +# Source0-md5: 3778fcc9ab53969b5994b0555de79959 # not exactly uspell homepage, but contains a little information URL: http://www.abisource.com/enchant/ BuildRequires: autoconf @@ -102,8 +104,7 @@ S?ownik (lista s?ow) j?zyka jidysz dla uspella. Pochodzi z w?asnej listy s??w Raphaela Finkela. %prep -%setup -q -n %{name} -%patch0 -p1 +%setup -q -n %{name}-%{gitref} %build %{__libtoolize} @@ -120,7 +121,7 @@ rm -rf $RPM_BUILD_ROOT DESTDIR=$RPM_BUILD_ROOT # missing from dict_DATA -install dic/american.* $RPM_BUILD_ROOT%{_datadir}/uspell +cp -p dic/american.* $RPM_BUILD_ROOT%{_datadir}/uspell %clean rm -rf $RPM_BUILD_ROOT diff --git a/uspell-gcc4.patch b/uspell-gcc4.patch deleted file mode 100644 index c7db519..0000000 --- a/uspell-gcc4.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- uspell/src/lookup2.cpp.orig 2003-07-17 01:05:59.000000000 +0200 -+++ uspell/src/lookup2.cpp 2006-02-19 12:04:26.246857250 +0100 -@@ -206,7 +206,7 @@ - c = initval; /* the previous hash value */ - - /*---------------------------------------- handle most of the key */ -- if (((ub4)k)&3) -+ if (reinterpret_cast(k) & 3) - { - while (len >= 12) /* unaligned */ - { ---- uspell/src/transcribe.cpp.orig 2003-07-17 01:06:00.000000000 +0200 -+++ uspell/src/transcribe.cpp 2006-02-19 12:40:55.003646000 +0100 -@@ -143,7 +143,8 @@ - aftSource = foreSource; - current = &transcribeStart; - } else { // no replacement; output one byte and rescan -- *(reinterpret_cast(destPtr))++ = *aftSource++; -+ *reinterpret_cast(destPtr) = *aftSource++; -+ destPtr = reinterpret_cast(reinterpret_cast(destPtr) + 1); - foreSource = aftSource; - current = &transcribeStart; - } ---- uspell/src/uspell.h.orig 2003-07-24 02:20:04.000000000 +0200 -+++ uspell/src/uspell.h 2006-02-19 12:41:16.877013000 +0100 -@@ -136,7 +136,7 @@ - const wide_t *target, const int targetLength); - int wordDiff(const wide_t *string1, const int string1Length, - const wide_t *string2, const int string2Length); -- void uSpell::acceptGoodWord(const utf8_t *buf, int wordPosition, -+ void acceptGoodWord(const utf8_t *buf, int wordPosition, - int fileNumber); - }; // class uSpell - ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/uspell.git/commitdiff/61acbe4fb4c9af53c24e8de79d936a7692ff48cf From qboosh at pld-linux.org Sun Dec 23 12:08:26 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 12:08:26 +0100 Subject: DISTFILES: uspell: uspell-20170608.tar.gz Message-ID: <11290.1545563306@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://github.com/AbiWord/uspell/archive/574aa7f6aae6775541dc3d6fc7d36e33dc7b8af7/uspell-20170608.tar.gz 3778fcc9ab53969b5994b0555de79959 uspell-20170608.tar.gz Size: 1106531 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 12:25:28 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 12:25:28 +0100 Subject: =?utf8?q?=5Bpackages/libwebp=5D_-_updated_to_1=2E0=2E1_=28includes_security_?= =?utf8?q?related_hardening_and_lossless_encoder_speedups=29?= References: <212c338e6a8d86e5c1758b3ec64fda48f100bcb2_refs_heads_master@pld-linux.org> Message-ID: <9885020104472b822637a42a0108134ce86bd720_refs_heads_master@pld-linux.org> commit 9885020104472b822637a42a0108134ce86bd720 Author: Jakub Bogusz Date: Sun Dec 23 12:30:08 2018 +0100 - updated to 1.0.1 (includes security related hardening and lossless encoder speedups) libwebp.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- diff --git a/libwebp.spec b/libwebp.spec index 5707b49..750abe3 100644 --- a/libwebp.spec +++ b/libwebp.spec @@ -5,13 +5,13 @@ Summary: WebP image codec libraries Summary(pl.UTF-8): Biblioteki do kodeka obraz?w WebP Name: libwebp -Version: 1.0.0 +Version: 1.0.1 Release: 1 License: BSD Group: Libraries #Source0Download: http://downloads.webmproject.org/releases/webp/index.html Source0: http://downloads.webmproject.org/releases/webp/%{name}-%{version}.tar.gz -# Source0-md5: 967b8f087cb392e6cc94d5e116a120c0 +# Source0-md5: ba72dfa7588c751a3a9b735a6746a23e URL: https://developers.google.com/speed/webp/ %{?with_opengl:BuildRequires: OpenGL-devel} %{?with_opengl:BuildRequires: OpenGL-glut-devel} @@ -135,6 +135,7 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/cwebp.1* %{_mandir}/man1/dwebp.1* %{_mandir}/man1/gif2webp.1* +%{_mandir}/man1/img2webp.1* %{?with_opengl:%{_mandir}/man1/vwebp.1*} %{_mandir}/man1/webpinfo.1* %{_mandir}/man1/webpmux.1* ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/libwebp.git/commitdiff/9885020104472b822637a42a0108134ce86bd720 From qboosh at pld-linux.org Sun Dec 23 12:25:35 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 12:25:35 +0100 Subject: DISTFILES: libwebp: libwebp-1.0.1.tar.gz Message-ID: <11291.1545564335@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: http://downloads.webmproject.org/releases/webp/libwebp-1.0.1.tar.gz ba72dfa7588c751a3a9b735a6746a23e libwebp-1.0.1.tar.gz Size: 4030276 bytes -- Virtually Yours: distfiles. From glen at pld-linux.org Sun Dec 23 12:51:06 2018 From: glen at pld-linux.org (glen) Date: Sun, 23 Dec 2018 12:51:06 +0100 Subject: =?utf8?q?=5Bpackages/neovim=5D_up_to_0=2E2=2E2?= References: Message-ID: <69dc98ae729433ee46e7a2dc271b9b1b76a06fe1_refs_heads_master@pld-linux.org> commit 69dc98ae729433ee46e7a2dc271b9b1b76a06fe1 Author: Elan Ruusam?e Date: Tue Jan 16 13:37:20 2018 +0200 up to 0.2.2 neovim.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/neovim.spec b/neovim.spec index 2a6e1dc..8e285b4 100644 --- a/neovim.spec +++ b/neovim.spec @@ -8,12 +8,12 @@ Summary: Vim-fork focused on extensibility and agility Name: neovim -Version: 0.2.0 +Version: 0.2.2 Release: 1 License: Apache v2.0 Group: Applications/Editors/Vim Source0: https://github.com/neovim/neovim/archive/v%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 9af7f61f9f0b1a2891147a479d185aa2 +# Source0-md5: 44b69f8ace88b646ec890670f1e462c4 URL: https://neovim.io/ Source1: %{name}.desktop Source2: %{name}.svg ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/neovim.git/commitdiff/6b16d9c497271035ee6818c569a8fd07db0e50c1 From glen at pld-linux.org Sun Dec 23 12:51:11 2018 From: glen at pld-linux.org (glen) Date: Sun, 23 Dec 2018 12:51:11 +0100 Subject: =?utf8?q?=5Bpackages/neovim=5D_up_to_0=2E3=2E1=3B_use_upstream_desktop_file?= References: Message-ID: <6b16d9c497271035ee6818c569a8fd07db0e50c1_refs_heads_master@pld-linux.org> commit 6b16d9c497271035ee6818c569a8fd07db0e50c1 Author: Elan Ruusam?e Date: Sun Dec 23 13:40:13 2018 +0200 up to 0.3.1; use upstream desktop file desktop.patch | 10 ++++++++++ neovim.desktop | 10 ---------- neovim.spec | 19 ++++++++++--------- 3 files changed, 20 insertions(+), 19 deletions(-) --- diff --git a/neovim.spec b/neovim.spec index 8e285b4..9e1f1cc 100644 --- a/neovim.spec +++ b/neovim.spec @@ -8,15 +8,16 @@ Summary: Vim-fork focused on extensibility and agility Name: neovim -Version: 0.2.2 +Version: 0.3.1 Release: 1 License: Apache v2.0 Group: Applications/Editors/Vim +# Source0Download: https://github.com/neovim/neovim/releases Source0: https://github.com/neovim/neovim/archive/v%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 44b69f8ace88b646ec890670f1e462c4 +# Source0-md5: 5405bced1c929ebc245c75409cd6c7ef URL: https://neovim.io/ -Source1: %{name}.desktop Source2: %{name}.svg +Patch0: desktop.patch BuildRequires: cmake >= 2.8.7 BuildRequires: gcc >= 6:4.4 BuildRequires: gettext-devel @@ -99,10 +100,9 @@ rm -rf $RPM_BUILD_ROOT %{__make} -C build install \ DESTDIR=$RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{/etc/xdg/nvim,%{_desktopdir},%{_iconsdir}/hicolor/scalable/apps} +install -d $RPM_BUILD_ROOT{/etc/xdg/nvim,%{_iconsdir}/hicolor/scalable/apps} touch $RPM_BUILD_ROOT/etc/xdg/nvim/init.vim -cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/neovim.desktop -cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_iconsdir}/hicolor/scalable/apps/neovim.svg +cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_iconsdir}/hicolor/scalable/apps/nvim.svg %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/cs.cp1250 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ja.euc-jp @@ -149,7 +149,8 @@ EOF %dir /etc/xdg/nvim %config(noreplace) %verify(not md5 mtime size) /etc/xdg/nvim/init.vim %attr(755,root,root) %{_bindir}/nvim -%{_datadir}/nvim -%{_desktopdir}/%{name}.desktop -%{_iconsdir}/hicolor/*/apps/%{name}.svg %{_mandir}/man1/nvim.1* +%{_datadir}/nvim +%{_desktopdir}/nvim.desktop +%{_pixmapsdir}/nvim.png +%{_iconsdir}/hicolor/*/apps/nvim.svg diff --git a/desktop.patch b/desktop.patch new file mode 100644 index 0000000..f901475 --- /dev/null +++ b/desktop.patch @@ -0,0 +1,10 @@ +--- neovim-0.3.1/runtime/nvim.desktop~ 2018-07-18 14:44:59.000000000 +0300 ++++ neovim-0.3.1/runtime/nvim.desktop 2018-12-23 13:37:35.952940536 +0200 +@@ -76,6 +76,6 @@ + Type=Application + Keywords=Text;editor; + Icon=nvim +-Categories=Utility;TextEditor; ++Categories=ConsoleOnly;Application;Utility;TextEditor; + StartupNotify=false + MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; diff --git a/neovim.desktop b/neovim.desktop deleted file mode 100644 index be105d6..0000000 --- a/neovim.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Neovim -Categories=ConsoleOnly;Application;Utility;TextEditor; -GenericName=Text Editor -MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; -Exec=xdg-terminal "nvim %f" -Icon=neovim -Type=Application -Terminal=false ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/neovim.git/commitdiff/6b16d9c497271035ee6818c569a8fd07db0e50c1 From glen at pld-linux.org Sun Dec 23 12:51:16 2018 From: glen at pld-linux.org (glen) Date: Sun, 23 Dec 2018 12:51:16 +0100 Subject: DISTFILES: neovim: neovim-0.3.1.tar.gz Message-ID: <25334.1545565876@distfiles.pld-linux.org> Request by: glen Files fetched: 1 STORED: https://github.com/neovim/neovim/archive/v0.3.1/neovim-0.3.1.tar.gz 5405bced1c929ebc245c75409cd6c7ef neovim-0.3.1.tar.gz Size: 8937900 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 13:02:06 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 13:02:06 +0100 Subject: =?utf8?q?=5Bpackages/crossmingw32-libwebp=5D_-_updated_to_1=2E0=2E1?= References: Message-ID: <00983037df0955a4e4057d0ada806835416cd86d_refs_heads_master@pld-linux.org> commit 00983037df0955a4e4057d0ada806835416cd86d Author: Jakub Bogusz Date: Sun Dec 23 13:06:44 2018 +0100 - updated to 1.0.1 crossmingw32-libwebp.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/crossmingw32-libwebp.spec b/crossmingw32-libwebp.spec index 5e5b488..5012569 100644 --- a/crossmingw32-libwebp.spec +++ b/crossmingw32-libwebp.spec @@ -1,13 +1,13 @@ Summary: WebP image codec libraries - cross MinGW32 version Summary(pl.UTF-8): Biblioteki do kodeka obraz?w WebP - wersja skro?na MinGW32 Name: crossmingw32-libwebp -Version: 1.0.0 +Version: 1.0.1 Release: 1 License: BSD Group: Development/Libraries #Source0Download: http://downloads.webmproject.org/releases/webp/index.html Source0: http://downloads.webmproject.org/releases/webp/libwebp-%{version}.tar.gz -# Source0-md5: 967b8f087cb392e6cc94d5e116a120c0 +# Source0-md5: ba72dfa7588c751a3a9b735a6746a23e URL: https://developers.google.com/speed/webp/ BuildRequires: autoconf >= 2.50 BuildRequires: automake ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-libwebp.git/commitdiff/00983037df0955a4e4057d0ada806835416cd86d From qboosh at pld-linux.org Sun Dec 23 13:24:44 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 13:24:44 +0100 Subject: =?utf8?q?=5Bpackages/hfst-ospell=5D_-_updated_to_0=2E5=2E1_=28note=3A_new_so?= =?utf8?q?name=2C_requires_C++14_now=29_-_updated_demos_patch?= References: Message-ID: commit ef825f117c5d781c2231257a20d3052b51049b46 Author: Jakub Bogusz Date: Sun Dec 23 13:29:25 2018 +0100 - updated to 0.5.1 (note: new soname, requires C++14 now) - updated demos patch hfst-ospell-demos.patch | 23 +++++++++++------------ hfst-ospell.spec | 17 +++++++++-------- 2 files changed, 20 insertions(+), 20 deletions(-) --- diff --git a/hfst-ospell.spec b/hfst-ospell.spec index 2aa6e11..63dc344 100644 --- a/hfst-ospell.spec +++ b/hfst-ospell.spec @@ -1,20 +1,21 @@ Summary: hfst-ospell library and toy commandline tester Summary(pl.UTF-8): Biblioteka hfst-ospell i program testowy Name: hfst-ospell -Version: 0.4.5 -Release: 2 +Version: 0.5.1 +Release: 1 License: Apache v2.0 Group: Applications/Text #Source0Download: https://github.com/hfst/hfst-ospell/releases Source0: https://github.com/hfst/hfst-ospell/releases/download/v%{version}/hfstospell-%{version}.tar.gz -# Source0-md5: d38110c9992f956aadaf5b9b76172cad +# Source0-md5: 3073a4d9f396de735f0a8ad257007497 Patch0: %{name}-demos.patch URL: http://hfst.github.io/ BuildRequires: autoconf >= 2.62 BuildRequires: automake >= 1:1.11 -BuildRequires: libarchive-devel >= 2 +BuildRequires: libarchive-devel >= 3.0.1 BuildRequires: libicu-devel >= 4 -BuildRequires: libstdc++-devel >= 6:4.7 +# -std=c++14 +BuildRequires: libstdc++-devel >= 6:5.0 BuildRequires: libxml++2-devel >= 2.10.0 BuildRequires: libtool >= 2:2.2.6 BuildRequires: pkgconfig @@ -37,9 +38,9 @@ Summary: Header files for hfst-ospell library Summary(pl.UTF-8): Pliki nag??wkowe biblioteki hfst-ospell Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: libarchive-devel >= 2 +Requires: libarchive-devel >= 3.0.1 Requires: libicu-devel >= 4 -Requires: libstdc++-devel >= 6:4.7 +Requires: libstdc++-devel >= 6:5.0 Requires: libxml++2-devel >= 2.10.0 %description devel @@ -105,7 +106,7 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_bindir}/hfst-ospell-office %attr(755,root,root) %{_bindir}/hfst-ospell-survey %attr(755,root,root) %{_libdir}/libhfstospell.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libhfstospell.so.10 +%attr(755,root,root) %ghost %{_libdir}/libhfstospell.so.11 %{_mandir}/man1/hfst-ospell.1* %{_mandir}/man1/hfst-ospell-office.1* diff --git a/hfst-ospell-demos.patch b/hfst-ospell-demos.patch index 602f334..5b88b4d 100644 --- a/hfst-ospell-demos.patch +++ b/hfst-ospell-demos.patch @@ -1,6 +1,6 @@ ---- hfstospell-0.4.0/main-fsmnlp-2012.cc.orig 2012-09-04 14:43:05.000000000 +0200 -+++ hfstospell-0.4.0/main-fsmnlp-2012.cc 2015-12-28 19:01:30.869303121 +0100 -@@ -255,15 +255,7 @@ zhfst_spell(char* zhfst_filename) +--- hfstospell-0.5.1/main-fsmnlp-2012.cc.orig 2018-12-23 12:21:00.382926906 +0100 ++++ hfstospell-0.5.1/main-fsmnlp-2012.cc 2018-12-23 12:26:11.379590021 +0100 +@@ -254,14 +254,6 @@ { std::cerr << "cannot read zhfst archive " << zhfst_filename << ":" << std::endl @@ -8,7 +8,7 @@ - << "trying to read as legacy automata directory" << std::endl; - speller.read_legacy(zhfst_filename); - } -- catch (hfst_ol::ZHfstLegacyReadingError zhlre) +- catch (hfst_ospell::ZHfstLegacyReadingError zhlre) - { - std::cerr << "cannot read legacy hfst speller dir " << zhfst_filename - << ":" << std::endl @@ -16,11 +16,9 @@ + << zhzre.what() << "." << std::endl; return EXIT_FAILURE; } - ---- hfstospell-0.4.0/main-ispell.cc.orig 2014-04-28 11:05:20.000000000 +0200 -+++ hfstospell-0.4.0/main-ispell.cc 2015-12-28 18:51:52.375994063 +0100 -@@ -279,20 +279,8 @@ zhfst_spell(char* zhfst_filename, FILE* - catch (hfst_ol::ZHfstZipReadingError zhzre) +--- hfstospell-0.5.1/main-ispell.cc.orig 2018-12-23 12:29:17.532921229 +0100 ++++ hfstospell-0.5.1/main-ispell.cc 2018-12-23 12:31:18.382919851 +0100 +@@ -280,19 +280,7 @@ { std::cerr << "cannot read zhfst archive " << zhfst_filename << ":" - << zhzre.what() << "." << std::endl @@ -29,15 +27,16 @@ - { - speller.read_legacy(zhfst_filename); - } -- catch (hfst_ol::ZHfstLegacyReadingError zhlre) +- catch (hfst_ospell::ZHfstLegacyReadingError zhlre) - { - std::cerr << "cannot fallback to read legacy hfst speller dir " - << zhfst_filename - << ":" << std::endl - << zhlre.what() << "." << std::endl; -+ << zhzre.what() << "." << std::endl; - return EXIT_FAILURE; +- return EXIT_FAILURE; - } ++ << zhzre.what() << "." << std::endl; ++ return EXIT_FAILURE; } if (verbose) { ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/hfst-ospell.git/commitdiff/ef825f117c5d781c2231257a20d3052b51049b46 From qboosh at pld-linux.org Sun Dec 23 13:24:54 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 13:24:54 +0100 Subject: DISTFILES: hfst-ospell: hfstospell-0.5.1.tar.gz Message-ID: <23017.1545567894@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://github.com/hfst/hfst-ospell/releases/download/v0.5.1/hfstospell-0.5.1.tar.gz 3073a4d9f396de735f0a8ad257007497 hfstospell-0.5.1.tar.gz Size: 452024 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 13:28:59 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 13:28:59 +0100 Subject: =?utf8?q?=5Bpackages/libgsf=5D_-_updated_to_1=2E14=2E45?= References: Message-ID: <4be2b93dd92bad0c318c1d550fde8ea8ae5824fc_refs_heads_master@pld-linux.org> commit 4be2b93dd92bad0c318c1d550fde8ea8ae5824fc Author: Jakub Bogusz Date: Sun Dec 23 13:33:39 2018 +0100 - updated to 1.14.45 libgsf.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- diff --git a/libgsf.spec b/libgsf.spec index 8ff54ec..3ad672f 100644 --- a/libgsf.spec +++ b/libgsf.spec @@ -6,20 +6,20 @@ Summary: GNOME Structured File library Summary(pl.UTF-8): Biblioteka plik?w strukturalnych dla GNOME Name: libgsf -Version: 1.14.43 +Version: 1.14.45 Release: 1 License: LGPL v2.1 Group: Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/libgsf/1.14/%{name}-%{version}.tar.xz -# Source0-md5: c09d4dc12164a7eae587d54c55c6d5bb -URL: http://www.gnumeric.org/ +# Source0-md5: e45cc8aa9c49516d540b7d7307f755f1 +URL: https://github.com/GNOME/libgsf BuildRequires: autoconf >= 2.54 BuildRequires: automake >= 1:1.7.1 BuildRequires: bzip2-devel BuildRequires: docbook-dtd412-xml BuildRequires: gdk-pixbuf2-devel >= 2.0 BuildRequires: gettext-tools -BuildRequires: glib2-devel >= 1:2.26.0 +BuildRequires: glib2-devel >= 1:2.34.0 BuildRequires: gobject-introspection-devel >= 1.0.0 %{?with_apidocs:BuildRequires: gtk-doc >= 1.12} %{?with_apidocs:BuildRequires: gtk-doc-automake >= 1.12} @@ -30,7 +30,7 @@ BuildRequires: pkgconfig BuildRequires: tar >= 1:1.22 BuildRequires: xz BuildRequires: zlib-devel -Requires: glib2 >= 1:2.26.0 +Requires: glib2 >= 1:2.34.0 Requires: libxml2 >= 1:2.6.26 Obsoletes: libgsf-gnome Obsoletes: python-gsf @@ -50,7 +50,7 @@ Summary(pl.UTF-8): Pliki do kompilowania aplikacji u?ywaj?cych libgsf Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: bzip2-devel -Requires: glib2-devel >= 1:2.26.0 +Requires: glib2-devel >= 1:2.34.0 Requires: libxml2-devel >= 1:2.6.26 Obsoletes: libgsf-gnome-devel ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/libgsf.git/commitdiff/4be2b93dd92bad0c318c1d550fde8ea8ae5824fc From qboosh at pld-linux.org Sun Dec 23 13:29:06 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 13:29:06 +0100 Subject: DISTFILES: libgsf: libgsf-1.14.45.tar.xz Message-ID: <31199.1545568146@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: http://ftp.gnome.org/pub/GNOME/sources/libgsf/1.14/libgsf-1.14.45.tar.xz e45cc8aa9c49516d540b7d7307f755f1 libgsf-1.14.45.tar.xz Size: 618476 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Sun Dec 23 14:03:10 2018 From: atler at pld-linux.org (atler) Date: Sun, 23 Dec 2018 14:03:10 +0100 Subject: =?utf8?q?=5Bpackages/mate-screensaver=5D_up_to_1=2E20=2E3?= References: <42b4f7c96389040cbeb781dc209f78d3e44b4289_refs_heads_master@pld-linux.org> Message-ID: <7fa63a1171655015df9d98e3a290640d745a6b80_refs_heads_master@pld-linux.org> commit 7fa63a1171655015df9d98e3a290640d745a6b80 Author: Jan Palus Date: Sun Dec 23 14:02:36 2018 +0100 up to 1.20.3 mate-screensaver.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- diff --git a/mate-screensaver.spec b/mate-screensaver.spec index aef0239..9892b4d 100644 --- a/mate-screensaver.spec +++ b/mate-screensaver.spec @@ -1,12 +1,12 @@ Summary: MATE screensaver Summary(pl.UTF-8): Wygaszacz ekranu MATE Name: mate-screensaver -Version: 1.20.2 +Version: 1.20.3 Release: 1 License: GPL v2 Group: X11/Applications Source0: http://pub.mate-desktop.org/releases/1.20/%{name}-%{version}.tar.xz -# Source0-md5: e4b32ef2f4309736ce1b555e4faceed5 +# Source0-md5: 0b15bea3b7c0120aa5a46fab2d2c9a23 Source1: %{name}.pamd URL: http://mate-desktop.org/ BuildRequires: OpenGL-GLX-devel ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mate-screensaver.git/commitdiff/7fa63a1171655015df9d98e3a290640d745a6b80 From atler at pld-linux.org Sun Dec 23 14:03:16 2018 From: atler at pld-linux.org (atler) Date: Sun, 23 Dec 2018 14:03:16 +0100 Subject: DISTFILES: mate-screensaver: mate-screensaver-1.20.3.tar.xz Message-ID: <28634.1545570196@distfiles.pld-linux.org> Request by: atler Files fetched: 1 STORED: http://pub.mate-desktop.org/releases/1.20/mate-screensaver-1.20.3.tar.xz 0b15bea3b7c0120aa5a46fab2d2c9a23 mate-screensaver-1.20.3.tar.xz Size: 4959480 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 14:29:34 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 14:29:34 +0100 Subject: =?utf8?q?=5Bpackages/matio=5D_-_updated_to_1=2E5=2E13?= References: Message-ID: <1c5241919bf20a00ed520b5754361d1dae235f31_refs_heads_master@pld-linux.org> commit 1c5241919bf20a00ed520b5754361d1dae235f31 Author: Jakub Bogusz Date: Sun Dec 23 14:34:13 2018 +0100 - updated to 1.5.13 matio.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- diff --git a/matio.spec b/matio.spec index 8a68b39..758eae6 100644 --- a/matio.spec +++ b/matio.spec @@ -7,12 +7,12 @@ Summary: MATIO - Matlab MAT file I/O library Summary(pl.UTF-8): MATIO - biblioteka wej?cia/wyj?cia do plik?w MAT (Matlaba) Name: matio -Version: 1.5.8 +Version: 1.5.13 Release: 1 License: BSD Group: Libraries Source0: http://downloads.sourceforge.net/matio/%{name}-%{version}.tar.gz -# Source0-md5: 350b973e0a47c9525691b050974a7b44 +# Source0-md5: 86b3294c64a4fe8be2a8f6a7840f5bf3 URL: http://matio.sourceforge.net/ BuildRequires: autoconf >= 2.60 BuildRequires: automake >= 1:1.8 @@ -149,7 +149,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc COPYING NEWS README.md +%doc COPYING NEWS README %attr(755,root,root) %{_bindir}/matdump %attr(755,root,root) %{_libdir}/libmatio.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libmatio.so.4 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/matio.git/commitdiff/1c5241919bf20a00ed520b5754361d1dae235f31 From qboosh at pld-linux.org Sun Dec 23 14:29:45 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 14:29:45 +0100 Subject: DISTFILES: matio: matio-1.5.13.tar.gz Message-ID: <10503.1545571785@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: http://downloads.sourceforge.net/matio/matio-1.5.13.tar.gz 86b3294c64a4fe8be2a8f6a7840f5bf3 matio-1.5.13.tar.gz Size: 10037903 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 14:43:48 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 14:43:48 +0100 Subject: =?utf8?q?=5Bpackages/tinyxml2=5D_-_updated_to_7=2E0=2E1_=28new_soname=29?= References: <1fa0f14cdda3f5fdb1efcc040dbf6746cb81b4bb_refs_heads_master@pld-linux.org> Message-ID: commit eef0338c2255a814efcd6838c2f56aced3c66fc7 Author: Jakub Bogusz Date: Sun Dec 23 14:48:29 2018 +0100 - updated to 7.0.1 (new soname) tinyxml2.spec | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) --- diff --git a/tinyxml2.spec b/tinyxml2.spec index 8e7d1c0..604dd47 100644 --- a/tinyxml2.spec +++ b/tinyxml2.spec @@ -5,13 +5,13 @@ Summary: Simple, small, efficient, C++ XML parser Summary(pl.UTF-8): Prosty, ma?y, efektywny parser XML w C++ Name: tinyxml2 -Version: 4.0.1 +Version: 7.0.1 Release: 1 License: BSD-like Group: Libraries #Source0Download: https://github.com/leethomason/tinyxml2/releases Source0: https://github.com/leethomason/tinyxml2/archive/%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 36aed868b751e728fa8f714aa3376a1d +# Source0-md5: bc3c806033a2cb426db0fdb75e5b1bf2 URL: https://github.com/leethomason/tinyxml2 BuildRequires: cmake >= 2.6 BuildRequires: libstdc++-devel @@ -54,15 +54,36 @@ Statyczna biblioteka TinyXML-2. %setup -q %build -%cmake . \ - %{?with_static_libs:-DBUILD_STATIC_LIBS=ON} +# note: .pc file creation expects include and lib dirs relative to CMAKE_INSTALL_PREFIX +%if %{with static_libs} +install -d build-static +cd build-static +%cmake .. \ + -DCMAKE_INSTALL_INCLUDEDIR=include \ + -DCMAKE_INSTALL_LIBDIR=%{_lib} \ + -DBUILD_SHARED_LIBS=OFF +%{__make} +cd .. +%endif + +install -d build +cd build +%cmake .. \ + -DCMAKE_INSTALL_INCLUDEDIR=include \ + -DCMAKE_INSTALL_LIBDIR=%{_lib} %{__make} +cd .. %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ +%if %{with static_libs} +%{__make} -C build-static install \ + DESTDIR=$RPM_BUILD_ROOT +%endif + +%{__make} -C build install \ DESTDIR=$RPM_BUILD_ROOT %clean @@ -75,12 +96,13 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc readme.md %attr(755,root,root) %{_libdir}/libtinyxml2.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libtinyxml2.so.4 +%attr(755,root,root) %ghost %{_libdir}/libtinyxml2.so.7 %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libtinyxml2.so %{_includedir}/tinyxml2.h +%{_libdir}/cmake/tinyxml2 %{_pkgconfigdir}/tinyxml2.pc %if %{with static_libs} ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/tinyxml2.git/commitdiff/eef0338c2255a814efcd6838c2f56aced3c66fc7 From qboosh at pld-linux.org Sun Dec 23 14:43:54 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 14:43:54 +0100 Subject: DISTFILES: tinyxml2: tinyxml2-7.0.1.tar.gz Message-ID: <5588.1545572634@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://github.com/leethomason/tinyxml2/archive/7.0.1/tinyxml2-7.0.1.tar.gz bc3c806033a2cb426db0fdb75e5b1bf2 tinyxml2-7.0.1.tar.gz Size: 590384 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 14:44:43 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 14:44:43 +0100 Subject: =?utf8?q?=5Bpackages/libmediainfo=5D_-_updated_to_18=2E12?= References: <8306e061408e2872bc9b8d6301bf6bd795462fc3_refs_heads_master@pld-linux.org> Message-ID: commit e28db7e3b99d315211b3fd015e8dbbbe275aee45 Author: Jakub Bogusz Date: Sun Dec 23 14:49:24 2018 +0100 - updated to 18.12 libmediainfo.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) --- diff --git a/libmediainfo.spec b/libmediainfo.spec index d9c33f2..c49538f 100644 --- a/libmediainfo.spec +++ b/libmediainfo.spec @@ -1,9 +1,9 @@ # TODO: system libs: -# - aes_gladman -# - sha1_gladman -# - sha2_gladman -# - hmac_gladman -# - md5? (which implementation?) +# - pkgconfig(aes_gladman) +# - pkgconfig(sha1_gladman) +# - pkgconfig(sha2_gladman) +# - pkgconfig(hmac_gladman) +# - md5? (which implementation? pkgconfig(md5) is checked) # # Conditional build: %bcond_without curl # cURL support @@ -15,12 +15,12 @@ Summary: Supplies technical and tag information about a video or audio file Summary(pl.UTF-8): Informacje techniczne i znaczniki dla plik?w wideo i d?wi?kowych Name: libmediainfo -Version: 18.05 +Version: 18.12 Release: 1 -License: LGPL v2+ +License: BSD or Apache v2.0+ or LGPL v2.1+ or GPL v2+ or MPL v2.0+ Group: Libraries Source0: https://mediaarea.net/download/source/libmediainfo/%{version}/%{name}_%{version}.tar.xz -# Source0-md5: c30d5364286480b7b9cb808891dfc35e +# Source0-md5: 7ce25e05674ceabcf2fa9706febdbdda URL: https://github.com/MediaArea/MediaInfoLib BuildRequires: autoconf >= 2.50 BuildRequires: automake >= 1:1.11 @@ -175,7 +175,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc Changes.txt History.txt License.html ReadMe.txt +%doc Changes.txt History.txt License.html README.md ReadMe.txt %attr(755,root,root) %{_libdir}/libmediainfo.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libmediainfo.so.0 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/libmediainfo.git/commitdiff/e28db7e3b99d315211b3fd015e8dbbbe275aee45 From qboosh at pld-linux.org Sun Dec 23 14:44:49 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 14:44:49 +0100 Subject: DISTFILES: libmediainfo: libmediainfo_18.12.tar.xz Message-ID: <7714.1545572689@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://mediaarea.net/download/source/libmediainfo/18.12/libmediainfo_18.12.tar.xz 7ce25e05674ceabcf2fa9706febdbdda libmediainfo_18.12.tar.xz Size: 1667104 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 14:48:53 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 14:48:53 +0100 Subject: =?utf8?q?=5Bpackages/vips=5D_-_updated_to_8=2E7=2E0_-_split_libvips*=2C_libv?= =?utf8?q?ips-cpp7*=2C_libvips-cpp8*=2C_python-vipsCC=2C_python-vips_packag?= References: <5080758504d3ae0bac6d537809a46d929b4e8c38_refs_heads_master@pld-linux.org> Message-ID: commit aa2d5a51e834c978996ad97ed14b042808951d78 Author: Jakub Bogusz Date: Sun Dec 23 14:53:26 2018 +0100 - updated to 8.7.0 - split libvips*, libvips-cpp7*, libvips-cpp8*, python-vipsCC, python-vips packages vips.spec | 464 ++++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 391 insertions(+), 73 deletions(-) --- diff --git a/vips.spec b/vips.spec index 5e5ccd0..43b4e0d 100644 --- a/vips.spec +++ b/vips.spec @@ -1,39 +1,58 @@ # TODO: -# - split -libs (-n libvips) -# - python package (-n python-vipsCC) -# - gir stuff belongs to what package? +# - nifti? +# - openslide >= 3.4.0 +# - pdfium as an alternative for poppler +# - python3-vips Summary: A fast image processing library with low memory needs -Summary(pl.UTF-8): Biblioteka przetwarzania obraz?w +Summary(pl.UTF-8): Szybka biblioteka przetwarzania obraz?w o ma?ych wymaganiach pami?ciowych Name: vips -Version: 8.5.9 -Release: 3 -License: LGPL +Version: 8.7.0 +Release: 1 +License: LGPL v2+ Group: Libraries -Source0: https://github.com/jcupitt/libvips/releases/download/v%{version}/%{name}-%{version}.tar.gz -# Source0-md5: b8639ec0b05dfa17deca50007895963a +#Source0Download: https://github.com/jcupitt/libvips/releases/ +Source0: https://github.com/jcupitt/libvips/archive/v%{version}/%{name}-%{version}.tar.gz +# Source0-md5: 091fa9adbd38f880c585de1265f71a4c URL: http://jcupitt.github.io/libvips/ BuildRequires: ImageMagick-devel >= 1:6.2.4.0 -BuildRequires: autoconf -BuildRequires: automake +BuildRequires: OpenEXR-devel >= 1.2.2 +BuildRequires: autoconf >= 2.62 +BuildRequires: automake >= 1.6 BuildRequires: bzip2-devel +BuildRequires: cairo-devel >= 1.2 +BuildRequires: cfitsio-devel +BuildRequires: expat-devel >= 1.95 BuildRequires: fftw3-devel >= 3.0.0 -BuildRequires: glib2-devel >= 2.4.0 -BuildRequires: imlib-devel +BuildRequires: gettext-tools +BuildRequires: giflib-devel +BuildRequires: glib2-devel >= 1:2.48 +BuildRequires: gobject-introspection-devel >= 1.30.0 +BuildRequires: gtk-doc >= 1.14 BuildRequires: intltool -BuildRequires: lcms-devel +BuildRequires: lcms2-devel >= 2 +BuildRequires: libexif-devel >= 0.6 +BuildRequires: libgsf-devel >= 1.14.31 +BuildRequires: libimagequant-devel BuildRequires: libjpeg-devel BuildRequires: libltdl-devel -BuildRequires: libpng-devel +BuildRequires: libpng-devel >= 2:1.2.9 +BuildRequires: librsvg-devel >= 2.34 BuildRequires: libstdc++-devel -BuildRequires: libtiff-devel +BuildRequires: libtiff-devel >= 4 BuildRequires: libtool +BuildRequires: libwebp-devel >= 0.5.0 BuildRequires: libxml2-devel +BuildRequires: matio-devel +BuildRequires: orc-devel >= 0.4.11 BuildRequires: pango-devel +BuildRequires: poppler-glib-devel >= 0.16.0 BuildRequires: pkgconfig +BuildRequires: python-devel >= 1:2.7 +BuildRequires: python-pygobject3-devel >= 3.13.0 BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(find_lang) >= 1.32 BuildRequires: rpmbuild(macros) >= 1.714 -BuildRequires: zlib-devel +BuildRequires: zlib-devel >= 0.4 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -51,48 +70,252 @@ SVG, HDR, PPM, CSV, GIF, Analyze, DeepZoom, and OpenSlide. It can also load images via ImageMagick or GraphicsMagick, letting it load formats like DICOM. +This package contains utilities based on libvips library. + %description -l pl.UTF-8 -VIPS jest bibliotek? przetwarzania obraz?w. Jest dobra dla bardzo -du?ych obraz?w (to znaczy wi?kszych ni? ilo?? RAM w komputerze), oraz -do pracy z kolorami. Zawiera API w C++, kompletne strony pomocy man, -interfejs linii polece?, automatyczne w?tkowanie i baz? danych -operacji. Jest kilka interfejs?w u?ytkownika zbudowanych na podstawie -VIPS, na przyk?ad "nip". - -%package devel -Summary: Header files for vips library -Summary(pl.UTF-8): Pliki nag??wkowe biblioteki vips +VIPS jest wielow?tkow? bibliotek? przetwarzania obraz?w. W por?wnaniu +do innych, dzia?a szybko i zu?ywa niewiele pami?ci. + +Ma oko?o 300 operacji obejmuj?cych arytmetyk?, histogramy, sploty, +operacje morfologiczne, filtry cz?stotliwo?ciowe, kolory, resampling, +statystyki i inne. Obs?uguje wiele format?w liczbowych, od 8-bitowych +do zespolonych 128-bitowych. Obrazy mog? mie? dowoln? liczb? zakres?w. +Obs?ugiwane jest szeroki zakres format?w, w tym JPEG, TIFF, OME-TIFF, +PNG, WebP, FITS, Matlab, OpenEXR, PDF, SVG, HDR, PPM, CSV, GIF, +Analyze, DeepZoom i OpenSlide. Biblioteka potrafi tak?e wczytywa? +obrazy poprzez ImageMagick lub GraphicsMagick, dzi?ki czemu obs?uguje +formaty takie jak DICOM. + +Ten pakiet zawiera narz?dzia oparte na bibliotece libvips. + +%package -n libvips +Summary: VIPS image processing library +Summary(pl.UTF-8): Biblioteka przetwarzania obraz?w VIPS +Group: Libraries +Requires: ImageMagick-libs >= 1:6.2.4.0 +Requires: OpenEXR >= 1.2.2 +Requires: cairo >= 1.2 +Requires: glib2 >= 1:2.48 +Requires: libexif >= 0.6 +Requires: libgsf >= 1.14.31 +Requires: libpng >= 2:1.2.9 +Requires: librsvg >= 2.34 +Requires: libtiff >= 4 +Requires: libwebp-devel >= 0.5.0 +Requires: orc >= 0.4.11 +Requires: poppler-glib >= 0.16.0 +Requires: zlib >= 0.4 + +%description -n libvips +libvips is a demand-driven, horizontally threaded image processing +library. Compared to similar libraries, libvips runs quickly and uses +little memory. + +It has around 300 operations covering arithmetic, histograms, +convolution, morphological operations, frequency filtering, colour, +resampling, statistics and others. It supports a large range of +numeric formats, from 8-bit int to 128-bit complex. Images can have +any number of bands. It supports a good range of image formats, +including JPEG, TIFF, OME-TIFF, PNG, WebP, FITS, Matlab, OpenEXR, PDF, +SVG, HDR, PPM, CSV, GIF, Analyze, DeepZoom, and OpenSlide. It can also +load images via ImageMagick or GraphicsMagick, letting it load formats +like DICOM. + +%description -n libvips +VIPS jest wielow?tkow? bibliotek? przetwarzania obraz?w. W por?wnaniu +do innych, dzia?a szybko i zu?ywa niewiele pami?ci. + +Ma oko?o 300 operacji obejmuj?cych arytmetyk?, histogramy, sploty, +operacje morfologiczne, filtry cz?stotliwo?ciowe, kolory, resampling, +statystyki i inne. Obs?uguje wiele format?w liczbowych, od 8-bitowych +do zespolonych 128-bitowych. Obrazy mog? mie? dowoln? liczb? zakres?w. +Obs?ugiwane jest szeroki zakres format?w, w tym JPEG, TIFF, OME-TIFF, +PNG, WebP, FITS, Matlab, OpenEXR, PDF, SVG, HDR, PPM, CSV, GIF, +Analyze, DeepZoom i OpenSlide. Biblioteka potrafi tak?e wczytywa? +obrazy poprzez ImageMagick lub GraphicsMagick, dzi?ki czemu obs?uguje +formaty takie jak DICOM. + +%package -n libvips-devel +Summary: Header files for VIPS library +Summary(pl.UTF-8): Pliki nag??wkowe biblioteki VIPS +Group: Development/Libraries +Requires: ImageMagick-devel >= 1:6.2.4.0 +Requires: OpenEXR-devel >= 1.2.2 +Requires: cairo-devel >= 1.2 +Requires: cfitsio-devel +Requires: fftw3-devel >= 3.0.0 +Requires: glib2-devel >= 1:2.48 +Requires: lcms2-devel >= 2 +Requires: libexif-devel >= 0.6 +Requires: libgsf-devel >= 1.14.31 +Requires: libimagequant-devel +Requires: libjpeg-devel +Requires: libpng-devel >= 2:1.2.9 +Requires: librsvg-devel >= 2.34 +Requires: libtiff-devel >= 4 +Requires: libwebp-devel >= 0.5.0 +Requires: matio-devel +Requires: orc-devel >= 0.4.11 +Requires: pango-devel +Requires: poppler-glib-devel >= 0.16.0 +Requires: zlib-devel >= 0.4 +Obsoletes: vips-devel < 8.7 + +%description -n libvips-devel +Header files for VIPS library. + +%description -n libvips-devel -l pl.UTF-8 +Pliki nag??wkowe biblioteki VIPS. + +%package -n libvips-static +Summary: Static VIPS library +Summary(pl.UTF-8): Statyczna biblioteka VIPS +Group: Development/Libraries +Obsoletes: vips-static < 8.7 + +%description -n libvips-static +Static VIPS library. + +%description -n libvips-static -l pl.UTF-8 +Statyczna biblioteka VIPS. + +%package -n libvips-apidocs +Summary: API documentation for VIPS library +Summary(pl.UTF-8): Dokumentacja API biblioteki VIPS +Group: Documentation + +%description -n libvips-apidocs +API documentation for VIPS library, together with some general VIPS +documentation. + +%description -n libvips-apidocs -l pl.UTF-8 +Dokumentacja API biblioteki VIPS. Zawiera tak?e troch? og?lnej +dokumentacji projektu VIPS. + +%package -n libvips-cpp7 +Summary: Deprecated C++ API for VIPS image processing library +Summary(pl.UTF-8): Przestarza?e API C++ do biblioteki przetwarzania obraz?w VIPS +Group: Libraries +Requires: libvips = %{version}-%{release} + +%description -n libvips-cpp7 +Deprecated C++ API for VIPS image processing library (for VIPS 7 +compatibility). + +%description -n libvips-cpp7 -l pl.UTF-8 +Przestarza?e API C++ do biblioteki przetwarzania obraz?w VIPS (dla +zachowania zgodno?ci z VIPS 7). + +%package -n libvips-cpp7-devel +Summary: Deprecated C++ API for VIPS image processing library - header files +Summary(pl.UTF-8): Przestarza?e API C++ do biblioteki przetwarzania obraz?w VIPS - pliki nag??wkowe +Group: Development/Libraries +Requires: libvips-cpp7 = %{version}-%{release} +Requires: libvips-devel = %{version}-%{release} + +%description -n libvips-cpp7-devel +Deprecated C++ API for VIPS image processing library - header files. + +%description -n libvips-cpp7-devel -l pl.UTF-8 +Przestarza?e API C++ do biblioteki przetwarzania obraz?w VIPS - pliki +nag??wkowe. + +%package -n libvips-cpp7-static +Summary: Deprecated C++ API for VIPS image processing library - static library +Summary(pl.UTF-8): Przestarza?e API C++ do biblioteki przetwarzania obraz?w VIPS - biblioteka statyczna +Group: Development/Libraries +Requires: libvips-cpp7-devel = %{version}-%{release} + +%description -n libvips-cpp7-static +Deprecated C++ API for VIPS image processing library - static library. + +%description -n libvips-cpp7-static -l pl.UTF-8 +Przestarza?e API C++ do biblioteki przetwarzania obraz?w VIPS - +biblioteka statyczna. + +%package -n libvips-cpp8 +Summary: C++ API for VIPS 8 image processing library +Summary(pl.UTF-8): API C++ do biblioteki przetwarzania obraz?w VIPS 8 +Group: Libraries +Requires: libvips = %{version}-%{release} + +%description -n libvips-cpp8 +C++ API for VIPS 8 image processing library. + +%description -n libvips-cpp8 -l pl.UTF-8 +API C++ do biblioteki przetwarzania obraz?w VIPS 8. + +%package -n libvips-cpp8-devel +Summary: C++ API for VIPS 8 image processing library - header files +Summary(pl.UTF-8): API C++ do biblioteki przetwarzania obraz?w VIPS 8 - pliki nag??wkowe Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: libvips-cpp8 = %{version}-%{release} +Requires: libvips-devel = %{version}-%{release} -%description devel -Header files for vips library. +%description -n libvips-cpp8-devel +C++ API for VIPS 8 image processing library - header files. -%description devel -l pl.UTF-8 -Pliki nag??wkowe biblioteki vips. +%description -n libvips-cpp8-devel -l pl.UTF-8 +API C++ do biblioteki przetwarzania obraz?w VIPS 8 - pliki nag??wkowe. -%package static -Summary: Static vips library -Summary(pl.UTF-8): Statyczna biblioteka vips +%package -n libvips-cpp8-static +Summary: C++ API for VIPS 8 image processing library - static library +Summary(pl.UTF-8): API C++ do biblioteki przetwarzania obraz?w VIPS 8 - biblioteka statyczna Group: Development/Libraries -Requires: %{name}-devel = %{version}-%{release} +Requires: libvips-cpp8-devel = %{version}-%{release} -%description static -Static vips library. +%description -n libvips-cpp8-static +C++ API for VIPS 8 image processing library - static library. -%description static -l pl.UTF-8 -Statyczna biblioteka vips. +%description -n libvips-cpp8-static -l pl.UTF-8 +API C++ do biblioteki przetwarzania obraz?w VIPS 8 - biblioteka +statyczna. + +%package -n python-vipsCC +Summary: Deprecated Python interface for VIPS image processing library +Summary(pl.UTF-8): Przestarza?y interfejs Pythona do biblioteki przetwarzania obraz?w VIPS +Group: Libraries/Python +Requires: libvips-cpp7 = %{version}-%{release} + +%description -n python-vipsCC +Deprecated Python interface for VIPS image processing library (for +VIPS 7 compatibility). + +%description -n python-vipsCC -l pl.UTF-8 +Przestarza?y interfejs Pythona do biblioteki przetwarzania obraz?w +VIPS (dla zachowania zgodno?ci z VIPS 7). + +%package -n python-vips +Summary: Python interface for VIPS image processing library +Summary(pl.UTF-8): Interfejs Pythona do biblioteki przetwarzania obraz?w VIPS +Group: Libraries/Python +Requires: gobject-introspection >= 1.30.0 +Requires: libvips = %{version}-%{release} +Requires: python-pygobject3 >= 3.13.0 + +%description -n python-vips +Python interface for VIPS image processing library. + +%description -n python-vips -l pl.UTF-8 +Interfejs Pythona do biblioteki przetwarzania obraz?w VIPS. %prep -%setup -q +%setup -q -n libvips-%{version} %build +%{__gtkdocize} --docdir doc +%{__glib_gettextize} %{__libtoolize} -%{__aclocal} +%{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} -%configure +%configure \ + --enable-cpp7 \ + --enable-gtk-doc \ + --enable-pyvips7 \ + --enable-pyvips8 \ + --with-html-dir=%{_gtkdocdir} %{__make} %install @@ -107,41 +330,37 @@ rm -rf $RPM_BUILD_ROOT %{__rm} $RPM_BUILD_ROOT%{py_sitedir}/vipsCC/*.la %{__rm} $RPM_BUILD_ROOT%{py_sitedir}/vipsCC/*.a -rm -r $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/libvips +#rm -r $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/libvips %py_postclean -%find_lang vips8.5 -o %{name}.lang +%find_lang vips8.7 -o %{name}.lang %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%post -n libvips -p /sbin/ldconfig +%postun -n libvips -p /sbin/ldconfig + +%post -n libvips-cpp7 -p /sbin/ldconfig +%postun -n libvips-cpp7 -p /sbin/ldconfig + +%post -n libvips-cpp8 -p /sbin/ldconfig +%postun -n libvips-cpp8 -p /sbin/ldconfig %files -f %{name}.lang %defattr(644,root,root,755) -%defattr(644,root,root,755) -%doc AUTHORS ChangeLog NEWS THANKS TODO %attr(755,root,root) %{_bindir}/batch_crop %attr(755,root,root) %{_bindir}/batch_image_convert %attr(755,root,root) %{_bindir}/batch_rubber_sheet %attr(755,root,root) %{_bindir}/light_correct %attr(755,root,root) %{_bindir}/shrink_width %attr(755,root,root) %{_bindir}/vips -%attr(755,root,root) %{_bindir}/vips-8.5 +%attr(755,root,root) %{_bindir}/vips-8.7 %attr(755,root,root) %{_bindir}/vipsedit %attr(755,root,root) %{_bindir}/vipsheader %attr(755,root,root) %{_bindir}/vipsprofile %attr(755,root,root) %{_bindir}/vipsthumbnail -%attr(755,root,root) %{_libdir}/libvips-cpp.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libvips-cpp.so.42 -%attr(755,root,root) %{_libdir}/libvips.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libvips.so.42 -%attr(755,root,root) %{_libdir}/libvipsCC.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libvipsCC.so.42 -%{_libdir}/girepository-1.0/Vips-8.0.typelib -%{_datadir}/gir-1.0/Vips-8.0.gir %{_mandir}/man1/batch_crop.1* %{_mandir}/man1/batch_image_convert.1* %{_mandir}/man1/batch_rubber_sheet.1* @@ -152,26 +371,125 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/vipsprofile.1* %{_mandir}/man1/vipsthumbnail.1* +%files -n libvips +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README.md THANKS TODO +%attr(755,root,root) %{_libdir}/libvips.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libvips.so.42 +%{_libdir}/girepository-1.0/Vips-8.0.typelib + +%files -n libvips-devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libvips.so +%dir %{_includedir}/vips +%{_includedir}/vips/almostdeprecated.h +%{_includedir}/vips/arithmetic.h +%{_includedir}/vips/basic.h +%{_includedir}/vips/buf.h +%{_includedir}/vips/cimg_funcs.h +%{_includedir}/vips/colour.h +%{_includedir}/vips/conversion.h +%{_includedir}/vips/convolution.h +%{_includedir}/vips/create.h +%{_includedir}/vips/dbuf.h +%{_includedir}/vips/debug.h +%{_includedir}/vips/deprecated.h +%{_includedir}/vips/dispatch.h +%{_includedir}/vips/draw.h +%{_includedir}/vips/enumtypes.h +%{_includedir}/vips/error.h +%{_includedir}/vips/foreign.h +%{_includedir}/vips/format.h +%{_includedir}/vips/freqfilt.h +%{_includedir}/vips/gate.h +%{_includedir}/vips/generate.h +%{_includedir}/vips/header.h +%{_includedir}/vips/histogram.h +%{_includedir}/vips/image.h +%{_includedir}/vips/interpolate.h +%{_includedir}/vips/intl.h +%{_includedir}/vips/mask.h +%{_includedir}/vips/memory.h +%{_includedir}/vips/morphology.h +%{_includedir}/vips/mosaicing.h +%{_includedir}/vips/object.h +%{_includedir}/vips/operation.h +%{_includedir}/vips/private.h +%{_includedir}/vips/rect.h +%{_includedir}/vips/region.h +%{_includedir}/vips/resample.h +%{_includedir}/vips/semaphore.h +%{_includedir}/vips/soname.h +%{_includedir}/vips/thread.h +%{_includedir}/vips/threadpool.h +%{_includedir}/vips/transform.h +%{_includedir}/vips/type.h +%{_includedir}/vips/util.h +%{_includedir}/vips/vector.h +%{_includedir}/vips/version.h +%{_includedir}/vips/video.h +%{_includedir}/vips/vips.h +%{_includedir}/vips/vips7compat.h +%{_datadir}/gir-1.0/Vips-8.0.gir +%{_pkgconfigdir}/vips.pc + +%files -n libvips-static +%defattr(644,root,root,755) +%{_libdir}/libvips.a + +%files -n libvips-apidocs +%defattr(644,root,root,755) +%{_gtkdocdir}/libvips + +%files -n libvips-cpp7 +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libvipsCC.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libvipsCC.so.42 + +%files -n libvips-cpp7-devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libvipsCC.so +%{_includedir}/vips/VDisplay.h +%{_includedir}/vips/VError.h +%{_includedir}/vips/VImage.h +%{_includedir}/vips/VMask.h +%{_includedir}/vips/vipsc++.h +%{_includedir}/vips/vipscpp.h +%{_includedir}/vips/vips +%{_pkgconfigdir}/vipsCC.pc + +%files -n libvips-cpp7-static +%defattr(644,root,root,755) +%{_libdir}/libvipsCC.a + +%files -n libvips-cpp8 +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libvips-cpp.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libvips-cpp.so.42 + +%files -n libvips-cpp8-devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libvips-cpp.so +%{_includedir}/vips/VError8.h +%{_includedir}/vips/VImage8.h +%{_includedir}/vips/VInterpolate8.h +%{_includedir}/vips/vips-operators.h +%{_includedir}/vips/vips8 +%{_pkgconfigdir}/vips-cpp.pc + +%files -n libvips-cpp8-static +%defattr(644,root,root,755) +%{_libdir}/libvips-cpp.a + +%files -n python-vipsCC +%defattr(644,root,root,755) %dir %{py_sitedir}/vipsCC %{py_sitedir}/vipsCC/*.py[co] %attr(755,root,root) %{py_sitedir}/vipsCC/vdisplaymodule.so %attr(755,root,root) %{py_sitedir}/vipsCC/verrormodule.so %attr(755,root,root) %{py_sitedir}/vipsCC/vimagemodule.so %attr(755,root,root) %{py_sitedir}/vipsCC/vmaskmodule.so -%{py_sitedir}/gi/overrides/Vips.py[co] -%files devel +%files -n python-vips %defattr(644,root,root,755) -%{_libdir}/libvips-cpp.so -%{_libdir}/libvips.so -%{_libdir}/libvipsCC.so -%{_includedir}/vips -%{_pkgconfigdir}/vips-cpp.pc -%{_pkgconfigdir}/vips.pc -%{_pkgconfigdir}/vipsCC.pc - -%files static -%defattr(644,root,root,755) -%{_libdir}/libvips-cpp.a -%{_libdir}/libvips.a -%{_libdir}/libvipsCC.a +%{py_sitedir}/gi/overrides/Vips.py[co] ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/vips.git/commitdiff/aa2d5a51e834c978996ad97ed14b042808951d78 From qboosh at pld-linux.org Sun Dec 23 14:49:06 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 14:49:06 +0100 Subject: DISTFILES: vips: vips-8.7.0.tar.gz Message-ID: <16166.1545572946@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://github.com/jcupitt/libvips/archive/v8.7.0/vips-8.7.0.tar.gz 091fa9adbd38f880c585de1265f71a4c vips-8.7.0.tar.gz Size: 13607364 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 14:58:37 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 14:58:37 +0100 Subject: =?utf8?q?=5Bpackages/mediainfo=5D_-_updated_to_18=2E12?= References: Message-ID: <5addcd5310c78360f3cad8f0a064866acc560b4f_refs_heads_master@pld-linux.org> commit 5addcd5310c78360f3cad8f0a064866acc560b4f Author: Jakub Bogusz Date: Sun Dec 23 15:03:16 2018 +0100 - updated to 18.12 mediainfo.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- diff --git a/mediainfo.spec b/mediainfo.spec index c7d5f52..24e7f33 100644 --- a/mediainfo.spec +++ b/mediainfo.spec @@ -1,19 +1,19 @@ Summary: Supplies technical and tag information about a video or audio file (CLI) Summary(pl.UTF-8): Informacje techniczne i znaczniki dla plik?w wideo i d?wi?kowych (CLI) Name: mediainfo -Version: 18.05 +Version: 18.12 Release: 1 -License: LGPL v2+ +License: BSD or Apache v2.0 or LGPL v2.1+ or GPL v2+ or MPL v2.0+ Group: Applications/Multimedia Source0: https://mediaarea.net/download/source/mediainfo/%{version}/%{name}_%{version}.tar.xz -# Source0-md5: 5f166097fc7ad94541ee1ba3fe58769c +# Source0-md5: 5a7e2a5d14ca9b34d5abca59f98f68f2 URL: https://mediaarea.net/MediaInfo BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: libmediainfo-devel >= %{version} BuildRequires: libstdc++-devel BuildRequires: libtool >= 2:1.5 -BuildRequires: libzen-devel >= 0.4.35 +BuildRequires: libzen-devel >= 0.4.37 BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.566 BuildRequires: sed >= 4.0 @@ -22,7 +22,7 @@ BuildRequires: wxGTK2-unicode-devel >= 2.6.0 BuildRequires: xz BuildRequires: zlib-devel Requires: libmediainfo >= %{version} -Requires: libzen >= 0.4.35 +Requires: libzen >= 0.4.37 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -76,7 +76,7 @@ Summary(pl.UTF-8): Informacje techniczne i znaczniki dla plik?w wideo i d?wi? Group: X11/Applications/Multimedia Requires: kde-common-dirs >= 0.5 Requires: libmediainfo >= %{version} -Requires: libzen >= 0.4.35 +Requires: libzen >= 0.4.37 Requires: wxGTK2-unicode >= 2.6.0 %description gui ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/mediainfo.git/commitdiff/5addcd5310c78360f3cad8f0a064866acc560b4f From qboosh at pld-linux.org Sun Dec 23 14:58:44 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 14:58:44 +0100 Subject: DISTFILES: mediainfo: mediainfo_18.12.tar.xz Message-ID: <1851.1545573524@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://mediaarea.net/download/source/mediainfo/18.12/mediainfo_18.12.tar.xz 5a7e2a5d14ca9b34d5abca59f98f68f2 mediainfo_18.12.tar.xz Size: 1397888 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 16:22:02 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 16:22:02 +0100 Subject: =?utf8?q?=5Bpackages/nifticlib=5D_-_updated_to_2=2E0=2E0_-_updated_cmake_pat?= =?utf8?q?ch?= References: <30ff224706006c5c19ce14f528e3e762e896b054_refs_heads_master@pld-linux.org> Message-ID: <9ed65787651a0878f35f8381c47b2886f1aaf47e_refs_heads_master@pld-linux.org> commit 9ed65787651a0878f35f8381c47b2886f1aaf47e Author: Jakub Bogusz Date: Sun Dec 23 16:26:42 2018 +0100 - updated to 2.0.0 - updated cmake patch nifticlib-cmake.patch | 25 ++++++++++++++++--------- nifticlib.spec | 27 ++++++++++++--------------- 2 files changed, 28 insertions(+), 24 deletions(-) --- diff --git a/nifticlib.spec b/nifticlib.spec index 33a0adf..60810a6 100644 --- a/nifticlib.spec +++ b/nifticlib.spec @@ -1,12 +1,12 @@ Summary: C I/O libraries for files in the nifti-1 data format Summary(pl.UTF-8): Biblioteki C wej?cia/wyj?cia dla plik?w danych w formacie nifti-1 Name: nifticlib -Version: 1.0.0 +Version: 2.0.0 Release: 1 License: Public Domain Group: Libraries -Source0: http://dl.sourceforge.net/niftilib/%{name}-%{version}.tar.gz -# Source0-md5: 4d0828e5783df40fb98b8dd6edc11ebb +Source0: http://downloads.sourceforge.net/niftilib/%{name}-%{version}.tar.gz +# Source0-md5: 425a711f8f92fb1e1f088cbc55bea53a Patch0: %{name}-link.patch Patch1: %{name}-cmake.patch URL: http://niftilib.sourceforge.net/ @@ -50,19 +50,15 @@ Pliki nag??wkowe bibliotek C niftilib. %patch1 -p1 %build -%cmake . \ - -DCMAKE_CXX_COMPILER_WORKS=1 \ - -DCMAKE_CXX_COMPILER="%{__cc}" \ - -DBUILD_SHARED_LIBS=ON \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_VERBOSE_MAKEFILE=ON \ - -DNIFTI_INSTALL_LIB_DIR=%{_libdir} +install -d build +cd build +%cmake .. +%{__make} %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ +%{__make} -C build install \ DESTDIR=$RPM_BUILD_ROOT %clean @@ -76,12 +72,13 @@ rm -rf $RPM_BUILD_ROOT %doc LICENSE README Updates.txt %attr(755,root,root) %{_bindir}/nifti_stats %attr(755,root,root) %{_bindir}/nifti_tool +%attr(755,root,root) %{_bindir}/nifti1_test %attr(755,root,root) %{_libdir}/libnifticdf.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libnifticdf.so.1 +%attr(755,root,root) %ghost %{_libdir}/libnifticdf.so.2 %attr(755,root,root) %{_libdir}/libniftiio.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libniftiio.so.1 +%attr(755,root,root) %ghost %{_libdir}/libniftiio.so.2 %attr(755,root,root) %{_libdir}/libznz.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libznz.so.1 +%attr(755,root,root) %ghost %{_libdir}/libznz.so.2 %files devel %defattr(644,root,root,755) diff --git a/nifticlib-cmake.patch b/nifticlib-cmake.patch index f4e0836..c533e4e 100644 --- a/nifticlib-cmake.patch +++ b/nifticlib-cmake.patch @@ -1,12 +1,19 @@ ---- nifticlib-1.0.0/CMakeLists.txt.orig 2007-12-05 14:07:45.000000000 +0100 -+++ nifticlib-1.0.0/CMakeLists.txt 2008-01-20 16:15:17.202457443 +0100 -@@ -42,7 +42,9 @@ - FIND_PACKAGE(ZLIB) - # MESSAGE(STATUS "---------------------SYSTEM ZLIB ${ZLIB_LIBRARY}") - SET(PACKAGE_PREFIX "") -+ IF(NOT DEFINED NIFTI_INSTALL_LIB_DIR) - SET(NIFTI_INSTALL_LIB_DIR "${CMAKE_INSTALL_PREFIX}/lib") -+ ENDIF(NOT DEFINED NIFTI_INSTALL_LIB_DIR) +--- nifticlib-2.0.0/CMakeLists.txt.orig 2010-07-07 21:05:44.000000000 +0200 ++++ nifticlib-2.0.0/CMakeLists.txt 2018-12-23 15:32:48.339462174 +0100 +@@ -1,6 +1,6 @@ + #File Generated by Hans J. Johnson + #Please contact hans-johnson at uiowa.edu for making enhancments/corrections +-PROJECT(NIFTI) ++PROJECT(NIFTI C) + # Configure Dart testing support. + INCLUDE(${CMAKE_ROOT}/Modules/Dart.cmake) + +@@ -46,7 +46,7 @@ + SET(NIFTI_LIBRARY_PROPERTIES VERSION ${NIFTI_SHAREDLIB_VERSION} SOVERSION ${NIFTI_SHAREDLIB_SOVERSION}) + SET(NIFTI_INSTALL_BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin") +- SET(NIFTI_INSTALL_LIB_DIR "${CMAKE_INSTALL_PREFIX}/lib") ++ SET(NIFTI_INSTALL_LIB_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}") SET(NIFTI_INSTALL_INCLUDE_DIR "${CMAKE_INSTALL_PREFIX}/include/nifti") SET(NIFTI_ZLIB_LIBRARIES ${ZLIB_LIBRARIES}) + SET(NIFTI_INSTALL_NO_DEVELOPMENT 0) ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/nifticlib.git/commitdiff/9ed65787651a0878f35f8381c47b2886f1aaf47e From qboosh at pld-linux.org Sun Dec 23 16:22:31 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 16:22:31 +0100 Subject: DISTFILES: nifticlib: nifticlib-2.0.0.tar.gz Message-ID: <13393.1545578551@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: http://downloads.sourceforge.net/niftilib/nifticlib-2.0.0.tar.gz 425a711f8f92fb1e1f088cbc55bea53a nifticlib-2.0.0.tar.gz Size: 258491 bytes -- Virtually Yours: distfiles. From atler at pld-linux.org Sun Dec 23 16:50:15 2018 From: atler at pld-linux.org (atler) Date: Sun, 23 Dec 2018 16:50:15 +0100 Subject: =?utf8?q?=5Bpackages/lm=5Fsensors=5D_up_to_3=2E5=2E0_=28new_soname=29?= References: <7a86bf1d2989b5a8be21989d4d21e542f3dd407e_refs_heads_master@pld-linux.org> Message-ID: <1cb1d5441bc88977faaef08d9d7a4173c6dcd666_refs_heads_master@pld-linux.org> commit 1cb1d5441bc88977faaef08d9d7a4173c6dcd666 Author: Jan Palus Date: Sun Dec 23 16:48:55 2018 +0100 up to 3.5.0 (new soname) - updated source url - dropped ppc patch - renumbered patches lm_sensors-ppc.patch | 15 --------------- lm_sensors.spec | 21 ++++++++++----------- 2 files changed, 10 insertions(+), 26 deletions(-) --- diff --git a/lm_sensors.spec b/lm_sensors.spec index 233039d..7d679a8 100644 --- a/lm_sensors.spec +++ b/lm_sensors.spec @@ -2,18 +2,19 @@ # - a big trigger warning how to use fancontrol and to init it first # %include /usr/lib/rpm/macros.perl +%define ver %(echo '%version'|tr . -) Summary: Hardware health monitoring Summary(pl.UTF-8): Monitor stanu sprz?tu Summary(pt_BR.UTF-8): Ferramentas para monitora??o do hardware Summary(ru.UTF-8): ??????? ??? ??????????? ?????????? Summary(uk.UTF-8): ??????? ??? ??????????? ????????? Name: lm_sensors -Version: 3.4.0 -Release: 3 +Version: 3.5.0 +Release: 1 License: GPL v2+ Group: Applications/System -Source0: http://dl.lm-sensors.org/lm-sensors/releases/%{name}-%{version}.tar.bz2 -# Source0-md5: c03675ae9d43d60322110c679416901a +Source0: https://github.com/lm-sensors/lm-sensors/archive/V%{ver}.tar.gz +# Source0-md5: 37981f5d3a0f649381529cb41c0f1ff3 Source1: sensord.init Source2: sensord.sysconfig Source3: fancontrol.init @@ -22,10 +23,9 @@ Source5: sensors.sh Source6: lm_sensors.init Source7: lm_sensors.sysconfig Source8: sensord.service -Patch0: %{name}-ppc.patch -Patch1: %{name}-iconv-in-libc.patch -Patch2: %{name}-sensors-detect-PATH.patch -Patch3: %{name}-make.patch +Patch0: %{name}-iconv-in-libc.patch +Patch1: %{name}-sensors-detect-PATH.patch +Patch2: %{name}-make.patch URL: http://www.lm-sensors.org/ BuildRequires: bison BuildRequires: flex >= 2.5.1 @@ -174,11 +174,10 @@ uruchomienie service fancontrol init) oraz upewni? si?, ?e progi temperatury s? ustawione poprawnie, by nie spali? wn?trza komputera! %prep -%setup -q +%setup -q -n lm-sensors-%{ver} %patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p1 %build %{__make} user \ @@ -336,7 +335,7 @@ fi %files libs %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libsensors.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libsensors.so.4 +%attr(755,root,root) %ghost %{_libdir}/libsensors.so.5 %files devel %defattr(644,root,root,755) diff --git a/lm_sensors-ppc.patch b/lm_sensors-ppc.patch deleted file mode 100644 index 2181688..0000000 --- a/lm_sensors-ppc.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -uNr lm_sensors-2.6.4.orig/prog/dump/isadump.c lm_sensors-2.6.4/prog/dump/isadump.c ---- lm_sensors-2.6.4.orig/prog/dump/isadump.c Sat Oct 13 18:37:16 2001 -+++ lm_sensors-2.6.4/prog/dump/isadump.c Sun Aug 25 13:32:57 2002 -@@ -31,9 +31,10 @@ - - - /* To keep glibc2 happy */ --#if defined(__GLIBC__) && __GLIBC__ == 2 && __GLIBC_MINOR__ >= 0 -+#if defined(__GLIBC__) && !defined(__powerpc__) && __GLIBC__ == 2 && __GLIBC_MINOR__ >= 0 - #include - #else -+#define __KERNEL__ 1 - #include - #endif - ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/lm_sensors.git/commitdiff/1cb1d5441bc88977faaef08d9d7a4173c6dcd666 From atler at pld-linux.org Sun Dec 23 16:50:20 2018 From: atler at pld-linux.org (atler) Date: Sun, 23 Dec 2018 16:50:20 +0100 Subject: DISTFILES: lm_sensors: ERRORS: Message-ID: <26191.1545580220@distfiles.pld-linux.org> Request by: atler lm_sensors: unexpanded macros in https://github.com/lm-sensors/lm-sensors/archive/V'%version'.tar.gz lm_sensors: source source0 url https://github.com/lm-sensors/lm-sensors/archive/V'%version'.tar.gz is ill-formatted Files fetched: 0 -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 17:26:21 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 17:26:21 +0100 Subject: =?utf8?q?=5Bpackages/avimetaedit=5D_Created_branch_master?= Message-ID: <154558238166.7965.17897203411952581860@pld-linux.org> The branch 'master' was created. Summary of new commits: 5f80a1a... - new From qboosh at pld-linux.org Sun Dec 23 17:26:26 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 17:26:26 +0100 Subject: =?utf8?q?=5Bpackages/avimetaedit=5D_-_new?= References: <154558238166.7965.17897203411952581860@pld-linux.org> Message-ID: <5f80a1ae2a638d99012a70bccab8723633449d60_refs_heads_master@pld-linux.org> commit 5f80a1ae2a638d99012a70bccab8723633449d60 Author: Jakub Bogusz Date: Sun Dec 23 17:31:00 2018 +0100 - new avimetaedit-update.patch | 18 ++++++++ avimetaedit.spec | 113 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 131 insertions(+) --- diff --git a/avimetaedit.spec b/avimetaedit.spec new file mode 100644 index 0000000..55c0eae --- /dev/null +++ b/avimetaedit.spec @@ -0,0 +1,113 @@ +# TODO: system tinyxml2 and libzen +Summary: Embed, validate and export AVI files metadata +Summary(pl.UTF-8): Osadzanie, sprawdzanie i eksport metadanych z plik?w AVI +Name: avimetaedit +Version: 1.0.2 +Release: 1 +License: CC0 1.0 (Public Domain) +Group: Applications/Multimedia +Source0: https://mediaarea.net/download/source/avimetaedit/%{version}/%{name}_%{version}.tar.xz +# Source0-md5: 3282d203da2d5fc4c081a1ac38b67af0 +Patch0: %{name}-update.patch +URL: https://mediaarea.net/AVIMetaEdit +BuildRequires: Qt5Gui-devel >= 5 +BuildRequires: Qt5Widgets-devel >= 5 +BuildRequires: autoconf >= 2.50 +BuildRequires: automake +BuildRequires: libstdc++-devel +BuildRequires: libtool >= 2:1.5 +BuildRequires: pkgconfig +BuildRequires: qt5-build >= 5 +BuildRequires: rpmbuild(macros) >= 1.566 +BuildRequires: sed >= 4.0 +BuildRequires: tar >= 1:1.22 +BuildRequires: xz +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +AVI MetaEdit is a tool that supports embedding, validating, and +exporting of metadata in AVI (Standard and OpenDML) files. This tool +can also enforce file structure and metadata recommendations and +specifications from U.S. National Archives, Microsoft, and IBM. + +%description -l pl.UTF-8 +AVI MetaEdit to narz?dzie obs?uguj?ce osadzanie, sprawdzanie +poprawno?ci i eksportowanie metadanych w plikach AVI (standardowych i +OpenDML). Narz?dzie potrafi wymusi? struktur? i rekomendacj? +metadanych zgodne ze specyfikacjami U.S. National Archives, +Microsoftu i IBM-a. + +%package gui +Summary: GUI to embed, validate and export AVI files metadata +Summary(pl.UTF-8): Graficzny interfejs u?ytkownika do osadzania, sprawdzania i eksportu metadanych z plik?w AVI +Group: X11/Applications/Multimedia + +%description gui +AVI MetaEdit to narz?dzie obs?uguj?ce osadzanie, sprawdzanie +poprawno?ci i eksportowanie metadanych w plikach AVI (standardowych i +OpenDML). Narz?dzie potrafi wymusi? struktur? i rekomendacj? +metadanych zgodne ze specyfikacjami U.S. National Archives, +Microsoftu i IBM-a. + +%description gui -l pl.UTF-8 +AVI MetaEdit to narz?dzie obs?uguj?ce osadzanie, sprawdzanie +poprawno?ci i eksportowanie metadanych w plikach AVI (standardowych i +OpenDML). Narz?dzie potrafi wymusi? struktur? i rekomendacj? +metadanych zgodne ze specyfikacjami U.S. National Archives, +Microsoftu i IBM-a. + +%prep +%setup -q -n avimetaedit +%patch0 -p1 +%undos *.html *.txt Release/*.txt +chmod 644 *.html *.txt Release/*.txt + +%build +# build CLI +cd Project/GNU/CLI +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} +%configure +%{__make} +# now build GUI +cd ../../../Project/GNU/GUI +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} +# Qt5Core with -reduce-relocations requires PIC code +%configure \ + CXXFLAGS="%{rpmcxxflags} -fPIC" +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} -C Project/GNU/CLI install \ + DESTDIR=$RPM_BUILD_ROOT + +%{__make} -C Project/GNU/GUI install \ + DESTDIR=$RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT{%{_datadir}/metainfo,%{_desktopdir},%{_iconsdir}/hicolor/128x128/apps} +cp -p Project/GNU/GUI/avimetaedit-gui.desktop $RPM_BUILD_ROOT%{_desktopdir} +cp -p Project/GNU/GUI/avimetaedit-gui.metainfo.xml $RPM_BUILD_ROOT%{_datadir}/metainfo +cp -p Source/Resource/Image/Brand/Logo128.png $RPM_BUILD_ROOT%{_iconsdir}/hicolor/128x128/apps/avimetaedit.png + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc License.html History_CLI.txt README.md Release/ReadMe_CLI_Linux.txt +%attr(755,root,root) %{_bindir}/avimetaedit + +%files gui +%defattr(644,root,root,755) +%doc License.html History_GUI.txt Release/ReadMe_GUI_Linux.txt +%attr(755,root,root) %{_bindir}/avimetaedit-gui +%{_datadir}/metainfo/avimetaedit-gui.metainfo.xml +%{_desktopdir}/avimetaedit-gui.desktop +%{_iconsdir}/hicolor/128x128/apps/avimetaedit.png diff --git a/avimetaedit-update.patch b/avimetaedit-update.patch new file mode 100644 index 0000000..cc2714f --- /dev/null +++ b/avimetaedit-update.patch @@ -0,0 +1,18 @@ +--- avimetaedit/Project/GNU/GUI/Makefile.am.orig 2018-05-09 14:03:00.000000000 +0200 ++++ avimetaedit/Project/GNU/GUI/Makefile.am 2018-12-23 16:14:13.332767131 +0100 +@@ -12,7 +12,6 @@ + ../../../Source/GUI/Qt/GUI_Main_Core_Text.cpp \ + ../../../Source/GUI/Qt/GUI_Main_Menu.cpp \ + ../../../Source/GUI/Qt/GUI_Main_Output_Log.cpp \ +- ../../../Source/GUI/Qt/GUI_Main_Output_stderr.cpp \ + ../../../Source/GUI/Qt/GUI_Main_Output_Trace.cpp \ + ../../../Source/GUI/Qt/GUI_Main_Technical_Table.cpp \ + ../../../Source/GUI/Qt/GUI_Main_Technical_Text.cpp \ +@@ -85,7 +84,6 @@ + _Automated/moc_GUI_Main_Core_Table.cpp \ + _Automated/moc_GUI_Main_Core_Text.cpp \ + _Automated/moc_GUI_Main_Output_Log.cpp \ +- _Automated/moc_GUI_Main_Output_stderr.cpp \ + _Automated/moc_GUI_Main_Output_Trace.cpp \ + _Automated/moc_GUI_Main_UndoDialog.cpp \ + _Automated/moc_GUI_Main_xxxx__Common.cpp \ ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/avimetaedit.git/commitdiff/5f80a1ae2a638d99012a70bccab8723633449d60 From qboosh at pld-linux.org Sun Dec 23 17:26:28 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 17:26:28 +0100 Subject: DISTFILES: avimetaedit: avimetaedit_1.0.2.tar.xz Message-ID: <8229.1545582388@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://mediaarea.net/download/source/avimetaedit/1.0.2/avimetaedit_1.0.2.tar.xz 3282d203da2d5fc4c081a1ac38b67af0 avimetaedit_1.0.2.tar.xz Size: 1042480 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 18:50:20 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 18:50:20 +0100 Subject: =?utf8?q?=5Bpackages/openslide=5D_Created_branch_master?= Message-ID: <154558742000.12295.15216523867925318947@pld-linux.org> The branch 'master' was created. Summary of new commits: b276bce... - new From qboosh at pld-linux.org Sun Dec 23 18:50:25 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 18:50:25 +0100 Subject: =?utf8?q?=5Bpackages/openslide=5D_-_new?= References: <154558742000.12295.15216523867925318947@pld-linux.org> Message-ID: commit b276bce95de20196d9eb8bc3c017b95ddc7c6064 Author: Jakub Bogusz Date: Sun Dec 23 18:54:59 2018 +0100 - new openslide.spec | 136 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) --- diff --git a/openslide.spec b/openslide.spec new file mode 100644 index 0000000..8a6c53e --- /dev/null +++ b/openslide.spec @@ -0,0 +1,136 @@ +# +# Conditional build: +%bcond_without static_libs # static library + +Summary: C library for reading virtual slides +Summary(pl.UTF-8): Biblioteka C do odczytu wirtualnych slajd?w +Name: openslide +Version: 3.4.1 +Release: 1 +License: LGPL v2.1 +Group: Libraries +#Source0Download: https://github.com/openslide/openslide/releases/ +Source0: https://github.com/openslide/openslide/releases/download/v%{version}/%{name}-%{version}.tar.xz +# Source0-md5: ad9fa84775ed6b505d6f50bf6420c6bf +URL: https://openslide.org/ +BuildRequires: autoconf >= 2.61 +BuildRequires: automake >= 1:1.11.1 +BuildRequires: cairo-devel >= 1.2 +BuildRequires: gdk-pixbuf2-devel >= 2.14 +BuildRequires: glib2-devel >= 1:2.16 +BuildRequires: libjpeg-devel +BuildRequires: libpng-devel >= 2:1.2.1 +BuildRequires: libtiff-devel >= 4 +BuildRequires: libtool >= 2:2.2.5 +BuildRequires: libxml2-devel >= 2.0 +BuildRequires: openjpeg2-devel >= 2.1.0 +BuildRequires: pkgconfig +BuildRequires: sqlite3-devel >= 3.6.20 +BuildRequires: tar >= 1:1.22 +BuildRequires: xz +BuildRequires: zlib-devel +Requires: cairo >= 1.2 +Requires: gdk-pixbuf2 >= 2.14 +Requires: glib2 >= 1:2.16 +Requires: libpng >= 2:1.2.1 +Requires: openjpeg2 >= 2.1.0 +Requires: sqlite3 >= 3.6.20 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The OpenSlide library allows programs to access virtual slide files +regardless of the underlying image format. + +%description -l pl.UTF-8 +Biblioteka OpenSlide pozwala programom na dost?p do plik?w wirtualnych +slajd?w niezale?nie od ich formatu. + +%package devel +Summary: Header files for OpenSlide library +Summary(pl.UTF-8): Pliki nag??wkowe biblioteki OpenSlide +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Header files for OpenSlide library. + +%description devel -l pl.UTF-8 +Pliki nag??wkowe biblioteki OpenSlide. + +%package static +Summary: Static OpenSlide library +Summary(pl.UTF-8): Statyczna biblioteka OpenSlide +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static OpenSlide library. + +%description static -l pl.UTF-8 +Statyczna biblioteka OpenSlide. + +%package tools +Summary: Command line tools for working with virtual slides +Summary(pl.UTF-8): Narz?dzia linii polece? do pracy z wirtualnymi slajdami +Group: Applications/Graphics +Requires: %{name} = %{version}-%{release} + +%description tools +Command line tools for working with virtual slides. + +%description tools -l pl.UTF-8 +Narz?dzia linii polece? do pracy z wirtualnymi slajdami. + +%prep +%setup -q + +%build +# rebuild ac/am/lt for as-needed to work +%{__libtoolize} +%{__aclocal} -I m4 +%{__autoconf} +%{__autoheader} +%{__automake} +%configure \ + --disable-silent-rules \ + %{?with_static_libs:--enable-static} +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +# obsoleted by pkg-config +%{__rm} $RPM_BUILD_ROOT%{_libdir}/libopenslide.la + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc CHANGELOG.txt LICENSE.txt README.txt +%attr(755,root,root) %{_libdir}/libopenslide.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libopenslide.so.0 + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libopenslide.so +%{_includedir}/openslide +%{_pkgconfigdir}/openslide.pc + +%if %{with static_libs} +%files static +%defattr(644,root,root,755) +%{_libdir}/libopenslide.a +%endif + +%files tools +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/openslide-quickhash1sum +%attr(755,root,root) %{_bindir}/openslide-show-properties +%attr(755,root,root) %{_bindir}/openslide-write-png +%{_mandir}/man1/openslide-quickhash1sum.1* +%{_mandir}/man1/openslide-show-properties.1* +%{_mandir}/man1/openslide-write-png.1* ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/openslide.git/commitdiff/b276bce95de20196d9eb8bc3c017b95ddc7c6064 From qboosh at pld-linux.org Sun Dec 23 18:50:28 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 18:50:28 +0100 Subject: DISTFILES: openslide: openslide-3.4.1.tar.xz Message-ID: <12566.1545587428@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://github.com/openslide/openslide/releases/download/v3.4.1/openslide-3.4.1.tar.xz ad9fa84775ed6b505d6f50bf6420c6bf openslide-3.4.1.tar.xz Size: 424724 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 18:59:18 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 18:59:18 +0100 Subject: =?utf8?q?=5Bpackages/openslide=5D_-_ldconfig=3B_release_2?= References: Message-ID: commit c5b04e12378c0631c15c5d8bc6fcc7e965fab195 Author: Jakub Bogusz Date: Sun Dec 23 19:03:57 2018 +0100 - ldconfig; release 2 openslide.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) --- diff --git a/openslide.spec b/openslide.spec index 8a6c53e..ef2388b 100644 --- a/openslide.spec +++ b/openslide.spec @@ -6,7 +6,7 @@ Summary: C library for reading virtual slides Summary(pl.UTF-8): Biblioteka C do odczytu wirtualnych slajd?w Name: openslide Version: 3.4.1 -Release: 1 +Release: 2 License: LGPL v2.1 Group: Libraries #Source0Download: https://github.com/openslide/openslide/releases/ @@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + %files %defattr(644,root,root,755) %doc CHANGELOG.txt LICENSE.txt README.txt ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/openslide.git/commitdiff/c5b04e12378c0631c15c5d8bc6fcc7e965fab195 From qboosh at pld-linux.org Sun Dec 23 19:21:38 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 19:21:38 +0100 Subject: =?utf8?q?=5Bpackages/bwfmetaedit=5D_Created_branch_master?= Message-ID: <154558929859.7180.3443294133673918594@pld-linux.org> The branch 'master' was created. Summary of new commits: 54f545c... - new From qboosh at pld-linux.org Sun Dec 23 19:21:43 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 19:21:43 +0100 Subject: =?utf8?q?=5Bpackages/bwfmetaedit=5D_-_new?= References: <154558929859.7180.3443294133673918594@pld-linux.org> Message-ID: <54f545cffb40802eaa8efd42dfa7ae8a715fd2c2_refs_heads_master@pld-linux.org> commit 54f545cffb40802eaa8efd42dfa7ae8a715fd2c2 Author: Jakub Bogusz Date: Sun Dec 23 19:26:18 2018 +0100 - new bwfmetaedit.spec | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) --- diff --git a/bwfmetaedit.spec b/bwfmetaedit.spec new file mode 100644 index 0000000..71d8ffa --- /dev/null +++ b/bwfmetaedit.spec @@ -0,0 +1,104 @@ +# TODO: system tinyxml2 and libzen +Summary: Embed, validate and export BWF files metadata +Summary(pl.UTF-8): Osadzanie, sprawdzanie i eksport metadanych z plik?w BWF +Name: bwfmetaedit +Version: 1.3.6 +Release: 1 +License: CC0 1.0 (Public Domain) +Group: Applications/Multimedia +Source0: https://mediaarea.net/download/source/bwfmetaedit/%{version}/%{name}_%{version}.tar.xz +# Source0-md5: 95f60d6488e9be608aa7e683a70afe90 +URL: https://mediaarea.net/BWFMetaEdit +BuildRequires: Qt5Gui-devel >= 5 +BuildRequires: Qt5Widgets-devel >= 5 +BuildRequires: autoconf >= 2.50 +BuildRequires: automake +BuildRequires: libstdc++-devel +BuildRequires: libtool >= 2:1.5 +BuildRequires: pkgconfig +BuildRequires: qt5-build >= 5 +BuildRequires: rpmbuild(macros) >= 1.566 +BuildRequires: sed >= 4.0 +BuildRequires: tar >= 1:1.22 +BuildRequires: xz +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +BWF MetaEdit is a tool that supports embedding, validating, and +exporting of metadata in Broadcast WAVE Format (BWF) files. It +supports the FADGI Broadcast WAVE Metadata Embedding Guidelines. + +%description -l pl.UTF-8 +BWF MetaEdit to narz?dzie obs?uguj?ce osadzanie, sprawdzanie +poprawno?ci i eksportowanie metadanych w plikach Broadcast WAVE (BWF). +Obs?uguje wytyczne osadzania metadanych w Broadcast WAVE wg FADGI. + +%package gui +Summary: GUI to embed, validate and export BWF files metadata +Summary(pl.UTF-8): Graficzny interfejs u?ytkownika do osadzania, sprawdzania i eksportu metadanych z plik?w BWF +Group: X11/Applications/Multimedia + +%description gui +BWF MetaEdit is a tool that supports embedding, validating, and +exporting of metadata in Broadcast WAVE Format (BWF) files. It +supports the FADGI Broadcast WAVE Metadata Embedding Guidelines. + +%description gui -l pl.UTF-8 +BWF MetaEdit to narz?dzie obs?uguj?ce osadzanie, sprawdzanie +poprawno?ci i eksportowanie metadanych w plikach Broadcast WAVE (BWF). +Obs?uguje wytyczne osadzania metadanych w Broadcast WAVE wg FADGI. + +%prep +%setup -q -n bwfmetaedit +%undos *.html *.txt Release/*.txt +chmod 644 *.html *.txt Release/*.txt + +%build +# build CLI +cd Project/GNU/CLI +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} +%configure +%{__make} +# now build GUI +cd ../../../Project/GNU/GUI +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} +# Qt5Core with -reduce-relocations requires PIC code +%configure \ + CXXFLAGS="%{rpmcxxflags} -fPIC" +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} -C Project/GNU/CLI install \ + DESTDIR=$RPM_BUILD_ROOT + +%{__make} -C Project/GNU/GUI install \ + DESTDIR=$RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT{%{_datadir}/metainfo,%{_desktopdir},%{_iconsdir}/hicolor/128x128/apps} +cp -p Project/GNU/GUI/bwfmetaedit-gui.desktop $RPM_BUILD_ROOT%{_desktopdir} +cp -p Project/GNU/GUI/bwfmetaedit-gui.metainfo.xml $RPM_BUILD_ROOT%{_datadir}/metainfo +cp -p Source/Resource/Image/FADGI/Logo128.png $RPM_BUILD_ROOT%{_iconsdir}/hicolor/128x128/apps/bwfmetaedit.png + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc License.html History_CLI.txt Release/ReadMe_CLI_Linux.txt +%attr(755,root,root) %{_bindir}/bwfmetaedit + +%files gui +%defattr(644,root,root,755) +%doc License.html History_GUI.txt Release/ReadMe_GUI_Linux.txt +%attr(755,root,root) %{_bindir}/bwfmetaedit-gui +%{_datadir}/metainfo/bwfmetaedit-gui.metainfo.xml +%{_desktopdir}/bwfmetaedit-gui.desktop +%{_iconsdir}/hicolor/128x128/apps/bwfmetaedit.png ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/bwfmetaedit.git/commitdiff/54f545cffb40802eaa8efd42dfa7ae8a715fd2c2 From qboosh at pld-linux.org Sun Dec 23 19:21:46 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 19:21:46 +0100 Subject: DISTFILES: bwfmetaedit: bwfmetaedit_1.3.6.tar.xz Message-ID: <7429.1545589306@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://mediaarea.net/download/source/bwfmetaedit/1.3.6/bwfmetaedit_1.3.6.tar.xz 95f60d6488e9be608aa7e683a70afe90 bwfmetaedit_1.3.6.tar.xz Size: 730352 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 19:28:00 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 19:28:00 +0100 Subject: =?utf8?q?=5Bpackages/vips=5D_-_added_nifti_and_openslide_support?= References: Message-ID: <166d6b1c74a01b8ebd0f2d673ec07f76a3a89d80_refs_heads_master@pld-linux.org> commit 166d6b1c74a01b8ebd0f2d673ec07f76a3a89d80 Author: Jakub Bogusz Date: Sun Dec 23 19:32:41 2018 +0100 - added nifti and openslide support vips.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) --- diff --git a/vips.spec b/vips.spec index 43b4e0d..282b1b3 100644 --- a/vips.spec +++ b/vips.spec @@ -1,7 +1,5 @@ # TODO: -# - nifti? -# - openslide >= 3.4.0 -# - pdfium as an alternative for poppler +# - pdfium as an alternative for poppler? # - python3-vips Summary: A fast image processing library with low memory needs Summary(pl.UTF-8): Szybka biblioteka przetwarzania obraz?w o ma?ych wymaganiach pami?ciowych @@ -28,7 +26,6 @@ BuildRequires: giflib-devel BuildRequires: glib2-devel >= 1:2.48 BuildRequires: gobject-introspection-devel >= 1.30.0 BuildRequires: gtk-doc >= 1.14 -BuildRequires: intltool BuildRequires: lcms2-devel >= 2 BuildRequires: libexif-devel >= 0.6 BuildRequires: libgsf-devel >= 1.14.31 @@ -43,6 +40,8 @@ BuildRequires: libtool BuildRequires: libwebp-devel >= 0.5.0 BuildRequires: libxml2-devel BuildRequires: matio-devel +BuildRequires: nifticlib-devel +BuildRequires: openslide-devel >= 3.4.0 BuildRequires: orc-devel >= 0.4.11 BuildRequires: pango-devel BuildRequires: poppler-glib-devel >= 0.16.0 @@ -101,7 +100,8 @@ Requires: libgsf >= 1.14.31 Requires: libpng >= 2:1.2.9 Requires: librsvg >= 2.34 Requires: libtiff >= 4 -Requires: libwebp-devel >= 0.5.0 +Requires: libwebp >= 0.5.0 +Requires: openslide >= 3.4.0 Requires: orc >= 0.4.11 Requires: poppler-glib >= 0.16.0 Requires: zlib >= 0.4 @@ -155,6 +155,7 @@ Requires: librsvg-devel >= 2.34 Requires: libtiff-devel >= 4 Requires: libwebp-devel >= 0.5.0 Requires: matio-devel +Requires: openslide-devel >= 3.4.0 Requires: orc-devel >= 0.4.11 Requires: pango-devel Requires: poppler-glib-devel >= 0.16.0 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/vips.git/commitdiff/166d6b1c74a01b8ebd0f2d673ec07f76a3a89d80 From qboosh at pld-linux.org Sun Dec 23 21:23:19 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 21:23:19 +0100 Subject: =?utf8?q?=5Bpackages/vislcg3=5D_-_updated_to_1=2E1=2E7_=28note=3A_new_soname?= =?utf8?q?=29?= References: <38b1de1fa4c0187874ec3125fc9fc5469ec101bc_refs_heads_master@pld-linux.org> Message-ID: <21d1527a6ac8ba3cd6db426f9e4ef1ad6a3f568a_refs_heads_master@pld-linux.org> commit 21d1527a6ac8ba3cd6db426f9e4ef1ad6a3f568a Author: Jakub Bogusz Date: Sun Dec 23 21:28:00 2018 +0100 - updated to 1.1.7 (note: new soname) vislcg3.spec | 67 +++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 53 insertions(+), 14 deletions(-) --- diff --git a/vislcg3.spec b/vislcg3.spec index 76c4486..34d6ef1 100644 --- a/vislcg3.spec +++ b/vislcg3.spec @@ -1,19 +1,24 @@ -# TODO: package /usr/share/emacs/site-lisp/cg.el +# +# Conditional build: +%bcond_without static_libs # static library + Summary: VISL CG-3 constraint grammar system Summary(pl.UTF-8): VISL CG-3 - system ograniczonej gramatyki Name: vislcg3 -Version: 0.9.9.10800 -Release: 4 +Version: 1.1.7 +Release: 1 License: GPL v3+ Group: Applications/Text -Source0: http://beta.visl.sdu.dk/download/vislcg3/cg3-0.9.9~r10800.tar.bz2 -# Source0-md5: c6a6549cf040077949ee33ca239d3128 +#Source0Download: https://github.com/TinoDidriksen/cg3/releases +Source0: https://github.com/TinoDidriksen/cg3/archive/v%{version}/cg3-%{version}.tar.gz +# Source0-md5: 85e74c3e7fb5f5a13b7ab1690ffef910 URL: http://beta.visl.sdu.dk/cg3.html BuildRequires: cmake >= 2.8.9 BuildRequires: boost-devel >= 1.63.0-4 -BuildRequires: libicu-devel >= 4.2 -BuildRequires: libstdc++-devel -BuildRequires: rpmbuild(macros) >= 1.603 +BuildRequires: libicu-devel >= 50.0 +# -std=c++14 +BuildRequires: libstdc++-devel >= 6:5.0 +BuildRequires: rpmbuild(macros) >= 1.605 BuildRequires: sed >= 4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -47,21 +52,44 @@ Static VISL CG-3 library. %description static -l pl.UTF-8 Statyczna biblioteka VISL CG-3. +%package -n emacs-cg-mode +Summary: CG-3 mode for Emacs +Summary(pl.UTF-8): Tryb CG-3 dla Emacsa +Group: Applications/Editors/Emacs +Requires: emacs-common +%if "%{_rpmversion}" >= "5" +BuildArch: noarch +%endif + +%description -n emacs-cg-mode +CG-3 mode for Emacs. + +%description -n emacs-cg-mode -l pl.UTF-8 +Tryb CG-3 dla Emacsa. + %prep -%setup -q -n cg3 +%setup -q -n cg3-%{version} + +# not executable +%{__sed} -i -e '1s,.*/usr/bin/env perl,,' scripts/CG3_External.pm +# invoke directly +%{__sed} -i -e '1s,/usr/bin/env perl,%{__perl},' scripts/{cg-sort,cg-strictify,cg-untrace,cg3-autobin.pl.in} %build +install -d build +cd build # it expectls only relative CMAKE_INSTALL_LIBDIR -%cmake . \ +%cmake .. \ -DCMAKE_INSTALL_LIBDIR=%{_lib} \ - -DOPT_TCMALLOC=OFF + %{?with_static_libs:-DINSTALL_STATIC=ON} \ + -DUSE_TCMALLOC=OFF %{__make} %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ +%{__make} -C build install \ DESTDIR=$RPM_BUILD_ROOT %clean @@ -72,13 +100,18 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc AUTHORS README TODO +%doc AUTHORS ChangeLog README.md TODO %attr(755,root,root) %{_bindir}/cg-comp %attr(755,root,root) %{_bindir}/cg-conv +%attr(755,root,root) %{_bindir}/cg-mwesplit %attr(755,root,root) %{_bindir}/cg-proc +%attr(755,root,root) %{_bindir}/cg-relabel +%attr(755,root,root) %{_bindir}/cg-sort +%attr(755,root,root) %{_bindir}/cg-strictify +%attr(755,root,root) %{_bindir}/cg-untrace %attr(755,root,root) %{_bindir}/cg3-autobin.pl %attr(755,root,root) %{_bindir}/vislcg3 -%attr(755,root,root) %{_libdir}/libcg3.so.0 +%attr(755,root,root) %{_libdir}/libcg3.so.1 %{_mandir}/man1/cg-comp.1* %{_mandir}/man1/cg-conv.1* %{_mandir}/man1/cg-proc.1* @@ -91,6 +124,12 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/cg3.h %{_pkgconfigdir}/cg3.pc +%if %{with static_libs} %files static %defattr(644,root,root,755) %{_libdir}/libcg3.a +%endif + +%files -n emacs-cg-mode +%defattr(644,root,root,755) +%{_datadir}/emacs/site-lisp/cg.el ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/vislcg3.git/commitdiff/21d1527a6ac8ba3cd6db426f9e4ef1ad6a3f568a From qboosh at pld-linux.org Sun Dec 23 21:23:26 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 21:23:26 +0100 Subject: DISTFILES: vislcg3: cg3-1.1.7.tar.gz Message-ID: <17806.1545596606@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://github.com/TinoDidriksen/cg3/archive/v1.1.7/cg3-1.1.7.tar.gz 85e74c3e7fb5f5a13b7ab1690ffef910 cg3-1.1.7.tar.gz Size: 350315 bytes -- Virtually Yours: distfiles. From arekm at pld-linux.org Sun Dec 23 22:26:56 2018 From: arekm at pld-linux.org (arekm) Date: Sun, 23 Dec 2018 22:26:56 +0100 Subject: PLD-doc: PLD-update-TODO - updated In-Reply-To: References: Message-ID: Author: arekm Date: Sun Dec 23 21:26:56 2018 GMT Module: PLD-doc Tag: HEAD ---- Log message: - updated ---- Files affected: PLD-doc: PLD-update-TODO (1.2311 -> 1.2312) ---- Diffs: ================================================================ Index: PLD-doc/PLD-update-TODO diff -u PLD-doc/PLD-update-TODO:1.2311 PLD-doc/PLD-update-TODO:1.2312 --- PLD-doc/PLD-update-TODO:1.2311 Fri Dec 21 04:24:29 2018 +++ PLD-doc/PLD-update-TODO Sun Dec 23 22:26:51 2018 @@ -1,6 +1,7 @@ 0ad(14) [OLD] r10803 [NEW] r09786-alpha-unix-build 3store(12) [OLD] 2.2.22 [NEW] 3.0.7 4pane(8) [OLD] 0.8.0 [NEW] 5.0 +AppStream(15) [OLD] 0.12.3 [NEW] 0.12.4 BNFC(9) [OLD] 2.4.2.0 [NEW] 2.8.2 CGAL [OLD] 4.7 [NEW] 4.13 CImg(8) [OLD] 1.7.9 [NEW] 2.4.3 @@ -21,6 +22,7 @@ GeoIP-update [OLD] 2.2.2 [NEW] 3.1.1 Gorm(8) [OLD] 1.2.8 [NEW] 1.2.23 IRRToolSet(8) [OLD] 4.8.5 [NEW] 5.0.1 +ImageMagick(43) [OLD] 7.0.8 [NEW] 7.0.8-19 LunarGLASS [OLD] 0 [NEW] Release Lunchbox [OLD] 1.15.0 [NEW] 1.16.0 MHonArc(9) [OLD] 2.6.18 [NEW] 2.6.19 @@ -33,7 +35,7 @@ Pression [OLD] 1.2.0 [NEW] 2.0.0 ProjectCenter(8) [OLD] 0.5.0 [NEW] 0.6.2 PyCXX(12) [OLD] 6.2.3 [NEW] 7.1.0 -R(23) [OLD] 3.4.3 [NEW] 3.5.1 +R(23) [OLD] 3.4.3 [NEW] 3.5.2 R-cran-leaps(10) [OLD] 2.9 [NEW] 3.0 Radiance(10) [OLD] 3R6P1 [NEW] 5R2supp Razor(14) [OLD] 2.85 [NEW] 2.152 @@ -86,7 +88,7 @@ anubis(19) [OLD] 4.1 [NEW] 4.2 anyfs-tools(15) [OLD] 0.84.12 [NEW] 0.85.1.ebuild anyremote(12) [OLD] 5.4.2 [NEW] 6.7.2 -apache-mod_apparmor(11) [OLD] 2.13 [NEW] 2.13.1 +apache-mod_apparmor(11) [OLD] 2.13 [NEW] 2.13.2 apache-mod_authn_sasl(10) [OLD] 1.0.2 [NEW] 1.2 apache-mod_caml(12) [OLD] 1.3.4 [NEW] 1.3.6 apache-mod_gnutls(10) [OLD] 0.5.9 [NEW] 0.5.10 @@ -97,16 +99,16 @@ apache1-mod_limitipconn(9) [OLD] 0.04 [NEW] 0.24 apache1-mod_log_sql(13) [OLD] 1.99 [NEW] 1.101 apache1-mod_macro(10) [OLD] 1.1.2 [NEW] 1.2.1 -apache1-mod_roaming(23) [OLD] 1.0.2 [NEW] 2.0b1 +apache1-mod_roaming(23) [OLD] 1.0.2 [NEW] 2.0.0 apcupsd(17) [OLD] 3.14.13 [NEW] 3.14.14 apertium(8) [OLD] 3.4.2 [NEW] 3.5.2 apertium-dict-dan-nor(9) [OLD] 1.0.0 [NEW] 1.3.0 apertium-lex-tools(8) [OLD] 0.1.0 [NEW] 0.2.1 apk-tools(11) [OLD] 2.10.1 [NEW] 2.10.3 -apparmor-binutils(12) [OLD] 2.13 [NEW] 2.13.1 -apparmor-parser(14) [OLD] 2.13 [NEW] 2.13.1 -apparmor-profiles(9) [OLD] 2.13 [NEW] 2.13.1 -apparmor-utils(13) [OLD] 2.13 [NEW] 2.13.1 +apparmor-binutils(12) [OLD] 2.13 [NEW] 2.13.2 +apparmor-parser(14) [OLD] 2.13 [NEW] 2.13.2 +apparmor-profiles(9) [OLD] 2.13 [NEW] 2.13.2 +apparmor-utils(13) [OLD] 2.13 [NEW] 2.13.2 apr-compat(10) [OLD] 1.3.3 [NEW] 1.6.5 apt-cacher-ng(7) [OLD] 0.7.19 [NEW] 3.2 aqemu(7) [OLD] 0.7 [NEW] 0.9.2 @@ -116,7 +118,6 @@ archmage(8) [OLD] 0.0.6 [NEW] 0.2.4 argus(17) [OLD] 3.0.0 [NEW] 3.0.8.2 aria2(8) [OLD] 1.16.1 [NEW] 1.19.0 -armadillo(8) [OLD] 7.900.1 [NEW] 9.200.6 armagetronad(13) [OLD] 0.2.8.3.1 [NEW] 0.2.8.3.4 artha(8) [OLD] 1.0.2 [NEW] 1.0.3 arts++(9) [OLD] 1.1.a12 [NEW] 1.1.a13 @@ -148,7 +149,7 @@ awesome2(9) [OLD] 2.3.6 [NEW] 4.2 ayam(9) [OLD] 1.8.2 [NEW] 1.26.beta babl(12) [OLD] 0.1.58 [NEW] 0.1.60 -bacula(30) [OLD] 9.2.1 [NEW] 9.4.0 +bacula(30) [OLD] 9.2.1 [NEW] 9.4.1 bakefile(10) [OLD] 0.2.11 [NEW] 1.2.5.1 bamf(19) [OLD] 0.2.104 [NEW] 0.5.4 bar-backup-archiver(13) [OLD] 0.14 [NEW] 0.20h @@ -240,7 +241,6 @@ cinelerra(22) [OLD] 4.4 [NEW] 4-src cinnamon-desktop [OLD] 3.4.2 [NEW] 4.0.1 cinnamon-menus [OLD] 3.4.0 [NEW] 4.0.0 -cinnamon-nemo [OLD] 3.4.6 [NEW] 4.0.6 circus(14) [OLD] 0.6.0 [NEW] 0.15.0 cito(9) [OLD] 0.3.0 [NEW] 0.4.0 cjs [OLD] 2.4.1 [NEW] 4.0.0 @@ -248,7 +248,7 @@ clamtk(8) [OLD] 4.42 [NEW] 4.45 clanbomber(8) [OLD] 1.02a [NEW] 19990109 clanbomber2(8) [OLD] 0.9 [NEW] 0.9.1 -claws-mail(17) [OLD] 3.17.1 [NEW] 3.17.2 +claws-mail(17) [OLD] 3.17.1 [NEW] 3.17.3 claws-mail-themes(8) [OLD] 20110216 [NEW] 20140629 clex(8) [OLD] 3.18 [NEW] 4.6.patch8 clickheat(12) [OLD] 1.12 [NEW] 1.14 @@ -277,7 +277,7 @@ conky(15) [OLD] 1.8.1 [NEW] 1.9.0 conman [OLD] 0.2.7 [NEW] 0.3.0 convirt(10) [OLD] 0.9 [NEW] 2.0.1 -coppermine-gallery(9) [OLD] 1.4.26 [NEW] 1.5.46 +coppermine-gallery(9) [OLD] 1.4.26 [NEW] 1.5.48 corosync(24) [OLD] 2.4.4 [NEW] 3.0.0 courier(19) [OLD] 1.0.4 [NEW] 1.0.5 courier-authlib(12) [OLD] 0.69.0 [NEW] 0.69.0.20181018 @@ -318,7 +318,6 @@ crossmingw32-allegro(9) [OLD] 4.3.1 [NEW] 5.1.11 crossmingw32-cairomm(9) [OLD] 1.12.2 [NEW] 1.15.5 crossmingw32-gcc(21) [OLD] 6.5.0 [NEW] 8.2.0 -crossmingw32-glib2(19) [OLD] 2.58.1 [NEW] 2.58.2 crossmingw32-libwebp(9) [OLD] 1.0.0 [NEW] 1.0.1 crossmingw32-lua40(9) [OLD] 4.0.1 [NEW] 5.3.5 crossmingw32-lua50(9) [OLD] 5.0.3 [NEW] 5.3.5 @@ -406,6 +405,7 @@ dokuwiki-plugin-diffpreview [OLD] %(echo [NEW] v1.0.0 dokuwiki-plugin-gitlab [OLD] %(echo [NEW] gitlab dokuwiki-plugin-meta [OLD] %(echo [NEW] meta +dokuwiki-plugin-nssize [OLD] %(echo [NEW] nssize dokuwiki-plugin-orphanswanted [OLD] %(echo [NEW] orphanswanted dokuwiki-plugin-pageredirect [OLD] 20160924 [NEW] 20170512 dokuwiki-plugin-showlogin2 [OLD] %(echo [NEW] Version @@ -450,10 +450,10 @@ efax-gtk(8) [OLD] 3.0.10 [NEW] 3.2.13 efivar(14) [OLD] 36 [NEW] 37 efl(37) [OLD] 1.10.3 [NEW] 1.21.1 -eggdrop(12) [OLD] 1.8.3 [NEW] 1.8.4rc2 +eggdrop(12) [OLD] 1.8.3 [NEW] 1.8.4rc3 egl-wayland [OLD] 1.0.3 [NEW] 1.1.1 eiciel(8) [OLD] 0.9.8.1 [NEW] 0.9.12.1 -electron(11) [OLD] 1.4.3 [NEW] 3.0.13 +electron(11) [OLD] 1.4.3 [NEW] 4.0.0 elektra(34) [OLD] 0.8.23 [NEW] 0.8.25 elementary(24) [OLD] 1.10.3 [NEW] 1.17.1 elfio(8) [OLD] 2.1 [NEW] 3.3 @@ -487,7 +487,7 @@ evolution(19) [OLD] 3.28.3 [NEW] 3.28.5 evolution-data-server(18) [OLD] 3.28.3 [NEW] 3.28.5 evolution-ews(8) [OLD] 3.28.3 [NEW] 3.28.5 -exaile(12) [OLD] 0.3.2.2 [NEW] 3.4.0.exe +exaile(12) [OLD] 0.3.2.2 [NEW] 3.4.0.2.dmg execline(14) [OLD] 2.1.5.0 [NEW] 2.5.0.1 exfat-utils(9) [OLD] 1.2.8 [NEW] 1.3.0 exim-lite(10) [OLD] 4.51 [NEW] 4.69 @@ -506,7 +506,7 @@ fedmsg(16) [OLD] 0.18.3 [NEW] 1.1.1 fedmsg-notify [OLD] 0.5.5 [NEW] 0.5.9 fence(10) [OLD] 2.03.11 [NEW] 3.0.7 -fet(12) [OLD] 5.17.0 [NEW] 5.37.3 +fet(12) [OLD] 5.17.0 [NEW] 5.37.4 fetch-crl(9) [OLD] 3.0.8 [NEW] 3.0.20.suse fetchconfig(10) [OLD] 0.22 [NEW] 0.23 fetchmail(23) [OLD] 6.3.26 [NEW] 6.4.0.beta4 @@ -521,7 +521,7 @@ firehol(12) [OLD] 3.0.1 [NEW] 3.1.6.tar.xz.sha flake8(16) [OLD] 3.5.0 [NEW] 3.6.0 flashrom(12) [OLD] 0.9.9 [NEW] 1.0 -flatpak(14) [OLD] 0.9.7 [NEW] 1.1.1 +flatpak(14) [OLD] 0.9.7 [NEW] 1.1.2 flaw(7) [OLD] 1.2.4 [NEW] 1.3.2a flawfinder(8) [OLD] 1.27 [NEW] 2.0.7 flocker [OLD] 0.4.0 [NEW] 1.15.0.post2 @@ -532,7 +532,7 @@ fonts-TTF-Google-croscore(8) [OLD] 1.23.0 [NEW] 1.31.0 fonts-thai-scalable(12) [OLD] 0.6.5 [NEW] 0.7.1 fonttools [OLD] 3.24.1 [NEW] 3.34.2 -foomatic-db(11) [OLD] 20110615 [NEW] 20181220 +foomatic-db(11) [OLD] 20110615 [NEW] 20181222 foomatic-db-engine(10) [OLD] 4.0.9 [NEW] 4.0.13 four-in-a-row(8) [OLD] 3.22.1 [NEW] 3.22.2 free-sa(9) [OLD] 1.6.2 [NEW] 2.0.0b6p7 @@ -572,6 +572,7 @@ gcl(16) [OLD] 2.6.10 [NEW] 2.6.12 gcompris(13) [OLD] 11.09 [NEW] 15.02 gcx(8) [OLD] 0.8.8 [NEW] 0.9.6 +gdb(27) [OLD] 8.2 [NEW] 8.2.1 gdbm-export(8) [OLD] 1.14.1 [NEW] 1.18.1 gdbm18(12) [OLD] 1.8.3 [NEW] 1.18.1 gdisk(8) [OLD] 1.0.3 [NEW] 1.0.4 @@ -635,7 +636,7 @@ glabels(8) [OLD] 3.4.0 [NEW] 3.4.1 glade3(14) [OLD] 3.8.5 [NEW] 3.8.6 glew(8) [OLD] 1.13.0 [NEW] 20181010 -glew(8) [OLD] 1.13.0 [NEW] 20181010 +glew1(12) [OLD] 1.13.0 [NEW] 20181010 glfw2(11) [OLD] 2.7.9 [NEW] 3.2.1 glib-openssl(8) [OLD] 2.50.3 [NEW] 2.50.8 global(21) [OLD] 6.3.4 [NEW] 6.6.3 @@ -697,7 +698,6 @@ gnomint(8) [OLD] 1.0.0 [NEW] 1.3.0 gnote(8) [OLD] 3.24.0 [NEW] 3.24.1 gnotime(12) [OLD] 2.3.0 [NEW] 2.4.1 -gnuastro(12) [OLD] 0.5 [NEW] 0.7 gnubiff(12) [OLD] 2.2.13 [NEW] 2.2.17 gnubik(8) [OLD] 2.4 [NEW] 2.4.3 gnucash/gnucash.spec:28: impossible substitution: https://sourceforge.net/projects/gnucash/files/gnucash\ %28stable%29/2.6.21/gnucash-2.6.21.tar.bz2 @@ -734,7 +734,7 @@ gputils(8) [OLD] 1.4.2 [NEW] 1.5.0-1 grabcartoons(8) [OLD] 1.11 [NEW] 2.4 grail(11) [OLD] 3.1.0 [NEW] 3.1.1 -gramps(8) [OLD] 4.2.3 [NEW] 5.0.0 +gramps(8) [OLD] 4.2.3 [NEW] 5.0.1 granite(8) [OLD] 0.1.1 [NEW] 0.5 grantlee(13) [OLD] 0.5.1 [NEW] 5.1.0 grap(8) [OLD] 1.43 [NEW] 1.45 @@ -744,7 +744,7 @@ graylog-collector-sidecar(10) [OLD] 0.1.4 [NEW] 1.0.0 grcm(8) [OLD] 0.1.6 [NEW] 2.0.0 greed(9) [OLD] 3.4 [NEW] 4.2 -gretl(8) [OLD] 1.2.4 [NEW] 2018c +gretl(8) [OLD] 1.2.4 [NEW] 2018d grilo(14) [OLD] 0.3.4 [NEW] 0.3.7 grilo-plugins(8) [OLD] 0.3.5 [NEW] 0.3.8 grip(17) [OLD] 3.3.1 [NEW] 3.9.0 @@ -756,9 +756,6 @@ grubby(12) [OLD] 8.11 [NEW] 8.40 gscan2pdf(12) [OLD] 0.9.32 [NEW] 2.2.1 gsoap(10) [OLD] 2.8.70 [NEW] 2.8.74 -gstreamer-editing-services(15) [OLD] 1.12.4 [NEW] 1.14.4 -gstreamer-libav(25) [OLD] 1.14.2 [NEW] 1.14.4 -gstreamer-openmax(11) [OLD] 1.12.4 [NEW] 1.14.4 gstreamer-rtsp-server(12) [OLD] 1.12.4 [NEW] 1.14.4 gstreamer-vaapi(17) [OLD] 1.12.4 [NEW] 1.14.4 gstreamer-validate(10) [OLD] 1.12.4 [NEW] 1.14.4 @@ -805,11 +802,10 @@ gxmms(15) [OLD] 0.2.1 [NEW] 0.3.0 h264enc(8) [OLD] 9.3.7 [NEW] 10.4.7 hadoop(15) [OLD] 0.20.2 [NEW] 3.1.1 -haproxy(17) [OLD] 1.8.14 [NEW] 1.8.15 +haproxy(17) [OLD] 1.8.14 [NEW] 1.8.16 harminv(8) [OLD] 1.3.1 [NEW] 1.4.1 hawkey [OLD] 0.6.4 [NEW] 1 hd2u(8) [OLD] 1.0.3 [NEW] 1.0.4 -hdf5(17) [OLD] 1.8.20 [NEW] 1.8.21 headerdoc(16) [OLD] 8.9.5 [NEW] 8.9.28 heimdal(15) [OLD] 7.5.0 [NEW] 7.5.0...heimdal hevea(17) [OLD] 2.23 [NEW] 2.32 @@ -820,13 +816,6 @@ hitori(8) [OLD] 3.22.3 [NEW] 3.22.4 hivex(20) [OLD] 1.3.14 [NEW] 1.3.15 hlint(7) [OLD] 1.9.36 [NEW] 2.1.12 -horde-dimp(11) [OLD] 1.1.5 [NEW] 1.1.8 -horde-imp(13) [OLD] 4.3.10 [NEW] 4.3.11 -horde-kronolith(11) [OLD] 2.3.5 [NEW] 2.3.6 -horde-mimp(11) [OLD] 1.1.3 [NEW] 1.1.4 -horde-mnemo(11) [OLD] 2.2.4 [NEW] 2.2.5 -horde-nag(11) [OLD] 2.3.6 [NEW] 2.3.7 -horde-webmail(18) [OLD] 1.2.6 [NEW] 1.2.11 hostapd(9) [OLD] 2.6 [NEW] 2.7 hpibrowser(8) [OLD] 2.15.0 [NEW] 3.1.0 hplip(21) [OLD] 3.18.6 [NEW] 3.18.12 @@ -896,7 +885,7 @@ itk(8) [OLD] 4.0.2 [NEW] 4.1.0 ivman(8) [OLD] 0.6.14 [NEW] 0.7.4 ivtools(8) [OLD] 1.1.3 [NEW] 1.2.11 -ixgbe(16) [OLD] 4.4.6 [NEW] 5.5.2 +ixgbe(16) [OLD] 4.4.6 [NEW] 5.5.3 j(8) [OLD] 0.19.0 [NEW] 0.21.0 jaaa(12) [OLD] 0.8.4 [NEW] 0.9.2 jabberd(23) [OLD] 2.6.1 [NEW] 2.7.0...master @@ -962,7 +951,7 @@ jquery-migrate(10) [OLD] 1.1.1 [NEW] 3.0.1 jquery-nanoscroller [OLD] 0.7.2 [NEW] 0.8.7 jquery-touchswipe [OLD] 1.6.6 [NEW] 1.6.19 -jquery-twitter-bootstrap(13) [OLD] 3.1.1 [NEW] 4.1.3 +jquery-twitter-bootstrap(13) [OLD] 3.1.1 [NEW] 4.2.1 js(15) [OLD] 1.7.0 [NEW] 1.60 jsext(8) [OLD] 0.12 [NEW] 1.1 jsonrpc-glib(7) [OLD] 3.28.0 [NEW] 3.28.1 @@ -1008,7 +997,7 @@ kgcc(8) [OLD] 3.2.2 [NEW] 8.2.0 kguitar(8) [OLD] 0.5 [NEW] 0.5.1 kiax(11) [OLD] 0.8.5 [NEW] 0.8.51 -kid3(14) [OLD] 3.5.1 [NEW] 3.6.2 +kid3(14) [OLD] 3.5.1 [NEW] 3.7.0 kile(9) [OLD] 2.1.3 [NEW] 2.9.92 kio-extras(13) [OLD] 17.08.2 [NEW] 18.12.0 klamav(9) [OLD] 0.45 [NEW] 0.46 @@ -1061,8 +1050,7 @@ libArcus [OLD] 3.5.1 [NEW] 3.6.0 libCSS(12) [OLD] 0.7.0 [NEW] 0.8.0 libSavitar [OLD] 2.7.0 [NEW] 3.6.0 -libapparmor(15) [OLD] 2.13 [NEW] 2.13.1 -libassuan(13) [OLD] 2.5.1 [NEW] 2.5.2 +libapparmor(15) [OLD] 2.13 [NEW] 2.13.2 libassuan1(14) [OLD] 1.0.5 [NEW] 2.5.2 libatomic_ops(10) [OLD] 7.2g [NEW] 7.6.8 libav(53) [OLD] 12.2 [NEW] 12.3 @@ -1074,7 +1062,7 @@ libcangjie(13) [OLD] 1.3 [NEW] 1.3.tar.xz.sha256.txt libcdata [OLD] 20150102 [NEW] 20181216 libcdatetime [OLD] 20150101 [NEW] 20181004 -libcec(15) [OLD] 2.1.4 [NEW] 4.0.3 +libcec [OLD] 2.1.4 [NEW] 4.0.4 libcerror [OLD] 20150101 [NEW] 20181117 libcfile [OLD] 20150101 [NEW] 20180102 libcfu(8) [OLD] 0.02 [NEW] 0.03 @@ -1092,7 +1080,6 @@ libcthreads [OLD] 20150101 [NEW] 20180724 libdap(12) [OLD] 3.18.3 [NEW] 3.20.2 libdazzle(7) [OLD] 3.28.0 [NEW] 3.28.5 -libde265(13) [OLD] 1.0.2 [NEW] 1.0.3 libdigidocpp(23) [OLD] 3.13.8 [NEW] 3.13.8.1379.msi libdnf [OLD] 0.11.1 [NEW] 0.22.4 libdom(12) [OLD] 0.3.2 [NEW] 0.3.3 @@ -1102,6 +1089,7 @@ libe-book(12) [OLD] 0.1.2 [NEW] 0.1.3 libebml(8) [OLD] 1.3.5 [NEW] 1.3.6 libetpan [OLD] 1.7.2 [NEW] 1.9.2 +libev(12) [OLD] 4.24 [NEW] 4.25 libewf [OLD] 20150107 [NEW] 20171104 libfabric(19) [OLD] 1.6.2 [NEW] 1.7.0rc2 libfad(8) [OLD] 0.9.6 [NEW] 0.84 @@ -1114,8 +1102,8 @@ libfm(18) [OLD] 1.2.5 [NEW] 1.3.1 libfmt(7) [OLD] 3.0.1 [NEW] 5.1.0 libframe(13) [OLD] 8.30 [NEW] 8.33 -libfuse(9) [OLD] 2.9.8 [NEW] 3.3.0...master -libfuse3(9) [OLD] 3.3.0 [NEW] 3.3.0...master +libfuse(9) [OLD] 2.9.8 [NEW] 3.4.1...master +libfuse3(9) [OLD] 3.4.1 [NEW] 3.4.1...master libfvalue [OLD] 20150104 [NEW] 20180817 libfwnt [OLD] 20150104 [NEW] 20181215 libgcroots [OLD] 0.2.3 [NEW] 0.3.1 @@ -1124,7 +1112,6 @@ libgdiplus(14) [OLD] 4.2 [NEW] 5.6 libgee(17) [OLD] 0.20.0 [NEW] 0.20.1 libgnome-games-support(12) [OLD] 1.4.1 [NEW] 1.4.3 -libgpg-error(12) [OLD] 1.32 [NEW] 1.33 libgsf(13) [OLD] 1.14.43 [NEW] 1.14.45 libgsm(12) [OLD] 1.0.17 [NEW] 1.0.18 libguestfs(42) [OLD] 1.36.5 [NEW] 1.36.15 @@ -1134,7 +1121,6 @@ libhubbub(12) [OLD] 0.3.4 [NEW] 0.3.5 libica(8) [OLD] 1.3.9.1 [NEW] 2.3.0 libimagequant [OLD] 2.12.1 [NEW] 2.12.2 -libindi(12) [OLD] 1.4.1 [NEW] 1.6.2 libinfinity(14) [OLD] 0.6.7 [NEW] 0.7.1 libircclient(7) [OLD] 1.6 [NEW] 1.10 libiscsi [OLD] 1.10.0 [NEW] 1.18.0 @@ -1142,8 +1128,7 @@ libjpeg6(22) [OLD] 6b2 [NEW] 8d1 liblo(12) [OLD] 0.28 [NEW] 0.29 liblogging(7) [OLD] 1.0.4 [NEW] 1.0.6 -liblouis(14) [OLD] 3.2.0 [NEW] 3.8.0. -liblouisutdml(13) [OLD] 2.6.0 [NEW] 2.7.0 +liblouis(14) [OLD] 3.8.0 [NEW] 3.8.0. libmaa(8) [OLD] 1.3.2 [NEW] 1.4.2 libmatroska(8) [OLD] 1.4.8 [NEW] 1.4.9 libmd-bsd(8) [OLD] 1.0.0 [NEW] 1.0.1 @@ -1181,7 +1166,7 @@ libpst(12) [OLD] 0.6.70 [NEW] 0.6.72 libpwquality(14) [OLD] 1.4.0 [NEW] 1.4.0...master libqb(14) [OLD] 1.0.3 [NEW] 1.0.3.sha256 -libqpsd [OLD] 0 [NEW] Version +libqpsd [OLD] 0 [NEW] v2.2.0 libquvi-0.4(12) [OLD] 0.4.1 [NEW] 0.9.4 libquvi-scripts-0.4(8) [OLD] 0.4.21 [NEW] 0.9.20131130 librecad [OLD] 2.1.3 [NEW] 2.2.0 @@ -1205,7 +1190,7 @@ libtheora(16) [OLD] 1.1.1 [NEW] 1.2.0alpha1 libthreadar(13) [OLD] 1.0.1 [NEW] 1.2.1 libtimidity(8) [OLD] 0.2.5 [NEW] 0.2.6 -libtomcrypt(13) [OLD] 1.18.1 [NEW] 1.18.2.pdf +libtomcrypt(13) [OLD] 1.18.1 [NEW] 1.18.2. libtomfloat(9) [OLD] 0.02 [NEW] 0.02. libtommath(9) [OLD] 1.0.1 [NEW] 1.0.1. libtompoly(9) [OLD] 0.04 [NEW] 0.04. @@ -1219,14 +1204,12 @@ libvirt-sandbox(8) [OLD] 0.6.0 [NEW] 0.8.0 libvoikko [OLD] 4.1.1 [NEW] 4.2 libwapcaplet(12) [OLD] 0.4.0 [NEW] 0.4.1 -libwebp(13) [OLD] 1.0.0 [NEW] 1.0.1 libwps(8) [OLD] 0.4.9 [NEW] 0.4.10 libxfce4util(14) [OLD] 4.13.1 [NEW] 4.13.2 libxmlb(12) [OLD] 0.1.4 [NEW] 0.1.5 libxseg [OLD] 0.4.1 [NEW] 2jessie libzdb(7) [OLD] 3.0 [NEW] 3.1 libzio(8) [OLD] 1.02 [NEW] 1.06 -libzip(8) [OLD] 1.4.0 [NEW] 1.5.1 libzypp [OLD] 15.19.7 [NEW] 17.10.3 licq(15) [OLD] 1.3.7 [NEW] 1.8.2 lifegeek(8) [OLD] 1.04stable [NEW] 2.0stable @@ -1243,11 +1226,11 @@ links2(24) [OLD] 2.1pre28 [NEW] 2.17 linux-firmware(12) [OLD] 20181008 [NEW] 20181219 linux-gpib%{?_pld_builder:%{?with_kernel:-kernel}}(45) [OLD] 4.1.0 [NEW] 4.2.0 -linux-libc-headers(18) [OLD] 4.19.0 [NEW] 4.19.11 +linux-libc-headers(18) [OLD] 4.19.0 [NEW] 4.19.12 linuxconsoletools(8) [OLD] 1.5.1 [NEW] 1.6.0 live(16) [OLD] 2018.10.17 [NEW] 2018.12.14 lizardfs(13) [OLD] 3.11.3 [NEW] 3.12.0 -lmdb [OLD] 0.9.22 [NEW] LMDB_0.9.22 +lmdb [OLD] 0.9.22 [NEW] LMDB_0.9.23 lmp(8) [OLD] 0.2.99.10 [NEW] 0.3.0.pre1 lms(19) [OLD] 1.11.13 [NEW] 1.11.23 lockfile-progs(8) [OLD] 0.1.17 [NEW] 0.1.18 @@ -1311,6 +1294,7 @@ mantis(13) [OLD] 1.2.6 [NEW] 2.18.0. mapnik(12) [OLD] 3.0.20 [NEW] 3.0.21 mapserver(22) [OLD] 7.0.0 [NEW] 7.2.1 +mate-screensaver(8) [OLD] 1.20.2 [NEW] 1.20.3 matio(14) [OLD] 1.5.8 [NEW] 1.5.13 matrixgl(8) [OLD] 2.3 [NEW] 2.3.2 matroska-foundation [OLD] 0 [NEW] mkvalidator @@ -1363,7 +1347,7 @@ moinmoin(12) [OLD] 1.5.9 [NEW] 1.9.10 molden(8) [OLD] 4.6 [NEW] 5.9.2 mongo-c-driver(19) [OLD] 1.11.0 [NEW] 1.13.0 -mono(20) [OLD] 4.8.1.0 [NEW] 5.16.0.220 +mono(20) [OLD] 4.8.1.0 [NEW] 5.18.0.225 mono-basic(9) [OLD] 4.6 [NEW] 4.7 monodevelop(16) [OLD] 5.10.0.871 [NEW] 7.7.0.1868 morfeusz-SGJP(8) [OLD] 20110416 [NEW] 20130413 @@ -1575,7 +1559,7 @@ openntpd(8) [OLD] 6.0p1 [NEW] 6.2p3 openocd(12) [OLD] 0.9.0 [NEW] 0.10.0 openpace [OLD] 1.0.2 [NEW] 1.0.3 -openrc [OLD] 0.20.4 [NEW] 0.40.2 +openrc [OLD] 0.20.4 [NEW] 0.40.3 opensched(8) [OLD] 0.3.8 [NEW] 0.4.4 openshot(7) [OLD] 2.4.2 [NEW] 2.4.3 openslp(13) [OLD] 2.0.0 [NEW] 2.0.0.a1 @@ -1610,7 +1594,7 @@ pacpl(9) [OLD] 4.0.2 [NEW] 6.1.0 paintown(13) [OLD] 3.5.0 [NEW] 3.6.0 pal(11) [OLD] 0.3.4 [NEW] 0.4.3 -pam-pam_apparmor(10) [OLD] 2.13 [NEW] 2.13.1 +pam-pam_apparmor(10) [OLD] 2.13 [NEW] 2.13.2 pam-pam_krb5(11) [OLD] 4.6 [NEW] 4.8 pam-pam_mktemp(9) [OLD] 1.0.3 [NEW] 1.1.1 pam-pam_p11(9) [OLD] 0.2.0 [NEW] 0.2.0...master @@ -1622,6 +1606,7 @@ pantheon-terminal(7) [OLD] 0.1 [NEW] 0.4.3 paperkey(8) [OLD] 1.4 [NEW] 1.6 paragui1(8) [OLD] 1.0.4 [NEW] 1.1.8 +parallel(8) [OLD] 20181122 [NEW] 20181222 parigp(16) [OLD] 2.5.5 [NEW] 2.11.1 parprouted(9) [OLD] 0.63 [NEW] 0.65 partclone(7) [OLD] 0.2.88 [NEW] 0.3.11 @@ -1637,7 +1622,7 @@ pcb(9) [OLD] 20080202 [NEW] 20140316 pcl [OLD] 1.7.2 [NEW] 1.9.1 pcmanfm(9) [OLD] 1.2.1 [NEW] 1.3.1 -pcp [OLD] 4.1.0 [NEW] 4.2.0 +pcp [OLD] 4.1.0 [NEW] 4.3.0 pcsc-driver-gempc(8) [OLD] 1.0.7 [NEW] 1.0.8 pcsc-tools(13) [OLD] 1.4.27 [NEW] 1.5.4 pdftohtml(8) [OLD] 0.39 [NEW] 0.40a @@ -1650,6 +1635,7 @@ penguin-command(8) [OLD] 1.6.10 [NEW] 1.6.11 percona-playback(6) [OLD] 0.6 [NEW] 0.7 perl(75) [OLD] 5.28.1 [NEW] 5.29.6 +perl-Algorithm-Dependency(16) [OLD] 1.110 [NEW] 1.111 perl-Alien-LibGumbo(18) [OLD] 0.04 [NEW] 0.05 perl-Alien-wxWidgets(21) [OLD] 0.67 [NEW] 0.69 perl-AnyEvent-HTTP(16) [OLD] 2.23 [NEW] 2.24 @@ -1672,7 +1658,6 @@ perl-Array-IntSpan(17) [OLD] 2.002 [NEW] 2.003 perl-Array-Lookup(15) [OLD] 2.1 [NEW] 2.3 perl-Array-PrintCols(15) [OLD] 2.1 [NEW] 2.6 -perl-Astro-FITS-CFITSIO(16) [OLD] 1.11 [NEW] 1.12 perl-Astro-Sunrise(16) [OLD] 0.96 [NEW] 0.97 perl-Astro-satpass(16) [OLD] 0.099 [NEW] 0.103 perl-Audio-Analyzer(16) [OLD] 0.21 [NEW] 0.22 @@ -1703,7 +1688,7 @@ perl-CGI-Fast(15) [OLD] 2.10 [NEW] 2.13 perl-CGI-Lite(11) [OLD] 2.02 [NEW] 3.02 perl-CGI-Simple(16) [OLD] 1.113 [NEW] 1.115 -perl-CPAN(15) [OLD] 1.9402 [NEW] 2.16 +perl-CPAN(15) [OLD] 1.9402 [NEW] 2.22 perl-CPAN-Reporter(15) [OLD] 1.2003 [NEW] 1.2018 perl-CPS(16) [OLD] 0.12 [NEW] 0.18 perl-Cache(15) [OLD] 2.04 [NEW] 2.11 @@ -1785,6 +1770,7 @@ perl-Crypt-PWSafe3(15) [OLD] 1.21 [NEW] 1.22 perl-Crypt-PassGen(16) [OLD] 0.05 [NEW] 0.06 perl-Crypt-RandPasswd(16) [OLD] 0.02 [NEW] 0.06 +perl-Crypt-Random(16) [OLD] 1.25 [NEW] 1.52 perl-Crypt-TEA(15) [OLD] 1.25 [NEW] 1.26 perl-Cwd-Guard(15) [OLD] 0.04 [NEW] 0.05 perl-DBD-AnyData(16) [OLD] 0.09 [NEW] 0.110 @@ -1865,6 +1851,8 @@ perl-Device-USB(15) [OLD] 0.36 [NEW] 0.37 perl-Digest-Elf(15) [OLD] 1.4 [NEW] 1.42 perl-Distribution-Metadata(15) [OLD] 0.04 [NEW] 0.06 +perl-EV(16) [OLD] 4.22 [NEW] 4.25 +perl-Email-Address(16) [OLD] 1.909 [NEW] 1.911 perl-Email-Folder(15) [OLD] 0.855 [NEW] 0.860 perl-Email-Folder-IMAP(16) [OLD] 1.102 [NEW] 1.105 perl-Email-Folder-IMAPS(16) [OLD] 1.102 [NEW] 1.105 @@ -2017,14 +2005,14 @@ perl-IPC-Shareable(15) [OLD] 0.60 [NEW] 0.61 perl-Image-BMP(16) [OLD] 1.16 [NEW] 1.19 perl-Image-Base(15) [OLD] 1.16 [NEW] 1.17 -perl-Image-ExifTool(16) [OLD] 10.98 [NEW] 11.22 +perl-Image-ExifTool(16) [OLD] 10.98 [NEW] 11.23 perl-Image-Info(16) [OLD] 1.31 [NEW] 1.41 perl-Image-MetaData-JPEG(15) [OLD] 0.153 [NEW] 0.159 perl-Image-Size(12) [OLD] 3.232 [NEW] 3.300 perl-Image-Xbm(15) [OLD] 1.08 [NEW] 1.10 perl-Image-Xpm(15) [OLD] 1.12 [NEW] 1.13 perl-Imager-Graph(17) [OLD] 0.09 [NEW] 0.12 -perl-Immunix(10) [OLD] 2.9.0 [NEW] 2.13.1 +perl-Immunix(10) [OLD] 2.9.0 [NEW] 2.13.2 perl-Inline-Awk(31) [OLD] 0.03 [NEW] 0.04 perl-Inline-Befunge(31) [OLD] 0.04 [NEW] 1.1.1 perl-Inline-C(17) [OLD] 0.76 [NEW] 0.78 @@ -2207,7 +2195,7 @@ perl-Net-Traceroute(16) [OLD] 1.13 [NEW] 1.15 perl-Net-Twitter(15) [OLD] 3.18001 [NEW] 4.01043 perl-Net-Twitter-Lite(16) [OLD] 0.10004 [NEW] 0.12008 -perl-Net-UPnP(14) [OLD] 1.4.3 [NEW] 1.4.5 +perl-Net-UPnP(14) [OLD] 1.4.3 [NEW] 1.4.6 perl-News-Newsrc(16) [OLD] 1.09 [NEW] 1.11 perl-Nmap-Parser(15) [OLD] 1.21 [NEW] 1.36 perl-Number-Format(17) [OLD] 1.73 [NEW] 1.75 @@ -2509,8 +2497,6 @@ php%{!?with_default_php:72}(165) [OLD] 7.2.13 [NEW] 7.3.0 php-bartlett-PHP_Reflect(11) [OLD] 1.9.0 [NEW] 2.0.0RC1 php%{?php_suffix}-clamav(9) [OLD] 0.15.7 [NEW] 0.15.8 -php-composer-spdx-licenses [OLD] 1.3.0 [NEW] 1.5.0 -php-composer-xdebug-handler [OLD] 1.3.0 [NEW] 1.3.1 php-container-interop [OLD] 1.1.0 [NEW] 1.2.0 php-diff [OLD] 1.0.2 [NEW] 1.1.0 php-dompdf(13) [OLD] 0.6.2 [NEW] 06.2. @@ -2616,7 +2602,7 @@ php%{?php_suffix}-pecl-json_post(10) [OLD] 1.0.0 [NEW] 1.0.1 php%{?php_suffix}-pecl-jsonc(14) [OLD] 1.3.6 [NEW] 1.3.10 php%{?php_suffix}-pecl-libsodium(16) [OLD] 1.0.7 [NEW] 2.0.20 -php%{?php_suffix}-pecl-lua(13) [OLD] 1.1.0 [NEW] 2.0.5 +php%{?php_suffix}-pecl-lua(13) [OLD] 1.1.0 [NEW] 2.0.6 php%{?php_suffix}-pecl-mailparse(11) [OLD] 3.0.1 [NEW] 3.0.2 php%{?php_suffix}-pecl-msgpack(14) [OLD] 2.0.2 [NEW] 2.0.3 php%{?php_suffix}-pecl-newt(13) [OLD] 1.2.5 [NEW] 1.2.9 @@ -2739,7 +2725,7 @@ psacct(13) [OLD] 6.6.1 [NEW] 6.6.4 psad(11) [OLD] 2.0.1 [NEW] 2.4.6 psi(9) [OLD] 1.3 [NEW] 1.4 -psi-plus(9) [OLD] 1.2.243 [NEW] 1.4.495 +psi-plus(9) [OLD] 1.2.243 [NEW] 1.4.504 psiconv(8) [OLD] 0.9.8 [NEW] 0.9.9 pstoedit(8) [OLD] 3.70 [NEW] 3.73 pstreams(8) [OLD] 0.5.2 [NEW] 1.0.1 @@ -2858,7 +2844,7 @@ python-eventlet(17) [OLD] 0.23.0 [NEW] 0.24.1 python-eyeD3(18) [OLD] 0.8 [NEW] 0.8.8 python-fedmsg-meta-fedora-infrastructure(12) [OLD] 0.15.4 [NEW] 0.27.0 -python-fido2(18) [OLD] 0.3.0 [NEW] 0.4.0 +python-fido2(18) [OLD] 0.3.0 [NEW] 0.5.0 python-file_read_backwards(17) [OLD] 1.2.2 [NEW] 2.0.0 python-flask-babel(18) [OLD] 0.9 [NEW] 0.12.2 python-flask-debugtoolbar(16) [OLD] 0.9.0 [NEW] 0.10.1 @@ -2889,7 +2875,7 @@ python-httpbin(15) [OLD] 0.5.0 [NEW] 0.7.0 python-httpretty(20) [OLD] 0.8.14 [NEW] 0.9.6 python-hunspell(15) [OLD] 0.4.1 [NEW] 0.5.5 -python-hypothesis(15) [OLD] 3.82.1 [NEW] 3.84.3 +python-hypothesis(15) [OLD] 3.82.1 [NEW] 3.84.5 python-ipaddr(11) [OLD] 2.1.11 [NEW] 2.2.0 python-irclib(11) [OLD] 0.4.5 [NEW] 0.4.8 python-isodate(16) [OLD] 0.5.4 [NEW] 0.6.0 @@ -3122,7 +3108,7 @@ python-zope.proxy(9) [OLD] 3.4.2 [NEW] 4.3.1 python-zope.testing(13) [OLD] 3.10.2 [NEW] 4.7 python3-Uranium [OLD] 3.5.1 [NEW] 3.6.0 -python3-oursql(9) [OLD] 0.9.3 [NEW] 09.4.tar. +python3-oursql(9) [OLD] 0.9.3 [NEW] 09.4. python3-pychromecast [OLD] 2.2.0 [NEW] 2.3.0 pytone(8) [OLD] 3.0.2 [NEW] 3.0.4pre q(8) [OLD] 6.0 [NEW] 7.11cvs20080118 @@ -3131,7 +3117,7 @@ qalculate-kde(8) [OLD] 0.9.5 [NEW] 0.9.7 qbittorrent(15) [OLD] 3.3.11 [NEW] 4.1.4 qemuctl(9) [OLD] 0.2 [NEW] 0.3.1 -qgis(9) [OLD] 2.18.17 [NEW] 3.4.2 +qgis(9) [OLD] 2.18.17 [NEW] 3.4.3 qingy(15) [OLD] 0.9.7 [NEW] 1.0.0 qjackctl(8) [OLD] 0.5.4 [NEW] 0.5.5 qmail-scanner(14) [OLD] 2.04 [NEW] 2.11 @@ -3174,6 +3160,7 @@ refpolicy(11) [OLD] 20071214 [NEW] 20081014 regexxer(8) [OLD] 0.8 [NEW] 0.10 rekonq(7) [OLD] 2.4.0 [NEW] 2.4.2 +renrot(8) [OLD] 1.1 [NEW] 1.2.0 reposurgeon(7) [OLD] 3.36 [NEW] 3.45 repoview(8) [OLD] 0.6.5 [NEW] 0.6.6 reptyr [OLD] 0.6.2 [NEW] 0.7.0 @@ -3197,6 +3184,7 @@ rott(16) [OLD] 1.1 [NEW] 1.1.2 roundup(8) [OLD] 1.4.8 [NEW] 1.6.0 roxterm(12) [OLD] 2.9.4 [NEW] 3.3.2 +rpc2(9) [OLD] 2.10 [NEW] 2.14 rpmbootstrap(8) [OLD] 0.12.1 [NEW] 0.14.6.pbconf rpmlint [OLD] 1.9 [NEW] 1.10 rpmorphan(21) [OLD] 1.13 [NEW] 1.19 @@ -3406,7 +3394,7 @@ ruby-rails [OLD] 3.2.19 [NEW] 5.2.2 ruby-rails2 [OLD] 2.3.16 [NEW] 5.2.2 ruby-rake [OLD] 10.0.4 [NEW] 12.3.2 -ruby-rake-compiler [OLD] 0.8.3 [NEW] 1.0.5 +ruby-rake-compiler [OLD] 0.8.3 [NEW] 1.0.6 ruby-ramaze [OLD] 2010.06.18 [NEW] 2012.12.08 ruby-rb-fsevent [OLD] 0.9.4 [NEW] 0.10.3 ruby-rb-inotify [OLD] 0.9.5 [NEW] 0.10.0 @@ -3442,7 +3430,7 @@ ruby-sequel_core [OLD] 2.2.0 [NEW] 3.8.0 ruby-simplecov [OLD] 0.14.1 [NEW] 0.16.1 ruby-simplecov-html [OLD] 0.10.1 [NEW] 0.10.2 -ruby-sinatra [OLD] 1.0 [NEW] 2.0.4 +ruby-sinatra [OLD] 1.0 [NEW] 2.0.5 ruby-slop [OLD] 3.4.6 [NEW] 4.6.2 ruby-sprockets [OLD] 2.2.2 [NEW] 3.7.2 ruby-sqlite3 [OLD] 1.3.9 [NEW] 1.3.13 @@ -3460,11 +3448,13 @@ ruby-timers [OLD] 1.1.0 [NEW] 4.2.0 ruby-tmail [OLD] 1.2.3.1 [NEW] 1.2.7.1 ruby-tokyocabinet [OLD] 1.31 [NEW] 1.32.0 +ruby-tomlrb [OLD] 1.2.7 [NEW] 1.2.8 ruby-transaction-simple [OLD] 1.4.0 [NEW] 1.4.0.2 ruby-treetop [OLD] 1.4.15 [NEW] 1.6.10 ruby-trollop [OLD] 1.15 [NEW] 2.9.9 ruby-tzinfo [OLD] 0.3.37 [NEW] 1.2.5 ruby-uglifier [OLD] 2.5.3 [NEW] 4.1.20 +ruby-unicode-display_width [OLD] 1.4.0 [NEW] 1.4.1 ruby-uuid [OLD] 2.3.7 [NEW] 2.3.9 ruby-vpim [OLD] 0.98 [NEW] 13.11.11 ruby-webmock [OLD] 1.11.0 [NEW] 3.4.2 @@ -3581,7 +3571,7 @@ sratom(8) [OLD] 0.6.0 [NEW] 0.6.2 srelay(8) [OLD] 0.4.8b5 [NEW] 0.4.8p3 srm(8) [OLD] 1.2.9 [NEW] 1.2.15 -sshfs-fuse(9) [OLD] 3.5.0 [NEW] 3.5.0. +sshfs-fuse(9) [OLD] 3.5.1 [NEW] 3.5.1...master sshguard(8) [OLD] 1.5 [NEW] 2.3.0 sssd(20) [OLD] 1.13.4 [NEW] 2.0.0 stalonetray(8) [OLD] 0.8.1 [NEW] 0.8.3 @@ -3603,7 +3593,7 @@ suomi-malaga [OLD] 1.19 [NEW] 4.2 supermin(8) [OLD] 5.1.17 [NEW] 5.1.19 supertuxkart(8) [OLD] 0.8 [NEW] 0.9-src -supervisor(11) [OLD] 3.0 [NEW] 3.3.4 +supervisor(11) [OLD] 3.0 [NEW] 3.3.5 svn-all-fast-export [OLD] 1.0.10 [NEW] 1.0.13 svs(9) [OLD] 0.1.3 [NEW] 0.1.4 sweep(17) [OLD] 0.9.2 [NEW] 0.9.3 @@ -3617,7 +3607,7 @@ syncevolution(9) [OLD] 1.3 [NEW] 1.5.3 synfig(8) [OLD] 0.64.2 [NEW] 1.2.2 synopsis(8) [OLD] 0.11 [NEW] 0.13 -sysdig%{?_pld_builder:%{?with_kernel:-kernel}} [OLD] 0.21.0 [NEW] agent/0.87.0 +sysdig%{?_pld_builder:%{?with_kernel:-kernel}} [OLD] 0.21.0 [NEW] 0.24.2 sysinfo(8) [OLD] 0.6.1 [NEW] 0.7 syslog-ng [OLD] 3.14.1 [NEW] 3.19.1 sysmon(10) [OLD] 0.92.2 [NEW] 0.93 @@ -3656,7 +3646,7 @@ telepathy-spec(8) [OLD] 0.27.0 [NEW] 0.99.8 tepl(12) [OLD] 2.99.2 [NEW] 2.99.4 terminator(7) [OLD] 0.98 [NEW] 1.0 -terminology(10) [OLD] 0.6.1 [NEW] 1.3.0 +terminology(10) [OLD] 0.6.1 [NEW] 1.3.2 termit [OLD] 2.10.0 [NEW] 3.0.0 teseq(12) [OLD] 1.0.0 [NEW] 1.1.1 tetex-latex-textpos(11) [OLD] 1.7g [NEW] 1.8 @@ -3674,7 +3664,6 @@ tinc(8) [OLD] 1.0.31 [NEW] 1.1pre17 tintin(8) [OLD] 2.00.7 [NEW] 2.01.4 tinyproxy(8) [OLD] 1.8.4 [NEW] 1.10.0 -tinyxml2 [OLD] 4.0.1 [NEW] 7.0.1 tk(15) [OLD] 8.6.9 [NEW] 8.7a1 tk-BWidget(9) [OLD] 1.9.12 [NEW] 1.9.13 tkcon(8) [OLD] 2.4 [NEW] 2.5 @@ -3754,10 +3743,9 @@ viewvc(10) [OLD] 1.1.26 [NEW] 1.1.26. vifm(9) [OLD] 0.7.2 [NEW] 0.10 viking(7) [OLD] 1.6.1 [NEW] 1.6.2 -vim(52) [OLD] 8.1.0553 [NEW] 8.1.0611 +vim(52) [OLD] 8.1.0553 [NEW] 8.1.0629 vim-plugin-checksyntax [OLD] 2.03 [NEW] 5.00 vim-plugin-flake8 [OLD] 1.4 [NEW] 1.6 -vim-plugin-tagbar(8) [OLD] 2.6.1 [NEW] 2.7 vim-spell-pl(8) [OLD] 20131202 [NEW] 20181201 vim-syntax-upstart(8) [OLD] 1.3 [NEW] 1.13.2 virt-what(11) [OLD] 1.13 [NEW] 1.19 @@ -3778,7 +3766,7 @@ vulkan-loader [OLD] 1.0.3.0 [NEW] 1.1.73.0 vulkan-sdk [OLD] 1.0.68.0 [NEW] 1.1.92.0 vym(8) [OLD] 1.7.0 [NEW] 2.6.11 -waf(9) [OLD] 2.0.11 [NEW] 2.0.13 +waf(9) [OLD] 2.0.11 [NEW] 2.0.14 wammu(11) [OLD] 0.36 [NEW] 0.44 wanpipe(19) [OLD] 7.0.10 [NEW] 7.0.25.1 warzone2100(8) [OLD] 3.1.2 [NEW] 3.2.3 @@ -3903,8 +3891,9 @@ yubikey-manager-qt(8) [OLD] 0.5.2 [NEW] 1.0.1 yudit(9) [OLD] 2.9.2 [NEW] 2.9.6 yuicompressor(17) [OLD] 2.4.8 [NEW] 35. -zabbix(21) [OLD] 4.0.2 [NEW] 4.2.0alpha1 +zabbix(21) [OLD] 4.0.2 [NEW] 4.2.0alpha2 zapping(13) [OLD] 0.9.6 [NEW] 0.10cvs6 +zathura(9) [OLD] 0.4.1 [NEW] 0.4.3 zd1211-firmware(8) [OLD] 1.4 [NEW] 1.5 zeroinstall-injector(12) [OLD] 2.3.3 [NEW] 2.13 zeromq(17) [OLD] 4.2.5 [NEW] 4.3.0. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/PLD-doc/PLD-update-TODO?r1=1.2311&r2=1.2312 From qboosh at pld-linux.org Sun Dec 23 23:07:57 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 23:07:57 +0100 Subject: =?utf8?q?=5Bpackages/movmetaedit=5D_Created_branch_master?= Message-ID: <154560287770.28226.3921222561311739693@pld-linux.org> The branch 'master' was created. Summary of new commits: bb919ea... - new From qboosh at pld-linux.org Sun Dec 23 23:08:02 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 23:08:02 +0100 Subject: =?utf8?q?=5Bpackages/movmetaedit=5D_-_new?= References: <154560287770.28226.3921222561311739693@pld-linux.org> Message-ID: commit bb919ea75c0216393e25bc4d925619733d6230e4 Author: Jakub Bogusz Date: Sun Dec 23 23:12:35 2018 +0100 - new movmetaedit.spec | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) --- diff --git a/movmetaedit.spec b/movmetaedit.spec new file mode 100644 index 0000000..7b770ad --- /dev/null +++ b/movmetaedit.spec @@ -0,0 +1,104 @@ +# TODO: system libzen +Summary: Embed and edit MOV files metadata +Summary(pl.UTF-8): Osadzanie i modyfikowanie metadanych w plikach MOV +Name: movmetaedit +Version: 17.10.1 +Release: 1 +License: MIT +Group: Applications/Multimedia +Source0: https://mediaarea.net/download/source/movmetaedit/%{version}/%{name}_%{version}.tar.xz +# Source0-md5: f18e979052a8e52bc8e350cedf5db4b3 +URL: https://mediaarea.net/MOVMetaEdit +BuildRequires: Qt5Gui-devel >= 5 +BuildRequires: Qt5Widgets-devel >= 5 +BuildRequires: autoconf >= 2.50 +BuildRequires: automake +BuildRequires: libstdc++-devel +BuildRequires: libtool >= 2:1.5 +BuildRequires: pkgconfig +BuildRequires: qt5-build >= 5 +BuildRequires: qt5-qmake >= 5 +BuildRequires: rpmbuild(macros) >= 1.566 +BuildRequires: sed >= 4.0 +BuildRequires: tar >= 1:1.22 +BuildRequires: xz +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +MOV MetaEdit is a tool that supports the embedding and editing of +metadata in MOV (Apple QuickTime) or MP4 (ISO/IEC 14496-14 a.k.a. +MPEG-4 Part 14) files. It is currently focused on Universal Ad ID +metadata but could be expanded on request. + +%description -l pl.UTF-8 +MOV MetaEdit to narz?dzie obs?uguj?ce osadzanie i modyfikowanie +metadanych w plikach MOV (Apple QuickTime) lub MP4 (ISO/IEC 14496-14, +znanych tak?e jako MPEG-4 Part 14). Obecnie skupia si? na metadanych +Universal Ad ID, ale w razie potrzeby mo?e by? rozszerzone. + +%package gui +Summary: GUI to embed and edit MOV files metadata +Summary(pl.UTF-8): Graficzny interfejs do osadzania i modyfikowania metadanych w plikach MOV +Group: X11/Applications/Multimedia + +%description gui +MOV MetaEdit is a tool that supports the embedding and editing of +metadata in MOV (Apple QuickTime) or MP4 (ISO/IEC 14496-14 a.k.a. +MPEG-4 Part 14) files. It is currently focused on Universal Ad ID +metadata but could be expanded on request. + +%description gui -l pl.UTF-8 +MOV MetaEdit to narz?dzie obs?uguj?ce osadzanie i modyfikowanie +metadanych w plikach MOV (Apple QuickTime) lub MP4 (ISO/IEC 14496-14, +znanych tak?e jako MPEG-4 Part 14). Obecnie skupia si? na metadanych +Universal Ad ID, ale w razie potrzeby mo?e by? rozszerzone. + +%prep +%setup -q -n movmetaedit +%undos *.html *.txt +chmod 644 *.html *.txt + +%build +# build CLI +cd Project/GNU/CLI +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} +%configure +%{__make} + +# now build GUI +cd ../../../Project/Qt +qmake-qt5 \ + QMAKE_CXX="%{__cxx}" \ + QMAKE_CXXFLAGS_RELEASE="%{rpmcxxflags}" \ + QMAKE_LFLAGS_RELEASE="%{rpmldflags}" + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} -C Project/GNU/CLI install \ + DESTDIR=$RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_iconsdir}/hicolor/128x128/apps} +install Project/Qt/movmetaedit-gui $RPM_BUILD_ROOT%{_bindir} +cp -p Project/Qt/movmetaedit-gui.desktop $RPM_BUILD_ROOT%{_desktopdir} +cp -p Source/Resource/Image/Icon.png $RPM_BUILD_ROOT%{_iconsdir}/hicolor/128x128/apps/movmetaedit.png + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc License.html History_CLI.txt LICENSE License.html README.md +%attr(755,root,root) %{_bindir}/movmetaedit + +%files gui +%defattr(644,root,root,755) +%doc License.html History_GUI.txt LICENSE License.html README.md +%attr(755,root,root) %{_bindir}/movmetaedit-gui +%{_desktopdir}/movmetaedit-gui.desktop +%{_iconsdir}/hicolor/128x128/apps/movmetaedit.png ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/movmetaedit.git/commitdiff/bb919ea75c0216393e25bc4d925619733d6230e4 From qboosh at pld-linux.org Sun Dec 23 23:08:07 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 23:08:07 +0100 Subject: DISTFILES: movmetaedit: movmetaedit_17.10.1.tar.xz Message-ID: <28470.1545602887@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://mediaarea.net/download/source/movmetaedit/17.10.1/movmetaedit_17.10.1.tar.xz f18e979052a8e52bc8e350cedf5db4b3 movmetaedit_17.10.1.tar.xz Size: 361536 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 23:11:16 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 23:11:16 +0100 Subject: =?utf8?q?=5Bpackages/bwfmetaedit=5D_-_clearer_License?= References: <54f545cffb40802eaa8efd42dfa7ae8a715fd2c2_refs_heads_master@pld-linux.org> Message-ID: <396032a0238fe7b926e588b9e75a7eb2a8ddb8cb_refs_heads_master@pld-linux.org> commit 396032a0238fe7b926e588b9e75a7eb2a8ddb8cb Author: Jakub Bogusz Date: Sun Dec 23 23:15:56 2018 +0100 - clearer License bwfmetaedit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/bwfmetaedit.spec b/bwfmetaedit.spec index 71d8ffa..80bc915 100644 --- a/bwfmetaedit.spec +++ b/bwfmetaedit.spec @@ -4,7 +4,7 @@ Summary(pl.UTF-8): Osadzanie, sprawdzanie i eksport metadanych z plik?w BWF Name: bwfmetaedit Version: 1.3.6 Release: 1 -License: CC0 1.0 (Public Domain) +License: Public Domain (bwfmetaedit), BSD (embedded libraries) Group: Applications/Multimedia Source0: https://mediaarea.net/download/source/bwfmetaedit/%{version}/%{name}_%{version}.tar.xz # Source0-md5: 95f60d6488e9be608aa7e683a70afe90 ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/bwfmetaedit.git/commitdiff/396032a0238fe7b926e588b9e75a7eb2a8ddb8cb From qboosh at pld-linux.org Sun Dec 23 23:11:51 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 23:11:51 +0100 Subject: =?utf8?q?=5Bpackages/libvoikko=5D_-_updated_to_4=2E2=3B_malaga_support_is_no?= =?utf8?q?_more?= References: Message-ID: <3911aa8e8bcaa545a756b5f205f40d1f5f2b0fc2_refs_heads_master@pld-linux.org> commit 3911aa8e8bcaa545a756b5f205f40d1f5f2b0fc2 Author: Jakub Bogusz Date: Sun Dec 23 23:16:32 2018 +0100 - updated to 4.2; malaga support is no more libvoikko.spec | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) --- diff --git a/libvoikko.spec b/libvoikko.spec index 18c2563..0ac43d4 100644 --- a/libvoikko.spec +++ b/libvoikko.spec @@ -3,7 +3,6 @@ # Conditional build: %bcond_without hfst # HFST morphology backend %bcond_with lttoolbox # lttoolbox morphology backend (experimental) -%bcond_without malaga # Finnish morphology backend (formerly default, now deprecated) %bcond_without vfst # VFST morphology backend, experimental language independent backend %bcond_with vfst_exp # VFST morphology backend - experimental features %bcond_with vislcg3 # VISLCG3 support (experimental) @@ -13,9 +12,9 @@ Summary: Library for spell checking, hyphenation and grammar checking Summary(pl.UTF-8): Biblioteka do sprawdzania pisowni i gramatyki oraz przenoszenia wyraz?w Name: libvoikko -Version: 4.1.1 -Release: 3 -%if %{with malaga} || %{with lttoolbox} +Version: 4.2 +Release: 1 +%if %{with lttoolbox} License: GPL v2+ %else License: MPL v1.1 or LGPL v2.1+ or GPL v2+ @@ -23,14 +22,14 @@ License: MPL v1.1 or LGPL v2.1+ or GPL v2+ Group: Libraries #Source0Download: https://github.com/voikko/corevoikko/releases Source0: https://github.com/voikko/corevoikko/archive/rel-libvoikko-%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 94894137eadc507cf61c5bfb03d2656f -URL: http://voikko.puimula.org/ -%if %{with tests} && %(locale -a | grep -q '^C\.UTF-8$'; echo $?) +# Source0-md5: ca27d54e740c6428c1e1e4a0ecd65586 +URL: https://voikko.puimula.org/ +%if %{with tests} && %(locale -a | grep -q '^C\.utf8$'; echo $?) BuildRequires: glibc-localedb-all %endif -BuildRequires: autoconf >= 2.60 -BuildRequires: automake >= 1:1.10 -%{?with_hfst:BuildRequires: hfst-ospell-devel >= 0.2} +BuildRequires: autoconf >= 2.62 +BuildRequires: automake >= 1:1.11 +%{?with_hfst:BuildRequires: hfst-ospell-devel >= 0.5} BuildRequires: libstdc++-devel >= 6:4.7 BuildRequires: libtool >= 2:2.2.6 %{?with_lttoolbox:BuildRequires: lttoolbox-devel >= 3.2.0} @@ -43,7 +42,7 @@ BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.612 %{?with_vislcg3:BuildRequires: tinyxml2-devel} %{?with_vislcg3:BuildRequires: vislcg3-devel >= 0.9} -%{?with_hfst:Requires: hfst-ospell >= 0.2} +%{?with_hfst:Requires: hfst-ospell >= 0.5} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -143,7 +142,6 @@ cd libvoikko %configure \ %{!?with_hfst:--disable-hfst} \ %{?with_lttoolbox:--enable-lttoolbox} \ - %{?with_malaga:--enable-malaga} \ %{!?with_vfst:--disable-vfst} \ %{?with_vfst_exp:--enable-expvfst} \ %{?with_vislcg3:--enable-vislcg3} \ @@ -162,9 +160,6 @@ xbuild /property:configuration=Release %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_libdir},%{_datadir}}/voikko -%if %{with malaga} -install -d $RPM_BUILD_ROOT%{_libdir}/voikko/2/mor-{default,standard} -%endif %if %{with hfst} install -d $RPM_BUILD_ROOT%{_datadir}/voikko/{3,4}/mor-{default,standard} %endif @@ -211,11 +206,6 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %ghost %{_libdir}/libvoikko.so.1 # for arch-dependent dictionaries %dir %{_libdir}/voikko -%if %{with malaga} -%dir %{_libdir}/voikko/2 -%dir %{_libdir}/voikko/2/mor-default -%dir %{_libdir}/voikko/2/mor-standard -%endif # for arch-independent dictionaries %dir %{_datadir}/voikko %if %{with hfst} ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/libvoikko.git/commitdiff/3911aa8e8bcaa545a756b5f205f40d1f5f2b0fc2 From qboosh at pld-linux.org Sun Dec 23 23:11:57 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 23:11:57 +0100 Subject: DISTFILES: libvoikko: libvoikko-4.2.tar.gz Message-ID: <30009.1545603117@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://github.com/voikko/corevoikko/archive/rel-libvoikko-4.2/libvoikko-4.2.tar.gz ca27d54e740c6428c1e1e4a0ecd65586 libvoikko-4.2.tar.gz Size: 1144835 bytes -- Virtually Yours: distfiles. From qboosh at pld-linux.org Sun Dec 23 23:39:52 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 23:39:52 +0100 Subject: =?utf8?q?=5Bpackages/voikko-fi=5D_-_updated_to_2=2E2=3B_malaga_version_is_go?= =?utf8?q?ne?= References: Message-ID: <29dca0c4e86808c9527a9577346579db0596e1f6_refs_heads_master@pld-linux.org> commit 29dca0c4e86808c9527a9577346579db0596e1f6 Author: Jakub Bogusz Date: Sun Dec 23 23:44:33 2018 +0100 - updated to 2.2; malaga version is gone voikko-fi.spec | 49 ++++++++----------------------------------------- 1 file changed, 8 insertions(+), 41 deletions(-) --- diff --git a/voikko-fi.spec b/voikko-fi.spec index 4c8e1b2..d6a7f14 100644 --- a/voikko-fi.spec +++ b/voikko-fi.spec @@ -1,22 +1,17 @@ # TODO: sukija (both malaga and vfst) -# -# Conditional build: -%bcond_without vfst # dictionaries for VFST backend - Summary: Description of Finnish morphology written in Malaga Summary(pl.UTF-8): Opis morfologii j?zyka fi?skiego napisany w j?zyku Malaga Name: voikko-fi -Version: 2.1 +Version: 2.2 Release: 1 License: GPL v2+ Group: Libraries #Source0Download: https://github.com/voikko/corevoikko/releases Source0: https://github.com/voikko/corevoikko/archive/rel-voikko-fi-%{version}/%{name}-%{version}.tar.gz -# Source0-md5: d92d85476f5e841e46a179408e6ab450 -URL: http://voikko.puimula.org/ -%{?with_vfst:BuildRequires: foma} +# Source0-md5: b0682dc0a930d808150e0b729cfe3e0f +URL: https://voikko.puimula.org/ +BuildRequires: foma BuildRequires: libstdc++-devel -BuildRequires: malaga >= 7.8 BuildRequires: python3 >= 1:3 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -26,21 +21,6 @@ Description of Finnish morphology written in Malaga. %description -l pl.UTF-8 Opis morfologii j?zyka fi?skiego napisany w j?zyku Malaga. -%package malaga -Summary: Finish dictionary for voikko spellchecker/hyphenator -Summary(pl.UTF-8): S?ownik fi?ski dla narz?dzia sprawdzania pisowni/przenoszenia wyraz?w voikko -Group: Applications/Text -Requires: libvoikko >= 2.2 -Provides: voikko-fi = %{version} -Obsoletes: voikko-fi < %{version} - -%description malaga -Finish dictionary for voikko spellchecker/hyphenator. - -%description malaga -l pl.UTF-8 -S?ownik fi?ski dla narz?dzia sprawdzania pisowni/przenoszenia wyraz?w -voikko. - %package vfst Summary: Finish dictionary for voikko spellchecker/hyphenator Summary(pl.UTF-8): S?ownik fi?ski dla narz?dzia sprawdzania pisowni/przenoszenia wyraz?w voikko @@ -48,6 +28,8 @@ Group: Applications/Text Requires: libvoikko >= 4.0 Provides: voikko-fi = %{version} Obsoletes: voikko-fi < %{version} +# malaga libvoikko interface is obsolete +Obsoletes: voikko-fi-malaga < 2.2 %description vfst Finish dictionary for voikko spellchecker/hyphenator. @@ -62,35 +44,20 @@ voikko. %setup -q -n corevoikko-rel-voikko-fi-%{version} %build -%{__make} -C voikko-fi all %{?with_vfst:vvfst} +%{__make} -C voikko-fi %install rm -rf $RPM_BUILD_ROOT -%{__make} -C voikko-fi voikko-install \ - DESTDIR=$RPM_BUILD_ROOT%{_libdir}/voikko - -%if %{with vfst} %{__make} -C voikko-fi vvfst-install \ DESTDIR=$RPM_BUILD_ROOT%{_datadir}/voikko -%endif %clean rm -rf $RPM_BUILD_ROOT -%files -n voikko-fi-malaga -%defattr(644,root,root,755) -%doc voikko-fi/{CONTRIBUTORS,ChangeLog,README} -%lang(fi) %doc voikko-fi/README.fi -%{_libdir}/voikko/2/mor-standard/voikko-fi_FI.pro -%{_libdir}/voikko/2/mor-standard/voikko-fi_FI.lex_* -%{_libdir}/voikko/2/mor-standard/voikko-fi_FI.mor_* -%{_libdir}/voikko/2/mor-standard/voikko-fi_FI.sym_* - %files -n voikko-fi-vfst %defattr(644,root,root,755) -%doc voikko-fi/{CONTRIBUTORS,ChangeLog,README} -%lang(fi) %doc voikko-fi/README.fi +%doc voikko-fi/{CONTRIBUTORS,ChangeLog,README.md} %{_datadir}/voikko/5/mor-standard/autocorr.vfst %{_datadir}/voikko/5/mor-standard/index.txt %{_datadir}/voikko/5/mor-standard/mor.vfst ================================================================ ---- gitweb: http://git.pld-linux.org/gitweb.cgi/packages/voikko-fi.git/commitdiff/29dca0c4e86808c9527a9577346579db0596e1f6 From qboosh at pld-linux.org Sun Dec 23 23:40:00 2018 From: qboosh at pld-linux.org (qboosh) Date: Sun, 23 Dec 2018 23:40:00 +0100 Subject: DISTFILES: voikko-fi: voikko-fi-2.2.tar.gz Message-ID: <6120.1545604800@distfiles.pld-linux.org> Request by: qboosh Files fetched: 1 STORED: https://github.com/voikko/corevoikko/archive/rel-voikko-fi-2.2/voikko-fi-2.2.tar.gz b0682dc0a930d808150e0b729cfe3e0f voikko-fi-2.2.tar.gz Size: 1130397 bytes -- Virtually Yours: distfiles.