Compare commits
	
		
			18 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					f4e89b99c2 | ||
| 
						 | 
					8a2f0096ae | ||
| 
						 | 
					bffba82ed6 | ||
| 
						 | 
					c71040dcd1 | ||
| 
						 | 
					348ebf4525 | ||
| 
						 | 
					58b5ee55a6 | ||
| 
						 | 
					489e489c88 | ||
| 
						 | 
					42e930998c | ||
| 
						 | 
					fa2b8aa3a8 | ||
| 
						 | 
					ff899e3917 | ||
| 
						 | 
					b3de512237 | ||
| 
						 | 
					ac94c56b38 | ||
| 
						 | 
					f813e5dd80 | ||
| 
						 | 
					9ad0a5ec3e | ||
| 
						 | 
					63a93af0ab | ||
| 
						 | 
					06d00f21eb | ||
| 
						 | 
					eb5cc785f2 | ||
| 
						 | 
					736c7bea93 | 
							
								
								
									
										34
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										34
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@@ -1,3 +1,37 @@
 | 
			
		||||
mce-dev (1.15.0) unstable; urgency=low
 | 
			
		||||
 | 
			
		||||
  * [mce] Add dbus method for requesting settings reset. Contributes to
 | 
			
		||||
    JB#24286
 | 
			
		||||
 | 
			
		||||
 -- Simo Piiroinen <simo.piiroinen@jollamobile.com>  Tue, 17 Feb 2015 10:42:49 +0200
 | 
			
		||||
 | 
			
		||||
mce-dev (1.14.0) unstable; urgency=low
 | 
			
		||||
 | 
			
		||||
  * [mce] Add dbus method for requesting display low power mode.
 | 
			
		||||
    Contributes to JB#20906
 | 
			
		||||
 | 
			
		||||
 -- Simo Piiroinen <simo.piiroinen@jollamobile.com>  Tue, 05 Aug 2014 12:55:05 +0300
 | 
			
		||||
 | 
			
		||||
mce-dev (1.13.0) unstable; urgency=low
 | 
			
		||||
 | 
			
		||||
  * [mce-headers] Add D-Bus signals for led pattern active state changes
 | 
			
		||||
  * [mce-headers] Document tracking id parameter for cpu keepalive method calls
 | 
			
		||||
 | 
			
		||||
 -- Simo Piiroinen <simo.piiroinen@jollamobile.com>  Tue, 18 Mar 2014 15:00:14 +0200
 | 
			
		||||
 | 
			
		||||
mce-dev (1.12.5) unstable; urgency=low
 | 
			
		||||
 | 
			
		||||
 * [mce-headers] Fix MCE_CPU_KEEPALIVE_PERIOD_REQ method call documentation
 | 
			
		||||
 | 
			
		||||
 -- Simo Piiroinen <simo.piiroinen@jollamobile.com>  Wed, 11 Sep 2013 08:26:03 +0300
 | 
			
		||||
 | 
			
		||||
mce-dev (1.12.4) unstable; urgency=low
 | 
			
		||||
 | 
			
		||||
  * [packaging] move to git based packaging
 | 
			
		||||
  * [mce-headers] Configuration value methods and signals added
 | 
			
		||||
 | 
			
		||||
 -- Simo Piiroinen <simo.piiroinen@jollamobile.com>  Wed, 04 Sep 2013 13:23:08 +0300
 | 
			
		||||
 | 
			
		||||
mce-dev (1.12.3) unstable; urgency=low
 | 
			
		||||
 | 
			
		||||
  * Added cpu-keepalive methods
 | 
			
		||||
 
 | 
			
		||||
@@ -262,6 +262,18 @@
 | 
			
		||||
 */
 | 
			
		||||
#define MCE_DISPLAY_OFF_REQ		"req_display_state_off"
 | 
			
		||||
 | 
			
		||||
/** Set display to low power mode
 | 
			
		||||
 *
 | 
			
		||||
 * Low power mode is a display off sub state. From normal
 | 
			
		||||
 * display state signaling point of view it behaves just as
 | 
			
		||||
 * display off would. Depending on available hw support and
 | 
			
		||||
 * configuration extra ipc relevant for home screen / system
 | 
			
		||||
 * ui only might happen.
 | 
			
		||||
 *
 | 
			
		||||
 * @since v1.33.0
 | 
			
		||||
 */
 | 
			
		||||
#define MCE_DISPLAY_LPM_REQ             "req_display_state_lpm"
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Prevent display from blanking
 | 
			
		||||
 *
 | 
			
		||||
@@ -346,7 +358,20 @@
 | 
			
		||||
 *
 | 
			
		||||
 * @since v1.12.8
 | 
			
		||||
 *
 | 
			
		||||
 * @return period in seconds as DBUS_TYPE_UINT32
 | 
			
		||||
 * @since v1.23.7
 | 
			
		||||
 *
 | 
			
		||||
 * An unique within process tracking id can be passed to all
 | 
			
		||||
 * cpu keepalive related D-Bus method calls. This allows mce
 | 
			
		||||
 * to keep track of multiple, possibly overlapping keepalive
 | 
			
		||||
 * periods from one process.
 | 
			
		||||
 *
 | 
			
		||||
 * Old code that does not pass the tracking id still works
 | 
			
		||||
 * as long as the client process does not have multiple
 | 
			
		||||
 * overlapping periods at once.
 | 
			
		||||
 *
 | 
			
		||||
 * @param context Tracking id as DBUS_TYPE_STRING
 | 
			
		||||
 *
 | 
			
		||||
 * @return period in seconds as DBUS_TYPE_INT32
 | 
			
		||||
 */
 | 
			
		||||
#define MCE_CPU_KEEPALIVE_PERIOD_REQ	"req_cpu_keepalive_period"
 | 
			
		||||
 | 
			
		||||
@@ -362,6 +387,8 @@
 | 
			
		||||
 *
 | 
			
		||||
 * @since v1.12.8
 | 
			
		||||
 *
 | 
			
		||||
 * @param context Tracking id as DBUS_TYPE_STRING
 | 
			
		||||
 *
 | 
			
		||||
 * @return success as DBUS_TYPE_BOOLEAN
 | 
			
		||||
 */
 | 
			
		||||
#define MCE_CPU_KEEPALIVE_START_REQ	"req_cpu_keepalive_start"
 | 
			
		||||
@@ -377,6 +404,8 @@
 | 
			
		||||
 *
 | 
			
		||||
 * @since v1.12.8
 | 
			
		||||
 *
 | 
			
		||||
 * @param context Tracking id as DBUS_TYPE_STRING
 | 
			
		||||
 *
 | 
			
		||||
 * @return success as DBUS_TYPE_BOOLEAN
 | 
			
		||||
 */
 | 
			
		||||
#define MCE_CPU_KEEPALIVE_STOP_REQ	"req_cpu_keepalive_stop"
 | 
			
		||||
@@ -396,6 +425,41 @@
 | 
			
		||||
 */
 | 
			
		||||
#define MCE_CPU_KEEPALIVE_WAKEUP_REQ	"req_cpu_keepalive_wakeup"
 | 
			
		||||
 | 
			
		||||
/** Query configuration value
 | 
			
		||||
 *
 | 
			
		||||
 * @since v1.12.15
 | 
			
		||||
 *
 | 
			
		||||
 * @param key Configuration value name as DBUS_TYPE_STRING
 | 
			
		||||
 *
 | 
			
		||||
 * @return Configuration value as DBUS_TYPE_VARIANT, or
 | 
			
		||||
 *         error reply
 | 
			
		||||
 */
 | 
			
		||||
#define MCE_CONFIG_GET	"get_config"
 | 
			
		||||
 | 
			
		||||
/** Set configuration value
 | 
			
		||||
 *
 | 
			
		||||
 * @since v1.12.15
 | 
			
		||||
 *
 | 
			
		||||
 * @param key Configuration value name as DBUS_TYPE_STRING
 | 
			
		||||
 * @param val Configuration value as DBUS_TYPE_VARIANT
 | 
			
		||||
 *
 | 
			
		||||
 * @return Success as DBUS_TYPE_BOOLEAN, or error reply
 | 
			
		||||
 */
 | 
			
		||||
#define MCE_CONFIG_SET	"set_config"
 | 
			
		||||
 | 
			
		||||
/** Reset configuration values to default
 | 
			
		||||
 *
 | 
			
		||||
 * All config settings with keyname that matches the given substring
 | 
			
		||||
 * will be reset to configured defaults e.g. using "/" resets all
 | 
			
		||||
 * settings while using "/display/" resets only display related values.
 | 
			
		||||
 *
 | 
			
		||||
 * @since v1.42.0
 | 
			
		||||
 *
 | 
			
		||||
 * @param keyish Substring of config value name as DBUS_TYPE_STRING
 | 
			
		||||
 *
 | 
			
		||||
 * @return Number of changed settings as DBUS_TYPE_INT32; -1 on failure
 | 
			
		||||
 */
 | 
			
		||||
#define MCE_CONFIG_RESET "reset_config"
 | 
			
		||||
/*@}*/
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@@ -468,6 +532,16 @@
 | 
			
		||||
 */
 | 
			
		||||
#define MCE_CALL_STATE_SIG		"sig_call_state_ind"
 | 
			
		||||
 | 
			
		||||
/** Notify everyone that mce configuration value has changed
 | 
			
		||||
 *
 | 
			
		||||
 * @since v1.14.1
 | 
			
		||||
 *
 | 
			
		||||
 * @param key Config value name as DBUS_TYPE_STRING
 | 
			
		||||
 * @param val Config value as DBUS_TYPE_VARIANT
 | 
			
		||||
 */
 | 
			
		||||
#define MCE_CONFIG_CHANGE_SIG		"config_change_ind"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/*@}*/
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@@ -478,8 +552,11 @@
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Activates a pre-defined LED pattern
 | 
			
		||||
 *
 | 
			
		||||
 * Non-existing patterns are ignored
 | 
			
		||||
 *
 | 
			
		||||
 * See also: MCE_LED_PATTERN_ACTIVATED_SIG
 | 
			
		||||
 *
 | 
			
		||||
 * @credential mce::LEDControl
 | 
			
		||||
 * @since v1.5.0
 | 
			
		||||
 * @param pattern @c gchar @c * with the pattern name
 | 
			
		||||
@@ -489,8 +566,11 @@
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Deactivates a pre-defined LED pattern
 | 
			
		||||
 *
 | 
			
		||||
 * Non-existing patterns are ignored
 | 
			
		||||
 *
 | 
			
		||||
 * See also: MCE_LED_PATTERN_DEACTIVATED_SIG
 | 
			
		||||
 *
 | 
			
		||||
 * @credential mce::LEDControl
 | 
			
		||||
 * @since v1.5.0
 | 
			
		||||
 * @param pattern @c gchar @c * with the pattern name
 | 
			
		||||
@@ -498,6 +578,20 @@
 | 
			
		||||
 */
 | 
			
		||||
#define MCE_DEACTIVATE_LED_PATTERN	"req_led_pattern_deactivate"
 | 
			
		||||
 | 
			
		||||
/** Notify everyone that a led pattern has been activated
 | 
			
		||||
 *
 | 
			
		||||
 * @since v1.25.0
 | 
			
		||||
 * @return @c gchar @c * led pattern name
 | 
			
		||||
 */
 | 
			
		||||
#define MCE_LED_PATTERN_ACTIVATED_SIG   "led_pattern_activated_ind"
 | 
			
		||||
 | 
			
		||||
/** Notify everyone that a led pattern has been deactivated
 | 
			
		||||
 *
 | 
			
		||||
 * @since v1.25.0
 | 
			
		||||
 * @return @c gchar @c * led pattern name
 | 
			
		||||
 */
 | 
			
		||||
#define MCE_LED_PATTERN_DEACTIVATED_SIG "led_pattern_deactivated_ind"
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Enable LED; this does not affect the LED pattern stack
 | 
			
		||||
 * Note: The GConf setting for LED flashing overrides this value
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								mce.pc
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								mce.pc
									
									
									
									
									
								
							@@ -3,7 +3,7 @@ includedir=${prefix}/include
 | 
			
		||||
 | 
			
		||||
Name: mce
 | 
			
		||||
Description: Mode Control Entity
 | 
			
		||||
Version: 1.12.3
 | 
			
		||||
Version: 1.15.0
 | 
			
		||||
Requires:
 | 
			
		||||
Libs:
 | 
			
		||||
Cflags: -I${includedir}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										12
									
								
								rpm/mce-headers-1.10.24-no-ownership.patch
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								rpm/mce-headers-1.10.24-no-ownership.patch
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
diff -urN a/Makefile b/Makefile
 | 
			
		||||
--- a/Makefile	2009-11-30 09:41:59.397638000 +0200
 | 
			
		||||
+++ b/Makefile	2010-07-07 14:50:26.226452261 +0300
 | 
			
		||||
@@ -6,7 +6,7 @@
 | 
			
		||||
 # Modified by: Ilya Dogolazky, Tuomo Tanskanen
 | 
			
		||||
 
 | 
			
		||||
 INSTALL_DIR := install -d
 | 
			
		||||
-INSTALL_DATA := install -o root -g root --mode=644
 | 
			
		||||
+INSTALL_DATA := install --mode=644
 | 
			
		||||
 
 | 
			
		||||
 DOXYGEN := doxygen
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										22
									
								
								rpm/mce-headers.changes
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								rpm/mce-headers.changes
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
			
		||||
* Wed Mar 06 2013 Simo Piiroinen <simo.piiroinen@jollamobile.com> - 1.12.3
 | 
			
		||||
- Added cpu-keepalive methods
 | 
			
		||||
- Removed unintentional mce-doc -> mce-headers dependency
 | 
			
		||||
 | 
			
		||||
* Mon Dec 10 2012 Marko Saukko <marko.saukko@jollamobile.com> - 1.12.2
 | 
			
		||||
- Updated packaging.
 | 
			
		||||
 | 
			
		||||
* Wed Oct 31 2012 Islam Amer <islam.amer@jollamobile.com> - 1.12.2
 | 
			
		||||
- Version bump to 1.12.2 to sync with mce version
 | 
			
		||||
- Added MCE_TK_LOCKED_DELAY 
 | 
			
		||||
 | 
			
		||||
* Sun Dec 18 2011 Markus Lehtonen <markus.lehtonen@iki.fi> - 1.11.0
 | 
			
		||||
- Version bump to 1.11.0
 | 
			
		||||
 | 
			
		||||
* Mon Oct 24 2011 Marko Saukko <marko.saukko@cybercom.com> - 1.10.26-1
 | 
			
		||||
- Added .yaml for spectacle.
 | 
			
		||||
 | 
			
		||||
* Fri Jan 28 2011 Tapio Rantala <ext-tapio.rantala@nokia.com> - 1.10.26-1
 | 
			
		||||
- New upstream version (BMC#13081)
 | 
			
		||||
 | 
			
		||||
* Wed Jan 19 2011 Tapio Rantala <ext-tapio.rantala@nokia.com> - 1.10.24-1
 | 
			
		||||
- Initial meego packaging (FEA#5525) (FEA#5526) (FEA#5527) (FEA#5528)
 | 
			
		||||
							
								
								
									
										80
									
								
								rpm/mce-headers.spec
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										80
									
								
								rpm/mce-headers.spec
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,80 @@
 | 
			
		||||
# 
 | 
			
		||||
# Do NOT Edit the Auto-generated Part!
 | 
			
		||||
# Generated by: spectacle version 0.26
 | 
			
		||||
# 
 | 
			
		||||
 | 
			
		||||
Name:       mce-headers
 | 
			
		||||
 | 
			
		||||
# >> macros
 | 
			
		||||
# << macros
 | 
			
		||||
 | 
			
		||||
Summary:    Development files for mce
 | 
			
		||||
Version:    1.15.0
 | 
			
		||||
Release:    1
 | 
			
		||||
Group:      Development/Libraries
 | 
			
		||||
License:    LGPLv2
 | 
			
		||||
URL:        https://github.com/nemomobile/mce-dev
 | 
			
		||||
Source0:    %{name}-%{version}.tar.bz2
 | 
			
		||||
Source100:  mce-headers.yaml
 | 
			
		||||
Patch0:     %{name}-1.10.24-no-ownership.patch
 | 
			
		||||
BuildRequires:  doxygen
 | 
			
		||||
 | 
			
		||||
%description
 | 
			
		||||
This package contains headers defining the D-Bus method calls
 | 
			
		||||
provided by the Mode Control Entity, and the signals emitted by it.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
%package -n mce-doc
 | 
			
		||||
Summary:    Documentation files for mce D-Bus API
 | 
			
		||||
Group:      Documentation
 | 
			
		||||
BuildArch:  noarch
 | 
			
		||||
 | 
			
		||||
%description -n mce-doc
 | 
			
		||||
This package contains documentation describing the D-Bus method calls
 | 
			
		||||
provided by the Mode Control Entity, and the signals emitted by it.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
%prep
 | 
			
		||||
%setup -q -n %{name}-%{version}
 | 
			
		||||
 | 
			
		||||
# %{name}-1.10.24-no-ownership.patch
 | 
			
		||||
%patch0 -p1
 | 
			
		||||
# >> setup
 | 
			
		||||
# << setup
 | 
			
		||||
 | 
			
		||||
%build
 | 
			
		||||
# >> build pre
 | 
			
		||||
# << build pre
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
make %{?jobs:-j%jobs}
 | 
			
		||||
 | 
			
		||||
# >> build post
 | 
			
		||||
make doc
 | 
			
		||||
# << build post
 | 
			
		||||
 | 
			
		||||
%install
 | 
			
		||||
rm -rf %{buildroot}
 | 
			
		||||
# >> install pre
 | 
			
		||||
# << install pre
 | 
			
		||||
%make_install
 | 
			
		||||
 | 
			
		||||
# >> install post
 | 
			
		||||
install -d %{buildroot}/%{_docdir}/mce-doc/html/
 | 
			
		||||
install -m 644 doc/html/* %{buildroot}/%{_docdir}/mce-doc/html/
 | 
			
		||||
# << install post
 | 
			
		||||
 | 
			
		||||
%files
 | 
			
		||||
%defattr(-,root,root,-)
 | 
			
		||||
# >> files
 | 
			
		||||
%doc COPYING debian/copyright
 | 
			
		||||
%{_includedir}/mce/*.h
 | 
			
		||||
%{_libdir}/pkgconfig/mce.pc
 | 
			
		||||
# << files
 | 
			
		||||
 | 
			
		||||
%files -n mce-doc
 | 
			
		||||
%defattr(-,root,root,-)
 | 
			
		||||
# >> files mce-doc
 | 
			
		||||
%doc COPYING debian/changelog debian/copyright
 | 
			
		||||
%{_docdir}/mce-doc/html/*
 | 
			
		||||
# << files mce-doc
 | 
			
		||||
							
								
								
									
										30
									
								
								rpm/mce-headers.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								rpm/mce-headers.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,30 @@
 | 
			
		||||
Name: mce-headers
 | 
			
		||||
Summary: Development files for mce
 | 
			
		||||
Version: 1.15.0
 | 
			
		||||
Release: 1
 | 
			
		||||
Group: Development/Libraries
 | 
			
		||||
License: LGPLv2
 | 
			
		||||
URL: https://github.com/nemomobile/mce-dev
 | 
			
		||||
Sources:
 | 
			
		||||
    - "%{name}-%{version}.tar.bz2"
 | 
			
		||||
Patches:
 | 
			
		||||
    - "%{name}-1.10.24-no-ownership.patch"
 | 
			
		||||
Description: |
 | 
			
		||||
    This package contains headers defining the D-Bus method calls
 | 
			
		||||
    provided by the Mode Control Entity, and the signals emitted by it.
 | 
			
		||||
 | 
			
		||||
PkgBR:
 | 
			
		||||
    - doxygen
 | 
			
		||||
Configure: none
 | 
			
		||||
Builder: make
 | 
			
		||||
SubPackages:
 | 
			
		||||
    - Name: mce-doc
 | 
			
		||||
      AsWholeName: yes
 | 
			
		||||
      Summary: Documentation files for mce D-Bus API
 | 
			
		||||
      Group: Documentation
 | 
			
		||||
      BuildArch:  noarch
 | 
			
		||||
      AutoDepend: false
 | 
			
		||||
      Description: |
 | 
			
		||||
          This package contains documentation describing the D-Bus method calls
 | 
			
		||||
          provided by the Mode Control Entity, and the signals emitted by it.
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										44
									
								
								verify_version
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										44
									
								
								verify_version
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,44 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
# Check that all files that should have the current version agree on it
 | 
			
		||||
 | 
			
		||||
PC_PATH=mce.pc
 | 
			
		||||
PC_VERS=$(grep '^Version:' $PC_PATH |sed -e 's/^.*:[[:space:]]*//')
 | 
			
		||||
 | 
			
		||||
DEB_PATH=debian/changelog
 | 
			
		||||
DEB_VERS=$(head -1 $DEB_PATH | sed -e 's/^.*(//' -e 's/).*$//')
 | 
			
		||||
 | 
			
		||||
SPEC_PATH=${RPM_SOURCE_DIR:-rpm}/${RPM_PACKAGE_NAME:-mce-headers}.spec
 | 
			
		||||
SPEC_VERS=$(grep '^Version:' $SPEC_PATH |sed -e 's/^.*:[[:space:]]*//')
 | 
			
		||||
 | 
			
		||||
YAML_PATH=${RPM_SOURCE_DIR:-rpm}/${RPM_PACKAGE_NAME:-mce-headers}.yaml
 | 
			
		||||
 | 
			
		||||
RES=0
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# The yaml file is included in the git tree, but not in the tarball
 | 
			
		||||
# that is used during the OBS package build ...
 | 
			
		||||
if [ -f $YAML_PATH ]; then
 | 
			
		||||
  YAML_VERS=$(grep '^Version:' $YAML_PATH |sed -e 's/^.*:[[:space:]]*//')
 | 
			
		||||
  if [ "$SPEC_VERS" != "$YAML_VERS" ]; then
 | 
			
		||||
    echo >&2 "$YAML_PATH $YAML_VERS vs $SPEC_PATH $SPEC_VERS"
 | 
			
		||||
    RES=1
 | 
			
		||||
  fi
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if [ "$DEB_VERS" != "$PC_VERS" ]; then
 | 
			
		||||
  echo >&2 "$PC_PATH $PC_VERS vs $DEB_PATH $DEB_VERS"
 | 
			
		||||
  RES=1
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if [ "$SPEC_VERS" != "$PC_VERS" ]; then
 | 
			
		||||
  echo >&2 "$PC_PATH $PC_VERS vs $SPEC_PATH $SPEC_VERS"
 | 
			
		||||
  RES=1
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
if [ $RES != 0 ]; then
 | 
			
		||||
  echo >&2 "Conflicting package versions"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
exit $RES
 | 
			
		||||
		Reference in New Issue
	
	Block a user