[mp3splt/f23] Update to 2.6.2.
by Sérgio M. Basto
Summary of changes:
ab625bc... Update to 2.6.2. (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months
[openshot] upload sources and add python3-qt5-webkit to package requires
by Sérgio M. Basto
commit b8dce73a870853335dca1bb4097226bf89e9bd0e
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Jul 20 23:15:06 2016 +0100
upload sources and add python3-qt5-webkit to package requires
.gitignore | 1 +
openshot.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 99ef0bb..fcbc226 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
openshot-1.4.3.tar.gz
+/openshot-qt-2.0.7.tar.gz
diff --git a/openshot.spec b/openshot.spec
index 43ca2f1..f157e3e 100644
--- a/openshot.spec
+++ b/openshot.spec
@@ -1,6 +1,6 @@
Name: openshot
Version: 2.0.7
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Create and edit videos and movies
Group: Applications/Multimedia
@@ -108,6 +108,9 @@ update-desktop-database &> /dev/null || :
%changelog
+* Wed Jul 20 2016 Sérgio Basto <sergio(a)serjux.com> - 2.0.7-3
+- Add python3-qt5-webkit to package requires
+
* Mon Apr 18 2016 Richard Shaw <hobbes1069(a)gmail.com> - 2.0.7-2
- Update to require python3-libopenshot.
diff --git a/sources b/sources
index fc381b1..0271e24 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ec82a7e8b7700ee4a359458aedf19e9 openshot-1.4.3.tar.gz
+59e6573c0b16e942f38481e0a51ea71e openshot-qt-2.0.7.tar.gz
8 years, 4 months
[pdflib-lite/f23] fix build issue
by Leigh Scott
Summary of changes:
bfa5ee6... fix build issue (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months
[perl-IP-Country] add buildrequires perl-Test
by Leigh Scott
commit 5e5d91d01c1a59b3612e14750cba09bee8a6396c
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Jul 20 12:16:45 2016 +0100
add buildrequires perl-Test
perl-IP-Country.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/perl-IP-Country.spec b/perl-IP-Country.spec
index ffa40fc..f7e2022 100644
--- a/perl-IP-Country.spec
+++ b/perl-IP-Country.spec
@@ -1,6 +1,6 @@
Name: perl-IP-Country
Version: 2.26
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Fast lookup of country codes from IP addresses
License: GPL+ or Artistic
Group: Development/Libraries
@@ -9,6 +9,7 @@ Source0: http://www.cpan.org/modules/by-module/IP/IP-Country-%{version}.t
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Test)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@@ -72,6 +73,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Jul 20 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 2.26-8
+- add buildrequires perl-Test
+
* Sun Aug 31 2014 Sérgio Basto <sergio(a)serjux.com> - 2.26-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8 years, 4 months
[pdflib-lite/f24] fix build issue
by Leigh Scott
Summary of changes:
bfa5ee6... fix build issue (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 4 months
[pdflib-lite] fix build issue
by Leigh Scott
commit bfa5ee6bced2625e5954b6ace3e0262615e57883
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Jul 20 12:01:47 2016 +0100
fix build issue
pdflib-lite.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/pdflib-lite.spec b/pdflib-lite.spec
index 1f014f7..2ed1087 100644
--- a/pdflib-lite.spec
+++ b/pdflib-lite.spec
@@ -5,7 +5,7 @@ Summary: Portable C library for dynamically generating PDF files
Name: pdflib-lite
# Remenber to check the URL after changing this...
Version: 7.0.5
-Release: 5%{?dist}
+Release: 6%{?dist}
License: Distributable
Group: System Environment/Libraries
URL: http://www.pdflib.com/
@@ -96,7 +96,9 @@ sed -i -e 's,^PYTHONLIBDIR.*,PYTHONLIBDIR = %{python_sitearch},' \
--enable-large_files --enable-tiffwrite
# for x86_64 build
-sed -i -e s@/usr/lib@%{_libdir}@ libtool
+#sed -i -e s@/usr/lib@%{_libdir}@ libtool
+# removed because it breaks building
+# gcc: error: /usr/lib64/rpm/redhat/redhat-hardened-ld: No such file or directory
%{__make} %{?_smp_mflags}
for lang in perl python
@@ -192,6 +194,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Jul 20 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 7.0.5-6
+- fix build issue
+
* Sun Aug 31 2014 Sérgio Basto <sergio(a)serjux.com> - 7.0.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8 years, 4 months