sagitter pushed to icecat (master). "Filtering private libraries"
by notificationsï¼ fedoraproject.org
From f367952ef3a524c912bf27f73050faa90baed9b0 Mon Sep 17 00:00:00 2001
From: sagitter <sagitter(a)fedoraproject.org>
Date: Wed, 31 Aug 2016 23:46:02 +0200
Subject: Filtering private libraries
---
icecat.spec | 19 +++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)
diff --git a/icecat.spec b/icecat.spec
index 7e99a5a..2e0cc72 100644
--- a/icecat.spec
+++ b/icecat.spec
@@ -1,3 +1,14 @@
+# Filtering of private libraries
+%global privlibs libbrowsercomps
+%global privlibs %{privlibs}|libclearkey
+%global privlibs %{privlibs}|libdbusservice
+%global privlibs %{privlibs}|libmozalloc
+%global privlibs %{privlibs}|libmozgnome
+
+%global __provides_exclude ^(%{privlibs})\\.so
+%global __requires_exclude ^(%{privlibs})\\.so
+#
+
##Active/Deactive language files handling
%global build_langpacks 1
@@ -149,7 +160,7 @@ Requires: system-bookmarks
Requires: sqlite
Provides: webclient
-Provides: bundled(xulrunner) = 45.0
+Provides: bundled(xul) = 45
%description
GNUZilla Icecat is a fully-free fork of Mozilla Firefox ESR.
@@ -281,7 +292,7 @@ MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | sed -e 's/-O2/-O0/' )
%endif
# Workaround for #1332926
%ifnarch %{arm} && !%{?debug_build} && 0%{?fedora} > 23
-#MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | sed -e 's/-O2/-O1/' )
+MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | sed -e 's/-O2/-O1/' )
%endif
%if %{?debug_build}
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | sed -e 's/-O2/-Og/')
@@ -570,6 +581,10 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/appdata/*.appda
- Update to 45.3.0 (beta)
- Drop old patches
- Reset default compiler flags
+- Filtering private libraries
+
+* Fri Jul 22 2016 Tom Callaway <spot(a)fedoraproject.org> - 38.8.0-13
+- rebuild for libvpx 1.6.0
* Wed Jun 29 2016 Antonio Trande <sagitterATfedoraproject.org> - 38.8.0-12
- Optimization level increased to -O1
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/icecat.git/commit/?h=master&id=f367952...
7Â years, 3Â months
lsm5 pushed to rkt (master). "import sources for v1.13.0 (..more)"
by notificationsï¼ fedoraproject.org
From 343b1e9e8efb3fd7eeebdb4fb5f1cf940f4fb52e Mon Sep 17 00:00:00 2001
From: Lokesh Mandvekar <lsm5(a)fedoraproject.org>
Date: Wed, 31 Aug 2016 16:29:21 -0500
Subject: import sources for v1.13.0
Signed-off-by: Lokesh Mandvekar <lsm5(a)fedoraproject.org>
---
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 5b0fa3f..ad90a90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@
/rkt-e61deb2.tar.gz
/rkt-1ec4c60.tar.gz
/rkt-826ebf7.tar.gz
+/rkt-65894a7.tar.gz
diff --git a/sources b/sources
index bcf0405..c86ed44 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6feca9b98b3d513cb2fb171e65eb455 rkt-826ebf7.tar.gz
+4353382ed5d4ea60f8affd97053f0bab rkt-65894a7.tar.gz
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/rkt.git/commit/?h=master&id=343b1e9e8e...
7Â years, 3Â months
lsm5 pushed to rkt (master). "NVR: rkt-1.13.0-1.git65894a7 (..more)"
by notificationsï¼ fedoraproject.org
From 5e534badb5d6a9f0366987893f62157f54638845 Mon Sep 17 00:00:00 2001
From: Lokesh Mandvekar <lsm5(a)fedoraproject.org>
Date: Wed, 31 Aug 2016 16:09:17 -0500
Subject: NVR: rkt-1.13.0-1.git65894a7
- built commit 65894a7
Signed-off-by: Lokesh Mandvekar <lsm5(a)fedoraproject.org>
---
rkt.spec | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/rkt.spec b/rkt.spec
index e5fcb76..d1cc197 100644
--- a/rkt.spec
+++ b/rkt.spec
@@ -25,15 +25,15 @@
%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
-%global commit0 826ebf74e24873f4d6de76d2c53d4a0e88450537
+%global commit0 65894a758fd3ca976aff92a63d3121d7f73ae66c
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
# valid values: coreos usr-from-src usr-from-host
%global stage1_flavors host,fly
Name: %{repo}
-Version: 1.12.0
-Release: 2.git%{shortcommit0}%{?dist}
+Version: 1.13.0
+Release: 1.git%{shortcommit0}%{?dist}
Summary: CLI for running app containers
License: ASL 2.0
URL: https://%{import_path}
@@ -307,6 +307,10 @@ exit 0
%{_sharedstatedir}/%{name}
%changelog
+* Wed Aug 31 2016 Lokesh Mandvekar <lsm5(a)fedoraproject.org> - 1.13.0-1.git65894a7
+- Resolves: #1370817 - bump to v1.13.0
+- built commit 65894a7
+
* Sat Aug 13 2016 Peter Robinson <pbrobinson(a)fedoraproject.org> 1.12.0-2.git826ebf7
- Build on aarch64
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/rkt.git/commit/?h=master&id=5e534badb5...
7Â years, 3Â months
raphgro pushed to sharpfont (master). "initial import, rhbz#1279087"
by notificationsï¼ fedoraproject.org
From e47f4d678d67e646ba30cbd32aa846ff0cb790a0 Mon Sep 17 00:00:00 2001
From: Raphael Groner <raphgro(a)fedoraproject.org>
Date: Wed, 31 Aug 2016 23:08:13 +0200
Subject: initial import, rhbz#1279087
---
.gitignore | 1 +
sharpfont.spec | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 107 insertions(+)
create mode 100644 sharpfont.spec
diff --git a/.gitignore b/.gitignore
index e69de29..0b84ae6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/sharpfont-4.0.1.tar.gz
diff --git a/sharpfont.spec b/sharpfont.spec
new file mode 100644
index 0000000..4af0b0a
--- /dev/null
+++ b/sharpfont.spec
@@ -0,0 +1,105 @@
+#
+# spec file for package sharpfont
+#
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+%global libname SharpFont
+%global debug_package %{nil}
+
+Name: sharpfont
+Version: 4.0.1
+Release: 1%{?dist}
+Url: https://github.com/Robmaister/%{libname}
+Summary: Cross-platform FreeType bindings for .NET
+License: MIT
+Source: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+
+ExclusiveArch: %mono_arches
+
+BuildRequires: pkgconfig(mono)
+
+%description
+SharpFont is a library that provides FreeType bindings for .NET.
+Everything from format-specific APIs to the caching subsystem are included.
+
+
+%package devel
+Summary: Cross-platform FreeType bindings for .NET
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+SharpFont is a library that provides FreeType bindings for .NET.
+Everything from format-specific APIs to the caching subsystem are included.
+
+
+%prep
+%autosetup -p1 -n%{libname}-%{version}
+rm -r Build Dependencies
+
+%build
+#make debug
+pushd Source/%{libname}
+# override the .NET Framework Target for predefined types
+# https://stackoverflow.com/questions/27594393/compiled-mono-missing-defaul...
+xbuild /p:TargetFrameworkVersion=v4.5 /p:Configuration=Debug
+
+%install
+mkdir -p %{buildroot}%{_prefix}/lib/mono/gac/
+gacutil -i Binaries/%{libname}/Debug/%{libname}.dll -f -package %{name} -root %{buildroot}%{_prefix}/lib
+cp -p Source/%{libname}.dll.config %{buildroot}%{_monodir}/%{name}
+
+mkdir -p %{buildroot}/%{_datadir}/pkgconfig
+cat <<EOT >>%{buildroot}/%{_datadir}/pkgconfig/%{name}.pc
+Name: %{libname}
+Description: %{summary}
+Version: 4.0.1
+Requires: mono
+Libs: -r:%{_monodir}/%{name}/%{libname}.dll
+Libraries=%{_monodir}/%{name}/%{libname}.dll
+EOT
+
+
+%files
+%license LICENSE
+%doc README.md
+%doc Source/Examples/
+%{_monogacdir}/%{libname}
+%{_monodir}/%{name}/%{libname}.dll*
+%dir %{_monodir}/%{name}
+
+
+%files devel
+%{_datadir}/pkgconfig/%{name}.pc
+
+
+%changelog
+* Wed Aug 31 2016 Raphael Groner <projects.rg(a)smart.ms> - 4.0.1-1
+- new version
+
+* Tue May 17 2016 Raphael Groner <projects.rg(a)smart.ms> - 3.1.0-1
+- new version
+- remove upstreamed patches
+- call xbuild directly
+- build in debug configuration
+- apply specifics of mono packaging
+- add LICENSE and README.md
+- use Examples as documentation
+- add dist tag
+
+* Wed Mar 02 2016 Raphael Groner <projects.rg(a)smart.ms> - 3.0.1-1
+- adjust for Fedora
+
+* Tue Nov 24 2015 Matthias Mailänder <mailaender(a)opensuse.org> - 3.0.1-0
+- initial packaging
diff --git a/sources b/sources
index e69de29..5ebbdea 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f7e9144e1d9969373e854e34c551099c sharpfont-4.0.1.tar.gz
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/sharpfont.git/commit/?h=master&id=e47f...
7Â years, 3Â months
yselkowitz pushed to gucharmap (f25). "Update for
https://fedoraproject.org/wiki/Changes/Unicode_9.0 (..more)"
by notificationsï¼ fedoraproject.org
From f53f36c262f79d1231ab1dc31d95297843e72b32 Mon Sep 17 00:00:00 2001
From: Yaakov Selkowitz <yselkowi(a)redhat.com>
Date: Tue, 26 Jul 2016 02:20:15 -0500
Subject: Update for https://fedoraproject.org/wiki/Changes/Unicode_9.0
https://bugzilla.redhat.com/show_bug.cgi?id=1319468
---
.gitignore | 1 +
gucharmap.spec | 15 +++++++++++----
sources | 2 +-
3 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/.gitignore b/.gitignore
index 131938a..dd2ec26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,4 @@ gucharmap-2.30.1.tar.bz2
/gucharmap-3.18.0.tar.xz
/gucharmap-3.18.1.tar.xz
/gucharmap-3.18.2.tar.xz
+/gucharmap-9.0.0.tar.xz
diff --git a/gucharmap.spec b/gucharmap.spec
index 78c86e9..07cf822 100644
--- a/gucharmap.spec
+++ b/gucharmap.spec
@@ -2,15 +2,15 @@
%define gtk3_version 3.4.0
Name: gucharmap
-Version: 3.18.2
-Release: 2%{?dist}
+Version: 9.0.0
+Release: 1%{?dist}
Summary: Unicode character picker and font browser
License: GPLv3+ and GFDL and MIT
# GPL for the source code, GFDL for the docs, MIT for Unicode data
URL: http://live.gnome.org/Apps/Gucharmap
#VCS: git:git://git.gnome.org/gucharmap
-Source: http://download.gnome.org/sources/gucharmap/3.18/gucharmap-%{version}.tar.xz
+Source: http://download.gnome.org/sources/gucharmap/9.0/gucharmap-%{version}.tar.xz
BuildRequires: appdata-tools
BuildRequires: glib2-devel >= %{glib2_version}
@@ -21,6 +21,9 @@ BuildRequires: intltool
BuildRequires: itstool
BuildRequires: /usr/bin/appstream-util
BuildRequires: /usr/bin/desktop-file-validate
+BuildRequires: unicode-ucd = 9.0.0
+BuildRequires: unicode-ucd-unihan = 9.0.0
+BuildRequires: perl(Env)
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
@@ -49,7 +52,8 @@ needed to use the libgucharmap library.
%build
%configure --with-gtk=3.0 \
- --enable-introspection
+ --enable-introspection \
+ --with-unicode-data=%{_datadir}/unicode/ucd
make %{?_smp_mflags}
@@ -115,6 +119,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
%changelog
+* Tue Jul 26 2016 Yaakov Selkowitz <yselkowi(a)redhat.com> - 9.0.0-1
+- Update for https://fedoraproject.org/wiki/Changes/Unicode_9.0
+
* Wed Feb 03 2016 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.18.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
diff --git a/sources b/sources
index dd5f643..ee180f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79670f9b8c9a4888f4ea439fd2e8c589 gucharmap-3.18.2.tar.xz
+c8618d22c684286f551bef465eb6beda gucharmap-9.0.0.tar.xz
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/gucharmap.git/commit/?h=f25&id=f53f36c...
7Â years, 3Â months
raphgro pushed to krop (f24). "bump Release"
by notificationsï¼ fedoraproject.org
From 8ffbfe6a3030d3ce63440905a4c16f6a060f4b7e Mon Sep 17 00:00:00 2001
From: Raphael Groner <raphgro(a)fedoraproject.org>
Date: Wed, 31 Aug 2016 22:41:03 +0200
Subject: bump Release
---
krop.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/krop.spec b/krop.spec
index 5138f31..932eb11 100644
--- a/krop.spec
+++ b/krop.spec
@@ -18,7 +18,7 @@
Name: krop
Version: 0.4.11
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Tool to crop PDF files with an eye towards eReaders
License: GPLv3+
URL: http://arminstraub.com/software/krop
@@ -122,6 +122,9 @@ update-desktop-database &> /dev/null || :
%changelog
+* Wed Aug 31 2016 Raphael Groner <projects.rg(a)smart.ms> - 0.4.11-2
+- add license file to subpackages
+
* Wed Aug 31 2016 Raphael Groner <projects.rg(a)smart.ms> - 0.4.11-1
- new version
- migrate to python3 and split subpackage for module
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/krop.git/commit/?h=f24&id=8ffbfe6a3030...
7Â years, 3Â months
raphgro pushed to krop (f24). "add license file to subpackages"
by notificationsï¼ fedoraproject.org
From 8d086dc41ff9b8ed4f2b9b27bdae67e7c5311314 Mon Sep 17 00:00:00 2001
From: Raphael Groner <raphgro(a)fedoraproject.org>
Date: Wed, 31 Aug 2016 22:39:37 +0200
Subject: add license file to subpackages
---
krop.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/krop.spec b/krop.spec
index dea4e98..5138f31 100644
--- a/krop.spec
+++ b/krop.spec
@@ -104,17 +104,18 @@ update-desktop-database &> /dev/null || :
%files
%doc ChangeLog README
-%license LICENSE
%{_bindir}/%{name}
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%if %with python2
%files -n python2-%{name}
+%license LICENSE
%{python2_sitelib}/%{name}-%{version}-py%{python2_version}.egg-info
%{python2_sitelib}/%{name}/
%else
%files -n python3-%{name}
+%license LICENSE
%{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info
%{python3_sitelib}/%{name}/
%endif
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/krop.git/commit/?h=f24&id=8d086dc41ff9...
7Â years, 3Â months
raphgro pushed to krop (f25). "bump Release"
by notificationsï¼ fedoraproject.org
From 8ffbfe6a3030d3ce63440905a4c16f6a060f4b7e Mon Sep 17 00:00:00 2001
From: Raphael Groner <raphgro(a)fedoraproject.org>
Date: Wed, 31 Aug 2016 22:41:03 +0200
Subject: bump Release
---
krop.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/krop.spec b/krop.spec
index 5138f31..932eb11 100644
--- a/krop.spec
+++ b/krop.spec
@@ -18,7 +18,7 @@
Name: krop
Version: 0.4.11
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Tool to crop PDF files with an eye towards eReaders
License: GPLv3+
URL: http://arminstraub.com/software/krop
@@ -122,6 +122,9 @@ update-desktop-database &> /dev/null || :
%changelog
+* Wed Aug 31 2016 Raphael Groner <projects.rg(a)smart.ms> - 0.4.11-2
+- add license file to subpackages
+
* Wed Aug 31 2016 Raphael Groner <projects.rg(a)smart.ms> - 0.4.11-1
- new version
- migrate to python3 and split subpackage for module
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/krop.git/commit/?h=f25&id=8ffbfe6a3030...
7Â years, 3Â months