public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 03cb85b498ff18de25d9c17a400091d70e79a3fc
Date: Mon, 19 Nov 2012 23:52:32 +0100	[thread overview]
Message-ID: <20121119225233.A01D9203A7@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 3904 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  03cb85b498ff18de25d9c17a400091d70e79a3fc (commit)
       via  4a1f50e0b51d4e527b5e0ad676e239b7d9de2e55 (commit)
       via  df1ad87cabf7c31cc5248991dc661c5f2814d3db (commit)
      from  84d71be76e8edc154b97c892b9bd1417ccc6f4a0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 03cb85b498ff18de25d9c17a400091d70e79a3fc
Merge: 4a1f50e 84d71be
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Mon Nov 19 23:50:33 2012 +0100

    Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x

commit 4a1f50e0b51d4e527b5e0ad676e239b7d9de2e55
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Mon Nov 19 23:49:15 2012 +0100

    shadow-utils: Install to build environment by default.
    
    It is handy to have the shadow-utils around, because
    they will get automatically added as a package pre-requirement
    if needed.

commit df1ad87cabf7c31cc5248991dc661c5f2814d3db
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Wed Nov 14 00:52:50 2012 +0100

    pps-tools: New package.

-----------------------------------------------------------------------

Summary of changes:
 pps-tools/pps-tools.nm       | 48 ++++++++++++++++++++++++++++++++++++++++++++
 shadow-utils/shadow-utils.nm |  4 ++--
 2 files changed, 50 insertions(+), 2 deletions(-)
 create mode 100644 pps-tools/pps-tools.nm

Difference in files:
diff --git a/pps-tools/pps-tools.nm b/pps-tools/pps-tools.nm
new file mode 100644
index 0000000..bf1b7d3
--- /dev/null
+++ b/pps-tools/pps-tools.nm
@@ -0,0 +1,48 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org>                   #
+###############################################################################
+
+name       = pps-tools
+version    = 0
+ver_git    = 20120215gitac0aa6
+release    = 0.1.%{ver_git}
+
+groups     = System/Base
+url        = https://github.com/ago/pps-tools
+license    = GPLv2+
+summary    = LinuxPPS user-space tools.
+
+description
+	This package includes the LinuxPPS user-space tools.
+end
+
+sources    = %{name}-%{ver_git}.tar.gz
+
+build
+	DIR_APP = %{DIR_SRC}/%{name}
+
+	install
+		mkdir -pv %{BUILDROOT}{%{bindir},%{includedir}/sys}
+		install -m 755 ppsctl ppsfind ppstest ppswatch %{BUILDROOT}%{bindir}
+		install -m 644 timepps.h %{BUILDROOT}%{includedir}
+		ln -svf ../timepps.h %{BUILDROOT}%{includedir}/sys/timepps.h
+	end
+end
+
+packages
+	package %{name}
+
+	package %{name}-devel
+		template DEVEL
+
+		description
+			This package includes the headers needed
+			to compile PPSAPI (RFC-2783) applications.
+		end
+	end
+
+	package %{name}-debuginfo
+		template DEBUGINFO
+	end
+end
diff --git a/shadow-utils/shadow-utils.nm b/shadow-utils/shadow-utils.nm
index 8de9700..1607b5e 100644
--- a/shadow-utils/shadow-utils.nm
+++ b/shadow-utils/shadow-utils.nm
@@ -5,7 +5,7 @@
 
 name       = shadow-utils
 version    = 4.1.4.3
-release    = 6
+release    = 7
 thisapp    = shadow-%{version}
 
 maintainer = Michael Tremer <michael.tremer(a)ipfire.org>
@@ -68,7 +68,7 @@ end
 
 packages
 	package %{name}
-		groups += Base
+		groups += Base Build
 
 		obsoletes += shadow<%{thisver}
 		provides  += shadow=%{thisver}


hooks/post-receive
--
IPFire 3.x development tree

                 reply	other threads:[~2012-11-19 22:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121119225233.A01D9203A7@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox