[linuxptp] update to 1.2

Miroslav Lichvar mlichvar at fedoraproject.org
Mon Apr 22 09:44:09 UTC 2013


commit 43c5a5a18ce97a240d07e0411353c92e289c381b
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Mon Apr 22 11:39:14 2013 +0200

    update to 1.2

 .gitignore              |    1 +
 linuxptp-aliasing.patch |   19 -------------------
 linuxptp.spec           |    8 ++++----
 sources                 |    2 +-
 4 files changed, 6 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 09b193a..5fdb670 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /linuxptp-20121109git4e8107.tar.gz
 /linuxptp-1.0.tgz
 /linuxptp-1.1.tgz
+/linuxptp-1.2.tgz
diff --git a/linuxptp.spec b/linuxptp.spec
index 801450c..8e97d73 100644
--- a/linuxptp.spec
+++ b/linuxptp.spec
@@ -1,5 +1,5 @@
 Name:		linuxptp
-Version:	1.1
+Version:	1.2
 Release:	1%{?dist}
 Summary:	PTP implementation for Linux
 
@@ -11,8 +11,6 @@ Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz
 Source1:	phc2sys.service
 Source2:	ptp4l.service
 
-Patch0:		linuxptp-aliasing.patch
-
 BuildRequires:	systemd-units
 
 Requires(post):	systemd-units
@@ -28,7 +26,6 @@ Supporting legacy APIs and other platforms is not a goal.
 
 %prep
 %setup -q
-%patch0 -p 1 -b .aliasing
 
 %build
 make %{?_smp_mflags} \
@@ -90,6 +87,9 @@ fi
 %{_mandir}/man8/*.8*
 
 %changelog
+* Mon Apr 22 2013 Miroslav Lichvar <mlichvar at redhat.com> 1.2-1
+- update to 1.2
+
 * Mon Feb 18 2013 Miroslav Lichvar <mlichvar at redhat.com> 1.1-1
 - update to 1.1
 - log phc2sys output
diff --git a/sources b/sources
index 5b086e3..d739171 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a04ed425dd4aaa458517f2d5fc9804cf  linuxptp-1.1.tgz
+b5e82a83d1dff895610bd809641ed7f6  linuxptp-1.2.tgz


More information about the scm-commits mailing list