[packages/ka5-ark] - don't require programs for build, those are used only at runtime

2019-05-15 Thread baggins
commit 80789b35d14e465bd1338d2a2e1bb4428fe61911
Author: Jan Rękorajski 
Date:   Thu May 16 07:22:03 2019 +0200

- don't require programs for build, those are used only at runtime

 ka5-ark.spec  | 12 +++-
 no-programs.patch | 47 +++
 2 files changed, 54 insertions(+), 5 deletions(-)
---
diff --git a/ka5-ark.spec b/ka5-ark.spec
index 4cf541c..d11dc8d 100644
--- a/ka5-ark.spec
+++ b/ka5-ark.spec
@@ -10,6 +10,7 @@ Group:X11/Libraries
 Source0:   
http://download.kde.org/stable/applications/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
 # Source0-md5: 8850f64c6c4374e5973804d8cb029758
 Patch0:unique_ptr.patch
+Patch1:no-programs.patch
 URL:   http://www.kde.org/
 BuildRequires: Qt5Concurrent-devel
 BuildRequires: Qt5Core-devel >= %{qtver}
@@ -33,18 +34,18 @@ BuildRequires:  kf5-kpty-devel >= 5.38.0
 BuildRequires: kf5-kservice-devel >= 5.38.0
 BuildRequires: kf5-kwidgetsaddons-devel >= 5.38.0
 BuildRequires: libarchive-devel >= 3.2.0
-BuildRequires: lrzip
-BuildRequires: lzop
 BuildRequires: ninja
 BuildRequires: qt5-build >= %{qtver}
-BuildRequires: rar
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: shared-mime-info
 BuildRequires: tar >= 1:1.22
-BuildRequires: unrar
 BuildRequires: xz-devel
 BuildRequires: zlib-devel
-BuildRequires: zstd
+Suggests:  lrzip
+Suggests:  lzop
+Suggests:  rar
+Suggests:  unrar
+Suggests:  zstd
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -56,6 +57,7 @@ modify archives.
 %prep
 %setup -q -n %{kaname}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 install -d build
diff --git a/no-programs.patch b/no-programs.patch
new file mode 100644
index 000..5b25493
--- /dev/null
+++ b/no-programs.patch
@@ -0,0 +1,47 @@
+--- ark-19.04.1/plugins/clirarplugin/CMakeLists.txt~   2019-05-05 
12:43:24.0 +0200
 ark-19.04.1/plugins/clirarplugin/CMakeLists.txt2019-05-16 
07:18:19.440090472 +0200
+@@ -24,17 +24,3 @@
+ 
+ set(SUPPORTED_ARK_MIMETYPES 
"${SUPPORTED_ARK_MIMETYPES}${SUPPORTED_CLIRAR_MIMETYPES}" PARENT_SCOPE)
+ set(INSTALLED_KERFUFFLE_PLUGINS 
"${INSTALLED_KERFUFFLE_PLUGINS}kerfuffle_clirar;" PARENT_SCOPE)
+-
+-find_program(UNRAR unrar)
+-if(UNRAR)
+-message(STATUS "Found unrar executable: ${UNRAR}")
+-else()
+-message(WARNING "Could not find the unrar executable. Ark requires unrar 
or unar to extract RAR archives.")
+-endif()
+-
+-find_program(RAR rar)
+-if(RAR)
+-message(STATUS "Found rar executable: ${RAR}")
+-else()
+-message(WARNING "Could not find the rar executable. Ark won't be able to 
create or edit RAR archives.")
+-endif()
+--- ark-19.04.1/plugins/libarchive/CMakeLists.txt~ 2019-05-05 
12:43:24.0 +0200
 ark-19.04.1/plugins/libarchive/CMakeLists.txt  2019-05-16 
07:19:27.198959602 +0200
+@@ -86,24 +86,3 @@
+ 
+ set(SUPPORTED_ARK_MIMETYPES 
"${SUPPORTED_ARK_MIMETYPES}${SUPPORTED_LIBARCHIVE_READWRITE_MIMETYPES}${SUPPORTED_LIBARCHIVE_READONLY_MIMETYPES}"
 PARENT_SCOPE)
+ set(INSTALLED_KERFUFFLE_PLUGINS 
"${INSTALLED_KERFUFFLE_PLUGINS}${INSTALLED_LIBARCHIVE_PLUGINS}" PARENT_SCOPE)
+-
+-find_program(LRZIP lrzip)
+-if(LRZIP)
+-message(STATUS "Found lrzip executable: ${LRZIP}")
+-else()
+-message(WARNING "Could not find the lrzip executable. Ark requires lrzip 
to handle the tar.lrz archive format.")
+-endif()
+-
+-find_program(LZOP lzop)
+-if(LZOP)
+-message(STATUS "Found lzop executable: ${LZOP}")
+-else()
+-message(WARNING "Could not find the lzop executable. Ark requires lzop to 
handle the tar.lzo archive format if libarchive >= 3.3 has been compiled 
without liblzo2 support.")
+-endif()
+-
+-find_program(ZSTD zstd)
+-if(ZSTD)
+-message(STATUS "Found zstd executable: ${ZSTD}")
+-else()
+-message(WARNING "Could not find the zstd executable. Ark requires zstd to 
handle the tar.zst archive format if libarchive >= 3.3.3 has been compiled 
without libzstd support.")
+-endif()


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ka5-ark.git/commitdiff/80789b35d14e465bd1338d2a2e1bb4428fe61911

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: gtkspell3: gtkspell3-3.0.10.tar.xz

2019-05-15 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://downloads.sourceforge.net/gtkspell/gtkspell3-3.0.10.tar.xz
34ece0c8cd0f68e6e125624ec0953cba  gtkspell3-3.0.10.tar.xz
Size: 300968 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gtkspell3] - updated to 3.0.10, uses enchant2 now

2019-05-15 Thread qboosh
commit 2e3e9a9ae483cc9b5543e01c1396224ea327764c
Author: Jakub Bogusz 
Date:   Thu May 16 05:40:27 2019 +0200

- updated to 3.0.10, uses enchant2 now

 gtkspell3.spec | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/gtkspell3.spec b/gtkspell3.spec
index d9e61e6..3ba3617 100644
--- a/gtkspell3.spec
+++ b/gtkspell3.spec
@@ -7,17 +7,17 @@
 Summary:   GTK+ 3 Spell Checker Interface Library
 Summary(pl.UTF-8): Biblioteka z interfejsem do narzędzia sprawdzającego 
pisownię dla GTK+ 3
 Name:  gtkspell3
-Version:   3.0.9
+Version:   3.0.10
 Release:   1
 License:   GPL
 Group: X11/Libraries
 Source0:   
http://downloads.sourceforge.net/gtkspell/%{name}-%{version}.tar.xz
-# Source0-md5: 22c6c44c7cbebfc02e6255cc151a7967
+# Source0-md5: 34ece0c8cd0f68e6e125624ec0953cba
 URL:   http://gtkspell.sourceforge.net/
 BuildRequires: autoconf >= 2.62
 BuildRequires: automake
 BuildRequires: docbook-dtd42-xml
-BuildRequires: enchant-devel >= 0.4.0
+BuildRequires: enchant2-devel >= 2
 BuildRequires: gettext-tools
 BuildRequires: gobject-introspection-devel >= 1.30.0
 %{?with_gtk2:BuildRequires:gtk+2-devel >= 1:2.0}
@@ -25,8 +25,7 @@ BuildRequires:gobject-introspection-devel >= 1.30.0
 BuildRequires: gtk-doc >= 1.14
 BuildRequires: intltool >= 0.35.0
 BuildRequires: iso-codes
-BuildRequires: libtool
-BuildRequires: pango-devel >= 1:1.13.3
+BuildRequires: libtool >= 2:2
 BuildRequires: pkgconfig
 %{?with_vala:BuildRequires:vala >= 2:0.18.0}
 BuildRequires: tar >= 1:1.22
@@ -54,7 +53,7 @@ Summary(pl.UTF-8):Pliki programistyczne biblioteki 
GtkSpell3 dla GTK+ 3
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 Requires:  %{name}-common-devel = %{version}-%{release}
-Requires:  enchant-devel >= 0.4.0
+Requires:  enchant2-devel >= 2
 Requires:  gtk+3-devel >= 3.0
 
 %description devel


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtkspell3.git/commitdiff/2e3e9a9ae483cc9b5543e01c1396224ea327764c

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/gtk-doc] - added chmod patch (add u+w bit instead of setting to only u=w); release 2

2019-05-15 Thread qboosh
commit dfc877b454ecba56a0a0f84b5cbb82e71bc96b47
Author: Jakub Bogusz 
Date:   Wed May 15 22:12:16 2019 +0200

- added chmod patch (add u+w bit instead of setting to only u=w); release 2

 gtk-doc-chmod.patch | 11 +++
 gtk-doc.spec|  5 +++--
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/gtk-doc.spec b/gtk-doc.spec
index 909131a..681f6b4 100644
--- a/gtk-doc.spec
+++ b/gtk-doc.spec
@@ -9,12 +9,13 @@ Summary(pl.UTF-8):Narzędzie do generowania dokumentacji 
API do GTK+ i GNOME
 Summary(pt_BR.UTF-8):  O gerador de documentação do GTK
 Name:  gtk-doc
 Version:   1.30
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: Development/Tools
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/%{version}/%{name}-%{version}.tar.xz
 # Source0-md5: 1045ba29ca0693ced2045523407aae4c
 Patch0:%{name}-noarch.patch
+Patch1:%{name}-chmod.patch
 URL:   http://www.gtk.org/gtk-doc/
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.11
@@ -88,6 +89,7 @@ pomocą gtk-doc.
 %prep
 %setup -q
 %{!?with_tests:%patch0 -p1}
+%patch1 -p1
 %{__mv} doc/README doc/README.docs
 
 %build
@@ -96,7 +98,6 @@ pomocą gtk-doc.
 %{__autoconf}
 %{__automake}
 %configure \
-   HIGHLIGHT="%{_bindir}/source-highlight" \
--disable-silent-rules
 
 %{__make}
diff --git a/gtk-doc-chmod.patch b/gtk-doc-chmod.patch
new file mode 100644
index 000..75be24f
--- /dev/null
+++ b/gtk-doc-chmod.patch
@@ -0,0 +1,11 @@
+--- gtk-doc-1.30/gtkdoc/highlight.py.orig  2019-05-08 21:03:58.0 
+0200
 gtk-doc-1.30/gtkdoc/highlight.py   2019-05-15 22:08:04.921285203 +0200
+@@ -47,6 +47,7 @@
+ 
+ 
+ def append_style_defs(css_file_name):
+-os.chmod(css_file_name, stat.S_IWRITE)
++st = os.stat(css_file_name)
++os.chmod(css_file_name, st.st_mode | stat.S_IWRITE)
+ with open(css_file_name, 'at', newline='\n', encoding='utf-8') as css:
+ css.write(HTML_FORMATTER.get_style_defs())


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk-doc.git/commitdiff/dfc877b454ecba56a0a0f84b5cbb82e71bc96b47

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: evolution-data-server: evolution-data-server-3.32.2.tar.xz

2019-05-15 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/3.32/evolution-data-server-3.32.2.tar.xz
965648316c7cee06f49878eceed5da01  evolution-data-server-3.32.2.tar.xz
Size: 4583068 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/evolution-data-server] - updated to 3.32.2 - uoa is gone in 3.32, fixed goa bcond

2019-05-15 Thread qboosh
commit 3c33e4932fde2f8befa0f7c2c418a9214874
Author: Jakub Bogusz 
Date:   Wed May 15 21:41:39 2019 +0200

- updated to 3.32.2
- uoa is gone in 3.32, fixed goa bcond

 evolution-data-server.spec | 86 +-
 1 file changed, 24 insertions(+), 62 deletions(-)
---
diff --git a/evolution-data-server.spec b/evolution-data-server.spec
index 800518d..c3f93ae 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -1,22 +1,22 @@
 #
 # Conditional build:
-%bcond_without apidocs # do not build and package API docs
-%bcond_without kerberos5   # build without Kerberos5 support
-%bcond_without ldap# build without LDAP support
-%bcond_without goa # single sign-on (aka Gnome Online Accounts)
-%bcond_without vala# do not build Vala API
+%bcond_without apidocs # API documentation
+%bcond_without kerberos5   # Kerberos5 support
+%bcond_without ldap# LDAP support
+%bcond_without goa # Gnome Online Accounts support
+%bcond_without vala# Vala API
 
 %definebasever 3.32
 %defineapiver  1.2
 Summary:   Evolution data server
 Summary(pl.UTF-8): Serwer danych Evolution
 Name:  evolution-data-server
-Version:   3.32.1
-Release:   3
+Version:   3.32.2
+Release:   1
 License:   LGPL v2+
 Group: X11/Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution-data-server/3.32/%{name}-%{version}.tar.xz
-# Source0-md5: 8832c259a5914b6a27ba4abde681254a
+# Source0-md5: 965648316c7cee06f49878eceed5da01
 Patch0:%{name}-gtkdoc.patch
 URL:   http://www.gnome.org/projects/evolution/
 BuildRequires: cmake >= 3.1
@@ -26,8 +26,7 @@ BuildRequires:gcr-devel >= 3.4.0
 BuildRequires: gcr-ui-devel >= 3.4.0
 BuildRequires: gettext-tools >= 0.18.1
 BuildRequires: glib2-devel >= 1:2.46.0
-BuildRequires: gnome-common >= 2.20.0
-BuildRequires: gnome-online-accounts-devel >= 3.8.0
+%{?with_goa:BuildRequires: gnome-online-accounts-devel >= 3.8.0}
 BuildRequires: gobject-introspection-devel >= 0.10.0
 BuildRequires: gperf
 BuildRequires: gtk+3-devel >= 3.10.0
@@ -36,23 +35,20 @@ BuildRequires:  gtk-webkit4-devel >= 2.12.0
 %{?with_kerberos5:BuildRequires:   heimdal-devel}
 BuildRequires: intltool >= 0.40.0
 BuildRequires: json-glib-devel >= 1.0.4
-%{?with_goa:BuildRequires: libaccounts-glib-devel >= 1.4}
 BuildRequires: libcanberra-gtk3-devel >= 0.25
 BuildRequires: libgdata-devel >= 0.15.1
 BuildRequires: libgweather-devel >= 3.10
 BuildRequires: libical-devel >= 2.0
 BuildRequires: libicu-devel
 BuildRequires: libsecret-devel >= 0.5
-%{?with_goa:BuildRequires: libsignon-glib-devel >= 1.8}
 BuildRequires: libsoup-devel >= 2.42.0
-BuildRequires: libstdc++-devel
+BuildRequires: libstdc++-devel >= 6:5.0
 BuildRequires: libtool >= 2:2.2
 BuildRequires: libxml2-devel >= 1:2.6.31
 BuildRequires: nspr-devel >= 4
 BuildRequires: nss-devel >= 3
 %{?with_ldap:BuildRequires:openldap-devel >= 2.4.6}
 BuildRequires: pkgconfig
-%{?with_goa:BuildRequires: rest-devel >= 0.7}
 BuildRequires: rpmbuild(macros) >= 1.742
 BuildRequires: sqlite3-devel >= 3.7.17
 BuildRequires: tar >= 1:1.22
@@ -61,12 +57,11 @@ BuildRequires:  xz
 BuildRequires: zlib-devel
 Requires(post,postun): glib2 >= 1:2.46.0
 Requires:  %{name}-libs = %{version}-%{release}
-Requires:  gnome-online-accounts-libs >= 3.8.0
+%{?with_goa:Requires:  gnome-online-accounts-libs >= 3.8.0}
 Requires:  gtk+3 >= 3.10.0
 Requires:  libgdata >= 0.15.1
 Requires:  libgweather >= 3.10
-# sr@Latn vs. sr@latin
-Conflicts: glibc-misc < 6:2.7
+Obsoletes: evolution-data-server-uoa < 3.32
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %defineschemadir   /usr/share/openldap/schema
@@ -90,23 +85,6 @@ LDAP support for Evolution data server (address book backend 
module).
 Obsługa LDAP dla serwera danych Evolution (moduł dla książki
 adresowej).
 
-%package uoa
-Summary:   Ubuntu Online Accounts support for Evolution data server
-Summary(pl.UTF-8): Obsługa Ubuntu Online Accounts dla serwera danych 
Evolution
-Group: Libraries
-Requires:  %{name} = %{version}-%{release}
-Requires:  libaccounts-glib >= 1.4
-Requires:  libsignon-glib >= 1.8
-Requires:  rest >= 0.7
-
-%description uoa
-Ubuntu Online Accounts (single sign-on) support for Evolution data
-server.
-
-%description uoa -l pl.UTF-8
-Obsługa Ubuntu Online Accounts (pojedynczego logowania) dla serwera
-danych Evolution.
-
 %package -n openldap-schema-evolutionperson
 Summary:   evolutionperson LDAP schema
 Summary(pl.UTF-8): Schemat LDAP evolutionperson
@@ -155,7 +133,7 @@ Requires:   gcr-ui-devel >= 3.4.0
 Requires:  glib2-devel >= 1:2.46.0
 %{?with_kerberos5:Requires:heimdal-devel}
 Requires:  libgdata-devel >= 0.15.1
-Requires:  

[projects/geninitrd] Prepend cpu microcode to initrd image, so kernel will pick it up when LILO is in use.

2019-05-15 Thread arekm
commit b565e95c147bea4e68e4ccf5ad19906d51d2375b
Author: Arkadiusz Miśkiewicz 
Date:   Wed May 15 21:04:45 2019 +0200

Prepend cpu microcode to initrd image, so kernel will pick it up when LILO 
is in use.

 geninitrd   | 19 +++
 geninitrd.sysconfig |  3 +++
 2 files changed, 22 insertions(+)
---
diff --git a/geninitrd b/geninitrd
index 118333c..b5d405a 100755
--- a/geninitrd
+++ b/geninitrd
@@ -17,6 +17,7 @@ PROGRAM=${0##*/}
 # list of geninitrd modules which need setup routine after commandline args 
parsing
 GENINITRD_MODS=""
 COMPRESS=yes
+LILO_MICROCODE=yes
 STRIP=/usr/bin/strip
 target=""
 kernel=""
@@ -1186,6 +1187,16 @@ compress_image() {
mv -f "$tmp" "$target"
 }
 
+# prepend file to image
+prepend_file_to_image() {
+   local file="$1" target="$2" tmp
+   tmp=$(mktemp "$target".XX) || die "mktemp failed"
+
+   cat "$file" "$target" > "$tmp" || return $?
+
+   mv -f "$tmp" "$target"
+}
+
 if [ -r /etc/sysconfig/geninitrd ]; then
. /etc/sysconfig/geninitrd
 fi
@@ -1801,6 +1812,14 @@ else
cp -a "$IMAGE" "$target"
 fi
 
+# microcode support for lilo
+if ! is_no "$LILO_MICROCODE"; then
+   if [ -x /sbin/lilo -a -f "/boot/intel-ucode.img" ]; then
+   verbose "Prepending $target with microcode image 
/boot/intel-ucode.img for LILO"
+   prepend_file_to_image "/boot/intel-ucode.img" "$target"
+   fi
+fi
+
 # XXX. check if bootsplash can output data to tmp dir not directly to 
initramfs image.
 initrd_gen_bootsplash "$target"
 
diff --git a/geninitrd.sysconfig b/geninitrd.sysconfig
index ccf177c..1268324 100644
--- a/geninitrd.sysconfig
+++ b/geninitrd.sysconfig
@@ -18,6 +18,9 @@
 # Default is to use initramfs for >= 2.5.0.
 #INITRDFS=initramfs
 
+# Should we prepend cpu microcode when lilo is installed
+#LILO_MICROCODE=no
+
 ## Use udev to create /dev?
 USE_UDEV=yes
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/geninitrd.git/commitdiff/b565e95c147bea4e68e4ccf5ad19906d51d2375b

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/geninitrd] - rel 4; add cpu microcode to initrd images when lilo in use

2019-05-15 Thread arekm
commit bd24739af205c0582ecccb15106371b8b73092ed
Author: Arkadiusz Miśkiewicz 
Date:   Wed May 15 21:06:29 2019 +0200

- rel 4; add cpu microcode to initrd images when lilo in use

 geninitrd-git.patch | 64 +
 geninitrd.spec  |  2 +-
 2 files changed, 65 insertions(+), 1 deletion(-)
---
diff --git a/geninitrd.spec b/geninitrd.spec
index 830451a..549e4f8 100644
--- a/geninitrd.spec
+++ b/geninitrd.spec
@@ -2,7 +2,7 @@ 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:   3
+Release:   4
 License:   GPL
 Group: Applications/System
 Source0:   %{name}-%{version}.tar.gz
diff --git a/geninitrd-git.patch b/geninitrd-git.patch
index 842a0e5..438da92 100644
--- a/geninitrd-git.patch
+++ b/geninitrd-git.patch
@@ -118,3 +118,67 @@ index a2491ee..87f4b68 100644
fi
done
  
+commit b565e95c147bea4e68e4ccf5ad19906d51d2375b
+Author: Arkadiusz Miśkiewicz 
+Date:   Wed May 15 21:04:45 2019 +0200
+
+Prepend cpu microcode to initrd image, so kernel will pick it up when LILO 
is in use.
+
+diff --git a/geninitrd b/geninitrd
+index 118333c..b5d405a 100755
+--- a/geninitrd
 b/geninitrd
+@@ -17,6 +17,7 @@ PROGRAM=${0##*/}
+ # list of geninitrd modules which need setup routine after commandline args 
parsing
+ GENINITRD_MODS=""
+ COMPRESS=yes
++LILO_MICROCODE=yes
+ STRIP=/usr/bin/strip
+ target=""
+ kernel=""
+@@ -1186,6 +1187,16 @@ compress_image() {
+   mv -f "$tmp" "$target"
+ }
+ 
++# prepend file to image
++prepend_file_to_image() {
++  local file="$1" target="$2" tmp
++  tmp=$(mktemp "$target".XX) || die "mktemp failed"
++
++  cat "$file" "$target" > "$tmp" || return $?
++
++  mv -f "$tmp" "$target"
++}
++
+ if [ -r /etc/sysconfig/geninitrd ]; then
+   . /etc/sysconfig/geninitrd
+ fi
+@@ -1801,6 +1812,14 @@ else
+   cp -a "$IMAGE" "$target"
+ fi
+ 
++# microcode support for lilo
++if ! is_no "$LILO_MICROCODE"; then
++  if [ -x /sbin/lilo -a -f "/boot/intel-ucode.img" ]; then
++  verbose "Prepending $target with microcode image 
/boot/intel-ucode.img for LILO"
++  prepend_file_to_image "/boot/intel-ucode.img" "$target"
++  fi
++fi
++
+ # XXX. check if bootsplash can output data to tmp dir not directly to 
initramfs image.
+ initrd_gen_bootsplash "$target"
+ 
+diff --git a/geninitrd.sysconfig b/geninitrd.sysconfig
+index ccf177c..1268324 100644
+--- a/geninitrd.sysconfig
 b/geninitrd.sysconfig
+@@ -18,6 +18,9 @@
+ # Default is to use initramfs for >= 2.5.0.
+ #INITRDFS=initramfs
+ 
++# Should we prepend cpu microcode when lilo is installed
++#LILO_MICROCODE=no
++
+ ## Use udev to create /dev?
+ USE_UDEV=yes
+ 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/geninitrd.git/commitdiff/bd24739af205c0582ecccb15106371b8b73092ed

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: rocksdb: rocksdb-6.0.2.tar.gz

2019-05-15 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://github.com/facebook/rocksdb/archive/v6.0.2/rocksdb-6.0.2.tar.gz
a8f2f594182e97a08629bcc66dfd3fa0  rocksdb-6.0.2.tar.gz
Size: 5445260 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/rocksdb] - updated to 6.0.2 (note: new soname) - updated libdir patch - removed obsolete jemalloc patch

2019-05-15 Thread qboosh
commit dd1b7cedefb37e220f28a6d9e4ea0995b0e0ada5
Author: Jakub Bogusz 
Date:   Wed May 15 19:32:13 2019 +0200

- updated to 6.0.2 (note: new soname)
- updated libdir patch
- removed obsolete jemalloc patch

 rocksdb-jemalloc.patch | 11 ---
 rocksdb-libdir.patch   | 10 +-
 rocksdb.spec   | 33 +
 3 files changed, 22 insertions(+), 32 deletions(-)
---
diff --git a/rocksdb.spec b/rocksdb.spec
index 472d22c..8f4c1e8 100644
--- a/rocksdb.spec
+++ b/rocksdb.spec
@@ -3,23 +3,23 @@
 # Conditional build:
 %bcond_withtests   # build with tests
 %bcond_without static_libs # don't build static libraries
+%bcond_without tbb # Threading Building Blocks support
 
 Summary:   RocksDB: A Persistent Key-Value Store for Flash and RAM Storage
 Summary(pl.UTF-8): RocksDB - trwała baza danych klucz-wartość dla pamięci 
Flash i RAM
 Name:  rocksdb
-Version:   5.2.1
+Version:   6.0.2
 Release:   1
 License:   BSD
 Group: Libraries
 #Source0Download: https://github.com/facebook/rocksdb/releases
-Source0:   
https://github.com/facebook/rocksdb/archive/%{name}-%{version}.tar.gz
-# Source0-md5: 843b4360dbe3d3869c95d3001644dc41
+Source0:   
https://github.com/facebook/rocksdb/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: a8f2f594182e97a08629bcc66dfd3fa0
 Patch0:%{name}-libdir.patch
 Patch1:make-programs.patch
-Patch2:%{name}-jemalloc.patch
-Patch3:%{name}-detect-flags.patch
+Patch2:%{name}-detect-flags.patch
 URL:   http://rocksdb.org/
-BuildRequires: bzip2-devel
+BuildRequires: bzip2-devel >= 1.0.6
 BuildRequires: gflags-devel
 # libtcmalloc also supported, but jemalloc is preferred
 BuildRequires: jemalloc-devel
@@ -27,12 +27,13 @@ BuildRequires:  jemalloc-devel
 BuildRequires: libatomic-devel
 %endif
 BuildRequires: libstdc++-devel >= 6:4.7
-BuildRequires: lz4-devel >= 1:1.7
+BuildRequires: lz4-devel >= 1:1.8.3
 BuildRequires: numactl-devel
 BuildRequires: rpmbuild(macros) >= 1.734
-BuildRequires: snappy-devel
-BuildRequires: zlib-devel
-BuildRequires: zstd-devel >= 0.8.0
+BuildRequires: snappy-devel >= 1.1.7
+%{?with_tbb:BuildRequires: tbb-devel}
+BuildRequires: zlib-devel >= 1.2.11
+BuildRequires: zstd-devel >= 1.3.7
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -67,11 +68,10 @@ Static RocksDB library.
 Statyczna biblioteka RocksDB.
 
 %prep
-%setup -q -n %{name}-%{name}-%{version}
+%setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 %ifarch i386 i486
@@ -81,10 +81,11 @@ PLATFORM_LDFLAGS="-latomic" \
AM_DEFAULT_VERBOSITY=1 \
CC="%{__cc}" \
CXX="%{__cxx}" \
+   %{!?with_debug:DEBUG_LEVEL=0}
EXTRA_CFLAGS="$(pkg-config --cflags liblz4)" \
OPT="%{rpmcflags} %{!?debug:-DNDEBUG}" \
PORTABLE=1 \
-   %{!?with_debug:DEBUG_LEVEL=0}
+   %{!?with_tbb:ROCKSDB_DISABLE_TBB=1} \
WARNING_FLAGS="%{rpmcppflags} -Wall"
 
 %install
@@ -96,7 +97,7 @@ rm -rf $RPM_BUILD_ROOT
INSTALL_LIBDIR=$RPM_BUILD_ROOT%{_libdir}
 
 # reduntant symlink
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/librocksdb.so.5
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/librocksdb.so.6
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -106,9 +107,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS DEFAULT_OPTIONS_HISTORY.md DUMP_FORMAT.md HISTORY.md 
LANGUAGE-BINDINGS.md LICENSE PATENTS README.md ROCKSDB_LITE.md USERS.md
+%doc AUTHORS DEFAULT_OPTIONS_HISTORY.md DUMP_FORMAT.md HISTORY.md 
LANGUAGE-BINDINGS.md LICENSE.leveldb README.md ROCKSDB_LITE.md USERS.md
 %attr(755,root,root) %{_libdir}/librocksdb.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/librocksdb.so.5.2
+%attr(755,root,root) %ghost %{_libdir}/librocksdb.so.6.0
 
 %files devel
 %defattr(644,root,root,755)
diff --git a/rocksdb-jemalloc.patch b/rocksdb-jemalloc.patch
deleted file mode 100644
index bed1f75..000
--- a/rocksdb-jemalloc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 rocksdb-rocksdb-4.9/db/db_impl.cc.orig 2016-06-10 02:53:03.0 
+0200
-+++ rocksdb-rocksdb-4.9/db/db_impl.cc  2016-09-16 21:57:34.811440413 +0200
-@@ -580,7 +580,7 @@
-   std::unique_ptr buf{new char[kMallocStatusLen + 1]};
-   mstat.cur = buf.get();
-   mstat.end = buf.get() + kMallocStatusLen;
--  malloc_stats_print(GetJemallocStatus, , "");
-+  je_malloc_stats_print(GetJemallocStatus, , "");
-   stats->append(buf.get());
- #endif  // ROCKSDB_JEMALLOC
- }
diff --git a/rocksdb-libdir.patch b/rocksdb-libdir.patch
index 5ef3efd..6e26e96 100644
--- a/rocksdb-libdir.patch
+++ b/rocksdb-libdir.patch
@@ -1,6 +1,6 @@
 rocksdb-rocksdb-3.13.1/Makefile.orig   2015-09-14 21:39:12.629620988 
+0200
-+++ rocksdb-rocksdb-3.13.1/Makefile2015-09-15 15:38:46.103569369 +0200
-@@ -928,17 +928,18 @@
+--- rocksdb-6.0.2/Makefile.orig2019-04-24 00:20:22.0 

DISTFILES: libgdata: libgdata-0.17.9.tar.xz

2019-05-15 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/libgdata/0.17/libgdata-0.17.9.tar.xz
cd41fec52a0f0ba999eb60025e0ac806  libgdata-0.17.9.tar.xz
Size: 1434700 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/libgdata] - updated to 0.17.9

2019-05-15 Thread qboosh
commit e71d70e0f14909e0fc408565b4a37aa48dc692b8
Author: Jakub Bogusz 
Date:   Wed May 15 18:54:55 2019 +0200

- updated to 0.17.9

 libgdata.spec | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/libgdata.spec b/libgdata.spec
index e6cae30..9e42e9e 100644
--- a/libgdata.spec
+++ b/libgdata.spec
@@ -1,20 +1,20 @@
 Summary:   GData access library
 Summary(pl.UTF-8): Biblioteka dostępu poprzez protokół GData
 Name:  libgdata
-Version:   0.17.8
+Version:   0.17.9
 Release:   1
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/libgdata/0.17/%{name}-%{version}.tar.xz
-# Source0-md5: 7a67dde280078bf12de3f98bd21c4931
-URL:   http://live.gnome.org/libgdata
+# Source0-md5: cd41fec52a0f0ba999eb60025e0ac806
+URL:   https://wiki.gnome.org/action/show/Projects/libgdata
 BuildRequires: autoconf >= 2.65
 BuildRequires: automake >= 1:1.9
 BuildRequires: gcr-devel >= 3
 # for tests only
 BuildRequires: gdk-pixbuf2-devel >= 2.14
 BuildRequires: gettext-tools >= 0.17
-BuildRequires: glib2-devel >= 1:2.38.0
+BuildRequires: glib2-devel >= 1:2.44.0
 BuildRequires: gnome-common >= 3.6.0
 BuildRequires: gnome-online-accounts-devel >= 3.8
 BuildRequires: gobject-introspection-devel >= 0.9.7
@@ -29,9 +29,10 @@ BuildRequires:   libxml2-devel >= 1:2.6.26
 BuildRequires: pkgconfig
 BuildRequires: tar >= 1:1.22
 BuildRequires: uhttpmock-devel >= 0.5.0
+BuildRequires: vala
 BuildRequires: vala-gnome-online-accounts
 BuildRequires: xz
-Requires:  glib2 >= 1:2.38.0
+Requires:  glib2 >= 1:2.44.0
 Requires:  gnome-online-accounts-libs >= 3.8
 Requires:  json-glib >= 0.15
 Requires:  liboauth >= 0.9.4
@@ -56,7 +57,7 @@ Summary(pl.UTF-8):Pliki nagłówkowe biblioteki libgdata
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 Requires:  gcr-devel >= 3
-Requires:  glib2-devel >= 1:2.38.0
+Requires:  glib2-devel >= 1:2.44.0
 Requires:  gnome-online-accounts-devel >= 3.8
 Requires:  json-glib-devel >= 0.15
 Requires:  liboauth-devel >= 0.9.4


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgdata.git/commitdiff/e71d70e0f14909e0fc408565b4a37aa48dc692b8

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kicad: kicad-5.1.2.tar.xz kicad-doc-5.1.2.tar.gz kicad-i18n-5.1.2.tar.gz kicad-symbols-5.1.2.tar.gz kicad-footprints-5.1.2.tar.gz kicad-packages3D-5.1.2.tar.gz kicad-templates-5.1.2.tar.gz

2019-05-15 Thread bszx
Request by: bszx


Files fetched: 7

STORED: https://launchpad.net/kicad/5.0/5.1.2/+download/kicad-5.1.2.tar.xz
d3aa58ebcb1113ffbe49ec7643a0f09a  kicad-5.1.2.tar.xz
Size: 14191500 bytes
STORED: https://github.com/KiCad/kicad-doc/archive/5.1.2/kicad-doc-5.1.2.tar.gz
e0ca11035e3b3ce072988bcaa7f69116  kicad-doc-5.1.2.tar.gz
Size: 75313181 bytes
STORED: 
https://github.com/KiCad/kicad-i18n/archive/5.1.2/kicad-i18n-5.1.2.tar.gz
1f76dd0720c10081c56f32d1201be54b  kicad-i18n-5.1.2.tar.gz
Size: 4263653 bytes
STORED: 
https://github.com/KiCad/kicad-symbols/archive/5.1.2/kicad-symbols-5.1.2.tar.gz
63d41e72a4ca16ecc534f174565ca8e2  kicad-symbols-5.1.2.tar.gz
Size: 2858506 bytes
STORED: 
https://github.com/KiCad/kicad-footprints/archive/5.1.2/kicad-footprints-5.1.2.tar.gz
beb7a445253bf769b97fb46b857e9f37  kicad-footprints-5.1.2.tar.gz
Size: 5389330 bytes
STORED: 
https://github.com/KiCad/kicad-packages3D/archive/5.1.2/kicad-packages3D-5.1.2.tar.gz
2c9ecc770ff3e79c191f0a3935c23da8  kicad-packages3D-5.1.2.tar.gz
Size: 888156027 bytes
STORED: 
https://github.com/KiCad/kicad-templates/archive/5.1.2/kicad-templates-5.1.2.tar.gz
b4f5dd7af99df5f68cea55b9bcb5efe2  kicad-templates-5.1.2.tar.gz
Size: 1620807 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kicad] - updated to 5.1.2

2019-05-15 Thread bszx
commit 642cf8f847cfdc58452101dce081893cc9303f32
Author: Bartek Szady 
Date:   Wed May 15 18:07:07 2019 +0200

- updated to 5.1.2

 kicad.spec | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/kicad.spec b/kicad.spec
index 1fdd6d3..a8e3626 100644
--- a/kicad.spec
+++ b/kicad.spec
@@ -4,25 +4,25 @@
 Summary:   KiCad - is a GPL'd suite of programs for EDA
 Summary(pl.UTF-8): KiCad - zestaw programów na licencji GPL zaliczany do 
kategorii EDA
 Name:  kicad
-Version:   5.1.0
-Release:   3
+Version:   5.1.2
+Release:   1
 Epoch: 1
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
https://launchpad.net/kicad/5.0/%{version}/+download/%{name}-%{version}.tar.xz
-# Source0-md5: 735cb4d87d3819bf309495746eb13792
+# Source0-md5: d3aa58ebcb1113ffbe49ec7643a0f09a
 Source1:   
https://github.com/KiCad/kicad-doc/archive/%{version}/%{name}-doc-%{version}.tar.gz
-# Source1-md5: 47142ec31256c1dea25bcd6f4dcd7071
+# Source1-md5: e0ca11035e3b3ce072988bcaa7f69116
 Source2:   
https://github.com/KiCad/kicad-i18n/archive/%{version}/%{name}-i18n-%{version}.tar.gz
-# Source2-md5: c1e8fdd7bf4d1377f7ee0968fb5ab1d6
+# Source2-md5: 1f76dd0720c10081c56f32d1201be54b
 Source3:   
https://github.com/KiCad/kicad-symbols/archive/%{version}/%{name}-symbols-%{version}.tar.gz
-# Source3-md5: f78847a49329c9d8bfd4f5aac7dc36b1
+# Source3-md5: 63d41e72a4ca16ecc534f174565ca8e2
 Source4:   
https://github.com/KiCad/kicad-footprints/archive/%{version}/%{name}-footprints-%{version}.tar.gz
-# Source4-md5: cbdc858a0657878df24cec5eb0ab64a0
+# Source4-md5: beb7a445253bf769b97fb46b857e9f37
 Source5:   
https://github.com/KiCad/kicad-packages3D/archive/%{version}/%{name}-packages3D-%{version}.tar.gz
-# Source5-md5: dde395e19f69881930a8820a922f239a
+# Source5-md5: 2c9ecc770ff3e79c191f0a3935c23da8
 Source6:   
https://github.com/KiCad/kicad-templates/archive/%{version}/%{name}-templates-%{version}.tar.gz
-# Source6-md5: 451fc7de145ff122f1de08dfcef368d6
+# Source6-md5: b4f5dd7af99df5f68cea55b9bcb5efe2
 Patch0:nostrip.patch
 Patch1:lto.patch
 URL:   http://www.kicad-pcb.org/


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kicad.git/commitdiff/642cf8f847cfdc58452101dce081893cc9303f32

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/microcode-data-intel] - defattr before doc

2019-05-15 Thread qboosh
commit fd284e49790cac5d926dfaec97f2676932bfae36
Author: Jakub Bogusz 
Date:   Wed May 15 18:02:17 2019 +0200

- defattr before doc

 microcode-data-intel.spec | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/microcode-data-intel.spec b/microcode-data-intel.spec
index 6a9f848..ccf62f7 100644
--- a/microcode-data-intel.spec
+++ b/microcode-data-intel.spec
@@ -7,8 +7,8 @@ License:INTEL SOFTWARE LICENSE AGREEMENT
 Group: Base
 Source0:   
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-%{version}.tar.gz
 # Source0-md5: ad5fe712f54387c0737caef8131b4770
-Provides:  microcode-data
 BuildRequires: iucode-tool
+Provides:  microcode-data
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -35,7 +35,6 @@ Mikrokod dla procesorów Intel dla initrd.
 %setup -q -n Intel-Linux-Processor-Microcode-Data-Files-microcode-%{version}
 
 %build
-
 %{_sbindir}/iucode_tool intel-ucode*/*-* -tb --write-to=microcode.bin
 
 install -d kernel/x86/microcode
@@ -58,6 +57,6 @@ rm -rf $RPM_BUILD_ROOT
 /lib/firmware/intel-ucode
 
 %files initrd
-%doc releasenote
 %defattr(644,root,root,755)
+%doc releasenote
 /boot/intel-ucode.img


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/microcode-data-intel.git/commitdiff/fd284e49790cac5d926dfaec97f2676932bfae36

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/microcode-data-amd] - preserve timestamps, unnecessary attr cleanup

2019-05-15 Thread qboosh
commit b0ce7bef2a37a4b0421fdc8584b49419d88f6872
Author: Jakub Bogusz 
Date:   Wed May 15 17:59:14 2019 +0200

- preserve timestamps, unnecessary attr cleanup

 microcode-data-amd.spec | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/microcode-data-amd.spec b/microcode-data-amd.spec
index 3319dbd..dbd242b 100644
--- a/microcode-data-amd.spec
+++ b/microcode-data-amd.spec
@@ -39,10 +39,11 @@ i 17h.
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/lib/firmware/amd-ucode
-install %{SOURCE0} $RPM_BUILD_ROOT/lib/firmware/amd-ucode
-install %{SOURCE1} $RPM_BUILD_ROOT/lib/firmware/amd-ucode
-install %{SOURCE2} $RPM_BUILD_ROOT/lib/firmware/amd-ucode
-install %{SOURCE3} $RPM_BUILD_ROOT/lib/firmware/amd-ucode
+
+cp -p %{SOURCE0} $RPM_BUILD_ROOT/lib/firmware/amd-ucode
+cp -p %{SOURCE1} $RPM_BUILD_ROOT/lib/firmware/amd-ucode
+cp -p %{SOURCE2} $RPM_BUILD_ROOT/lib/firmware/amd-ucode
+cp -p %{SOURCE3} $RPM_BUILD_ROOT/lib/firmware/amd-ucode
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -50,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %dir /lib/firmware/amd-ucode
-%attr(644,root,root) /lib/firmware/amd-ucode/microcode_amd.bin
-%attr(644,root,root) /lib/firmware/amd-ucode/microcode_amd_fam15h.bin
-%attr(644,root,root) /lib/firmware/amd-ucode/microcode_amd_fam16h.bin
-%attr(644,root,root) /lib/firmware/amd-ucode/microcode_amd_fam17h.bin
+/lib/firmware/amd-ucode/microcode_amd.bin
+/lib/firmware/amd-ucode/microcode_amd_fam15h.bin
+/lib/firmware/amd-ucode/microcode_amd_fam16h.bin
+/lib/firmware/amd-ucode/microcode_amd_fam17h.bin


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/microcode-data-amd.git/commitdiff/b0ce7bef2a37a4b0421fdc8584b49419d88f6872

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: freedv: freedv-1.3.1.tar.xz

2019-05-15 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://hobbes1069.fedorapeople.org/freetel/freedv/freedv-1.3.1.tar.xz
43a4bca546def09662998509fe5c7abe  freedv-1.3.1.tar.xz
Size: 536864 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/freedv] - new, partially based on Fedora package

2019-05-15 Thread qboosh
commit dda102283236457e9570b53ebac702db2a37b2bc
Author: Jakub Bogusz 
Date:   Wed May 15 17:28:35 2019 +0200

- new, partially based on Fedora package

 freedv.spec | 89 +
 1 file changed, 89 insertions(+)
---
diff --git a/freedv.spec b/freedv.spec
new file mode 100644
index 000..4628298
--- /dev/null
+++ b/freedv.spec
@@ -0,0 +1,89 @@
+Summary:FreeDV Digital Voice
+Summary(pl.UTF-8): FreeDV Digital Voice - cyfrowy głos
+Name:   freedv
+Version:1.3.1
+Release:1
+License:GPL v2+
+Group: X11/Applications/Sound
+Source0:
https://hobbes1069.fedorapeople.org/freetel/%{name}/%{name}-%{version}.tar.xz
+# Source0-md5: 43a4bca546def09662998509fe5c7abe
+URL:http://freedv.org/
+BuildRequires:  alsa-lib-devel
+BuildRequires:  cmake >= 2.8
+BuildRequires:  codec2-devel >= 0.8.1
+BuildRequires:  hamlib-devel >= 1.2.15.3
+BuildRequires:  libsamplerate-devel >= 0.1.8
+BuildRequires:  libsndfile-devel >= 1.0.25
+BuildRequires:  libstdc++-devel
+BuildRequires:  portaudio-devel >= 19
+BuildRequires:  speexdsp-devel >= 1.2-0.rc3
+BuildRequires:  wxGTK3-unicode-devel >= 3.0.0
+Requires(post,postun): gtk-update-icon-cache
+Requires:  codec2 >= 0.8.1
+Requires:  hicolor-icon-theme
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FreeDV is a GUI application for Windows and Linux that allows any SSB
+radio to be used for low bit rate digital voice.
+
+Speech is compressed down to 1400 bit/s then modulated onto a 1100 Hz
+wide QPSK signal which is sent to the Mic input of a SSB radio. On
+receive, the signal is received by the SSB radio, then demodulated and
+decoded by FreeDV.
+
+FreeDV was built by an international team of Radio Amateurs working
+together on coding, design, user interface and testing. FreeDV is open
+source software, released under the GNU Public License version 2.
+The FDMDV modem and Codec 2 Speech codec used in FreeDV are also open
+source.
+
+%description -l pl.UTF-8
+FreeDV to graficzna aplikacja dla Windows i Linuksa pozwalająca na
+używanie dowolnego radia SSB do przesyłania cyfrowego głosu z niskimi
+współczynnikami prędkości.
+
+Mowa jest kompresowana nawet do 1400 bitów/s, a następnie modulowana
+sygnału QPSK o szerokości 1100 Hz, wysyłanego do wejścia mikrofonowego
+radia SSB. W drugą stronę, sygnał jest odbierany przez radio SSB,
+następnie demodulowany i dekodowany przez FreeDV.
+
+FreeDV zostało stworzone przez międzynarodowy zespół radioamatorów
+współpracujących przy kodowaniu, projektowaniu, interfejsie
+użytkownika i testowaniu. Jest to oprogramowanie o otwartych źródłach,
+wydane na licencji GNU Public License w wersji 2. Modem FDMDV oraz
+kodek mowy Codec 2, używane we FreeDV, także mają otwarte źródła.
+
+%prep
+%setup -q
+
+%build
+install -d build
+cd build
+%cmake .. \
+   -DWXCONFIG=%{_bindir}/wx-gtk3-unicode-config \
+   -DUSE_STATIC_CODEC2=OFF
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_icon_cache hicolor
+
+%postun
+%update_icon_cache hicolor
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING README.txt RELEASE_NOTES.txt USER_MANUAL.txt
+%attr(755,root,root) %{_bindir}/freedv
+%{_desktopdir}/freedv.desktop
+%{_iconsdir}/hicolor/*x*/apps/freedv.png


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/freedv.git/commitdiff/dda102283236457e9570b53ebac702db2a37b2bc

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/freedv] Created branch master

2019-05-15 Thread qboosh
The branch 'master' was created.

Summary of new commits:

  dda1022... - new, partially based on Fedora package
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: microcode-data-amd: microcode_amd.bin microcode_amd_fam15h.bin microcode_amd_fam16h.bin microcode_amd_fam17h.bin

2019-05-15 Thread hawk
Request by: hawk


Files fetched: 3

ALREADY GOT: 
http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/plain/amd-ucode/microcode_amd.bin
55ae79b82cbfddcf7142058be3c9ec2d  microcode_amd.bin
STORED: 
http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/plain/amd-ucode/microcode_amd_fam15h.bin
3bdedb4466186a79c469f62120f6d7bb  microcode_amd_fam15h.bin
Size: 7876 bytes
STORED: 
http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/plain/amd-ucode/microcode_amd_fam16h.bin
6a47a6393c52ddfc0b5b044efc076a77  microcode_amd_fam16h.bin
Size: 3510 bytes
STORED: 
http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/plain/amd-ucode/microcode_amd_fam17h.bin
fef89be989f6a160b340027a24cd0a16  microcode_amd_fam17h.bin
Size: 6476 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/microcode-data-amd] - updated on 20190514

2019-05-15 Thread hawk
commit 2f0d4d5457e62cca1d584c241f534cc39dc24c01
Author: Marcin Krol 
Date:   Wed May 15 17:06:33 2019 +0200

- updated on 20190514

 microcode-data-amd.spec | 18 ++
 1 file changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/microcode-data-amd.spec b/microcode-data-amd.spec
index e2daa5b..3319dbd 100644
--- a/microcode-data-amd.spec
+++ b/microcode-data-amd.spec
@@ -1,4 +1,4 @@
-%definedash_snap   2013-07-10
+%definedash_snap   2019-05-14
 %definespec_snap   %(echo %{dash_snap} | sed -e 's/-//g')
 Summary:   Microcode definitions for AMD64 processors
 Summary(pl.UTF-8): Definicje mikrokodu dla procesorów AMD64
@@ -10,7 +10,11 @@ Group:   Base
 Source0:   
http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/plain/amd-ucode/microcode_amd.bin
 # Source0-md5: 55ae79b82cbfddcf7142058be3c9ec2d
 Source1:   
http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/plain/amd-ucode/microcode_amd_fam15h.bin
-# Source1-md5: 122ac7e56442c2b7c28eb26978b2d57c
+# Source1-md5: 3bdedb4466186a79c469f62120f6d7bb
+Source2:   
http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/plain/amd-ucode/microcode_amd_fam16h.bin
+# Source2-md5: 6a47a6393c52ddfc0b5b044efc076a77
+Source3:   
http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/plain/amd-ucode/microcode_amd_fam17h.bin
+# Source3-md5: fef89be989f6a160b340027a24cd0a16
 URL:   
http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git
 Provides:  microcode-data
 ExclusiveArch: i686 %{x8664}
@@ -21,11 +25,13 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The microcode data file for Linux contains the latest microcode
-definitions for AMD64 processor families 10h, 11h, 12h, 14h, and 15h.
+definitions for AMD64 processor families 10h, 11h, 12h, 14h, 15h, 16h
+and 17h.
 
 %description -l pl.UTF-8
 Te pliki danych mikrokodu dla Linuksa zawierają najnowsze definicje
-mikrokodu dla procesorów AMD64 z rodzin 10h, 11h, 12h, 14h i 15h.
+mikrokodu dla procesorów AMD64 z rodzin 10h, 11h, 12h, 14h, 15h, 16h
+i 17h.
 
 %prep
 %setup -q -T -c
@@ -35,6 +41,8 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/lib/firmware/amd-ucode
 install %{SOURCE0} $RPM_BUILD_ROOT/lib/firmware/amd-ucode
 install %{SOURCE1} $RPM_BUILD_ROOT/lib/firmware/amd-ucode
+install %{SOURCE2} $RPM_BUILD_ROOT/lib/firmware/amd-ucode
+install %{SOURCE3} $RPM_BUILD_ROOT/lib/firmware/amd-ucode
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -44,3 +52,5 @@ rm -rf $RPM_BUILD_ROOT
 %dir /lib/firmware/amd-ucode
 %attr(644,root,root) /lib/firmware/amd-ucode/microcode_amd.bin
 %attr(644,root,root) /lib/firmware/amd-ucode/microcode_amd_fam15h.bin
+%attr(644,root,root) /lib/firmware/amd-ucode/microcode_amd_fam16h.bin
+%attr(644,root,root) /lib/firmware/amd-ucode/microcode_amd_fam17h.bin


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/microcode-data-amd.git/commitdiff/2f0d4d5457e62cca1d584c241f534cc39dc24c01

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/zabbix/zabbix-4.0] patch for http poller added

2019-05-15 Thread jajcus
commit 4d040055ccd610324934399a607cb916b1e4a185
Author: Jacek Konieczny 
Date:   Wed May 15 13:59:20 2019 +0200

patch for http poller added

https://support.zabbix.com/browse/ZBX-16050

https://github.com/zabbix/zabbix/commit/364571cb0a0dfa1cd88a1347e759d5836962a5cd

 http_poller_crash.patch | 117 
 zabbix.spec |   2 +
 2 files changed, 119 insertions(+)
---
diff --git a/zabbix.spec b/zabbix.spec
index 8a3ae74..b4702a9 100644
--- a/zabbix.spec
+++ b/zabbix.spec
@@ -30,6 +30,7 @@ Source7:  %{name}_agentd.init
 Patch0:config.patch
 Patch1:sqlite3_dbname.patch
 Patch2:always_compile_ipc.patch
+Patch3:http_poller_crash.patch
 URL:   http://zabbix.sourceforge.net/
 BuildRequires: OpenIPMI-devel
 BuildRequires: autoconf
@@ -293,6 +294,7 @@ This package provides the Zabbix Java Gateway.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
diff --git a/http_poller_crash.patch b/http_poller_crash.patch
new file mode 100644
index 000..2c78b13
--- /dev/null
+++ b/http_poller_crash.patch
@@ -0,0 +1,117 @@
+From 459ee438244f7d1b7907e44738c40bdc8f23660d Mon Sep 17 00:00:00 2001
+From: Aleksejs Sestakovs 
+Date: Mon, 29 Apr 2019 15:09:07 +0300
+Subject: [PATCH] ...PS. [ZBX-16050] fixed HTTP poller crashes
+
+---
+ src/zabbix_server/httppoller/httptest.c | 64 +
+ 1 file changed, 23 insertions(+), 41 deletions(-)
+
+diff --git a/src/zabbix_server/httppoller/httptest.c 
b/src/zabbix_server/httppoller/httptest.c
+index b0a833bad86..bd1ca503643 100644
+--- a/src/zabbix_server/httppoller/httptest.c
 b/src/zabbix_server/httppoller/httptest.c
+@@ -507,58 +507,30 @@ static int   httpstep_load_pairs(DC_HOST *host, 
zbx_httpstep_t *httpstep)
+  *
*
+  * Function: add_http_headers 
*
+  *
*
+- * Purpose: add http headers and cookies to CURL handle   
*
++ * Purpose: adds HTTP headers to curl_slist and prepares cookie header string 
*
+  *
*
+- * Parameters: easyhandle  - [IN] host to be used in macro expansion  
*
+- * headers - [IN] HTTP headers as string  
*
+- * headers_slist   - [IN/OUT] empty curl_slist to be freed after  
*
+- *curl_easy_perform is called 
*
+- * error   - [OUT] error string (if any)  
*
+- *
*
+- * Return value: SUCCEED if headers (and cookies) were set without errors.
*
+- *   FAIL on error.   
*
++ * Parameters: headers - [IN] HTTP headers as string  
*
++ * headers_slist   - [IN/OUT] curl_slist  
*
++ * header_cookie   - [IN/OUT] cookie header as string 
*
+  *
*
+  
**/
+-static intadd_http_headers(CURL *easyhandle, char *headers, struct 
curl_slist **headers_slist, char **error)
++static void   add_http_headers(char *headers, struct curl_slist 
**headers_slist, char **header_cookie)
+ {
+ #define COOKIE_HEADER_STR "Cookie:"
+ #define COOKIE_HEADER_STR_LEN ZBX_CONST_STRLEN(COOKIE_HEADER_STR)
+-  CURLcodeerr;
+-  char*line;
+-  int ret = SUCCEED;
++
++  char*line;
+ 
+   while (NULL != (line = zbx_http_get_header()))
+   {
+   if (0 == strncmp(COOKIE_HEADER_STR, line, 
COOKIE_HEADER_STR_LEN))
+-  {
+-  if (CURLE_OK != (err = curl_easy_setopt(easyhandle, 
CURLOPT_COOKIE, (line +
+-  
COOKIE_HEADER_STR_LEN * sizeof(char)
+-  {
+-  ret = FAIL;
+-
+-  if (NULL != error)
+-  *error = zbx_strdup(*error, 
curl_easy_strerror(err));
+-
+-  zbx_free(line);
+-  goto out;
+-  }
+-  }
++  *header_cookie = zbx_strdup(*header_cookie, line + 
COOKIE_HEADER_STR_LEN);
+   else
+   *headers_slist = curl_slist_append(*headers_slist, 
line);
+ 
+   zbx_free(line);
+   }
+ 
+-  if (CURLE_OK != (err = curl_easy_setopt(easyhandle, CURLOPT_HTTPHEADER, 
*headers_slist)))
+-  {
+-  

DISTFILES: zabbix: zabbix-4.0.7.tar.gz

2019-05-15 Thread jajcus
Request by: jajcus


Files fetched: 1

STORED: http://downloads.sourceforge.net/zabbix/zabbix-4.0.7.tar.gz
3a53e2e4c18fde9edbe34a89cc7d8297  zabbix-4.0.7.tar.gz
Size: 17175571 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/zabbix/zabbix-4.0] Version: 4.0.7 (LTS)

2019-05-15 Thread jajcus
commit e5d5004dca5c15d113f93cedb20f571630d3
Author: Jacek Konieczny 
Date:   Wed May 15 11:59:13 2019 +0200

Version: 4.0.7 (LTS)

 zabbix.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/zabbix.spec b/zabbix.spec
index 5e2ee33..8a3ae74 100644
--- a/zabbix.spec
+++ b/zabbix.spec
@@ -14,12 +14,12 @@
 Summary:   Zabbix - network monitoring software
 Summary(pl.UTF-8): Zabbix - oprogramowanie do monitorowania sieci
 Name:  zabbix
-Version:   4.0.6
+Version:   4.0.7
 Release:   1
 License:   GPL v2+
 Group: Networking/Utilities
 Source0:   
http://downloads.sourceforge.net/zabbix/%{name}-%{version}.tar.gz
-# Source0-md5: 50311fbf42a35974908c991f6a7e1ad1
+# Source0-md5: 3a53e2e4c18fde9edbe34a89cc7d8297
 Source1:   %{name}-apache.conf
 Source2:   %{name}_server.service
 Source3:   %{name}_agentd.service


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zabbix.git/commitdiff/e5d5004dca5c15d113f93cedb20f571630d3

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/zabbix] Created branch zabbix-4.0

2019-05-15 Thread jajcus
The branch 'zabbix-4.0' was created.

Summary of new commits:

  e5d5004... Version: 4.0.7 (LTS)
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/kernel-tools] - up to 4.19.43; bfp-helpers coliding with man-pages

2019-05-15 Thread arekm
commit 0813123ef5174b7bec2d9e44d5c03fc4a4e56b64
Author: Arkadiusz Miśkiewicz 
Date:   Wed May 15 11:55:03 2019 +0200

- up to 4.19.43; bfp-helpers coliding with man-pages

 kernel-tools.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/kernel-tools.spec b/kernel-tools.spec
index b5788e8..f54aca7 100644
--- a/kernel-tools.spec
+++ b/kernel-tools.spec
@@ -21,7 +21,7 @@
 %endif
 
 %definebasever 4.19
-%definepostver .26
+%definepostver .43
 Summary:   Assortment of tools for the Linux kernel
 Summary(pl.UTF-8): Zestaw narzędzi dla jądra Linuksa
 Name:  kernel-tools
@@ -35,7 +35,7 @@ Source1:  cpupower.service
 Source2:   cpupower.config
 %if "%{postver}" != ".0"
 Patch0:
https://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz
-# Patch0-md5:  c03985e05f145c7a94f90181b9d1e6cb
+# Patch0-md5:  de59f616dfe3f55ee03ccb06e59481ef
 %endif
 Patch1:x32.patch
 Patch3:%{name}-perf-update.patch
@@ -611,6 +611,8 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man8
 # gen_init_cpio
 install -p usr/gen_init_cpio $RPM_BUILD_ROOT%{_bindir}/gen_init_cpio
 
+rm -f $RPM_BUILD_ROOT%{_mandir}/man7/bpf-helpers.7*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -645,7 +647,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_sbindir}/dslm
 %attr(755,root,root) %{_sbindir}/freefall
 %attr(755,root,root) %{_sbindir}/page-types
-%{_mandir}/man7/bpf-helpers.7*
 %{_mandir}/man8/bpftool*.8*
 %{_mandir}/man8/tmon.8*
 %ifarch %{ix86} %{x8664} x32


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel-tools.git/commitdiff/0813123ef5174b7bec2d9e44d5c03fc4a4e56b64

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit