[pipelight] update to new snapshot git20140711.8b41e9505f7a8710b3817ae93ac46b3be5f96f1f reworked spec-file for r

Björn Esser besser82 at fedoraproject.org
Fri Jul 11 11:30:04 UTC 2014


commit f6962d1d6027c97ece2d934ebd9fa7ad75955dc8
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Fri Jul 11 13:21:44 2014 +0200

    update to new snapshot git20140711.8b41e9505f7a8710b3817ae93ac46b3be5f96f1f
    reworked spec-file for release or snapshot-builds
    updated Patch0 for changes in upstream-sources
    obsoleted Patch1 and Patch2 -- now in upstream-sources

 ...h => pipelight-0.2.7.1.1_improve-buildsys.patch |  251 ++++++++++----------
 ...ght-0.2.7.1_fix-missing-call-to-setgroups.patch |   75 ------
 pipelight-0.2.7.1_use-cp-a.patch                   |   13 -
 pipelight.spec                                     |   73 ++++---
 sources                                            |    2 +-
 5 files changed, 165 insertions(+), 249 deletions(-)
---
diff --git a/pipelight-0.2.7.1_improve-buildsys.patch b/pipelight-0.2.7.1.1_improve-buildsys.patch
similarity index 88%
rename from pipelight-0.2.7.1_improve-buildsys.patch
rename to pipelight-0.2.7.1.1_improve-buildsys.patch
index 6334838..82b82a3 100644
--- a/pipelight-0.2.7.1_improve-buildsys.patch
+++ b/pipelight-0.2.7.1.1_improve-buildsys.patch
@@ -1,7 +1,13 @@
-Index: mmueller2012-pipelight-e2362eb15df6/Makefile
-===================================================================
---- mmueller2012-pipelight-e2362eb15df6.orig/Makefile
-+++ mmueller2012-pipelight-e2362eb15df6/Makefile
+commit 9141ea993ba91337ba322ae87e8fe6204e67a65b
+Author: Björn Esser <bjoern.esser at gmail.com>
+Date:   Thu Jul 10 13:48:03 2014 +0200
+
+    several improvements to the build-system
+
+diff --git a/Makefile b/Makefile
+index bbd4adc..38e1ed2 100644
+--- a/Makefile
++++ b/Makefile
 @@ -1,8 +1,21 @@
 +-include config.make
 +
@@ -104,13 +110,14 @@ Index: mmueller2012-pipelight-e2362eb15df6/Makefile
  	fi
  
 -	install -m 0755 share/install-dependency "$(DESTDIR)$(prefix)/share/pipelight/install-dependency"
-+	install -pm 0755 share/install-dependency				\
-+		"$(DESTDIR)$(datadir)/pipelight/install-dependency"
- 
+-
 -	for script in $(notdir $(PLUGIN_SCRIPTS)); do \
 -		sed         's|@@PIPELIGHT_SHARE_PATH@@|$(prefix)/share/pipelight|g' share/scripts/$${script} > pipelight-script.tmp; \
 -		install -m 0755 pipelight-script.tmp "$(DESTDIR)$(prefix)/share/pipelight/scripts/$${script%.*}" || exit 1; \
 -		rm pipelight-script.tmp; \
++	install -pm 0755 share/install-dependency				\
++		"$(DESTDIR)$(datadir)/pipelight/install-dependency"
++
 +	for script in $(notdir $(PLUGIN_SCRIPTS)) ; do				\
 +		sed $(SED_OPTS)							\
 +			< share/scripts/$${script} > pipelight-script.tmp ;	\
@@ -229,10 +236,20 @@ Index: mmueller2012-pipelight-e2362eb15df6/Makefile
 +	for dir in src/linux src/windows src/winecheck; do			\
 +		$(MAKE) -C $$dir $@;						\
  	done
-Index: mmueller2012-pipelight-e2362eb15df6/configure
-===================================================================
---- mmueller2012-pipelight-e2362eb15df6.orig/configure
-+++ mmueller2012-pipelight-e2362eb15df6/configure
+diff --git a/bin/pipelight-plugin.in b/bin/pipelight-plugin.in
+index b4a99f7..b868670 100755
+--- a/bin/pipelight-plugin.in
++++ b/bin/pipelight-plugin.in
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env bash
++#!@@BASH@@
+ VERSION="@@VERSION@@"
+ PIPELIGHT_SHARE_PATH="@@PIPELIGHT_SHARE_PATH@@"
+ PIPELIGHT_LIBRARY_PATH="@@PIPELIGHT_LIBRARY_PATH@@"
+diff --git a/configure b/configure
+index 6d8bc9a..8e3bb43 100755
+--- a/configure
++++ b/configure
 @@ -3,10 +3,20 @@
  # Default configuration
  version="unknown"
@@ -317,21 +334,7 @@ Index: mmueller2012-pipelight-e2362eb15df6/configure
  		--wine-path=*)
  			winepath="${CMD#*=}"
  			;;
-@@ -59,6 +112,13 @@ while [[ $# > 0 ]] ; do
- 			winepath="$1"; shift
- 			;;
- 
-+		--wine64-path=*)
-+			wine64path="${CMD#*=}"
-+			;;
-+		--wine64-path)
-+			wine64path="$1"; shift
-+			;;
-+
- 		--moz-plugin-path=*)
- 			mozpluginpath="${CMD#*=}"
- 			;;
-@@ -270,15 +330,24 @@ resolvepath()
+@@ -277,15 +330,24 @@ resolvepath()
  
  # Normalize the paths
  prefix=$(resolvepath "$prefix")
@@ -356,7 +359,7 @@ Index: mmueller2012-pipelight-e2362eb15df6/configure
  	echo
  	echo "# Prebuilt"
  	echo "downloader=$downloader"
-@@ -298,6 +367,8 @@ gccruntimedlls=$(resolvepath "$gccruntim
+@@ -305,6 +367,8 @@ gccruntimedlls=$(resolvepath "$gccruntimedlls")
  	echo "wine64path=$wine64path"
  	echo ""
  	echo "# Other settings"
@@ -365,10 +368,86 @@ Index: mmueller2012-pipelight-e2362eb15df6/configure
  	echo "mozpluginpath=$mozpluginpath"
  	echo "gccruntimedlls=$gccruntimedlls"
  	echo "quietinstallation=$quietinstallation"
-Index: mmueller2012-pipelight-e2362eb15df6/src/linux/Makefile
-===================================================================
---- mmueller2012-pipelight-e2362eb15df6.orig/src/linux/Makefile
-+++ mmueller2012-pipelight-e2362eb15df6/src/linux/Makefile
+diff --git a/pipelight-plugin.1.in b/pipelight-plugin.1.in
+index 15cc00f..9bb31b2 100644
+--- a/pipelight-plugin.1.in
++++ b/pipelight-plugin.1.in
+@@ -27,7 +27,7 @@ Can be used to automate the process of accepting the license agreement.
+ Enables the specified plugin for the current user (by creating a symlink in
+ \fI$HOME/.mozilla/plugins\fR). When you run this command as root the plugin is
+ enabled system-wide by creating a symlink in the mozilla plugins directory
+-instead (often located at \fI/usr/lib/mozilla/plugins\fR). For a list of
++instead (often located at \fI@@MOZ_PLUGIN_PATH@@\fR). For a list of
+ plugins see the \fBPLUGINS\fR section in this man page.
+ .TP
+ \fB\-\-disable\fR \fIPLUGIN\fR
+@@ -144,28 +144,28 @@ browsers will not have Silverlight enabled, because they don't search for
+ plugins in the custom plugin directory.
+ .SH FILES
+ .TP
+-\fI@@PREFIX@@/bin/pipelight-plugin\fR
++\fI@@BINDIR@@/pipelight-plugin\fR
+ Commandline utility to enable/disable plugins and to update the plugin database.
+ .TP
+-\fI@@PREFIX@@/lib/pipelight/libpipelight*.so\fR
++\fI@@LIBDIR@@/pipelight/libpipelight*.so\fR
+ The shared library \fIlibpipelight.so\fR and additional copies for all
+ unlocked and standard plugins.
+ .TP
+-\fI@@PREFIX@@/share/pipelight/licenses/*\fR
++\fI@@DATADIR@@/pipelight/licenses/*\fR
+ License information for supported plugins.
+ .TP
+-\fI@@PREFIX@@/share/pipelight/configs/*\fR
++\fI@@DATADIR@@/pipelight/configs/*\fR
+ Configuration files containing for example which dependencies are required for
+ a specific plugin, and where Pipelight can find the plugin DLLs. Normally
+ there should be \fBno\fR need to edit them manually!
+ .TP
+-\fI@@PREFIX@@/share/pipelight/scripts/*\fR
++\fI@@DATADIR@@/pipelight/scripts/*\fR
+ Helper scripts for specific plugins, for example to enable/disable GPU acceleration.
+ .TP
+-\fI@@PREFIX@@/share/pipelight/*\fR
++\fI@@DATADIR@@/pipelight/*\fR
+ Directory containing other files used internally by Pipelight.
+ .TP
+-\fI/usr/lib/mozilla/plugins/libpipelight-*.so\fR
++\fI@@MOZ_PLUGIN_PATH@@libpipelight-*.so\fR
+ Symlinks to all enabled system-wide plugins.
+ .TP
+ \fI$HOME/.mozilla/plugins/libpipelight-*.so\fR
+diff --git a/share/scripts/configure-flash.in b/share/scripts/configure-flash.in
+index 1d95d83..ab46166 100755
+--- a/share/scripts/configure-flash.in
++++ b/share/scripts/configure-flash.in
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env bash
++#!@@BASH@@
+ PIPELIGHT_SHARE_PATH="@@PIPELIGHT_SHARE_PATH@@"
+ 
+ # Don't run this as root
+diff --git a/share/scripts/configure-silverlight.in b/share/scripts/configure-silverlight.in
+index a3f239e..7808ec3 100755
+--- a/share/scripts/configure-silverlight.in
++++ b/share/scripts/configure-silverlight.in
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env bash
++#!@@BASH@@
+ PIPELIGHT_SHARE_PATH="@@PIPELIGHT_SHARE_PATH@@"
+ 
+ # Don't run this as root
+@@ -68,4 +68,4 @@ done
+ # Cleanup
+ rm "$tmpfile"
+ 
+-exit 0
+\ No newline at end of file
++exit 0
+diff --git a/src/linux/Makefile b/src/linux/Makefile
+index 1d8fb01..9695a5f 100644
+--- a/src/linux/Makefile
++++ b/src/linux/Makefile
 @@ -1,28 +1,34 @@
  CXX		?= g++
  UNAME_S		:= $(shell uname -s)
@@ -414,7 +493,7 @@ Index: mmueller2012-pipelight-e2362eb15df6/src/linux/Makefile
  
  common.o: ../common/common.c $(COMMONHDR)
  	$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c ../common/common.c -o common.o
-@@ -31,7 +37,7 @@ basicplugin.o: basicplugin.c basicplugin
+@@ -31,7 +37,7 @@ basicplugin.o: basicplugin.c basicplugin.h configloader.h $(COMMONHDR)
  	$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c basicplugin.c -o basicplugin.o
  
  configloader.o: configloader.c configloader.h $(COMMONHDR)
@@ -423,10 +502,10 @@ Index: mmueller2012-pipelight-e2362eb15df6/src/linux/Makefile
  
  diagnostic.o: diagnostic.c diagnostic.h basicplugin.h configloader.h $(COMMONHDR)
  	$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c diagnostic.c -o diagnostic.o
-Index: mmueller2012-pipelight-e2362eb15df6/src/windows/Makefile
-===================================================================
---- mmueller2012-pipelight-e2362eb15df6.orig/src/windows/Makefile
-+++ mmueller2012-pipelight-e2362eb15df6/src/windows/Makefile
+diff --git a/src/windows/Makefile b/src/windows/Makefile
+index 89d6d22..d3d5af7 100644
+--- a/src/windows/Makefile
++++ b/src/windows/Makefile
 @@ -1,9 +1,14 @@
  suffix		:=
 -CXX			:= $(wincxx)
@@ -447,7 +526,7 @@ Index: mmueller2012-pipelight-e2362eb15df6/src/windows/Makefile
  
  ifeq ($(wincxx),prebuilt)
  
-@@ -14,14 +19,20 @@ ifeq ($(wildcard pluginloader$(suffix).e
+@@ -14,14 +19,20 @@ ifeq ($(wildcard pluginloader$(suffix).exe),)
  commit=$(shell git log --pretty=format:'%H' -n 1 || echo "prebuilt")
  
  ../../pluginloader-$(commit).tar.gz:
@@ -494,17 +573,17 @@ Index: mmueller2012-pipelight-e2362eb15df6/src/windows/Makefile
  
  npclass$(suffix).o: npclass.c $(COMMONHDR)
  	$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c npclass.c -o npclass$(suffix).o
-@@ -67,4 +78,4 @@ pluginloader$(suffix).o: pluginloader.c
+@@ -67,4 +78,4 @@ pluginloader$(suffix).o: pluginloader.c pluginloader.h apihook.h
  clean:
  	rm -f *.exe *.exe.so *.o
  
 -endif
 \ No newline at end of file
 +endif
-Index: mmueller2012-pipelight-e2362eb15df6/src/winecheck/Makefile
-===================================================================
---- mmueller2012-pipelight-e2362eb15df6.orig/src/winecheck/Makefile
-+++ mmueller2012-pipelight-e2362eb15df6/src/winecheck/Makefile
+diff --git a/src/winecheck/Makefile b/src/winecheck/Makefile
+index 0f2a960..ce01615 100644
+--- a/src/winecheck/Makefile
++++ b/src/winecheck/Makefile
 @@ -1,7 +1,8 @@
  suffix		:=
 -CXX			:= $(wincxx)
@@ -517,7 +596,7 @@ Index: mmueller2012-pipelight-e2362eb15df6/src/winecheck/Makefile
  OBJECTS		:= check$(suffix).o
  
  ifeq ($(wincxx),prebuilt)
-@@ -13,14 +14,20 @@ ifeq ($(wildcard winecheck$(suffix).exe)
+@@ -13,14 +14,20 @@ ifeq ($(wildcard winecheck$(suffix).exe),)
  commit=$(shell git log --pretty=format:'%H' -n 1 || echo "prebuilt")
  
  ../../pluginloader-$(commit).tar.gz:
@@ -563,89 +642,3 @@ Index: mmueller2012-pipelight-e2362eb15df6/src/winecheck/Makefile
 -endif
 \ No newline at end of file
 +endif
-Index: mmueller2012-pipelight-e2362eb15df6/pipelight-plugin.1.in
-===================================================================
---- mmueller2012-pipelight-e2362eb15df6.orig/pipelight-plugin.1.in
-+++ mmueller2012-pipelight-e2362eb15df6/pipelight-plugin.1.in
-@@ -27,7 +27,7 @@ Can be used to automate the process of a
- Enables the specified plugin for the current user (by creating a symlink in
- \fI$HOME/.mozilla/plugins\fR). When you run this command as root the plugin is
- enabled system-wide by creating a symlink in the mozilla plugins directory
--instead (often located at \fI/usr/lib/mozilla/plugins\fR). For a list of
-+instead (often located at \fI@@MOZ_PLUGIN_PATH@@\fR). For a list of
- plugins see the \fBPLUGINS\fR section in this man page.
- .TP
- \fB\-\-disable\fR \fIPLUGIN\fR
-@@ -144,28 +144,28 @@ browsers will not have Silverlight enabl
- plugins in the custom plugin directory.
- .SH FILES
- .TP
--\fI@@PREFIX@@/bin/pipelight-plugin\fR
-+\fI@@BINDIR@@/pipelight-plugin\fR
- Commandline utility to enable/disable plugins and to update the plugin database.
- .TP
--\fI@@PREFIX@@/lib/pipelight/libpipelight*.so\fR
-+\fI@@LIBDIR@@/pipelight/libpipelight*.so\fR
- The shared library \fIlibpipelight.so\fR and additional copies for all
- unlocked and standard plugins.
- .TP
--\fI@@PREFIX@@/share/pipelight/licenses/*\fR
-+\fI@@DATADIR@@/pipelight/licenses/*\fR
- License information for supported plugins.
- .TP
--\fI@@PREFIX@@/share/pipelight/configs/*\fR
-+\fI@@DATADIR@@/pipelight/configs/*\fR
- Configuration files containing for example which dependencies are required for
- a specific plugin, and where Pipelight can find the plugin DLLs. Normally
- there should be \fBno\fR need to edit them manually!
- .TP
--\fI@@PREFIX@@/share/pipelight/scripts/*\fR
-+\fI@@DATADIR@@/pipelight/scripts/*\fR
- Helper scripts for specific plugins, for example to enable/disable GPU acceleration.
- .TP
--\fI@@PREFIX@@/share/pipelight/*\fR
-+\fI@@DATADIR@@/pipelight/*\fR
- Directory containing other files used internally by Pipelight.
- .TP
--\fI/usr/lib/mozilla/plugins/libpipelight-*.so\fR
-+\fI@@MOZ_PLUGIN_PATH@@libpipelight-*.so\fR
- Symlinks to all enabled system-wide plugins.
- .TP
- \fI$HOME/.mozilla/plugins/libpipelight-*.so\fR
-Index: mmueller2012-pipelight-e2362eb15df6/bin/pipelight-plugin.in
-===================================================================
---- mmueller2012-pipelight-e2362eb15df6.orig/bin/pipelight-plugin.in
-+++ mmueller2012-pipelight-e2362eb15df6/bin/pipelight-plugin.in
-@@ -1,4 +1,4 @@
--#!/usr/bin/env bash
-+#!@@BASH@@
- VERSION="@@VERSION@@"
- PIPELIGHT_SHARE_PATH="@@PIPELIGHT_SHARE_PATH@@"
- PIPELIGHT_LIBRARY_PATH="@@PIPELIGHT_LIBRARY_PATH@@"
-Index: mmueller2012-pipelight-e2362eb15df6/share/scripts/configure-flash.in
-===================================================================
---- mmueller2012-pipelight-e2362eb15df6.orig/share/scripts/configure-flash.in
-+++ mmueller2012-pipelight-e2362eb15df6/share/scripts/configure-flash.in
-@@ -1,4 +1,4 @@
--#!/usr/bin/env bash
-+#!@@BASH@@
- PIPELIGHT_SHARE_PATH="@@PIPELIGHT_SHARE_PATH@@"
- 
- # Don't run this as root
-Index: mmueller2012-pipelight-e2362eb15df6/share/scripts/configure-silverlight.in
-===================================================================
---- mmueller2012-pipelight-e2362eb15df6.orig/share/scripts/configure-silverlight.in
-+++ mmueller2012-pipelight-e2362eb15df6/share/scripts/configure-silverlight.in
-@@ -1,4 +1,4 @@
--#!/usr/bin/env bash
-+#!@@BASH@@
- PIPELIGHT_SHARE_PATH="@@PIPELIGHT_SHARE_PATH@@"
- 
- # Don't run this as root
-@@ -68,4 +68,4 @@ done
- # Cleanup
- rm "$tmpfile"
- 
--exit 0
-\ No newline at end of file
-+exit 0
diff --git a/pipelight.spec b/pipelight.spec
index 42f38d3..7ddd5bb 100644
--- a/pipelight.spec
+++ b/pipelight.spec
@@ -1,46 +1,53 @@
-%global commit e2362eb15df6
-%global bburl  https://bitbucket.org/mmueller2012/%{name}/get
-
-Name:		pipelight
-Version:	0.2.7.1
-Release:	4%{?dist}
-Summary:	NPAPI Wrapper Plugin for using Windows plugins in Linux browsers
+# Conditional for release and snapshot builds. Uncomment for release-builds.
+#%%global rel_build 1
+
+# General needed defines.
+%global bburl		https://bitbucket.org/mmueller2012/%{name}/get
+%global commit		8b41e9505f7a8710b3817ae93ac46b3be5f96f1f
+%global shortcommit	%(c=%{commit};echo ${c:0:12})
+
+# Settings used for build from snapshots.
+%{!?rel_build:%global commit_date	20140711}
+%{!?rel_build:%global gitver		git%{commit_date}-%{shortcommit}}
+%{!?rel_build:%global gitrel		.git%{commit_date}.%{shortcommit}}
+%{?rel_build: %global gittar		%{name}-%{version}.tar.gz}
+%{!?rel_build:%global gittar		%{name}-%{version}-%{gitver}.tar.gz}
+
+Name:			pipelight
+Version:		0.2.7.1.1
+Release:		0.1%{?gitrel}%{?dist}
+Summary:		NPAPI Wrapper Plugin for using Windows plugins in Linux browsers
 
 # No license-files in src-tarball.  Upstream is informed, see:
 # https://bitbucket.org/mmueller2012/pipelight/pull-request/11
-License:	BSD and (GPLv2+ or LGPLv2+ or MPLv1.1)
-URL:		http://%{name}.net/
-Source0:	%{bburl}/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+License:		BSD and (GPLv2+ or LGPLv2+ or MPLv1.1)
+URL:			http://%{name}.net/
+%{?rel_build:Source0:	%{bburl}/v%{version}.tar.gz#/%{?gittar}}
+%{!?rel_build:Source0:	%{bburl}/%{shortcommit}.tar.gz#/%{?gittar}}
 
 # See: https://bitbucket.org/mmueller2012/pipelight/pull-request/12/
-Patch0:		http://besser82.fedorapeople.org/patches/pipelight-0.2.7.1_improve-buildsys.patch
-
-# See: https://bitbucket.org/mmueller2012/pipelight/pull-request/10/
-Patch1:		http://besser82.fedorapeople.org/patches/pipelight-0.2.7.1_use-cp-a.patch
-
-# See: https://bitbucket.org/mmueller2012/pipelight/pull-request/9/
-Patch2:		http://besser82.fedorapeople.org/patches/pipelight-0.2.7.1_fix-missing-call-to-setgroups.patch
+Patch0:			http://besser82.fedorapeople.org/patches/pipelight-0.2.7.1.1_improve-buildsys.patch
 
 # Wine is available on these arches, only.
-ExclusiveArch:	%{arm} %{ix86} x86_64
+ExclusiveArch:		%{arm} %{ix86} x86_64
 
-BuildRequires:	libX11-devel
-BuildRequires:	mingw32-gcc-c++
+BuildRequires:		libX11-devel
+BuildRequires:		mingw32-gcc-c++
 %if 0%{?fedora} >= 20 || 0%{?rhel} >= 7
-BuildRequires:	mingw32-winpthreads
+BuildRequires:		mingw32-winpthreads
 %endif # 0%{?fedora} >= 20 || 0%{?rhel} >= 7
 %ifarch x86_64
-BuildRequires:	mingw64-gcc-c++
+BuildRequires:		mingw64-gcc-c++
 %if 0%{?fedora} >= 20 || 0%{?rhel} >= 7
-BuildRequires:	mingw64-winpthreads
+BuildRequires:		mingw64-winpthreads
 %endif # 0%{?fedora} >= 20 || 0%{?rhel} >= 7
 %endif # arch x86_64
 
-Requires:	%{_bindir}/gpg
-Requires:	%{_bindir}/wget
-Requires:	%{_bindir}/zenity
-Requires:	mozilla-filesystem%{?_isa}
-Requires:	wine%{?_isa}
+Requires:		%{_bindir}/gpg
+Requires:		%{_bindir}/wget
+Requires:		%{_bindir}/zenity
+Requires:		mozilla-filesystem%{?_isa}
+Requires:		wine%{?_isa}
 
 %description
 Pipelight is a NPAPI wrapper plugin for using Windows plugins in Linux
@@ -66,10 +73,8 @@ configuration and usage, please visit %{url}.
 
 
 %prep
-%setup -qn mmueller2012-%{name}-%{commit}
+%setup -qn mmueller2012-%{name}-%{shortcommit}
 %patch0 -b .buildsys -p 1
-%patch1 -b .symlinks -p 1
-%patch2 -b .setgroup -p 1
 
 # Copy changelog and licenses to toplevel.
 %{__cp} -a debian/changelog ChangeLog
@@ -129,6 +134,12 @@ fi
 
 
 %changelog
+* Fri Jul 11 2014 Björn Esser <bjoern.esser at gmail.com> - 0.2.7.1.1-0.1.git20140711.8b41e9505f7a
+- update to new snapshot git20140711.8b41e9505f7a8710b3817ae93ac46b3be5f96f1f
+- reworked spec-file for release or snapshot-builds
+- updated Patch0 for changes in upstream-sources
+- obsoleted Patch1 and Patch2 -- now in upstream-sources
+
 * Thu Jul 10 2014 Björn Esser <bjoern.esser at gmail.com> - 0.2.7.1-4
 - referenced urls to pull-requests for upstreaming patches
 - referenced url to pull-request for adding the missing license-textfiles
diff --git a/sources b/sources
index c3d56ab..52d0386 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-616d10e925982685c889cb8c217d46c3  pipelight-0.2.7.1.tar.gz
+d7326dbaa6e56ae0fac4233c9fc1119d  pipelight-0.2.7.1.1-git20140711-8b41e9505f7a.tar.gz


More information about the scm-commits mailing list