[packages/OpenAL] - added pc patch (support absolute CMAKE_INSTALL_*DIR); release 2

2019-07-24 Thread qboosh
commit 60781cc70cc4e8845abb8b8abc94edd0f42e4bb8
Author: Jakub Bogusz 
Date:   Thu Jul 25 05:29:26 2019 +0200

- added pc patch (support absolute CMAKE_INSTALL_*DIR); release 2

 OpenAL-pc.patch | 15 +++
 OpenAL.spec |  4 +++-
 2 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/OpenAL.spec b/OpenAL.spec
index ca17c4b..fc3084f 100644
--- a/OpenAL.spec
+++ b/OpenAL.spec
@@ -20,11 +20,12 @@ Summary:Open Audio Library
 Summary(pl.UTF-8): Otwarta Biblioteka Dźwięku
 Name:  OpenAL
 Version:   1.19.1
-Release:   1
+Release:   2
 License:   LGPL v2+
 Group: Libraries
 Source0:   
http://openal-soft.org/openal-releases/openal-soft-%{version}.tar.bz2
 # Source0-md5: af6f148c342276a51ea9c33ebd303f78
+Patch0:%{name}-pc.patch
 URL:   http://www.openal.org/
 %{?with_sdl:BuildRequires: SDL2-devel >= 2}
 %{?with_alsa:BuildRequires:alsa-lib-devel}
@@ -94,6 +95,7 @@ Graficzny interfejs do konfiguracji biblioteki OpenAL.
 
 %prep
 %setup -q -n openal-soft-%{version}
+%patch0 -p1
 
 %build
 cd build
diff --git a/OpenAL-pc.patch b/OpenAL-pc.patch
new file mode 100644
index 000..dcfdcb7
--- /dev/null
+++ b/OpenAL-pc.patch
@@ -0,0 +1,15 @@
+--- openal-soft-1.19.1/CMakeLists.txt.orig 2018-10-12 00:05:31.0 
+0200
 openal-soft-1.19.1/CMakeLists.txt  2019-07-25 05:26:21.124715068 +0200
+@@ -1350,9 +1350,9 @@
+ # Needed for openal.pc.in
+ SET(prefix ${CMAKE_INSTALL_PREFIX})
+ SET(exec_prefix "\${prefix}")
+-SET(libdir "\${exec_prefix}/${CMAKE_INSTALL_LIBDIR}")
+-SET(bindir "\${exec_prefix}/${CMAKE_INSTALL_BINDIR}")
+-SET(includedir "\${prefix}/${CMAKE_INSTALL_INCLUDEDIR}")
++SET(libdir "${CMAKE_INSTALL_FULL_LIBDIR}")
++SET(bindir "${CMAKE_INSTALL_FULL_BINDIR}")
++SET(includedir "${CMAKE_INSTALL_FULL_INCLUDEDIR}")
+ SET(PACKAGE_VERSION "${LIB_VERSION}")
+ SET(PKG_CONFIG_CFLAGS )
+ SET(PKG_CONFIG_PRIVATE_LIBS )


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/OpenAL.git/commitdiff/60781cc70cc4e8845abb8b8abc94edd0f42e4bb8

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


[packages/exiv2] - updated to 0.27.1 - updated cmake patch (support absolute CMAKE_INSTALL_*DIR) - updated no-xmpsdk-

2019-07-24 Thread qboosh
commit 424f4566b55bc3f1bc8b9dc72e8520597592f013
Author: Jakub Bogusz 
Date:   Wed Jul 24 22:05:10 2019 +0200

- updated to 0.27.1
- updated cmake patch (support absolute CMAKE_INSTALL_*DIR)
- updated no-xmpsdk-install patch

 cmake.patch   | 52 ++-
 exiv2-no-xmpsdk-install.patch | 21 +
 exiv2.spec| 14 ++--
 3 files changed, 24 insertions(+), 63 deletions(-)
---
diff --git a/exiv2.spec b/exiv2.spec
index 2e1383c..fc07705 100644
--- a/exiv2.spec
+++ b/exiv2.spec
@@ -6,16 +6,16 @@
 Summary:   EXIF and IPTC metadata manipulation tools
 Summary(pl.UTF-8): Narzędzia do obróbki metadanych EXIF i IPTC
 Name:  exiv2
-Version:   0.27.0a
-Release:   5
+Version:   0.27.1
+Release:   1
 License:   GPL v2+
 Group: Applications/Graphics
-#Source0Download: http://www.exiv2.org/download.html
-Source0:   http://www.exiv2.org/builds/%{name}-%{version}-Source.tar.gz
-# Source0-md5: b7f49949deafa96a9e6a22d42bd91031
+#Source0Download: https://www.exiv2.org/download.html
+Source0:   https://www.exiv2.org/builds/%{name}-%{version}-Source.tar.gz
+# Source0-md5: 56d064517ae5903dd963b84514a121c1
 Patch0:cmake.patch
 Patch1:%{name}-no-xmpsdk-install.patch
-URL:   http://www.exiv2.org/
+URL:   https://www.exiv2.org/
 BuildRequires: cmake >= 3.3.2
 %{?with_curl:BuildRequires:curl-devel}
 BuildRequires: expat-devel
@@ -62,7 +62,7 @@ EXIF and IPTC metadata manipulation library development files.
 Pliki programistyczne biblioteki do obróbki metadanych EXIF i IPTC.
 
 %prep
-%setup -q -n %{name}-0.27.0-Source
+%setup -q -n %{name}-%{version}-Source
 %patch0 -p1
 %patch1 -p1
 
diff --git a/cmake.patch b/cmake.patch
index fd4343b..823b0b9 100644
--- a/cmake.patch
+++ b/cmake.patch
@@ -1,54 +1,26 @@
-diff --git a/cmake/exiv2.pc.in b/cmake/exiv2.pc.in
-index e477696d..9018472b 100644
 a/cmake/exiv2.pc.in
-+++ b/cmake/exiv2.pc.in
+--- exiv2-0.27.1-Source/cmake/exiv2.pc.in.orig 2019-07-24 21:28:15.100120602 
+0200
 exiv2-0.27.1-Source/cmake/exiv2.pc.in  2019-07-24 21:29:32.043037100 
+0200
 @@ -1,7 +1,7 @@
  prefix=@CMAKE_INSTALL_PREFIX@
  exec_prefix=${prefix}
--libdir=${prefix}/lib
--includedir=${prefix}/include
-+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
-+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
+-libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
+-includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
++libdir=@CMAKE_INSTALL_FULL_LIBDIR@
++includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
  
  Name: exiv2
  Description: @PROJECT_DESCRIPTION@
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index ca24006e..ed7f3e1c 100644
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -6,6 +6,7 @@ if( EXIV2_BUILD_UNIT_TESTS )
- set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) # Requires CMake 3.3.3
- endif()
- 
-+include(CMakePackageConfigHelpers)
- 
- include_directories(${CMAKE_CURRENT_BINARY_DIR})
- 
-@@ -218,6 +206,7 @@ if( ICONV_FOUND )
- target_link_libraries( exiv2lib PRIVATE Iconv::Iconv )
- endif()
- 
-+write_basic_package_version_file(exiv2ConfigVersion.cmake COMPATIBILITY 
ExactVersion)
- 
- install(TARGETS exiv2lib EXPORT exiv2Config
- RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
-@@ -225,7 +214,9 @@ install(TARGETS exiv2lib EXPORT exiv2Config
+--- exiv2-0.27.1-Source/src/CMakeLists.txt.orig2019-04-26 
11:31:16.0 +0200
 exiv2-0.27.1-Source/src/CMakeLists.txt 2019-07-24 21:40:31.712796695 
+0200
+@@ -239,9 +239,9 @@
  ${CMAKE_BINARY_DIR}/exiv2lib_export.h
  DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/exiv2)
  
--install(EXPORT exiv2Config DESTINATION "share/exiv2/cmake")
+-install(EXPORT exiv2Config DESTINATION "${CMAKE_INSTALL_LIBDIR}/exiv2/cmake")
 +install(EXPORT exiv2Config DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/exiv2")
-+
+ 
+-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/exiv2ConfigVersion.cmake 
DESTINATION "${CMAKE_INSTALL_LIBDIR}/exiv2/cmake")
 +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/exiv2ConfigVersion.cmake 
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/exiv2")
  
  # 
**
  # exiv2 application
-@@ -257,7 +244,7 @@ if(EXIV2_BUILD_EXIV2_COMMAND)
- 
- if( EXIV2_ENABLE_NLS )
- target_link_libraries(exiv2 PRIVATE ${Intl_LIBRARIES})
--target_include_directories(exiv2lib PRIVATE ${Intl_INCLUDE_DIRS})
-+target_include_directories(exiv2 PRIVATE ${Intl_INCLUDE_DIRS})
- endif()
- 
- if (USING_CONAN AND WIN32 AND EXISTS ${PROJECT_BINARY_DIR}/conanDlls)
diff --git a/exiv2-no-xmpsdk-install.patch b/exiv2-no-xmpsdk-install.patch
index e21b641..f86c9d1 100644
--- a/exiv2-no-xmpsdk-install.patch
+++ b/exiv2-no-xmpsdk-install.patch
@@ -1,23 +1,12 @@
 exiv2-0.27.0-Source/xmpsdk/CMakeLists.txt.orig 2018-12-20 
14:45:17.0 +0100
-+++ exiv2-0.27.0-Source/xmpsdk/CMakeLists.txt  

DISTFILES: exiv2: exiv2-0.27.1-Source.tar.gz

2019-07-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://www.exiv2.org/builds/exiv2-0.27.1-Source.tar.gz
56d064517ae5903dd963b84514a121c1  exiv2-0.27.1-Source.tar.gz
Size: 27210365 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


PLD-doc: PLD-update-TODO - updated

2019-07-24 Thread arekm
Author: arekmDate: Wed Jul 24 19:08:39 2019 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- updated

 Files affected:
PLD-doc:
   PLD-update-TODO (1.2387 -> 1.2388) 

 Diffs:


Index: PLD-doc/PLD-update-TODO
diff -u PLD-doc/PLD-update-TODO:1.2387 PLD-doc/PLD-update-TODO:1.2388
--- PLD-doc/PLD-update-TODO:1.2387  Mon Jul 22 03:33:18 2019
+++ PLD-doc/PLD-update-TODO Wed Jul 24 21:08:33 2019
@@ -1,4 +1,4 @@
-0ad(14) [OLD] r10803 [NEW] r10803-alpha-unix-build
+0ad(14) [OLD] r10803 [NEW] r08832-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.6 [NEW] 0.12.7
@@ -22,6 +22,7 @@
 IRRToolSet(8) [OLD] 4.8.5 [NEW] 5.0.1
 LunarGLASS [OLD] 0 [NEW] Release
 MHonArc(9) [OLD] 2.6.18 [NEW] 2.6.19
+Mesa-libGLU(12) [OLD] 9.0.0 [NEW] 9.0.1
 ModemManager(12) [OLD] 1.10.0 [NEW] 1.10.4
 Mowitz(8) [OLD] 0.3.0 [NEW] 0.3.1
 OCE [OLD] 0.18.2 [NEW] 0.18.3
@@ -124,7 +125,7 @@
 aspectj(8) [OLD] 1.6.0 [NEW] 1.9.4
 aspell-ca(11) [OLD] 2.1.5 [NEW] 20040130
 aspell-pl-alt(8) [OLD] 20131202 [NEW] 20190721
-asterisk(58) [OLD] 16.3.0 [NEW] 16.4.1
+asterisk(58) [OLD] 16.4.0 [NEW] 16.4.1
 asterisk-chan_capi(9) [OLD] 1.1.5 [NEW] 1.1.6
 asterisk-sounds-core(48) [OLD] 1.5 [NEW] 1.6.1
 asterisk-sounds-extra(34) [OLD] 1.5 [NEW] 1.5.2
@@ -159,7 +160,9 @@
 bashish(8) [OLD] 2.0.7 [NEW] 2.2.4
 battleships(8) [OLD] 2.9 [NEW] 2.11
 bbkeys(8) [OLD] 0.8.6 [NEW] 0.9.1
+bcfg2(8) [OLD] 1.0.1 [NEW] 1.4.0pre1
 bcron(9) [OLD] 0.09 [NEW] 0.11
+beast(8) [OLD] 0.7.4 [NEW] 0.14.0
 bes(11) [OLD] 3.17.4 [NEW] 3.20.5
 bfilter(12) [OLD] 0.9.4 [NEW] 1.1.4
 bftpd(8) [OLD] 2.6 [NEW] 5.2
@@ -199,6 +202,7 @@
 c-icap(7) [OLD] 0.5.5 [NEW] 220505
 c-icap-modules(15) [OLD] 0.5.2 [NEW] 0.5.3
 cacao(8) [OLD] 0.98 [NEW] 1.6.2
+cachefilesd(7) [OLD] 0.10.5 [NEW] 0.10.10
 cacti(11) [OLD] 1.2.1 [NEW] 1.2.5
 cacti-spine(12) [OLD] 1.2.1 [NEW] 1.2.5
 cacti-template-php-fpm [OLD] 0.6.0 [NEW] 14
@@ -213,16 +217,18 @@
 ccrypt(8) [OLD] 1.9 [NEW] 1.11
 ccs(9) [OLD] 2.03.11 [NEW] 3.0.7
 cdl3(8) [OLD] 1.2.7 [NEW] 1.2.8
+cdlabelgen(10) [OLD] 4.0.0 [NEW] 4.3.0
 cdrdao(15) [OLD] 1.2.3 [NEW] 1.2.4
 cdrtools(13) [OLD] 3.00 [NEW] 3.02a09
 celt051(8) [OLD] 0.5.1.3 [NEW] 0.11.3
 centerim(13) [OLD] 4.22.9 [NEW] 4.22.10
 ceph(29) [OLD] 0.94.10 [NEW] 14.2.2
+cgames(8) [OLD] 2.2 [NEW] 2.2a
 cgic(8) [OLD] 205 [NEW] 207
 cgminer(9) [OLD] 3.12.0 [NEW] 4.11.1
 cgoban(11) [OLD] 1.9.12 [NEW] 1.9.14
 chatzilla(8) [OLD] 0.9.86.1 [NEW] 0.9.90.1
-checksec [OLD] 1.7.4 [NEW] 1.11.1
+checksec [OLD] 1.7.4 [NEW] 2.0.0
 chef [OLD] 14.1.36 [NEW] 15.1.36
 cheops-ng(8) [OLD] 0.1.12 [NEW] 0.2.3
 childsplay(8) [OLD] 1.6 [NEW] 3.4
@@ -268,8 +274,8 @@
 convirt(10) [OLD] 0.9 [NEW] 2.0.1
 coppermine-gallery(9) [OLD] 1.4.26 [NEW] 1.5.48
 corosync(24) [OLD] 2.4.4 [NEW] 3.0.2
-courier(19) [OLD] 1.0.4 [NEW] 1.0.8
-courier-authlib(12) [OLD] 0.69.0 [NEW] 0.69.0.20181018
+courier(19) [OLD] 1.0.4 [NEW] 1.0.8.20190721
+courier-authlib(12) [OLD] 0.69.0 [NEW] 0.69.0.20190723
 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.13.0
@@ -316,7 +322,7 @@
 crossmingw32-xz(8) [OLD] 5.2.4 [NEW] 5.3.1alpha
 crossmingw64-binutils(12) [OLD] 2.31.1 [NEW] 2.32
 crossmingw64-gcc(17) [OLD] 6.5.0 [NEW] 9.1.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] 9.1.0
 crossmipsel-uClibc(12) [OLD] 0.9.28 [NEW] 0.9.33.2
 crossppc-gcc(17) [OLD] 4.4.0 [NEW] 9.1.0
@@ -365,7 +371,6 @@
 deja-dup(8) [OLD] 34.3 [NEW] 38.3
 dejagnu(9) [OLD] 1.4.4 [NEW] 1.6.2
 deltarpm [OLD] 3.6.1 [NEW] 3.6.2
-deluge(8) [OLD] 1.3.7 [NEW] 1.3.15
 denemo(8) [OLD] 0.7.4 [NEW] 0.7.7
 desire(13) [OLD] 3.1 [NEW] 4.0.2
 desmume(8) [OLD] 0.9.7 [NEW] 0.9.11
@@ -379,7 +384,7 @@
 dibbler(10) [OLD] 0.4.1 [NEW] 0.8.0rc1
 diction(8) [OLD] 1.11 [NEW] 1.14
 dietlibc(18) [OLD] 0.33 [NEW] 0.34
-digidoc4-client [OLD] 4.2.0.43 [NEW] 4.2.1
+digidoc4-client [OLD] 4.2.0.43 [NEW] 4.2.2
 ding(8) [OLD] 1.7 [NEW] 1.8.1
 diod [OLD] 1.0.14 [NEW] 1.0.24
 discount(8) [OLD] 2.2.2 [NEW] 2.2.4
@@ -417,6 +422,7 @@
 dotnet-newtonsoft-json [OLD] 9.0.1 [NEW] 12.0.2
 dotnet-notify-sharp(9) [OLD] 0.4.1 [NEW] 3.0.3
 dotproject(13) [OLD] 1.0.1 [NEW] 2.1.3
+dovecot(20) [OLD] 2.3.7 [NEW] 2.3.7.1
 dpkg(13) [OLD] 1.18.10 [NEW] 1.19.7
 dqlite(8) [OLD] 0.2.4 [NEW] 0.9.1
 drbd-utils(9) [OLD] 9.1.0 [NEW] 9.10.0
@@ -435,7 +441,7 @@
 dvtm(9) [OLD] 0.7 [NEW] 0.15
 dwm(7) [OLD] 5.9 [NEW] 6.2
 dxpc(8) [OLD] 3.8.2 [NEW] 3.9.2.tgz
-e1000e(17) [OLD] 3.3.5.3 [NEW] 3.4.2.4
+e1000e(17) [OLD] 3.3.5.3 [NEW] 3.5.1
 e16(13) [OLD] 0.16.8.2 [NEW] 1.0.20
 e4rat(7) [OLD] 0.2.1 [NEW] 0.2.3
 earth3d(7) [OLD] 1.0.5 [NEW] 1.1.0
@@ -453,7 +459,7 @@
 eglexternalplatform [OLD] 1.0.0 [NEW] 1.1
 eiciel(8) [OLD] 0.9.8.1 [NEW] 0.9.12.1
 ejabberd(16) [OLD] 19.02 [NEW] 19.05
-electron(11) [OLD] 1.4.3 [NEW] 5.0.7
+electron(11) [OLD] 

[packages/zbar] - updated to 0.23 - updated sh patch - removed obsolete imagemagick7 patch - now includes gir files,

2019-07-24 Thread qboosh
commit b18dc2d5fe8f9a43642954ba5e9d2cc4bb6dbe9b
Author: Jakub Bogusz 
Date:   Wed Jul 24 20:49:42 2019 +0200

- updated to 0.23
- updated sh patch
- removed obsolete imagemagick7 patch
- now includes gir files, supports gtk+3 and python3 (as options)

 imagemagick7.patch | 22 ---
 zbar-sh.patch  | 14 +-
 zbar.spec  | 78 --
 3 files changed, 65 insertions(+), 49 deletions(-)
---
diff --git a/zbar.spec b/zbar.spec
index 86b66e6..e203574 100644
--- a/zbar.spec
+++ b/zbar.spec
@@ -2,6 +2,8 @@
 # Conditional build:
 %bcond_withjava# Java interface [some file missing]
 %bcond_withnpapi   # NPAPI plugin for Firefox/OpenOffice [nothing really 
yet]
+%bcond_withgtk3# GTK+ 3.x instead of 2.x
+%bcond_withpython3 # Python 3.x instead of 2.x
 %bcond_without qt  # Qt widget (Qt5 or Qt4)
 %bcond_withqt4 # Qt4 instead of Qt5
 %bcond_withtests   # "make test" for Perl module [needs X display]
@@ -10,7 +12,7 @@
 Summary:   ZBar Bar Code Reader
 Summary(pl.UTF-8): ZBar - czytnik kodów paskowych
 Name:  zbar
-Version:   0.22
+Version:   0.23
 Release:   1
 License:   LGPL v2.1+
 Group: Libraries
@@ -18,18 +20,20 @@ Group:  Libraries
 #Source0:  http://downloads.sourceforge.net/zbar/%{name}-%{version}.tar.bz2
 # non-maintainer release
 Source0:   https://linuxtv.org/downloads/zbar/%{name}-%{version}.tar.bz2
-# Source0-md5: 5f767d8a237b03988193adcc2a44eecf
+# Source0-md5: 99d16dd6ce4d3a180aeb88b8a0880653
 Patch0:%{name}-sh.patch
 Patch1:%{name}-link.patch
 Patch2:%{name}-npapi.patch
-Patch3:imagemagick7.patch
 URL:   http://zbar.sourceforge.net/
 BuildRequires: ImageMagick-devel >= 1:6.2.6
 BuildRequires: autoconf >= 2.68
 BuildRequires: automake >= 1:1.13
 BuildRequires: dbus-devel >= 1.0
 BuildRequires: gettext-tools
-BuildRequires: gtk+2-devel >= 2.0
+BuildRequires: glib2-devel >= 2.0
+BuildRequires: gobject-introspection-devel >= 0.6.7
+%{!?with_gtk3:BuildRequires:   gtk+2-devel >= 2.0}
+%{?with_gtk3:BuildRequires:gtk+3-devel >= 3.0}
 %{?with_java:BuildRequires:jdk}
 BuildRequires: libjpeg-devel
 BuildRequires: libstdc++-devel
@@ -38,8 +42,12 @@ BuildRequires:   libv4l-devel
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: pkgconfig
 %{?with_npapi:BuildRequires:   pkgconfig(mozilla-plugin)}
-BuildRequires: python-devel >= 2.3.5
-BuildRequires: python-pygtk-devel >= 2:2.0
+%if %{with python3}
+BuildRequires: python3-devel >= 1:3.2
+%else
+BuildRequires: python-devel >= 1:2.7.0
+%{!?with_gtk3:BuildRequires:   python-pygtk-devel >= 2:2.0}
+%endif
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.357
@@ -129,7 +137,8 @@ Summary(pl.UTF-8):  Plik nagłówkowy widgetu GTK+ do 
skanowania i dekodowania ko
 Group: X11/Development/Libraries
 Requires:  %{name}-devel = %{version}-%{release}
 Requires:  %{name}-gtk = %{version}-%{release}
-Requires:  gtk+2-devel >= 2.0
+%{!?with_gtk3:Requires:gtk+2-devel >= 2.0}
+%{?with_gtk3:Requires: gtk+3-devel >= 3.0}
 
 %description gtk-devel
 Header file for bar code scanning and decoding GTK+ widget.
@@ -212,25 +221,25 @@ Perl interface to ZBar bar code reader.
 Interfejs Perla do czytnika kodów paskowych ZBar.
 
 %package -n python-zbar
-Summary:   Python interface to ZBar bar code reader
-Summary(pl.UTF-8): Interfejs Pythona do czytnika kodów paskowych ZBar
+Summary:   Python 2 interface to ZBar bar code reader
+Summary(pl.UTF-8): Interfejs Pythona 2 do czytnika kodów paskowych ZBar
 Group: Libraries/Python
 Requires:  %{name} = %{version}-%{release}
-%pyrequires_eq python-libs
+Requires:  python-libs >= 1:2.7.0
 
 %description -n python-zbar
-Python interface to ZBar bar code reader.
+Python 2 interface to ZBar bar code reader.
 
 %description -n python-zbar -l pl.UTF-8
-Interfejs Pythona do czytnika kodów paskowych ZBar.
+Interfejs Pythona 2 do czytnika kodów paskowych ZBar.
 
 %package -n python-zbar-pygtk
 Summary:   Bar code scanning and decoding PyGTK widget
 Summary(pl.UTF-8): Widget PyGTK do skanowania i dekodowania kodów paskowych
 Group: Libraries/Python
 Requires:  %{name}-gtk = %{version}-%{release}
+Requires:  python-libs >= 1:2.7.0
 Requires:  python-pygtk-gtk >= 2:2.0
-%pyrequires_eq python-libs
 
 %description -n python-zbar-pygtk
 Bar code scanning and decoding PyGTK widget.
@@ -238,6 +247,18 @@ Bar code scanning and decoding PyGTK widget.
 %description -n python-zbar-pygtk -l pl.UTF-8
 Widget PyGTK do skanowania i dekodowania kodów paskowych.
 
+%package -n python3-zbar
+Summary:   Python 3 interface to ZBar bar code reader
+Summary(pl.UTF-8): Interfejs Pythona 3 do czytnika kodów paskowych ZBar
+Group: Libraries/Python
+Requires: 

DISTFILES: grilo-plugins: grilo-plugins-0.3.9.tar.xz

2019-07-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/0.3/grilo-plugins-0.3.9.tar.xz
cf33a485d2440f63c95c64fc5dbae4ca  grilo-plugins-0.3.9.tar.xz
Size: 1418148 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


DISTFILES: zbar: zbar-0.23.tar.bz2

2019-07-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://linuxtv.org/downloads/zbar/zbar-0.23.tar.bz2
99d16dd6ce4d3a180aeb88b8a0880653  zbar-0.23.tar.bz2
Size: 1168183 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/grilo-plugins] - updated to 0.3.9 - libdmapsharing 4 under bcond

2019-07-24 Thread qboosh
commit b82cf785f3bf57074a80c43fe662035bd1ba558c
Author: Jakub Bogusz 
Date:   Wed Jul 24 20:50:14 2019 +0200

- updated to 0.3.9
- libdmapsharing 4 under bcond

 grilo-plugins.spec | 36 +---
 1 file changed, 25 insertions(+), 11 deletions(-)
---
diff --git a/grilo-plugins.spec b/grilo-plugins.spec
index dee9bf1..eb60712 100644
--- a/grilo-plugins.spec
+++ b/grilo-plugins.spec
@@ -1,12 +1,21 @@
+#
+# Conditional build:
+%bcond_withlibdmapsharing4 # libdmapsharing 4 (3.9.x) instead of 3 
(2.9.x)
+
+%if %{with libdmapsharing4}
+%definelibdmapsharing_ver  3.9.4
+%else
+%definelibdmapsharing_ver  2.9.12
+%endif
 Summary:   Collection of plugins for Grilo
 Summary(pl.UTF-8): Zestaw wtyczek dla Grilo
 Name:  grilo-plugins
-Version:   0.3.8
-Release:   3
+Version:   0.3.9
+Release:   1
 License:   LGPL v2.1+
 Group: Applications/Multimedia
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/0.3/%{name}-%{version}.tar.xz
-# Source0-md5: e1a2c6c59610fce5799466dcd6507602
+# Source0-md5: cf33a485d2440f63c95c64fc5dbae4ca
 # https://gitlab.gnome.org/GNOME/grilo-plugins/merge_requests/49.patch
 Patch0:%{name}-libdmapsharing4.patch
 URL:   https://wiki.gnome.org/Projects/Grilo
@@ -18,11 +27,16 @@ BuildRequires:  gmime-devel >= 2.6.0
 BuildRequires: gnome-online-accounts-devel >= 3.18.0
 BuildRequires: gom-devel >= 0.3.2
 BuildRequires: gperf
-BuildRequires: grilo-devel >= 0.3.6
+BuildRequires: grilo-devel >= 0.3.8
 BuildRequires: gstreamer-devel >= 1.0
 BuildRequires: json-glib-devel
 BuildRequires: libarchive-devel
-BuildRequires: libdmapsharing-devel >= 2.9.12
+BuildRequires: libdmapsharing-devel >= %{libdmapsharing_ver}
+%if %{with libdmapsharing4}
+BuildRequires: libdmapsharing-devel < 4.9
+%else
+BuildRequires: libdmapsharing-devel < 3.9
+%endif
 BuildRequires: libgcrypt-devel
 BuildRequires: libgdata-devel >= 0.9.1
 BuildRequires: libmediaart2-devel >= 1.9
@@ -45,8 +59,8 @@ Requires: glib2 >= 1:2.44
 Requires:  gmime >= 2.6.0
 Requires:  gnome-online-accounts-libs >= 3.18.0
 Requires:  gom >= 0.3.2
-Requires:  grilo >= 0.3.6
-Requires:  libdmapsharing >= 2.9.12
+Requires:  grilo >= 0.3.8
+Requires:  libdmapsharing >= %{libdmapsharing_ver}
 Requires:  libgdata >= 0.9.1
 Requires:  totem-pl-parser >= 3.4.1
 Suggests:  dleyna-server
@@ -65,7 +79,9 @@ różnych dostawców treści multimedialnych.
 
 %prep
 %setup -q
+%if %{with libdmapsharing4}
 %patch0 -p1
+%endif
 
 %build
 %meson build
@@ -122,13 +138,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-itunes-podcast.gresource
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-itunes-podcast.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-lastfm-cover.lua
-%{_datadir}/grilo-plugins/grl-lua-factory/grl-metrolyrics.lua
-%{_datadir}/grilo-plugins/grl-lua-factory/grl-musicbrainz.lua
-%{_datadir}/grilo-plugins/grl-lua-factory/grl-pocket.gresource
-%{_datadir}/grilo-plugins/grl-lua-factory/grl-pocket.lua
+%{_datadir}/grilo-plugins/grl-lua-factory/grl-musicbrainz-coverart.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-radiofrance.gresource
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-radiofrance.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-spotify-cover.lua
+%{_datadir}/grilo-plugins/grl-lua-factory/grl-steam-store.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-theaudiodb-cover.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-thegamesdb.lua
 %{_datadir}/grilo-plugins/grl-lua-factory/grl-video-title-parsing.lua


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/grilo-plugins.git/commitdiff/b82cf785f3bf57074a80c43fe662035bd1ba558c

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


[packages/libdmapsharing] - updated to 3.9.7

2019-07-24 Thread qboosh
commit 691b8454c8521016ed55f879601f880a99e87ce4
Author: Jakub Bogusz 
Date:   Wed Jul 24 20:28:14 2019 +0200

- updated to 3.9.7

 libdmapsharing.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libdmapsharing.spec b/libdmapsharing.spec
index da9b744..82dbf5f 100644
--- a/libdmapsharing.spec
+++ b/libdmapsharing.spec
@@ -7,13 +7,13 @@
 Summary:   A DMAP client and server library
 Summary(pl.UTF-8): Biblioteka klienta i serwera DMAP
 Name:  libdmapsharing
-Version:   3.9.6
+Version:   3.9.7
 Release:   1
 License:   LGPL v2.1+
 Group: Libraries
 #Source0Download: https://www.flyn.org/projects/libdmapsharing/download.html
 Source0:   
https://www.flyn.org/projects/libdmapsharing/%{name}-%{version}.tar.gz
-# Source0-md5: 7043d7c0af3472ade24e896b5b749224
+# Source0-md5: 090e7b4da5c6aaadde36d34bac060b11
 Patch0:floorf.patch
 URL:   https://www.flyn.org/projects/libdmapsharing/index.html
 BuildRequires: autoconf >= 2.50


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libdmapsharing.git/commitdiff/691b8454c8521016ed55f879601f880a99e87ce4

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


DISTFILES: libdmapsharing: libdmapsharing-3.9.7.tar.gz

2019-07-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://www.flyn.org/projects/libdmapsharing/libdmapsharing-3.9.7.tar.gz
090e7b4da5c6aaadde36d34bac060b11  libdmapsharing-3.9.7.tar.gz
Size: 802636 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


DISTFILES: calibre: calibre-3.46.0-nofonts.tar.xz

2019-07-24 Thread baggins
Request by: baggins


Files fetched: 1

STORED: no-url://calibre-3.46.0-nofonts.tar.xz
0a0d0a1805f5d7d738b345a847ac3fd0  calibre-3.46.0-nofonts.tar.xz
Size: 37506220 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/calibre] - up to 3.46.0

2019-07-24 Thread baggins
commit 394abe0728c4d8a1362d3786f2f7f84d72ec2d3d
Author: Jan Rękorajski 
Date:   Thu Jul 25 01:57:49 2019 +0800

- up to 3.46.0

 calibre-locales.patch | 24 
 calibre.spec  |  6 +++---
 2 files changed, 19 insertions(+), 11 deletions(-)
---
diff --git a/calibre.spec b/calibre.spec
index ccfe00e..950e798 100644
--- a/calibre.spec
+++ b/calibre.spec
@@ -11,12 +11,12 @@
 Summary:   E-book converter and library management
 Summary(pl.UTF-8): Konwerter oraz biblioteka dla e-booków
 Name:  calibre
-Version:   3.44.0
-Release:   2
+Version:   3.46.0
+Release:   1
 License:   GPL v3+
 Group: Applications/Multimedia
 Source0:   %{name}-%{version}-nofonts.tar.xz
-# Source0-md5: 306d559dc5c4bc4c8191ce3004a6137e
+# Source0-md5: 0a0d0a1805f5d7d738b345a847ac3fd0
 Source1:   generate-tarball.sh
 Source2:   %{name}-mount-helper
 Patch0:%{name}-prefix.patch
diff --git a/calibre-locales.patch b/calibre-locales.patch
index 761389c..01b6084 100644
--- a/calibre-locales.patch
+++ b/calibre-locales.patch
@@ -55,7 +55,7 @@
 -allow_user_override=False), 'r') as zf:
 -try:
 -buf = io.BytesIO(zf.read(mpath + '/messages.mo'))
--except:
+-except Exception:
 -pass
 -else:
 -trans = GNUTranslations(buf)
@@ -125,18 +125,26 @@
  
  lcdata = {
  u'abday': (u'Sun', u'Mon', u'Tue', u'Wed', u'Thu', u'Fri', u'Sat'),
-@@ -134,10 +134,11 @@
+@@ -134,20 +134,11 @@
  
  
  def get_single_translator(mpath, which='messages'):
 -from zipfile import ZipFile
 -with ZipFile(P('localization/locales.zip', allow_user_override=False), 
'r') as zf:
--buf = io.BytesIO(zf.read(mpath + '/%s.mo' % which))
-+try:
-+buf = open(os.path.join(mpath, '/%s.mo' % which), 'rb')
- return GNUTranslations(buf)
-+except:
-+pass  # No translations for this lang
+-path = '{}/{}.mo'.format(mpath, which)
+-data = zf.read(path)
+-buf = io.BytesIO(data)
+ try:
++buf = open(os.path.join(mpath, '/%s.mo' % which), 'rb')
+ return GNUTranslations(buf)
+ except Exception as e:
+-import traceback
+-traceback.print_exc()
+-import hashlib
+-sig = hashlib.sha1(data).hexdigest()
+-raise ValueError('Failed to load translations for: {} (size: {} 
and signature: {}) with error: {}'.format(
+-path, len(data), sig, e))
++pass  # No translations for this lang
  
  
  def get_iso639_translator(lang):


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/calibre.git/commitdiff/394abe0728c4d8a1362d3786f2f7f84d72ec2d3d

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


DISTFILES: grilo: grilo-0.3.9.tar.xz

2019-07-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/grilo/0.3/grilo-0.3.9.tar.xz
b15f41787dff407f7e9df7b5db96006d  grilo-0.3.9.tar.xz
Size: 233616 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/grilo] - updated to 0.3.9

2019-07-24 Thread qboosh
commit a91e3852fff73a4b5aa61102b864d81d251259d7
Author: Jakub Bogusz 
Date:   Wed Jul 24 19:41:41 2019 +0200

- updated to 0.3.9

 grilo.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/grilo.spec b/grilo.spec
index c60f651..1286b8e 100644
--- a/grilo.spec
+++ b/grilo.spec
@@ -6,12 +6,12 @@
 Summary:   Framework for access to sources of multimedia content
 Summary(pl.UTF-8): Szkielet dostępu do źródeł treści multimedialnych
 Name:  grilo
-Version:   0.3.7
-Release:   2
+Version:   0.3.9
+Release:   1
 License:   LGPL v2.1+
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/grilo/0.3/%{name}-%{version}.tar.xz
-# Source0-md5: 7c2c9a506e64e5f1a5fafd89ce53d9b0
+# Source0-md5: b15f41787dff407f7e9df7b5db96006d
 URL:   https://wiki.gnome.org/Projects/Grilo
 BuildRequires: glib2-devel >= 1:2.44.0
 BuildRequires: gobject-introspection-devel >= 0.9


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/grilo.git/commitdiff/a91e3852fff73a4b5aa61102b864d81d251259d7

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


[packages/ghex] - updated to 3.18.4 - updated desktop patch

2019-07-24 Thread qboosh
commit 287348645a4a9f146bd243c4018e2407d6d1de7c
Author: Jakub Bogusz 
Date:   Wed Jul 24 18:09:39 2019 +0200

- updated to 3.18.4
- updated desktop patch

 ghex-desktop.patch | 11 +--
 ghex.spec  | 42 +-
 2 files changed, 18 insertions(+), 35 deletions(-)
---
diff --git a/ghex.spec b/ghex.spec
index 6dc96e4..9a427b5 100644
--- a/ghex.spec
+++ b/ghex.spec
@@ -1,25 +1,22 @@
 Summary:   GNOME binary editor
 Summary(pl.UTF-8): Edytor binarny dla GNOME
 Name:  ghex
-Version:   3.18.3
+Version:   3.18.4
 Release:   1
 License:   GPL v2
 Group: X11/Applications/Editors
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/ghex/3.18/%{name}-%{version}.tar.xz
-# Source0-md5: b17d66b9a52a87684468b06c75c4ba3e
+# Source0-md5: 7e6ed808766bc18285bdc6999bdf0f15
 Patch0:%{name}-desktop.patch
 URL:   https://wiki.gnome.org/Apps/Ghex
 BuildRequires: atk-devel >= 1:1.22.0
-BuildRequires: autoconf >= 2.61
-BuildRequires: automake >= 1:1.11
 BuildRequires: gettext-tools
 BuildRequires: glib2-devel >= 1:2.32.0
-BuildRequires: gnome-common
 BuildRequires: gtk+3-devel >= 3.4.0
-BuildRequires: intltool >= 0.41.1
-BuildRequires: libtool >= 2:2.2.6
+BuildRequires: meson >= 0.37.0
+BuildRequires: ninja >= 1.5
 BuildRequires: pkgconfig
-BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: rpmbuild(macros) >= 1.736
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 BuildRequires: yelp-tools
@@ -85,26 +82,14 @@ Biblioteka statyczna GHex.
 %patch0 -p1
 
 %build
-%{__glib_gettextize}
-%{__intltoolize}
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure \
-   --disable-schemas-compile \
-   --disable-silent-rules \
-   --enable-static
-%{__make}
+%meson build
+
+%ninja_build -C build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
-   DESTDIR=$RPM_BUILD_ROOT
-
-%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
+%ninja_install -C build
 
 %find_lang %{name} --with-gnome --all-name
 
@@ -126,12 +111,11 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README
 %attr(755,root,root) %{_bindir}/ghex
-%{_datadir}/GConf/gsettings/ghex.convert
-%{_datadir}/appdata/ghex.appdata.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.GHex.gschema.xml
-%{_desktopdir}/ghex.desktop
-%{_iconsdir}/hicolor/*x*/apps/ghex.png
-%{_iconsdir}/hicolor/scalable/apps/ghex-symbolic.svg
+%{_datadir}/metainfo/org.gnome.GHex.appdata.xml
+%{_desktopdir}/org.gnome.GHex.desktop
+%{_iconsdir}/hicolor/*x*/apps/org.gnome.GHex.png
+%{_iconsdir}/hicolor/scalable/apps/org.gnome.GHex-symbolic.svg
 
 %files libs
 %defattr(644,root,root,755)
diff --git a/ghex-desktop.patch b/ghex-desktop.patch
index b5be394..fe4720c 100644
--- a/ghex-desktop.patch
+++ b/ghex-desktop.patch
@@ -1,10 +1,9 @@
-diff -urN ghex-3.0.0.orig/data/ghex.desktop.in ghex-3.0.0/data/ghex.desktop.in
 ghex-3.0.0.orig/data/ghex.desktop.in   2011-08-06 06:28:49.0 
+0200
-+++ ghex-3.0.0/data/ghex.desktop.in2011-10-29 10:52:26.0 +0200
-@@ -6,5 +6,5 @@
- Terminal=false
+--- ghex-3.18.4/data/org.gnome.GHex.desktop.in.orig2019-07-24 
17:45:29.762526849 +0200
 ghex-3.18.4/data/org.gnome.GHex.desktop.in 2019-07-24 17:45:32.425845754 
+0200
+@@ -9,5 +9,5 @@
  Type=Application
- Icon=ghex
+ # Translators: Do NOT translate or transliterate this text (this is an icon 
file name)!
+ Icon=org.gnome.GHex
 -Categories=GNOME;GTK;Development;
 +Categories=GTK;GNOME;TextEditor;X-HexEditor;
  StartupNotify=true


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghex.git/commitdiff/287348645a4a9f146bd243c4018e2407d6d1de7c

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


DISTFILES: ghex: ghex-3.18.4.tar.xz

2019-07-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/ghex/3.18/ghex-3.18.4.tar.xz
7e6ed808766bc18285bdc6999bdf0f15  ghex-3.18.4.tar.xz
Size: 1420268 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] - updated to 3.32.4

2019-07-24 Thread qboosh
commit 2fdb08da8fb7a2e21a7705d160cb31e681b13eff
Author: Jakub Bogusz 
Date:   Wed Jul 24 17:24:27 2019 +0200

- updated to 3.32.4

 evolution.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/evolution.spec b/evolution.spec
index 9ad6e7b..a3bb062 100644
--- a/evolution.spec
+++ b/evolution.spec
@@ -13,12 +13,12 @@ Summary(pl.UTF-8):  Klient poczty, kalendarz i książka 
adresowa dla GNOME
 Summary(pt_BR.UTF-8):  Cliente de email integrado com calendário e catálogo de 
endereços
 Summary(zh_CN.UTF-8):  Evolution - GNOME个人和工作组信息管理工具(包括电子邮件,日历和地址薄)
 Name:  evolution
-Version:   3.32.3
+Version:   3.32.4
 Release:   1
 License:   GPL v2+
 Group: X11/Applications/Mail
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/evolution/3.32/%{name}-%{version}.tar.xz
-# Source0-md5: 966d8e909465b06b0acfec7e5d5877d0
+# Source0-md5: cef13237672ab95b265b50ec3733
 Source3:   %{name}-addressbook.desktop
 Source4:   %{name}-calendar.desktop
 Source5:   %{name}-mail.desktop


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/evolution.git/commitdiff/2fdb08da8fb7a2e21a7705d160cb31e681b13eff

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


DISTFILES: evolution: evolution-3.32.4.tar.xz

2019-07-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/evolution/3.32/evolution-3.32.4.tar.xz
cef13237672ab95b265b50ec3733  evolution-3.32.4.tar.xz
Size: 11793452 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


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

2019-07-24 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.4.tar.xz
57820f3f88fc554e1a58665a52e12c05  evolution-data-server-3.32.4.tar.xz
Size: 4585396 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.4

2019-07-24 Thread qboosh
commit 821bbb0e97145789cb7c2760ffbf2d8b5b642bb4
Author: Jakub Bogusz 
Date:   Wed Jul 24 16:29:00 2019 +0200

- updated to 3.32.4

 evolution-data-server.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/evolution-data-server.spec b/evolution-data-server.spec
index 306bb6a..191f000 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -11,12 +11,12 @@
 Summary:   Evolution data server
 Summary(pl.UTF-8): Serwer danych Evolution
 Name:  evolution-data-server
-Version:   3.32.3
+Version:   3.32.4
 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: de4bd459d977d86f8be189b9fe60636e
+# Source0-md5: 57820f3f88fc554e1a58665a52e12c05
 Patch0:%{name}-gtkdoc.patch
 URL:   https://wiki.gnome.org/Apps/Evolution
 BuildRequires: cmake >= 3.1


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/evolution-data-server.git/commitdiff/821bbb0e97145789cb7c2760ffbf2d8b5b642bb4

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


[packages/v4l-utils] - updated to 1.16.6

2019-07-24 Thread qboosh
commit 37646236f68c7a1df2c90c4401fa20735ba506a2
Author: Jakub Bogusz 
Date:   Wed Jul 24 16:27:36 2019 +0200

- updated to 1.16.6

 v4l-utils.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/v4l-utils.spec b/v4l-utils.spec
index cf124ca..ef6a6eb 100644
--- a/v4l-utils.spec
+++ b/v4l-utils.spec
@@ -5,12 +5,12 @@
 Summary:   Collection of Video4Linux utilities
 Summary(pl.UTF-8): Zbiór narzędzi do urządzeń Video4Linux
 Name:  v4l-utils
-Version:   1.16.5
+Version:   1.16.6
 Release:   1
 License:   GPL v2+ (utilities), LGPL v2.1+ (libraries)
 Group: Applications/System
 Source0:   
https://linuxtv.org/downloads/v4l-utils/%{name}-%{version}.tar.bz2
-# Source0-md5: de272817133c0dca000a78a5c8c8ec8b
+# Source0-md5: 33892600fde632f428b807adda5e7402
 Patch0:%{name}-link.patch
 Patch1:%{name}-glibc.patch
 URL:   https://linuxtv.org/wiki/index.php/V4l-utils


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/v4l-utils.git/commitdiff/37646236f68c7a1df2c90c4401fa20735ba506a2

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


DISTFILES: v4l-utils: v4l-utils-1.16.6.tar.bz2

2019-07-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://linuxtv.org/downloads/v4l-utils/v4l-utils-1.16.6.tar.bz2
33892600fde632f428b807adda5e7402  v4l-utils-1.16.6.tar.bz2
Size: 1893768 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/openchange] - release 41 (samba 4.10.6)

2019-07-24 Thread qboosh
commit 8d7bc7617941db4876aad30f4eca9128e7c639b8
Author: Jakub Bogusz 
Date:   Wed Jul 24 16:11:58 2019 +0200

- release 41 (samba 4.10.6)

 openchange.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openchange.spec b/openchange.spec
index 9ee2ee0..cb2dea2 100644
--- a/openchange.spec
+++ b/openchange.spec
@@ -12,7 +12,7 @@ Summary:  OpenChange - portable implementation of MS 
Exchange Server and Exchange
 Summary(pl.UTF-8): OpenChange - przenośna implementacja serwera oraz 
protokołów MS Exchange
 Name:  openchange
 Version:   2.3
-Release:   40
+Release:   41
 License:   GPL v3+
 Group: Libraries
 Source0:   
https://github.com/openchange/openchange/archive/%{name}-%{version}-%{cname}.tar.gz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openchange.git/commitdiff/8d7bc7617941db4876aad30f4eca9128e7c639b8

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


DISTFILES: Mesa: mesa-mesa-19.1.3.tar.bz2

2019-07-24 Thread jajcus
Request by: jajcus


Files fetched: 1

STORED: 
https://gitlab.freedesktop.org/mesa/mesa/-/archive/mesa-19.1.3/mesa-mesa-19.1.3.tar.bz2
bbd1b6075bed2395e739703285a5e26f  mesa-mesa-19.1.3.tar.bz2
Size: 12588426 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/Mesa] Version: 19.1.3

2019-07-24 Thread jajcus
commit 45ed1f4bf568f8b2b4303b20af820ef6b7e46ec9
Author: Jacek Konieczny 
Date:   Wed Jul 24 10:38:52 2019 +0200

Version: 19.1.3

 Mesa.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Mesa.spec b/Mesa.spec
index 721f1eb..9faedf1 100644
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -55,14 +55,14 @@
 Summary:   Free OpenGL implementation
 Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
 Name:  Mesa
-Version:   19.1.2
+Version:   19.1.3
 Release:   1
 License:   MIT (core) and others - see license.html file
 Group: X11/Libraries
 #Source0:  ftp://ftp.freedesktop.org/pub/mesa/mesa-%{version}.tar.xz
 ## Source0-md5:7c61a801311fb8d2f7b3cceb7b5cf308
 Source0:   
https://gitlab.freedesktop.org/mesa/mesa/-/archive/mesa-%{version}/mesa-mesa-%{version}.tar.bz2
-# Source0-md5: 1630532ee6431b67c5dc31d2a385963e
+# Source0-md5: bbd1b6075bed2395e739703285a5e26f
 Patch0:nouveau_no_rtti.patch
 URL:   http://www.mesa3d.org/
 %{?with_opencl:BuildRequires:  clang-devel >= %{llvm_ver}}


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Mesa.git/commitdiff/45ed1f4bf568f8b2b4303b20af820ef6b7e46ec9

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