Hello community,

here is the log from the commit of package harfbuzz for openSUSE:Factory 
checked in at 2015-05-05 00:55:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/harfbuzz (Old)
 and      /work/SRC/openSUSE:Factory/.harfbuzz.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "harfbuzz"

Changes:
--------
--- /work/SRC/openSUSE:Factory/harfbuzz/harfbuzz-bootstrap.changes      
2015-04-22 01:10:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.harfbuzz.new/harfbuzz-bootstrap.changes 
2015-05-05 00:55:23.000000000 +0200
@@ -1,0 +2,16 @@
+Mon Apr 27 09:44:21 UTC 2015 - dims...@opensuse.org
+
+- Add this-is-only-for-build-envs requires to the -bootstrap
+  package: This ensures that OBS can use it, but the users will
+  not install it on their systems.
+
+-------------------------------------------------------------------
+Sun Apr 26 10:34:56 UTC 2015 - fst...@suse.com
+
+- Make harfbuzz-bootstrap package provide the libharfbuzz.so.0
+  * Makes the freshly built freetype2 installable
+- Make harfbuzz-bootstrap-devel package provide the
+  pkgconfig(harfbuzz)
+  * Makes the freshly built freetype2-devel installable
+
+-------------------------------------------------------------------
harfbuzz.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ harfbuzz-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.7yfnP3/_old  2015-05-05 00:55:23.000000000 +0200
+++ /var/tmp/diff_new_pack.7yfnP3/_new  2015-05-05 00:55:23.000000000 +0200
@@ -17,10 +17,6 @@
 
 
 %global build_bootstrap 1
-%if %{build_bootstrap}
-%global _use_internal_dependency_generator 0
-%global __find_provides %{nil}
-%endif
 Name:           harfbuzz-bootstrap
 Version:        0.9.40
 Release:        0
@@ -34,6 +30,10 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{build_bootstrap}
 Source1000:     harfbuzz-bootstrap-rpmlintrc
+# Generation of pkgconfig(foo) provides for the bootstrap package
+BuildRequires:  pkg-config
+# The bootstrap package is not supposed to be used by end users
+Requires:       this-is-only-for-build-envs
 %else
 BuildRequires:  harfbuzz-bootstrap
 BuildRequires:  pkgconfig(cairo) >= 1.8.0

++++++ harfbuzz.spec ++++++
--- /var/tmp/diff_new_pack.7yfnP3/_old  2015-05-05 00:55:23.000000000 +0200
+++ /var/tmp/diff_new_pack.7yfnP3/_new  2015-05-05 00:55:23.000000000 +0200
@@ -17,10 +17,6 @@
 
 
 %global build_bootstrap 0
-%if %{build_bootstrap}
-%global _use_internal_dependency_generator 0
-%global __find_provides %{nil}
-%endif
 Name:           harfbuzz
 Version:        0.9.40
 Release:        0
@@ -34,6 +30,10 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{build_bootstrap}
 Source1000:     harfbuzz-bootstrap-rpmlintrc
+# Generation of pkgconfig(foo) provides for the bootstrap package
+BuildRequires:  pkg-config
+# The bootstrap package is not supposed to be used by end users
+Requires:       this-is-only-for-build-envs
 %else
 BuildRequires:  harfbuzz-bootstrap
 BuildRequires:  pkgconfig(cairo) >= 1.8.0


Reply via email to