DISTFILES: ntopng: ntopng-6.0.tar.gz nDPI-4.8.tar.gz

2024-06-24 Thread qboosh
Request by: qboosh


Files fetched: 2

STORED: https://github.com/ntop/ntopng/archive/6.0/ntopng-6.0.tar.gz
a6f2a09a3114841ea020b23de6db9081  ntopng-6.0.tar.gz
Size: 68289620 bytes
STORED: https://github.com/ntop/nDPI/archive/4.8/nDPI-4.8.tar.gz
41a5437fa7d274f59f852b17b776558f  nDPI-4.8.tar.gz
Size: 39479237 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/ntopng] - updated to 6.0, ndpi 4.8

2024-06-24 Thread qboosh
commit 8a7a5b11aa7d57d67aba55bee533ef6541c2b600
Author: Jakub Bogusz 
Date:   Tue Jun 25 05:51:07 2024 +0200

- updated to 6.0, ndpi 4.8

 ntopng.spec | 42 +-
 x32.patch   |  8 
 2 files changed, 33 insertions(+), 17 deletions(-)
---
diff --git a/ntopng.spec b/ntopng.spec
index 7f38ac4..7fb3662 100644
--- a/ntopng.spec
+++ b/ntopng.spec
@@ -1,32 +1,41 @@
-%definendpi_ver4.6
+%definendpi_ver4.8
 Summary:   Network monitoring tool
 Summary(pl.UTF-8): Narzędzie do monitorowania sieci
 Name:  ntopng
-Version:   5.6
+Version:   6.0
 Release:   1
 License:   GPL v3+
 Group: Networking
+#Source0Download: https://github.com/ntop/ntopng/releases
 Source0:   
https://github.com/ntop/ntopng/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 2235c42d3a6f135ab0b9ffb200a2070b
+# Source0-md5: a6f2a09a3114841ea020b23de6db9081
+#Source1Download: https://github.com/ntop/nDPI/releases
 Source1:   
https://github.com/ntop/nDPI/archive/%{ndpi_ver}/nDPI-%{ndpi_ver}.tar.gz
-# Source1-md5: 1803f5f3999e1dc3a2454d437b11e9ba
+# Source1-md5: 41a5437fa7d274f59f852b17b776558f
 Patch0:mandir.patch
 Patch1:x32.patch
-URL:   http://www.ntop.org/
-BuildRequires: GeoIP-devel
+URL:   https://www.ntop.org/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake >= 1.6
-BuildRequires: gawk
-BuildRequires: gdbm-devel >= 1.8.3
+BuildRequires: json-c-devel
+BuildRequires: hiredis-devel
+BuildRequires: libatomic-devel
+BuildRequires: libmaxminddb-devel
 BuildRequires: libpcap-devel
-BuildRequires: libtool
+BuildRequires: libstdc++-devel
+BuildRequires: libtool >= 2:2
+BuildRequires: mysql-devel
 BuildRequires: net-snmp-devel
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: perl-devel
+BuildRequires: pkgconfig
+BuildRequires: radcli-devel
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: rrdtool-devel >= 1.1.0
 BuildRequires: sed >= 4.0
+BuildRequires: sqlite3-devel >= 3
+BuildRequires: zeromq-devel >= 3
 BuildRequires: zlib-devel
 Requires(postun):  /usr/sbin/groupdel
 Requires(postun):  /usr/sbin/userdel
@@ -48,8 +57,15 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 ntopng is a web-based network traffic monitoring application.
-It is the new incarnation of the original ntop written in
-1998, and now revamped in terms of performance, usability, and features.
+
+It is the new incarnation of the original ntop written in 1998, and
+now revamped in terms of performance, usability, and features.
+
+%description -l pl.UTF-8
+ntopng to oparta na WWW aplikacja do monitorowania ruchu sieciowego.
+
+Jest to nowa inkarnacja oryginalnego ntopa, napisanego w 1998, teraz
+zmodernizowana z myślą o wydajności, używalności i możliwościach.
 
 %prep
 %setup -q -a1
@@ -59,8 +75,8 @@ It is the new incarnation of the original ntop written in
 %patch1 -p1
 
 %{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+bash(\s|$),#!/bin/bash\1,' \
-  httpdocs/misc/ntopng-utils-manage-config.in \
-  httpdocs/misc/ntopng-utils-manage-updates.in
+   httpdocs/misc/ntopng-utils-manage-config.in \
+   httpdocs/misc/ntopng-utils-manage-updates.in
 
 %build
 cd nDPI
diff --git a/x32.patch b/x32.patch
index f8f2e0f..24c7b77 100644
--- a/x32.patch
+++ b/x32.patch
@@ -1,11 +1,11 @@
 ntopng-5.6/nDPI/src/lib/third_party/src/roaring.cc.orig2023-02-01 
18:29:59.0 +0100
-+++ ntopng-5.6/nDPI/src/lib/third_party/src/roaring.cc 2023-10-02 
05:27:14.540262993 +0200
-@@ -315,7 +315,7 @@
+--- ntopng-6.0/nDPI/src/lib/third_party/src/roaring.c.orig 2024-06-24 
22:19:51.942871669 +0200
 ntopng-6.0/nDPI/src/lib/third_party/src/roaring.c  2024-06-24 
22:33:52.091653525 +0200
+@@ -138,7 +138,7 @@ extern "C" {  // portability definitions
  
  
  
 -#if defined(__x86_64__) || defined(_M_X64)
 +#if (defined(__x86_64__) && !defined(__ILP32__)) || defined(_M_X64)
  // we have an x64 processor
- #define CROARING_IS_X64
+ #define CROARING_IS_X64 1
  


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ntopng.git/commitdiff/8a7a5b11aa7d57d67aba55bee533ef6541c2b600

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


DISTFILES: lincity-ng: lincity-ng-2.11.0.tar.gz

2024-06-24 Thread mrozowik
Request by: mrozowik


Files fetched: 1

STORED: 
https://github.com/lincity-ng/lincity-ng/archive/refs/tags/lincity-ng-2.11.0.tar.gz
3d2879ffd317cfe7b028a6ac28e6c8ff  lincity-ng-2.11.0.tar.gz
Size: 114762628 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/lincity-ng] - up to 2.11.0

2024-06-24 Thread mrozowik
commit 5855cc832c223189b6d912ad9229c364005629c4
Author: Krzysztof Mrozowicz 
Date:   Tue Jun 25 00:41:17 2024 +

- up to 2.11.0

 lincity-ng.spec | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/lincity-ng.spec b/lincity-ng.spec
index e566208..db120b8 100644
--- a/lincity-ng.spec
+++ b/lincity-ng.spec
@@ -1,12 +1,12 @@
 Summary:   Lincity - a Next Generation city/country simulation
 Summary(pl.UTF-8): Lincity - symulator miasta/kraju Następnej Generacji
 Name:  lincity-ng
-Version:   2.10.2
+Version:   2.11.0
 Release:   1
 License:   GPL v2+
 Group: X11/Applications/Games
 Source0:   
https://github.com/lincity-ng/lincity-ng/archive/refs/tags/%{name}-%{version}.tar.gz
-# Source0-md5: 83a07f22a93c5113c971ae0dcb237650
+# Source0-md5: 3d2879ffd317cfe7b028a6ac28e6c8ff
 Patch0:%{name}-desktop.patch
 URL:   https://www.berlios.de/software/lincity-ng
 BuildRequires: OpenGL-GLU-devel
@@ -78,7 +78,7 @@ cd build
 DESTDIR=$RPM_BUILD_ROOT
 
 # these go to doc
-%{__rm} -r 
$RPM_BUILD_ROOT%{_datadir}/lincity-ng/{COPYING,COPYING-*,README.md,RELNOTES}
+%{__rm} -r 
$RPM_BUILD_ROOT%{_datadir}/lincity-ng/{CHANGELOG.md,COPYING,COPYING-*,README.md}
 # not needed copy
 %{__rm} -r 
$RPM_BUILD_ROOT%{_datadir}/lincity-ng/{lincity-ng.desktop,lincity-ng.png}
 
@@ -89,7 +89,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING COPYING-* RELNOTES README.md 
doc/{README-*,TODO,lincityconfig.xml,translation.md,units,userconfig.xml}
+%doc CHANGELOG.md COPYING COPYING-* README.md 
doc/{README-*,TODO,lincityconfig.xml,translation.md,units,userconfig.xml}
 %attr(755,root,root) %{_bindir}/*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*.pal
@@ -116,9 +116,7 @@ rm -rf $RPM_BUILD_ROOT
 %lang(sv) %{_datadir}/%{name}/help/sv
 %lang(tr) %{_datadir}/%{name}/help/tr
 %dir %{_datadir}/%{name}/locale
-%{_datadir}/lincity-ng/locale/messages.pot
 %dir %{_datadir}/%{name}/locale/gui
-%{_datadir}/lincity-ng/locale/gui/messages.pot
 %lang(ca) %{_datadir}/%{name}/locale/ca.po
 %lang(ca) %{_datadir}/%{name}/locale/gui/ca.po
 %lang(cs) %{_datadir}/%{name}/locale/cs.po


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lincity-ng.git/commitdiff/5855cc832c223189b6d912ad9229c364005629c4

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


DISTFILES: shapelib: shapelib-1.6.0.tar.gz

2024-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: http://download.osgeo.org/shapelib/shapelib-1.6.0.tar.gz
2309323751e9d538e2ccb09c8d05339c  shapelib-1.6.0.tar.gz
Size: 528882 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/shapelib] - updated to 1.6.0 (new soname)

2024-06-24 Thread qboosh
commit 51844641d78735bbd55c9bd4541789f36cc860aa
Author: Jakub Bogusz 
Date:   Mon Jun 24 22:00:31 2024 +0200

- updated to 1.6.0 (new soname)

 shapelib.spec | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/shapelib.spec b/shapelib.spec
index 45d1e61..5deef5f 100644
--- a/shapelib.spec
+++ b/shapelib.spec
@@ -1,12 +1,12 @@
 Summary:   Shapefile C Library
 Summary(pl.UTF-8): Biblioteka Shapefile dla C
 Name:  shapelib
-Version:   1.5.0
+Version:   1.6.0
 Release:   1
-License:   MIT or LGPL
+License:   MIT or LGPL v2+
 Group: Libraries
 Source0:   http://download.osgeo.org/shapelib/%{name}-%{version}.tar.gz
-# Source0-md5: e397d4e7e734537ec36d0491d524b4ea
+# Source0-md5: 2309323751e9d538e2ccb09c8d05339c
 URL:   http://shapelib.maptools.org/
 BuildRequires: autoconf >= 2.62
 BuildRequires: automake >= 1:1.11
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libshp.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -75,15 +78,15 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog README* web/*.html
 %attr(755,root,root) %{_bindir}/Shape_PointInPoly
+%attr(755,root,root) %{_bindir}/csv2shp
 %attr(755,root,root) %{_bindir}/dbf*
 %attr(755,root,root) %{_bindir}/shp*
 %attr(755,root,root) %{_libdir}/libshp.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libshp.so.2
+%attr(755,root,root) %ghost %{_libdir}/libshp.so.4
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libshp.so
-%{_libdir}/libshp.la
 %{_includedir}/shapefil.h
 %{_pkgconfigdir}/shapelib.pc
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/shapelib.git/commitdiff/51844641d78735bbd55c9bd4541789f36cc860aa

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


DISTFILES: shake: shake-1.0.tar.gz

2024-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://github.com/unbrice/shake/archive/v1.0/shake-1.0.tar.gz
e5759e180b765a6ff13e77d775652e92  shake-1.0.tar.gz
Size: 42885 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/shake] - updated to 1.0

2024-06-24 Thread qboosh
commit e476b7d64a934e34ed5d7c6f43185d871d391202
Author: Jakub Bogusz 
Date:   Mon Jun 24 21:52:29 2024 +0200

- updated to 1.0

 shake.spec | 38 ++
 1 file changed, 18 insertions(+), 20 deletions(-)
---
diff --git a/shake.spec b/shake.spec
index 5d022a8..8ebdb51 100644
--- a/shake.spec
+++ b/shake.spec
@@ -1,16 +1,18 @@
 Summary:   File shaker
 Summary(pl.UTF-8): Mieszacz plików
 Name:  shake
-Version:   0.999
+Version:   1.0
 Release:   1
-License:   GPL
-Group: Applications
-Source0:   
http://download.savannah.nongnu.org/releases/shake/%{name}-%{version}.tar.bz2
-# Source0-md5: dd68f3619880ab0d92ed099dc2492120
-URL:   http://vleu.net/shake/
+License:   GPL v3+
+Group: Applications/File
+#Source0Download: https://github.com/unbrice/shake/tags
+Source0:   
https://github.com/unbrice/shake/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: e5759e180b765a6ff13e77d775652e92
+URL:   https://vleu.net/projects/shake/
 BuildRequires: attr-devel
-BuildRequires: cmake
+BuildRequires: cmake >= 2.4
 BuildRequires: help2man
+BuildRequires: rpmbuild(macros) >= 1.605
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,24 +30,18 @@ Użyte jest kilka heurystyk, które mogą sprawić, że program 
będzie
 bardziej wydajny od innych narzędzi takich jak defrag, czy xfs_fsr.
 
 %prep
-%setup -q -n shake-fs-%{version}
+%setup -q
 
 %build
 cd build
-%{__cmake} ../
-# fix paths
-%{__sed} -i -e 's,/usr/local,/usr,g' CPackConfig.cmake
-%{__sed} -i -e 's,/usr/local,/usr,g' CPackSourceConfig.cmake
-%{__sed} -i -e 's,/usr/local,/usr,g' cmake_install.cmake
+%cmake ..
 
-%{__make} \
-   CC="%{__cc} %{rpmcflags}"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
-cd build
-%{__make} install \
+
+%{__make} -C build install \
DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -54,5 +50,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc NEWS
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man8/*
+%attr(755,root,root) %{_bindir}/shake
+%attr(755,root,root) %{_bindir}/unattr
+%{_mandir}/man8/shake.8*
+%{_mandir}/man8/unattr.8*


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/shake.git/commitdiff/e476b7d64a934e34ed5d7c6f43185d871d391202

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


DISTFILES: sigrok-cli: sigrok-cli-0.7.2.tar.gz

2024-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: https://sigrok.org/download/source/sigrok-cli/sigrok-cli-0.7.2.tar.gz
856fd496cd99d1091aa128405c522a36  sigrok-cli-0.7.2.tar.gz
Size: 230354 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/sigrok-cli] - updated to 0.7.2

2024-06-24 Thread qboosh
commit eb4144845d792b82f59294fee06e2f279e171330
Author: Jakub Bogusz 
Date:   Mon Jun 24 21:36:35 2024 +0200

- updated to 0.7.2

 sigrok-cli.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sigrok-cli.spec b/sigrok-cli.spec
index 7bbbccf..b3807d5 100644
--- a/sigrok-cli.spec
+++ b/sigrok-cli.spec
@@ -1,12 +1,12 @@
 Summary:   Basic hardware access for logic analyzers - command line tool
 Summary(pl.UTF-8): Podstawowy dostęp do sprzętu dla analizatorów 
logicznych - narzędzie linii poleceń
 Name:  sigrok-cli
-Version:   0.7.1
+Version:   0.7.2
 Release:   1
 License:   GPL v3+
 Group: Applications/Science
 Source0:   
https://sigrok.org/download/source/sigrok-cli/%{name}-%{version}.tar.gz
-# Source0-md5: 3f45ce664bad529d8b3f78a61b017d75
+# Source0-md5: 856fd496cd99d1091aa128405c522a36
 URL:   https://sigrok.org/wiki/Sigrok-cli
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.11


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sigrok-cli.git/commitdiff/eb4144845d792b82f59294fee06e2f279e171330

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


DISTFILES: pidgin-chime: pidgin-chime-1.5.tar.gz

2024-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/awslabs/pidgin-chime/archive/v1.5/pidgin-chime-1.5.tar.gz
eec0898c082ff15437185916310f0b08  pidgin-chime-1.5.tar.gz
Size: 24 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/pidgin-chime] - updated to 1.5

2024-06-24 Thread qboosh
commit 68fafe98c4ddd720924e3c6810c8a637fbd0a01a
Author: Jakub Bogusz 
Date:   Mon Jun 24 21:32:31 2024 +0200

- updated to 1.5

 pidgin-chime.spec | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/pidgin-chime.spec b/pidgin-chime.spec
index 19ae7a0..2161741 100644
--- a/pidgin-chime.spec
+++ b/pidgin-chime.spec
@@ -5,16 +5,17 @@
 Summary:   Pidgin plugin for Amazon Chime
 Summary(pl.UTF-8): Wtyczka Pidgina do komunikatora Amazon Chime
 Name:  pidgin-chime
-Version:   1.4.1
-Release:   2
+Version:   1.5
+Release:   1
 License:   LGPL v2.1
 Group: Applications/Communication
 #Source0:  
ftp://ftp.infradead.org/pub/pidgin-chime/%{name}-%{version}.tar.gz
 Source0:   
https://github.com/awslabs/pidgin-chime/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 6c312bba0521c4bce4c2d7dcb82d8a36
+# Source0-md5: eec0898c082ff15437185916310f0b08
 URL:   https://github.com/awslabs/pidgin-chime
 BuildRequires: autoconf >= 2.62
 BuildRequires: automake
+BuildRequires: dbus-devel
 %if %{with evolution}
 BuildRequires: evolution-data-server-devel >= 3.33.2
 BuildRequires: evolution-devel >= 3.33.2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pidgin-chime.git/commitdiff/68fafe98c4ddd720924e3c6810c8a637fbd0a01a

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


DISTFILES: ocserv: ocserv-1.3.0.tar.xz

2024-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: ftp://ftp.infradead.org/pub/ocserv/ocserv-1.3.0.tar.xz
2b6cfd509e3a18491e8c79ce613faa90  ocserv-1.3.0.tar.xz
Size: 770596 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/ocserv] - updated to 1.3.0

2024-06-24 Thread qboosh
commit 59a0e7e537d955279ed876166cbe5450edefb712
Author: Jakub Bogusz 
Date:   Mon Jun 24 21:17:36 2024 +0200

- updated to 1.3.0

 ocserv-link.patch | 10 +-
 ocserv.spec   | 16 ++--
 2 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/ocserv.spec b/ocserv.spec
index ce20408..a558a33 100644
--- a/ocserv.spec
+++ b/ocserv.spec
@@ -8,12 +8,12 @@
 Summary:   OpenConnect VPN server
 Summary(pl.UTF-8): Serwer VPN-a OpenConnect
 Name:  ocserv
-Version:   1.2.0
-Release:   2
+Version:   1.3.0
+Release:   1
 License:   GPL v2+
 Group: Applications/Networking
 Source0:   ftp://ftp.infradead.org/pub/ocserv/%{name}-%{version}.tar.xz
-# Source0-md5: a73b32eac50aa3e46ae3b4a9f6140c59
+# Source0-md5: 2b6cfd509e3a18491e8c79ce613faa90
 Patch0:%{name}-link.patch
 URL:   http://ocserv.gitlab.io/www/
 BuildRequires: autoconf >= 2.61
@@ -21,7 +21,6 @@ BuildRequires:automake >= 1:1.11.3
 %{?with_oidc:BuildRequires:cjose-devel}
 %{?with_oidc:BuildRequires:curl-devel}
 BuildRequires: gnutls-devel >= 3.6.0
-BuildRequires: http-parser-devel
 %{?with_oidc:BuildRequires:jansson-devel}
 # pkgconfig(krb5-gssapi)
 %{?with_kerberos5:BuildRequires:   krb5-devel}
@@ -32,6 +31,7 @@ BuildRequires:libpcl-devel
 BuildRequires: libseccomp-devel
 %{?with_kerberos5:BuildRequires:   libtasn1-devel >= 3.9}
 BuildRequires: libwrap-devel
+BuildRequires: llhttp-devel
 BuildRequires: lz4-devel >= 1:1.7
 BuildRequires: nettle-devel >= 2.7
 BuildRequires: oath-toolkit-devel
@@ -40,6 +40,7 @@ BuildRequires:pkgconfig
 BuildRequires: protobuf-c-devel
 %{?with_radius:BuildRequires:  radcli-devel >= 1.2.5}
 BuildRequires: readline-devel
+BuildRequires: ronn
 BuildRequires: systemd-devel
 BuildRequires: talloc-devel
 BuildRequires: tar >= 1:1.22
@@ -76,12 +77,15 @@ zaprojektowany jako zgodny także z innymi wariantami 
uniksów.
 %setup -q
 %patch0 -p1
 
+%{__sed} -i -e 's,/usr/libexec/,%{_libexecdir}/,' src/main-user.c
+
 %build
 %{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
+   IPCALC=/bin/ipcalc \
--disable-silent-rules \
%{?with_oidc:--enable-oidc-auth} \
%{!?with_kerberos5:--without-gssapi} \
@@ -99,12 +103,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README.md TODO
+%doc AUTHORS ChangeLog NEWS README.md
 %attr(755,root,root) %{_bindir}/occtl
 %attr(755,root,root) %{_bindir}/ocpasswd
-%attr(755,root,root) %{_bindir}/ocserv-fw
 %attr(755,root,root) %{_sbindir}/ocserv
 %attr(755,root,root) %{_sbindir}/ocserv-worker
+%attr(755,root,root) %{_libexecdir}/ocserv-fw
 %{_mandir}/man8/occtl.8*
 %{_mandir}/man8/ocpasswd.8*
 %{_mandir}/man8/ocserv.8*
diff --git a/ocserv-link.patch b/ocserv-link.patch
index 67ae04a..645d64e 100644
--- a/ocserv-link.patch
+++ b/ocserv-link.patch
@@ -1,5 +1,5 @@
 ocserv-1.2.0/src/Makefile.am.orig  2023-07-19 22:39:18.959302981 +0200
-+++ ocserv-1.2.0/src/Makefile.am   2023-07-19 22:40:34.935558049 +0200
+--- ocserv-1.3.0/src/Makefile.am.orig  2024-04-29 22:24:29.0 +0200
 ocserv-1.3.0/src/Makefile.am   2024-06-24 20:46:54.483087360 +0200
 @@ -18,13 +18,13 @@ BUILT_SOURCES = ipc.pb-c.c ipc.pb-c.h \
  EXTRA_DIST = version.inc.in version.inc \
ipc.proto ctl.proto http-heads.gperf common.mk ocserv-fw
@@ -7,7 +7,7 @@
 -CORE_LDADD = libccan.a libcommon.a
 +CORE_LDADD = libccan.a libcommon.a libipc.a
  CORE_LDADD += $(LIBGNUTLS_LIBS) $(PAM_LIBS) $(LIBUTIL) \
-   $(LIBSECCOMP) $(LIBWRAP) $(LIBCRYPT) $(NEEDED_HTTP_PARSER_LIBS) \
+   $(LIBSECCOMP) $(LIBWRAP) $(LIBCRYPT) $(NEEDED_LLHTTP_LIBS) \
$(NEEDED_LIBPROTOBUF_LIBS) $(LIBSYSTEMD) $(LIBTALLOC_LIBS) \
$(RADCLI_LIBS) $(LIBLZ4_LIBS) $(LIBKRB5_LIBS) \
$(LIBTASN1_LIBS) $(LIBOATH_LIBS) $(LIBNETTLE_LIBS) \
@@ -15,8 +15,8 @@
 +  $(LIBEV_LIBS) $(NEEDED_LIBPROTOBUF_LIBS) \
$(CODE_COVERAGE_LDFLAGS)
  
- if LOCAL_HTTP_PARSER
-@@ -134,9 +134,9 @@ else
+ if LOCAL_LLHTTP
+@@ -136,9 +136,9 @@ else
  occtl_occtl_SOURCES += occtl/geoip.c
  endif
  


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ocserv.git/commitdiff/59a0e7e537d955279ed876166cbe5450edefb712

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


DISTFILES: NetworkManager: NetworkManager-1.48.2.tar.xz

2024-06-24 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://download.gnome.org/sources/NetworkManager/1.48/NetworkManager-1.48.2.tar.xz
a03d302085a799ed76f4034198408062  NetworkManager-1.48.2.tar.xz
Size: 6019320 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/NetworkManager] up to 1.48.2

2024-06-24 Thread atler
commit 40f671be8376505763f611afde1a1709899e31af
Author: Jan Palus 
Date:   Mon Jun 24 21:00:11 2024 +0200

up to 1.48.2

 NetworkManager.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/NetworkManager.spec b/NetworkManager.spec
index cc1bc49..641249d 100644
--- a/NetworkManager.spec
+++ b/NetworkManager.spec
@@ -10,13 +10,13 @@
 Summary:   Network Manager for GNOME
 Summary(pl.UTF-8): Zarządca sieci dla GNOME
 Name:  NetworkManager
-Version:   1.48.0
+Version:   1.48.2
 Release:   1
 Epoch: 2
 License:   GPL v2+
 Group: Networking/Admin
 Source0:   
https://download.gnome.org/sources/NetworkManager/1.48/%{name}-%{version}.tar.xz
-# Source0-md5: ba52091831d0d68122933a494507986a
+# Source0-md5: a03d302085a799ed76f4034198408062
 Source1:   %{name}.conf
 Source3:   %{name}.tmpfiles
 Source4:   %{name}.init


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/NetworkManager.git/commitdiff/40f671be8376505763f611afde1a1709899e31af

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


DISTFILES: radcli: radcli-1.4.0.tar.gz

2024-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://github.com/radcli/radcli/releases/download/1.4.0/radcli-1.4.0.tar.gz
ec39d73a8610af1bfd3362c4c00fb31f  radcli-1.4.0.tar.gz
Size: 607222 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/radcli] - updated to 1.4.0 (new soname)

2024-06-24 Thread qboosh
commit 38987f0774edc32d1a70b22f10ab31697fe2616a
Author: Jakub Bogusz 
Date:   Mon Jun 24 20:45:06 2024 +0200

- updated to 1.4.0 (new soname)

 radcli.spec | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/radcli.spec b/radcli.spec
index e059b1b..cddbb76 100644
--- a/radcli.spec
+++ b/radcli.spec
@@ -1,17 +1,17 @@
 #
 # Conditional build:
-%bcond_without static_libs # don't build static libraries
+%bcond_without static_libs # static library
 #
 Summary:   Library for writing RADIUS clients
 Summary(pl.UTF-8): Biblioteka do tworzenia klientów usługi RADIUS
 Name:  radcli
-Version:   1.3.1
+Version:   1.4.0
 Release:   1
 License:   BSD
 Group: Libraries
 #Source0Download: https://github.com/radcli/radcli/releases
 Source0:   
https://github.com/radcli/radcli/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 7eb0eafe76c167c5eae52bd26b36fab8
+# Source0-md5: ec39d73a8610af1bfd3362c4c00fb31f
 URL:   http://radcli.github.io/radcli/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.11.3
@@ -113,7 +113,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS COPYRIGHT NEWS README.md
 %attr(755,root,root) %{_libdir}/libradcli.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libradcli.so.5
+%attr(755,root,root) %ghost %{_libdir}/libradcli.so.6
 %dir %{_sysconfdir}/radcli
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/radcli/radiusclient.conf
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/radcli/radiusclient-tls.conf


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/radcli.git/commitdiff/38987f0774edc32d1a70b22f10ab31697fe2616a

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


DISTFILES: passt: passt-2024_06_24.1ee2eca.tar.xz

2024-06-24 Thread atler
Request by: atler


Files fetched: 1

STORED: https://passt.top/passt/snapshot/passt-2024_06_24.1ee2eca.tar.xz
fa8c31106f7c2b2622a439587ac7f266  passt-2024_06_24.1ee2eca.tar.xz
Size: 199260 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/passt] up to 2024_06_24

2024-06-24 Thread atler
commit ca92ca8790a623dfd356e95bd0f63941e7ec219c
Author: Jan Palus 
Date:   Mon Jun 24 20:37:54 2024 +0200

up to 2024_06_24

 passt.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/passt.spec b/passt.spec
index 32c0b4e..9c4577c 100644
--- a/passt.spec
+++ b/passt.spec
@@ -1,13 +1,13 @@
-%definegitref  765eb0b
+%definegitref  1ee2eca
 
 Summary:   User-mode networking for virtual machines and namespaces
 Name:  passt
-Version:   2024_05_23
+Version:   2024_06_24
 Release:   1
 License:   GPL v2+, BSD
 Group: Applications/System
 Source0:   
https://passt.top/passt/snapshot/%{name}-%{version}.%{gitref}.tar.xz
-# Source0-md5: acb6b6e2ab6e93adcf1a8040404fc8d8
+# Source0-md5: fa8c31106f7c2b2622a439587ac7f266
 URL:   https://passt.top/
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/passt.git/commitdiff/ca92ca8790a623dfd356e95bd0f63941e7ec219c

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


DISTFILES: nvmetcli: nvmetcli-0.8.tar.gz

2024-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: ftp://ftp.infradead.org/pub/nvmetcli/nvmetcli-0.8.tar.gz
52139449e3cbaa8b72283d4b132e  nvmetcli-0.8.tar.gz
Size: 23648 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/nvmetcli] - updated to 0.8

2024-06-24 Thread qboosh
commit 41735a471b4d0c6cea9c65a50e64fe4aeabe614f
Author: Jakub Bogusz 
Date:   Mon Jun 24 20:34:23 2024 +0200

- updated to 0.8

 nvmetcli.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/nvmetcli.spec b/nvmetcli.spec
index 59a5074..a2b49fe 100644
--- a/nvmetcli.spec
+++ b/nvmetcli.spec
@@ -1,12 +1,12 @@
 Summary:   Command line interface for the kernel NVMe nvmet
 Summary(pl.UTF-8): Interfejs linii poleceń do modułu jądra NVMe nvmet
 Name:  nvmetcli
-Version:   0.7
-Release:   3
+Version:   0.8
+Release:   1
 License:   Apache v2.0
 Group: Applications/System
 Source0:   ftp://ftp.infradead.org/pub/nvmetcli/%{name}-%{version}.tar.gz
-# Source0-md5: eed70ef32d327c814345178dd35d088b
+# Source0-md5: 52139449e3cbaa8b72283d4b132e
 URL:   http://git.infradead.org/users/hch/nvmetcli.git
 BuildRequires: python3-devel >= 1:3.2
 BuildRequires: python3-setuptools


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nvmetcli.git/commitdiff/41735a471b4d0c6cea9c65a50e64fe4aeabe614f

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


DISTFILES: sgmltools-lite: sgmltools-lite-3.0.3.tar.gz

2024-06-24 Thread qboosh
Request by: qboosh


Files fetched: 1

STORED: 
https://downloads.sourceforge.net/sgmltools-lite/sgmltools-lite-3.0.3.tar.gz
dab77d3d751ca381a95ccebd88480a85  sgmltools-lite-3.0.3.tar.gz
Size: 61342 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/sgmltools-lite] - up to 3.0.3

2024-06-24 Thread qboosh
commit e9b5728047ff2484deef460a05b9bfa5691ba4f4
Author: Jakub Bogusz 
Date:   Mon Jun 24 20:25:59 2024 +0200

- up to 3.0.3

 sgml2info.1.pl   | 46 
 sgml2txt.1.pl| 68 ---
 sgmltools-lite-Makefile.in.patch | 55 ++--
 sgmltools-lite.spec  | 77 +++-
 4 files changed, 48 insertions(+), 198 deletions(-)
---
diff --git a/sgmltools-lite.spec b/sgmltools-lite.spec
index 4223908..a5bc53d 100644
--- a/sgmltools-lite.spec
+++ b/sgmltools-lite.spec
@@ -5,18 +5,15 @@ Summary(nl.UTF-8):Tekstformateringssysteem welke door het 
Linux Documentatie Pr
 Summary(pl.UTF-8): Narzędzia konwertujące do linuxdoc-dtd
 Summary(tr.UTF-8): GNU belge biçimlendirme sistemi
 Name:  sgmltools-lite
-Version:   3.0.2
+Version:   3.0.3
 Release:   0.1
-License:   GPL
+License:   GPL v2+
 Group: Applications/Publishing/SGML
-Source0:   
http://dl.sourceforge.net/sgmltools-lite/%{name}-%{version}.tar.gz
-# Source0-md5: 9f88d015eacf4c1be33711723b53ac43
-Source1:   sgml2info.1.pl
-Source2:   sgml2txt.1.pl
+Source0:   
https://downloads.sourceforge.net/sgmltools-lite/%{name}-%{version}.tar.gz
+# Source0-md5: dab77d3d751ca381a95ccebd88480a85
 Patch0:%{name}-Makefile.in.patch
 Patch1:%{name}-configure.patch
-
-URL:   http://sgmltools-lite.sourceforge.net
+URL:   https://sgmltools-lite.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: groff
 BuildRequires: openjade
@@ -76,42 +73,23 @@ LinuxDoc DTD.
 %description dtd -l pl.UTF-8
 LinuxDoc DTD.
 
-%package -n sgmls
-Summary:   sgmls
-Summary(pl.UTF-8): sgmls
-Version:   1.1
-Group: Applications/Publishing/SGML
-
-%description -n sgmls
-sgmls - a validating SGML parser.
-
-%description -n sgmls -l pl.UTF-8
-sgmls - parser sprawdzający poprawność SGML.
-
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1 
-rm config.cache
-rm config.status
 
 %build
-#%%{__aclocal}
-#%%{__autoconf}
-#%%{__automake}
+export PYTHON=%{__python}
 %configure2_13
+
 %{__make} 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_mandir}/pl/man1
 
-%makeinstall \
-   libdir=$RPM_BUILD_ROOT%{_datadir}/sgml-tools \
-   perl5libdir=$RPM_BUILD_ROOT%{perl_vendorlib} \
+%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -125,33 +103,18 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc doc/{html,guide*,example*,Makedoc.sh,README}
-%{_datadir}/sgml-tools
-%{perl_vendorlib}/Text/EntityMap.pm
-%attr(755,root,root) %{_bindir}/rtf2rtf
-%attr(755,root,root) %{_bindir}/sgmlpre
-%attr(755,root,root) %{_bindir}/sgml2*
-%attr(755,root,root) %{_bindir}/sgmltools.v1
-%attr(755,root,root) %{_bindir}/sgmlcheck
-
-%{_mandir}/man1/sgml2*.1*
-%{_mandir}/man1/sgmlcheck.1*
-%{_mandir}/man1/sgmltools.1*
-%lang(pl) %{_mandir}/pl/man1/sgml2*.1*
-
-%files -n sgmls
-%defattr(644,root,root,755)
-%doc sgmls-1.1/LICENSE sgmls-1.1/NEWS
-%attr(755,root,root) %{_bindir}/rast
-%attr(755,root,root) %{_bindir}/sgmls
-%attr(755,root,root) %{_bindir}/sgmlsasp
-%attr(755,root,root) %{_bindir}/sgmls.pl
-
-%{_mandir}/man1/rast.1*
-%{_mandir}/man1/sgmls.1*
-%{_mandir}/man1/sgmlsasp.1*
+%doc ChangeLog POSTINSTALL README
+%attr(755,root,root) %{_bindir}/buildcat
+%attr(755,root,root) %{_bindir}/gensgmlenv
+%attr(755,root,root) %{_bindir}/sgmltools
+%attr(755,root,root) %{_bindir}/sgmlwhich
+%{_mandir}/man1/sgmltools-lite.1*
 
 %files dtd
 %defattr(644,root,root,755)
-%{_datadir}/sgml/sgml-tools
-%{_datadir}/entity-map
+%dir %{_datadir}/sgml/dtd
+%{_datadir}/sgml/dtd/sgmltools
+%dir %{_datadir}/sgml/misc
+%{_datadir}/sgml/misc/sgmltools
+%dir %{_datadir}/sgml/stylesheets
+%{_datadir}/sgml/stylesheets/sgmltools
diff --git a/sgml2info.1.pl b/sgml2info.1.pl
deleted file mode 100644
index fb4bb16..000
--- a/sgml2info.1.pl
+++ /dev/null
@@ -1,46 +0,0 @@
-.\" {PTM/WK/2000-VI}
-.\" Process this file with
-.\" groff -man -Tascii sgml2info.1
-.\"
-.TH SGML2INFO 1 "10 listopada 1997"
-.SH NAZWA
-sgml2info \- tw�rz wyj�cie GNU info z pliku �r�d�owego SGML
-.SH SK�ADNIA
-.B sgml2info
-.RB [ opcja og�lna ...]
-.IR plik [\fB.sgml\fP]
-.SH OPIS
-.B sgml2info
-konwertuje plik �r�d�owy z formatu SGML na format GNU info.
-Wynik pojawi si� w
-.IR plik.info ,
-gdzie
-.I plik
-jest nazw� pliku �r�d�owego SGML.
-.LP
-Do ustawie� warunkowych (conditionals) ustawiana jest para atrybut/warto��
-"output=info".
-.SH OPCJE
-.B sgml2info
-przyjmuje wszystkie opcje og�lne opisane w
-.BR sgmltools (1).
-.IP plik
-okre�la plik �r�d�owy SGML, o nazwie albo
-.I plik
-albo
-.I plik.sgml
-.SH PLIKI
-Wykorzystywanych jest wiele plik�w z
-.BR $LINUXDOCLIB .
-.SH AUTOR
-Christian Schwarz ,
-Greg Hankins ,
-Cees de Groot .
-.SH "ZOBACZ TAK�E"
-.BR sgmltools (1),
-.BR sgml2html (1),
-.BR sgml2latex (1), 
-.BR sgml2lyx (1), 
-.BR sgml2rtf (1), 
-.BR 

DISTFILES: kodi-addon-inputstream-adaptive: 21.4.10-Omega.tar.gz Bento4-1.6.0-641-Omega.tar.gz

2024-06-24 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/xbmc/inputstream.adaptive/archive/21.4.10-Omega/21.4.10-Omega.tar.gz
2a49be1a144ad76b93faeca428da467f  21.4.10-Omega.tar.gz
Size: 824720 bytes
ALREADY GOT: 
https://github.com/xbmc/Bento4/archive/1.6.0-641-Omega/Bento4-1.6.0-641-Omega.tar.gz
77b1246f0d738ee4f2006c27eb48d3c8  Bento4-1.6.0-641-Omega.tar.gz


-- 
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/kodi-addon-inputstream-adaptive] up to 21.4.10

2024-06-24 Thread atler
commit 76c175cc208459241577b9803ca78be377e24f14
Author: Jan Palus 
Date:   Mon Jun 24 15:09:05 2024 +0200

up to 21.4.10

 kodi-addon-inputstream-adaptive.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kodi-addon-inputstream-adaptive.spec 
b/kodi-addon-inputstream-adaptive.spec
index 73d00af..adb98c2 100644
--- a/kodi-addon-inputstream-adaptive.spec
+++ b/kodi-addon-inputstream-adaptive.spec
@@ -10,12 +10,12 @@
 
 Summary:   Kodi InputStream addon for several manifest types
 Name:  kodi-addon-inputstream-adaptive
-Version:   %{kodi_ver}.4.9
+Version:   %{kodi_ver}.4.10
 Release:   1
 License:   GPL v2+
 Group: Applications/Multimedia
 Source0:   
https://github.com/xbmc/inputstream.adaptive/archive/%{version}-%{codename}/%{version}-%{codename}.tar.gz
-# Source0-md5: 0a94f386ead8884e0e3659c494df279c
+# Source0-md5: 2a49be1a144ad76b93faeca428da467f
 Source1:   
https://github.com/xbmc/Bento4/archive/%{bento4_ver}/Bento4-%{bento4_ver}.tar.gz
 # Source1-md5: 77b1246f0d738ee4f2006c27eb48d3c8
 Patch0:bento4-hash.patch


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kodi-addon-inputstream-adaptive.git/commitdiff/76c175cc208459241577b9803ca78be377e24f14

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